Metadata-Version: 1.1
Name: pysagec
Version: 0.1.0
Summary: Python client to SAGEC MRW webservices.
Home-page: https://github.com/migonzalvar/pysagec
Author: Miguel Gonzalez
Author-email: migonzalvar@gmail.com
License: MIT
Description: =======
        pysagec
        =======
        
        .. image:: https://travis-ci.org/migonzalvar/pysagec.svg?branch=master
           :target: https://travis-ci.org/migonzalvar/pysagec
        
        .. image:: https://codecov.io/github/migonzalvar/pysagec/coverage.svg?branch=master
           :target: https://codecov.io/github/migonzalvar/pysagec?branch=master
        
        Python client to SAGEC MRW webservices.
        
        This is a work in progress. Methods and fields are not comprehensive but a subset
        of the most used.
        
        Change log
        ==========
        
        Unreleased
        ----------
        
        0.1.0 - 2016-08-25
        ------------------
        
        - First production ready release.
        
        License
        =======
        
        MIT.
        
Platform: any
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
