Metadata-Version: 2.4
Name: anybucket
Version: 0.1.0a1
Summary: A unified interface over object storage buckets.
Project-URL: Homepage, https://github.com/abidanBrito/anybucket
Project-URL: Issues, https://github.com/abidanBrito/anybucket/issues
Author-email: Abidán Brito <abidan.brito@gmail.com>
Maintainer-email: Abidán Brito <abidan.brito@gmail.com>
License: MIT
License-File: LICENSE
Keywords: cloud,gcs,minio,object-storage,s3,storage
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Typing :: Typed
Requires-Python: >=3.11
Requires-Dist: boto3>=1.28
Provides-Extra: all
Requires-Dist: boto3; extra == 'all'
Requires-Dist: google-cloud-storage>=2.10; extra == 'all'
Provides-Extra: gcs
Requires-Dist: google-cloud-storage>=2.10; extra == 'gcs'
Provides-Extra: s3
Requires-Dist: boto3; extra == 's3'
Description-Content-Type: text/markdown

# anybucket