# partcad
PartCAD is the first package manager for CAD models
and a framework for managing assemblies.
It aims to complement Git with everything necessary to substitute
commercial Product Lifecycle Management (PLM) tools.
PartCAD maintains information about mechanical parts and
how they come together to form larger assemblies.
The same parts are reused in multiple assemblies and multiple projects.
And all of that is supercharged by the ultimate versioning and collaboration features of Git.
This Python module is the core part of PartCAD.
It can be used in Python scripts to instantiate parts,
assemblies and scenes implemented as PartCAD packages.
Such instances can be used in [CadQuery] and [build123d] scripts.
They can also be used in custom web, mobile and desktop applications
that render CAD models.
This module can also be used to generate BoMs (bills of materials) and assembly
instructions.
For PartCAD command line tools, see the Python module `partcad-cli` instead.
See [the main PartCAD repo](https://github.com/openvmp/partcad/) for more information.
[CadQuery]: https://github.com/CadQuery/cadquery
[build123d]: https://github.com/gumyr/build123d
Raw data
{
"_id": null,
"home_page": null,
"name": "partcad",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": "Roman Kuzmenko <openvmp@proton.me>",
"keywords": "cadquery, build123d, cad, design, openscad, step, stl",
"author": null,
"author_email": "Roman Kuzmenko <openvmp@proton.me>",
"download_url": "https://files.pythonhosted.org/packages/1c/63/26d873f49f917b72d589f0cf86124e2aaf57a373fbf204526af53338a09a/partcad-0.7.16.tar.gz",
"platform": null,
"description": "# partcad\n\nPartCAD is the first package manager for CAD models\nand a framework for managing assemblies.\nIt aims to complement Git with everything necessary to substitute\ncommercial Product Lifecycle Management (PLM) tools.\n\nPartCAD maintains information about mechanical parts and\nhow they come together to form larger assemblies.\nThe same parts are reused in multiple assemblies and multiple projects.\nAnd all of that is supercharged by the ultimate versioning and collaboration features of Git.\n\nThis Python module is the core part of PartCAD.\nIt can be used in Python scripts to instantiate parts,\nassemblies and scenes implemented as PartCAD packages.\nSuch instances can be used in [CadQuery] and [build123d] scripts.\nThey can also be used in custom web, mobile and desktop applications\nthat render CAD models.\nThis module can also be used to generate BoMs (bills of materials) and assembly\ninstructions.\n\nFor PartCAD command line tools, see the Python module `partcad-cli` instead.\n\nSee [the main PartCAD repo](https://github.com/openvmp/partcad/) for more information.\n\n[CadQuery]: https://github.com/CadQuery/cadquery\n[build123d]: https://github.com/gumyr/build123d\n",
"bugtrack_url": null,
"license": null,
"summary": "Package manager for CAD models and a modelling framework",
"version": "0.7.16",
"project_urls": {
"Homepage": "https://github.com/openvmp/partcad",
"Issues": "https://github.com/openvmp/partcad/issues"
},
"split_keywords": [
"cadquery",
" build123d",
" cad",
" design",
" openscad",
" step",
" stl"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "5ce98ac9e3f7d01ffd6587d73b3772d0886d4d7e09510e32364fad7551a3b676",
"md5": "fb5d57f8fd1508463388d425cfd8cc44",
"sha256": "8840ce123636141d3bf8e413a722c55eff46856e1f32dbd8ce44ce86b1b90dac"
},
"downloads": -1,
"filename": "partcad-0.7.16-py3-none-any.whl",
"has_sig": false,
"md5_digest": "fb5d57f8fd1508463388d425cfd8cc44",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 144071,
"upload_time": "2024-10-28T06:48:05",
"upload_time_iso_8601": "2024-10-28T06:48:05.374883Z",
"url": "https://files.pythonhosted.org/packages/5c/e9/8ac9e3f7d01ffd6587d73b3772d0886d4d7e09510e32364fad7551a3b676/partcad-0.7.16-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "1c6326d873f49f917b72d589f0cf86124e2aaf57a373fbf204526af53338a09a",
"md5": "a2332c6a5dad294d265bd825b0eca38b",
"sha256": "18963723d162d3303aa8be4dc5e72c39d98f984a923d9cc047ce113520a200d5"
},
"downloads": -1,
"filename": "partcad-0.7.16.tar.gz",
"has_sig": false,
"md5_digest": "a2332c6a5dad294d265bd825b0eca38b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 98024,
"upload_time": "2024-10-28T06:48:09",
"upload_time_iso_8601": "2024-10-28T06:48:09.734154Z",
"url": "https://files.pythonhosted.org/packages/1c/63/26d873f49f917b72d589f0cf86124e2aaf57a373fbf204526af53338a09a/partcad-0.7.16.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-28 06:48:09",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "openvmp",
"github_project": "partcad",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "black",
"specs": []
},
{
"name": "flake8",
"specs": []
},
{
"name": "isort",
"specs": []
},
{
"name": "pytest",
"specs": []
},
{
"name": "pytest-cov",
"specs": []
},
{
"name": "sphinx",
"specs": []
},
{
"name": "sphinx_rtd_theme",
"specs": []
},
{
"name": "readthedocs-sphinx-search",
"specs": []
}
],
"lcname": "partcad"
}