diambra-engine


Namediambra-engine JSON
Version 2.2.4 PyPI version JSON
download
home_pagehttps://diambra.ai
SummaryDIAMBRA™ Arena Engine API Client
upload_time2024-04-30 19:11:02
maintainerNone
docs_urlNone
authorDIAMBRA Team
requires_python>=3.6
licenseCustom
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # DIAMBRA™ Arena Engine API Client

This packages provides a low level API client for the DIAMBRA™ Arena Engine API.

Most users will want to use the higher level [diambra-arena](https://pypi.org/project/diambra-arena/) package instead.

## Usage
```python
import diambra.engine

client = diambra.engine.Client("127.0.0.1:49154")

client.Shutdown(diambra.engine.model.Empty())
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://diambra.ai",
    "name": "diambra-engine",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "DIAMBRA Team",
    "author_email": "info@diambra.ai",
    "download_url": "https://files.pythonhosted.org/packages/9b/bb/f05e24de73cf8e7b673f69fccc3c85f0b34d9765e4dacd69b0d44b45c985/diambra-engine-2.2.4.tar.gz",
    "platform": null,
    "description": "# DIAMBRA\u2122 Arena Engine API Client\n\nThis packages provides a low level API client for the DIAMBRA\u2122 Arena Engine API.\n\nMost users will want to use the higher level [diambra-arena](https://pypi.org/project/diambra-arena/) package instead.\n\n## Usage\n```python\nimport diambra.engine\n\nclient = diambra.engine.Client(\"127.0.0.1:49154\")\n\nclient.Shutdown(diambra.engine.model.Empty())\n```\n",
    "bugtrack_url": null,
    "license": "Custom",
    "summary": "DIAMBRA\u2122 Arena Engine API Client",
    "version": "2.2.4",
    "project_urls": {
        "Homepage": "https://diambra.ai"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d9e3b6c0605dc414ea45d9593c0ae47cb99c07fc634e5b6f3e7a07eca6a7929e",
                "md5": "e6621e14eb02201bb7dc579aeed1cda0",
                "sha256": "f0cdacf2bf933ba947d1b872edc7076baf55f9ca7ec9820f075e8673355a6b0c"
            },
            "downloads": -1,
            "filename": "diambra_engine-2.2.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e6621e14eb02201bb7dc579aeed1cda0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 8534,
            "upload_time": "2024-04-30T19:11:00",
            "upload_time_iso_8601": "2024-04-30T19:11:00.404875Z",
            "url": "https://files.pythonhosted.org/packages/d9/e3/b6c0605dc414ea45d9593c0ae47cb99c07fc634e5b6f3e7a07eca6a7929e/diambra_engine-2.2.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9bbbf05e24de73cf8e7b673f69fccc3c85f0b34d9765e4dacd69b0d44b45c985",
                "md5": "fcc6d1650d4a58ee5bfa528064b04909",
                "sha256": "cadbf5f5c1edc31f20080fb388eba7938113491030a6448eb164b38030f241b4"
            },
            "downloads": -1,
            "filename": "diambra-engine-2.2.4.tar.gz",
            "has_sig": false,
            "md5_digest": "fcc6d1650d4a58ee5bfa528064b04909",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 8695,
            "upload_time": "2024-04-30T19:11:02",
            "upload_time_iso_8601": "2024-04-30T19:11:02.821228Z",
            "url": "https://files.pythonhosted.org/packages/9b/bb/f05e24de73cf8e7b673f69fccc3c85f0b34d9765e4dacd69b0d44b45c985/diambra-engine-2.2.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-30 19:11:02",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "diambra-engine"
}
        
Elapsed time: 0.21947s