Metadata-Version: 2.1
Name: pathy
Version: 0.1.3
Summary: pathlib.Path subclasses for Google Cloud Storage
Home-page: https://github.com/justindujardin/pathy
Author: Justin DuJardin
Author-email: justin@explosion.ai
License: Apache 2.0
Description: # Pathy
        
        [![Build status](https://travis-ci.org/justindujardin/pathy.svg?branch=master)](https://travis-ci.org/justindujardin/pathy)
        [![Pypi version](https://badgen.net/pypi/v/pathy)](https://pypi.org/project/pathy/)
        
        > IMPORTANT: this library is not ready for use
        
        Pathy provides a convenient Pythonic File-System/Path like interface to Google Cloud Storage using [google-cloud-storage](https://pypi.org/project/google-cloud-storage/) package as a driver.
        
        It is based on the [S3Path](https://github.com/liormizr/s3path) project, which provides a similar interface for S3 buckets.
        
        # Install
        
        From PyPI:
        
        ```bash
        $ pip install pathy
        ```
        
        # Requirements
        
        - Python >= 3.6
        - google-cloud-storage
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >= 3.6
Description-Content-Type: text/markdown
