roar-py-core


Nameroar-py-core JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/augcog/ROAR_PY
SummaryROAR_PY interface definitions and streaming capabilities library
upload_time2023-10-08 05:55:30
maintainer
docs_urlNone
authorYunhao Cao
requires_python>=3.8
licenseMIT
keywords reinforcement learning gymnasium robotics rpc
VCS
bugtrack_url
requirements gymnasium numpy asyncio msgpack pyserde Pillow transforms3d carla pygame pytest pytest-asyncio networkx matplotlib websockets typing_inspect numba
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/augcog/ROAR_PY",
    "name": "roar-py-core",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "reinforcement learning,gymnasium,robotics,rpc",
    "author": "Yunhao Cao",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/d8/c4/400f02752a54fb17fff7f229961313e911e270a9e76db5200c2232588dc5/roar_py_core-0.1.0.tar.gz",
    "platform": null,
    "description": "",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "ROAR_PY interface definitions and streaming capabilities library",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/augcog/ROAR_PY"
    },
    "split_keywords": [
        "reinforcement learning",
        "gymnasium",
        "robotics",
        "rpc"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a71c60ab06e488399f5b88fbc42eb3c8798fc1cf76fdd3ce828ba6b5dae76201",
                "md5": "5d03bfeace3e86f4e89cc683798e0c87",
                "sha256": "9250a386073378885681bd123a6bd06723fce83b0d7958f048399ae64ba328c1"
            },
            "downloads": -1,
            "filename": "roar_py_core-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5d03bfeace3e86f4e89cc683798e0c87",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 42626,
            "upload_time": "2023-10-08T05:55:28",
            "upload_time_iso_8601": "2023-10-08T05:55:28.670625Z",
            "url": "https://files.pythonhosted.org/packages/a7/1c/60ab06e488399f5b88fbc42eb3c8798fc1cf76fdd3ce828ba6b5dae76201/roar_py_core-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d8c4400f02752a54fb17fff7f229961313e911e270a9e76db5200c2232588dc5",
                "md5": "ce30d5ef52f379e31ebf4faed3b55a5e",
                "sha256": "4d32c551796c1e8ab6df0a8b932967b95308dd93caa06712ea29694069e9b661"
            },
            "downloads": -1,
            "filename": "roar_py_core-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "ce30d5ef52f379e31ebf4faed3b55a5e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 25663,
            "upload_time": "2023-10-08T05:55:30",
            "upload_time_iso_8601": "2023-10-08T05:55:30.453745Z",
            "url": "https://files.pythonhosted.org/packages/d8/c4/400f02752a54fb17fff7f229961313e911e270a9e76db5200c2232588dc5/roar_py_core-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-08 05:55:30",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "augcog",
    "github_project": "ROAR_PY",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "gymnasium",
            "specs": [
                [
                    "==",
                    "0.28.1"
                ]
            ]
        },
        {
            "name": "numpy",
            "specs": []
        },
        {
            "name": "asyncio",
            "specs": []
        },
        {
            "name": "msgpack",
            "specs": [
                [
                    "==",
                    "1.0.5"
                ]
            ]
        },
        {
            "name": "pyserde",
            "specs": [
                [
                    "==",
                    "0.10.4"
                ]
            ]
        },
        {
            "name": "Pillow",
            "specs": [
                [
                    "==",
                    "9.5.0"
                ]
            ]
        },
        {
            "name": "transforms3d",
            "specs": [
                [
                    "==",
                    "0.4.1"
                ]
            ]
        },
        {
            "name": "carla",
            "specs": [
                [
                    "==",
                    "0.9.12"
                ]
            ]
        },
        {
            "name": "pygame",
            "specs": [
                [
                    ">=",
                    "2.4.0"
                ]
            ]
        },
        {
            "name": "pytest",
            "specs": [
                [
                    ">=",
                    "7.3.1"
                ]
            ]
        },
        {
            "name": "pytest-asyncio",
            "specs": [
                [
                    ">=",
                    "0.21.0"
                ]
            ]
        },
        {
            "name": "networkx",
            "specs": [
                [
                    "==",
                    "3.1"
                ]
            ]
        },
        {
            "name": "matplotlib",
            "specs": []
        },
        {
            "name": "websockets",
            "specs": [
                [
                    ">=",
                    "11.0.1"
                ]
            ]
        },
        {
            "name": "typing_inspect",
            "specs": [
                [
                    ">=",
                    "0.8.0"
                ]
            ]
        },
        {
            "name": "numba",
            "specs": [
                [
                    ">=",
                    "0.57.1"
                ]
            ]
        }
    ],
    "lcname": "roar-py-core"
}
        
Elapsed time: 0.12785s