Metadata-Version: 1.1
Name: uriutils
Version: 0.1.6
Summary: Easily read and write to different storage platforms in Python.
Home-page: http://github.com/skylander86/uriutils
Author: Yanchuan Sim
Author-email: yanchuan@outlook.com
License: Apache License 2.0
Description: uriutils
        ========
        
        Working with multiple storage platforms (i.e., local filesystem, S3, Google Cloud, etc.) can be quite a hassle.
        This package aims to make it transparent to the user and the developer the underlying storage system by wrapping the different protocols in a common interface.
        
        Usage
        -----
        
        TBD
        
        Contribution
        ------------
        
        For bugs and issues, please file them on the `issues <https://github.com/skylander86/uriutils/issues>`__ page.
        Thanks!
        
Keywords: boto3 s3 google cloud filesystem file uri url http ftp
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Internet
Classifier: Topic :: System :: Filesystems
