Metadata-Version: 2.3
Name: cloudsh
Version: 0.0.5
Summary: A Python CLI wrapping common Linux commands for local/cloud files.
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
Provides-Extra: all
Provides-Extra: aws
Provides-Extra: azure
Provides-Extra: gcs
Provides-Extra: gs
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: azure-storage-file-datalake (>=12,<13) ; extra == "azure" or extra == "all"
Requires-Dist: boto3 (>=1.34,<2.0) ; extra == "aws" or extra == "all"
Requires-Dist: cloudpathlib (>=0.20,<0.21)
Requires-Dist: google-cloud-storage (>=3.0,<4.0) ; extra == "gs" or extra == "gcs" or extra == "all"
Requires-Dist: python-dateutil (>=2.9.0.post0,<3.0.0)
Requires-Dist: python-simpleconf[toml] (>=0.6,<0.7)
