Metadata-Version: 2.1
Name: cloud-storage-mocker
Version: 0.0.1a1
Summary: Mocker library of Google Cloud Storage with local filesystem mounting.
Project-URL: Homepage, https://github.com/odashi/cloud-storage-mocker
Project-URL: Bug Tracker, https://github.com/odashi/cloud-storage-mocker/issues
Author-email: Yusuke Oda <odashi@inspiredco.ai>
License: MIT License
License-File: LICENSE
Keywords: cloud storage,gcloud,google,google cloud,storage
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: <3.12,>=3.10
Requires-Dist: google-cloud-storage>=2.7.0
Provides-Extra: dev
Requires-Dist: black>=22.10; extra == 'dev'
Requires-Dist: flake8>=5.0; extra == 'dev'
Requires-Dist: isort>=5.10; extra == 'dev'
Requires-Dist: mypy>=0.991; extra == 'dev'
Requires-Dist: pyproject-flake8>=5.0; extra == 'dev'
Requires-Dist: pytest>=7.1; extra == 'dev'
Provides-Extra: mypy
Requires-Dist: mypy>=0.991; extra == 'mypy'
Requires-Dist: pytest>=7.1; extra == 'mypy'
Description-Content-Type: text/markdown

# cloud-storage-mocker

Mocker library of Google Cloud Storage with local filesystem mounting.
