gorilla-co / s3pypi

CLI tool for creating a Python Package Repository in an S3 bucket.
https://novemberfive.co/blog/opensource-pypi-package-repository-tutorial/
MIT License
324 stars 85 forks source link

Add sha256 checksum to distribution urls #83

Closed andrei-shabanski closed 3 years ago

andrei-shabanski commented 3 years ago

Fixes #82

mdwint commented 3 years ago

Thanks again, @andrei-shabanski. I took the liberty of simplifying this some more. The Filename class has been replaced by a Hash class. This gets rid of the duplication of filenames, which was especially noticeable in the test code.