Metadata-Version: 2.1
Name: pygeppetto
Version: 0.8.1
Summary: Geppetto Python API for creating a Geppetto Model from Python
Home-page: https://github.com/openworm/pygeppetto
Author: The Geppetto Development Team
Author-email: info@geppetto.org
License: MIT
Description: pygeppetto
        ==========
        
        Home of the Geeppetto Python API. The API allows to create a Geppetto Model from Python.
        
        Installation
        ============
        
        Until pygeppetto is still in development, it is highly recommended to use a
        virtualenv in order to deploy it. Once you have a dedicated virtualenv, you can
        simply install pygeppetto:
        
        .. code-block:: bash
        
            python setup.py install
        
        For further information please visit: https://github.com/openworm/pygeppetto
        
        
Keywords: geppetto openworm Python
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Provides-Extra: testing
