diff --git a/README.md b/README.md index d3aa107..9c57dbe 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ [![pages-build-deployment][gha-pages-badge]][gha-pages] # S3 Download -Python module to download all the objects in an S3 bucket. +Python module to download objects in an S3 bucket. ### Installation ```shell diff --git a/docs/README.html b/docs/README.html index feda349..8a9bcfe 100644 --- a/docs/README.html +++ b/docs/README.html @@ -61,7 +61,7 @@

Navigation

pages-build-deployment

S3 Download

-

Python module to download all the objects in an S3 bucket.

+

Python module to download objects in an S3 bucket.

Installation

pip install s3-downloader
@@ -98,11 +98,35 @@ 

Coding Standardsflake8 and isort

+
+

Release Notes

+

Requirement

+
python -m pip install gitverse
+
+
+

Usage

+
gitverse-release reverse -f release_notes.rst -t 'Release Notes'
+
+
+
+
+

Linting

+

pre-commit will ensure linting, run pytest, generate runbook & release notes, and validate hyperlinks in ALL +markdown files (including Wiki pages)

+

Requirement

+
pip install sphinx==5.1.1 pre-commit recommonmark
+
+
+

Usage

+
pre-commit run --all-files
+
+
-

Pypi Package

+

Pypi Package

pypi-module

https://pypi.org/project/s3-downloader/

+