Name | dccpath JSON |
Version |
0.1.1
JSON |
| download |
home_page | None |
Summary | Utility library for locating common DCC (Digital Content Creation) software executables |
upload_time | 2025-07-22 19:51:58 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.10 |
license | None |
keywords |
blender
dcc
maya
motionbuilder
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# dccpath
Small utility library for locating common DCC (Digital Content Creation) software executables
Currently supported DCCs:
- Autodesk Maya
- Autodesk MotionBuilder
- Blender
```python
from dccpath import get_blender, get_mayapy
blender = get_blender(version="4.4")
mayapy = get_mayapy(version="2025")
```
Raw data
{
"_id": null,
"home_page": null,
"name": "dccpath",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": "Henrik Wilhelmsen <contact@henrikwilhelmsen.com>",
"keywords": "Blender, DCC, Maya, MotionBuilder",
"author": null,
"author_email": "Henrik Wilhelmsen <contact@henrikwilhelmsen.com>",
"download_url": "https://files.pythonhosted.org/packages/0d/45/1b0d9252c2cfeaa1c2890ac66313dc9ff5455f92b591bf79f43b10d2ae31/dccpath-0.1.1.tar.gz",
"platform": null,
"description": "# dccpath\n\nSmall utility library for locating common DCC (Digital Content Creation) software executables\n\nCurrently supported DCCs:\n\n- Autodesk Maya\n- Autodesk MotionBuilder\n- Blender\n\n```python\nfrom dccpath import get_blender, get_mayapy\n\nblender = get_blender(version=\"4.4\")\nmayapy = get_mayapy(version=\"2025\")\n```\n",
"bugtrack_url": null,
"license": null,
"summary": "Utility library for locating common DCC (Digital Content Creation) software executables",
"version": "0.1.1",
"project_urls": {
"Issues": "https://github.com/henrikwilhelmsen/dccpath/issues",
"Repository": "https://github.com/henrikwilhelmsen/dccpath"
},
"split_keywords": [
"blender",
" dcc",
" maya",
" motionbuilder"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "e49f647831968f4816abdff8c3f0cec33abd4f0a09b4a29cfc75abc3157553d7",
"md5": "72ef1c5e14e375c1156c102271545d40",
"sha256": "58b8937613e8332bb90b786d0d046450be99d25660a8d37c55b87164e2231c99"
},
"downloads": -1,
"filename": "dccpath-0.1.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "72ef1c5e14e375c1156c102271545d40",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 11399,
"upload_time": "2025-07-22T19:51:57",
"upload_time_iso_8601": "2025-07-22T19:51:57.630757Z",
"url": "https://files.pythonhosted.org/packages/e4/9f/647831968f4816abdff8c3f0cec33abd4f0a09b4a29cfc75abc3157553d7/dccpath-0.1.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0d451b0d9252c2cfeaa1c2890ac66313dc9ff5455f92b591bf79f43b10d2ae31",
"md5": "e212a26c2dbfac091d976d5b9d380322",
"sha256": "b0b183e3b3865cf2272009b8a3c240ed5c93dd0ed57e2a3c73ac7dd6c4b88f82"
},
"downloads": -1,
"filename": "dccpath-0.1.1.tar.gz",
"has_sig": false,
"md5_digest": "e212a26c2dbfac091d976d5b9d380322",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 28528,
"upload_time": "2025-07-22T19:51:58",
"upload_time_iso_8601": "2025-07-22T19:51:58.527238Z",
"url": "https://files.pythonhosted.org/packages/0d/45/1b0d9252c2cfeaa1c2890ac66313dc9ff5455f92b591bf79f43b10d2ae31/dccpath-0.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-22 19:51:58",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "henrikwilhelmsen",
"github_project": "dccpath",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "dccpath"
}