Metadata-Version: 2.1
Name: gcsfs
Version: 2021.4.0
Summary: Convenient Filesystem interface over GCS
Home-page: https://github.com/dask/gcsfs
Maintainer: Martin Durant
Maintainer-email: mdurant@anaconda.com
License: BSD
Description: 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/dask/gcsfs/workflows/CI/badge.svg
            :target: https://github.com/dask/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
        
Keywords: google-cloud-storage,gcloud,file-system
Platform: UNKNOWN
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
