Metadata-Version: 2.4
Name: additive-manufacturing
Version: 0.0.17
Summary: Package for additive manufacturing related tools.
Author-email: Peter Pak <ppak10@gmail.com>
Project-URL: Homepage, https://github.com/ppak10/additive-manufacturing
Project-URL: Issues, https://github.com/ppak10/additive-manufacturing/issues
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: imageio>=2.37.0
Requires-Dist: jax>=0.6.2
Requires-Dist: matplotlib>=3.10.3
Requires-Dist: mcp>=1.12.3
Requires-Dist: pint>=0.24.4
Requires-Dist: pintdantic>=0.0.1
Requires-Dist: pydantic>=2.11.7
Requires-Dist: pygcode>=0.2.1
Requires-Dist: rich>=14.0.0
Requires-Dist: scipy>=1.15.3
Requires-Dist: tqdm>=4.67.1
Requires-Dist: trimesh[easy]>=4.9.0
Requires-Dist: typer>=0.16.0
Requires-Dist: workspace-agent>=0.1.4
Provides-Extra: cuda12
Requires-Dist: jax[cuda12]>=0.6.2; extra == "cuda12"

[![claude-code](https://github.com/ppak10/workspace-agent/actions/workflows/claude-code.yml/badge.svg)](https://github.com/ppak10/workspace-agent/actions/workflows/claude-code.yml)
[![gemini-cli](https://github.com/ppak10/workspace-agent/actions/workflows/gemini-cli.yml/badge.svg)](https://github.com/ppak10/workspace-agent/actions/workflows/gemini-cli.yml)
[![codex](https://github.com/ppak10/workspace-agent/actions/workflows/codex.yml/badge.svg)](https://github.com/ppak10/workspace-agent/actions/workflows/codex.yml)
[![pytest](https://github.com/ppak10/additive-manufacturing/actions/workflows/pytest.yml/badge.svg)](https://github.com/ppak10/additive-manufacturing/actions/workflows/pytest.yml)
[![codecov](https://codecov.io/github/ppak10/additive-manufacturing/graph/badge.svg?token=O827DEYWQ9)](https://codecov.io/github/ppak10/additive-manufacturing)

# additive-manufacturing

Additive Manufacturing related software modules
<p align="center">
  <img src="./icon.svg" alt="Logo" width="50%">
</p>

## Getting Started
### Installation

```bash
uv add additive-manufacturing
```

### Agent
#### Claude Code

1. Install MCP tools and Agent

- Defaults to claude code
```bash
am mcp install
```

### CLI (`am --help`)
#### 1. Create Workspace (via `workspace-agent`)
```bash
am workspace create test
```

#### Example
An example implementation can be found [here](https://github.com/ppak10/additive-manufacturing-agent)
