Metadata-Version: 2.1
Name: s3etag
Version: 0.1.5
Summary: Compute AWS S3 Etags
Home-page: https://github.com/LiosK/s3etag
License: Apache-2.0
Author: LiosK
Author-email: contact@mail.liosk.net
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown

```text
usage: s3etag [-h] [--chunksize size] files [files ...]

s3etag - compute AWS S3 Etags

positional arguments:
  files             filenames

optional arguments:
  -h, --help        show this help message and exit
  --chunksize size  multipart_chunksize used for upload in bytes or with a
                    size suffix KB, MB, GB, or TB (default: 8MB)
```

