partcad


Namepartcad JSON
Version 0.5.22 PyPI version JSON
download
home_pageNone
SummaryPackage manager for CAD models and a modelling framework
upload_time2024-04-15 00:13:47
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseNone
keywords cadquery build123d cad design openscad step stl
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # partcad

PartCAD is the first package manager for CAD models
and a framework for managing assemblies.
It complements 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/63/02/cc5286dfb6459255b8f40b3dedd3a18f0ce2af333ca113ca7acd204a4cdb/partcad-0.5.22.tar.gz",
    "platform": null,
    "description": "# partcad\n\nPartCAD is the first package manager for CAD models\nand a framework for managing assemblies.\nIt complements 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.5.22",
    "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": "bf177dcc4b813d84942278699f11b4e456d243016516d5f8f2df0ec65772a0d1",
                "md5": "d78cac85a2b43af671a03b4e4e26821a",
                "sha256": "0dc221c75749d70e01d85a20f0056df84e0d288e8bc4baa833dec20d30de46f5"
            },
            "downloads": -1,
            "filename": "partcad-0.5.22-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d78cac85a2b43af671a03b4e4e26821a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 80090,
            "upload_time": "2024-04-15T00:13:44",
            "upload_time_iso_8601": "2024-04-15T00:13:44.004864Z",
            "url": "https://files.pythonhosted.org/packages/bf/17/7dcc4b813d84942278699f11b4e456d243016516d5f8f2df0ec65772a0d1/partcad-0.5.22-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6302cc5286dfb6459255b8f40b3dedd3a18f0ce2af333ca113ca7acd204a4cdb",
                "md5": "835251f024be7f48a97cb07a23263e28",
                "sha256": "6844bcfdfb9bd6da677f925ffd994c206a79fc5066e2b88ae649c0f796a471fc"
            },
            "downloads": -1,
            "filename": "partcad-0.5.22.tar.gz",
            "has_sig": false,
            "md5_digest": "835251f024be7f48a97cb07a23263e28",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 52734,
            "upload_time": "2024-04-15T00:13:47",
            "upload_time_iso_8601": "2024-04-15T00:13:47.532801Z",
            "url": "https://files.pythonhosted.org/packages/63/02/cc5286dfb6459255b8f40b3dedd3a18f0ce2af333ca113ca7acd204a4cdb/partcad-0.5.22.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-15 00:13:47",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "openvmp",
    "github_project": "partcad",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "partcad"
}
        
Elapsed time: 0.23582s