Metadata-Version: 1.1
Name: rwci.py
Version: 0.0.1a0
Summary: A python wrapper for RWCI API.
Home-page: https://github.com/heyitswither/rwci.py
Author: heyitswither
Author-email: tucker@boniface.tech
License: MIT
Description: # rwci.py
        An API wrapper for RWCI written in Python.
        
        ## Usage
        
        Check the `examples` directory to see how to use rwci.py
        
        ## Installation
        
        ```
        $ git clone https://github.com/heyitswither/rwci.py
        $ cd rwci.py
        # python -m pip install .
        ```
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
