# Welcome to the Semantic World Package
The semantic world is a Python package for querying and manipulating robot simulation data.
It originates from PyCRAMs abstract world and unifies the functionality needed by multiple packages.
# Installation
The package can be installed locally using pip:
```bash
git clone git@github.com:tomsch420/semantic_world.git
pip install semantic_world
```
Read the docs here [here](https://tomsch420.github.io/semantic_world/intro.html)!
Raw data
{
"_id": null,
"home_page": null,
"name": "semantic-world",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": null,
"keywords": "robotics",
"author": null,
"author_email": "Tom Schierenbeck <tom_sch@uni-bremen.de>",
"download_url": "https://files.pythonhosted.org/packages/72/85/1851a89aa0ce0861d57501ec5f1ad90e8b60717da62d13ce913e1e34cbc4/semantic_world-0.0.2.tar.gz",
"platform": null,
"description": "# Welcome to the Semantic World Package\n\nThe semantic world is a Python package for querying and manipulating robot simulation data.\nIt originates from PyCRAMs abstract world and unifies the functionality needed by multiple packages.\n\n# Installation\nThe package can be installed locally using pip:\n\n```bash\ngit clone git@github.com:tomsch420/semantic_world.git\npip install semantic_world\n```\n\nRead the docs here [here](https://tomsch420.github.io/semantic_world/intro.html)!\n",
"bugtrack_url": null,
"license": null,
"summary": "A world model that unifies kinematic information and semantic meaning for robotic world representations.",
"version": "0.0.2",
"project_urls": {
"Bug Tracker": "https://github.com/tomsch420/semantic_world/issues",
"Source": "https://github.com/tomsch420/semantic_world"
},
"split_keywords": [
"robotics"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "95295bc2f7ef753816419e0816ebb24a6fd61bbc37eaf1b57e9885dfae2b4b4f",
"md5": "0b4aa8f0bc3209b82d7792397e908d6c",
"sha256": "df01686e237279e1e84ad0b6786ca11e3637f4b19e236162045bce357f8195c5"
},
"downloads": -1,
"filename": "semantic_world-0.0.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "0b4aa8f0bc3209b82d7792397e908d6c",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 72144,
"upload_time": "2025-07-08T18:16:05",
"upload_time_iso_8601": "2025-07-08T18:16:05.657820Z",
"url": "https://files.pythonhosted.org/packages/95/29/5bc2f7ef753816419e0816ebb24a6fd61bbc37eaf1b57e9885dfae2b4b4f/semantic_world-0.0.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "72851851a89aa0ce0861d57501ec5f1ad90e8b60717da62d13ce913e1e34cbc4",
"md5": "5c88f3c8502261d27caf334939b139fc",
"sha256": "2520e70e19d1d7a367ba6efec7cd5205ebb684c8690a574608c5f8d34fd493b0"
},
"downloads": -1,
"filename": "semantic_world-0.0.2.tar.gz",
"has_sig": false,
"md5_digest": "5c88f3c8502261d27caf334939b139fc",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 124574,
"upload_time": "2025-07-08T18:16:07",
"upload_time_iso_8601": "2025-07-08T18:16:07.156390Z",
"url": "https://files.pythonhosted.org/packages/72/85/1851a89aa0ce0861d57501ec5f1ad90e8b60717da62d13ce913e1e34cbc4/semantic_world-0.0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-08 18:16:07",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "tomsch420",
"github_project": "semantic_world",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "rustworkx",
"specs": []
},
{
"name": "numpy",
"specs": []
},
{
"name": "trimesh",
"specs": []
},
{
"name": "typing_extensions",
"specs": []
},
{
"name": "urdf-parser-py",
"specs": []
},
{
"name": "matplotlib",
"specs": []
},
{
"name": "casadi",
"specs": [
[
"~=",
"3.7.0"
]
]
},
{
"name": "hypothesis",
"specs": []
},
{
"name": "pytest",
"specs": []
},
{
"name": "scipy",
"specs": []
},
{
"name": "ormatic",
"specs": [
[
">=",
"1.1.0"
]
]
},
{
"name": "sqlacodegen",
"specs": []
},
{
"name": "ripple_down_rules",
"specs": []
},
{
"name": "pytest-order",
"specs": []
},
{
"name": "sqlalchemy",
"specs": []
}
],
"lcname": "semantic-world"
}