Metadata-Version: 2.1
Name: elements-custom-gcsfs
Version: 2021.11.0.1
Summary: Convenient Filesystem interface over GCS
Home-page: https://github.com/fsspec/gcsfs
Maintainer: Martin Durant
Maintainer-email: mdurant@anaconda.com
License: BSD
Keywords: google-cloud-storage,gcloud,file-system
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.6
Provides-Extra: gcsfuse
Provides-Extra: crc
License-File: LICENSE.txt

gcsfs
=====

|Build Status| |Doc Status|

Pythonic file-system for Google Cloud Storage


For documentation, go to readthedocs_.

.. _readthedocs: http://gcsfs.readthedocs.io/en/latest/

.. |Build Status| image:: https://github.com/fsspec/gcsfs/workflows/CI/badge.svg
    :target: https://github.com/fsspec/gcsfs/actions
    :alt: Build Status
.. |Doc Status| image:: https://readthedocs.org/projects/gcsfs/badge/?version=latest
    :target: https://gcsfs.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status
