forge-python


Nameforge-python JSON
Version 0.0.12.1 PyPI version JSON
download
home_page
SummaryPython client library for theforge.bio API and link.
upload_time2022-12-21 06:13:31
maintainer
docs_urlNone
author
requires_python>=3.7
license
keywords api client forge theforge.bio
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # forge-python

[forge-python](https://www.theforge.bio/) enables you to create, change, and develop industrial process simulations. It is an open source tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.

# how to use

## installment requirements

```{.python }
pip install forge-python colorama
```

## example: sending sensor data

```{.python }
from forge_python import forge
sensor = forge.sensor()
sensor.authenticate('device6ef0e2a6f88f481ea81e388d8be91a1c')
sensor.send({'temperature': 95.5})
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "forge-python",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "api,client,forge,theforge.bio",
    "author": "",
    "author_email": "\"Forge Software Inc.\" <developers@theforge.bio>",
    "download_url": "https://files.pythonhosted.org/packages/4d/86/58f3906c9b1dfe6a5c550cc2c4f9bb0a0a4fa3d452e8f51773bf2337ece5/forge_python-0.0.12.1.tar.gz",
    "platform": null,
    "description": "# forge-python\n\n[forge-python](https://www.theforge.bio/) enables you to create, change, and develop industrial process simulations. It is an open source tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.\n\n# how to use\n\n## installment requirements\n\n```{.python }\npip install forge-python colorama\n```\n\n## example: sending sensor data\n\n```{.python }\nfrom forge_python import forge\nsensor = forge.sensor()\nsensor.authenticate('device6ef0e2a6f88f481ea81e388d8be91a1c')\nsensor.send({'temperature': 95.5})\n```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Python client library for theforge.bio API and link.",
    "version": "0.0.12.1",
    "split_keywords": [
        "api",
        "client",
        "forge",
        "theforge.bio"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "9be2f3f6c103fb231002bcd729dcd21c",
                "sha256": "43d7413b93881f61fc94c6a98e47960915eeb52075c718e1126543e8c4b96286"
            },
            "downloads": -1,
            "filename": "forge_python-0.0.12.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9be2f3f6c103fb231002bcd729dcd21c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 10915,
            "upload_time": "2022-12-21T06:13:29",
            "upload_time_iso_8601": "2022-12-21T06:13:29.811579Z",
            "url": "https://files.pythonhosted.org/packages/82/f1/073576368bc464de82ffb9577b6e067d83f9b16961abf7947df220d105d2/forge_python-0.0.12.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "6ee91dd96cb26e23e8db8e07409411a2",
                "sha256": "c30015d7bfe8cb1c1bebb671a880551361ca3301140eec4d68637025dfcd2d2e"
            },
            "downloads": -1,
            "filename": "forge_python-0.0.12.1.tar.gz",
            "has_sig": false,
            "md5_digest": "6ee91dd96cb26e23e8db8e07409411a2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 12574,
            "upload_time": "2022-12-21T06:13:31",
            "upload_time_iso_8601": "2022-12-21T06:13:31.404169Z",
            "url": "https://files.pythonhosted.org/packages/4d/86/58f3906c9b1dfe6a5c550cc2c4f9bb0a0a4fa3d452e8f51773bf2337ece5/forge_python-0.0.12.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-21 06:13:31",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "forge-python"
}
        
Elapsed time: 0.02034s