Metadata-Version: 2.4
Name: cadbuildr-foundation
Version: 0.2.6
Summary: Foundation library for CADbuildr - Core types for parametric CAD
Author: CADbuildr Team
Requires-Python: <4.0.0,>=3.10.0
Requires-Dist: numpy<3.0.0,>=2.2.6
Requires-Dist: pydantic<3.0.0,>=2.0.0
Requires-Dist: requests<3.0.0,>=2.31.0
Description-Content-Type: text/markdown

# CADbuildr Foundation

## Summary

Schema-driven Python types for CAD modeling, generated from the GraphQL foundation schema.

## Tags

cad, python, foundation, schema

## Status

green

## Guidelines

- Keep generated code deterministic and reproducible across machines.
- Avoid manual edits in generated modules; change the schema instead.
- Keep public APIs stable and document migrations when needed.

## Dependencies

### Upstream

- (none)

### Downstream

- (none)

## Notes

See `/schemas/foundation/` for schema definition.

## Kernel API Contract

- Canonical render endpoint: `POST /v1/kernels/:kernel/render` with `format=json|stl|step`.
- Foundation direct compile endpoint env: `CAD_COMPILE_API_BASE_URL`.
