pygeppetto


Namepygeppetto JSON
Version 0.9.0 PyPI version JSON
download
home_pagehttps://github.com/openworm/pygeppetto
SummaryGeppetto Python API for creating a Geppetto Model from Python
upload_time2024-12-02 12:38:21
maintainerNone
docs_urlNone
authorThe Geppetto Development Team
requires_pythonNone
licenseMIT
keywords geppetto openworm python
VCS
bugtrack_url
requirements airspeed Deprecated multimethod pyecore requests
Travis-CI
coveralls test coverage No coveralls.
            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


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/openworm/pygeppetto",
    "name": "pygeppetto",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "geppetto openworm Python",
    "author": "The Geppetto Development Team",
    "author_email": "info@geppetto.org",
    "download_url": "https://files.pythonhosted.org/packages/e5/ea/8d7c2e3701cec0be37871f7e0f838705d9261d3cea4509e56c31b3b480b9/pygeppetto-0.9.0.tar.gz",
    "platform": null,
    "description": "pygeppetto\n==========\n\nHome of the Geeppetto Python API. The API allows to create a Geppetto Model from Python.\n\nInstallation\n============\n\nUntil pygeppetto is still in development, it is highly recommended to use a\nvirtualenv in order to deploy it. Once you have a dedicated virtualenv, you can\nsimply install pygeppetto:\n\n.. code-block:: bash\n\n    python setup.py install\n\nFor further information please visit: https://github.com/openworm/pygeppetto\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Geppetto Python API for creating a Geppetto Model from Python",
    "version": "0.9.0",
    "project_urls": {
        "Homepage": "https://github.com/openworm/pygeppetto"
    },
    "split_keywords": [
        "geppetto",
        "openworm",
        "python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b0531049534c8a299e4f8ea95baff674ff5116cff369519a365aa1adde4d5590",
                "md5": "b145eafe40083243d67527c559e2c8cf",
                "sha256": "6224b55934d1387df63c8f70f30cd34ce88755d2c595857000708787556fe801"
            },
            "downloads": -1,
            "filename": "pygeppetto-0.9.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b145eafe40083243d67527c559e2c8cf",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 75403,
            "upload_time": "2024-12-02T12:38:20",
            "upload_time_iso_8601": "2024-12-02T12:38:20.366626Z",
            "url": "https://files.pythonhosted.org/packages/b0/53/1049534c8a299e4f8ea95baff674ff5116cff369519a365aa1adde4d5590/pygeppetto-0.9.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e5ea8d7c2e3701cec0be37871f7e0f838705d9261d3cea4509e56c31b3b480b9",
                "md5": "7fe694cd78fd1da547d57051ca445e5b",
                "sha256": "1ccf81a70d4fac65d753a25307fdd3f22e891466bb6869a45bde1fbb204d103f"
            },
            "downloads": -1,
            "filename": "pygeppetto-0.9.0.tar.gz",
            "has_sig": false,
            "md5_digest": "7fe694cd78fd1da547d57051ca445e5b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 56714,
            "upload_time": "2024-12-02T12:38:21",
            "upload_time_iso_8601": "2024-12-02T12:38:21.529360Z",
            "url": "https://files.pythonhosted.org/packages/e5/ea/8d7c2e3701cec0be37871f7e0f838705d9261d3cea4509e56c31b3b480b9/pygeppetto-0.9.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-02 12:38:21",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "openworm",
    "github_project": "pygeppetto",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "airspeed",
            "specs": [
                [
                    "==",
                    "0.5.16"
                ]
            ]
        },
        {
            "name": "Deprecated",
            "specs": [
                [
                    "==",
                    "1.2.10"
                ]
            ]
        },
        {
            "name": "multimethod",
            "specs": [
                [
                    "==",
                    "1.1"
                ]
            ]
        },
        {
            "name": "pyecore",
            "specs": [
                [
                    "==",
                    "0.11.6"
                ]
            ]
        },
        {
            "name": "requests",
            "specs": [
                [
                    "==",
                    "2.23.0"
                ]
            ]
        }
    ],
    "tox": true,
    "lcname": "pygeppetto"
}
        
Elapsed time: 0.50870s