Metadata-Version: 2.3
Name: cloudsh
Version: 0.0.2
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.2,<0.3)
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 (>=2.19,<3.0) ; extra == "gs" or extra == "gcs" or extra == "all"
Requires-Dist: python-dateutil (>=2.9.0.post0,<3.0.0)
Requires-Dist: toml (>=0.10.2,<0.11.0)
