Metadata-Version: 2.4
Name: gitcad-core
Version: 0.9.3
Summary: gitcad core: canonical text, entity/feature identity, the Part standard, report pipeline
Project-URL: Homepage, https://gitcad.xyz
Project-URL: Repository, https://github.com/gitcad-xyz/gitcad
Project-URL: Issues, https://github.com/gitcad-xyz/gitcad/issues
Author-email: Dan Willis <danielcwillis@gmail.com>
License-Expression: Apache-2.0
Keywords: agent,brep,cad,git,headless,identity,part
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Manufacturing
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Multimedia :: Graphics :: 3D Modeling
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# gitcad-core

Core package of gitcad, a headless, git-native B-rep CAD system.

Provides:

- Canonical text serialization of models.
- Entity and feature identity derived from construction lineage and geometric
  fingerprint.
- The Part standard: manifest, interface, semantic version, and lockfile,
  shared by the mechanical and electrical packages.
- The report pipeline used to verify and render a build.

Pure Python, no third-party runtime dependencies.

Install the full system with `pip install gitcad`.

License: Apache-2.0. Source: https://github.com/gitcad-xyz/gitcad
