Metadata-Version: 2.4
Name: cloudsh
Version: 0.3.0
Summary: A Python CLI wrapping common Linux commands for local/cloud files.
License-File: LICENSE
Author: Your Name
Author-email: you@example.com
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Provides-Extra: all
Provides-Extra: aws
Provides-Extra: azure
Provides-Extra: gcs
Provides-Extra: gs
Provides-Extra: s3
Requires-Dist: aioboto3 (>=11.0.0) ; extra == "aws" or extra == "s3" or extra == "all"
Requires-Dist: aiofiles (>=23.0.0,<24.0.0)
Requires-Dist: argcomplete (>=3.5.3,<4.0.0)
Requires-Dist: argx (>=0.3,<0.4)
Requires-Dist: azure-storage-blob (>=12,<13) ; extra == "azure" or extra == "all"
Requires-Dist: gcloud-aio-storage (>=8.0.0) ; extra == "gs" or extra == "gcs" or extra == "all"
Requires-Dist: panpath (>=0.3,<0.4)
Requires-Dist: python-dateutil (>=2.9.0.post0,<3.0.0)
Requires-Dist: python-simpleconf[toml] (>=0.7,<0.8)
