Metadata-Version: 1.1
Name: fispip
Version: 0.0.1
Summary: Python FIS MTM/PIP SQL/RPC Interface
Home-page: https://github.com/fopina/pyfispip
Author: Filipe Pina
Author-email: fopina@skmobi.com
License: MIT
Download-URL: https://github.com/fopina/pyfispip/tarball/v0.0.1
Description: ********
        pyfispip
        ********
        
        .. image:: https://travis-ci.org/fopina/pyfispip.svg?branch=master
            :target: https://travis-ci.org/fopina/pyfispip
            :alt: Build Status
        
        .. image:: https://img.shields.io/pypi/v/pyfispip.svg
            :target: https://pypi.python.org/pypi/pyfispip
            :alt: PyPI Version
        
        .. image:: https://img.shields.io/pypi/pyversions/pyfispip.svg
            :target: https://pypi.python.org/pypi/pyfispip
            :alt: PyPI Python Versions
        
        .. image:: https://coveralls.io/repos/fopina/pyfispip/badge.svg?branch=master&service=github
            :target: https://coveralls.io/github/fopina/pyfispip?branch=master
            :alt: Coverage Status
        
        Successor to https://github.com/fopina/pygtm
        
        
        ============
        Installation
        ============
        
        
        Simply use **pip**:
        
        .. code-block:: bash
        
            $ pip install pyfispip
        
        Or install latest version from github:
        
        .. code-block:: bash
        
            $ pip install --user git+https://github.com/fopina/pyfispip/
        
Keywords: database,gtm,mtm,pip,fis
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
