developmentseed / obstore

Simple, fast integration with Amazon S3, Google Cloud Storage, Azure Storage, and S3-compliant APIs like Cloudflare R2
https://developmentseed.org/obstore
MIT License
146 stars 3 forks source link

Package name #34

Closed davidbrochart closed 4 weeks ago

davidbrochart commented 1 month ago

I find object-store-rs a bit ambiguous, as it might suggest this is a Rust package. Maybe object-store-py would be better?

kylebarron commented 1 month ago

There are already object-store and object-store-python projects on PyPI. I'm not great at naming but I figured that if you're pip install'ing a package, even if it has a _rs suffix, you know it's still a Python package

davidbrochart commented 1 month ago

Sure but then if there is a conda package it will be confusing.

kylebarron commented 1 month ago

I'm not sure if object-store-py is even distinct enough from object-store-python to publish it to pypi