Safely using setup.cfg for metadata in distributing Python packages
I love the fact that setuptools now reads almost all of the information from setup.cfg. This in conjunction with the file: whatever syntax… (more…)
Read more »I’d like to announce an new Python module to make working with Amazon S3 files a whole lot easier. The S3FS class in fs-s3fs wraps an Amazon S3 bucket in a PyFilesystem interface. There was an S3FS class built in to the first version of PyFilesystem, but … Read more