Metadata-Version: 1.1
Name: idoit
Version: 0.1
Summary: Python Wrapper to access the i-doit JSON-RPC API
Home-page: https://github.com/DinoTools/python-idoit
Author: PhiBo (DinoTools)
Author-email: UNKNOWN
License: GPLv3
Description-Content-Type: UNKNOWN
Description: Python i-doit JSON-RPC Wrapper
        ==============================
        
        A Python Wrapper to access the `i-doit`_ JSON-RPC API.
        
        .. image:: https://travis-ci.org/DinoTools/python-idoit.svg?branch=master
            :target: https://travis-ci.org/DinoTools/python-idoit
        
        .. image:: https://coveralls.io/repos/DinoTools/python-idoit/badge.png?branch=master
            :target: https://coveralls.io/r/DinoTools/python-idoit?branch=master
        
        
        Install
        -------
        
        **Requirements:**
        
        Supported Python versions:
        
        * Python 2.7
        * Python >= 3.2
        * PyPy and PyPy3
        
        **Install:**
        
        .. code-block:: console
        
            $ pip install idoit
        
        
        License
        -------
        
        Published under the GPLv3 (see LICENSE for more information)
        
        .. _`documentation`: https://python-idoit.readthedocs.org/
        .. _`i-doit`: https://www.i-doit.org/
        
Keywords: i-doit
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
