Metadata-Version: 2.4
Name: arxyne
Version: 0.3.4
Summary: How Physical AI Fits Into the Design & Engineering Pipeline
Author-email: Chris Johnston <chris@arxyne.com>
License-Expression: BUSL-1.1
Project-URL: Homepage, https://arxyne.com
Project-URL: Documentation, https://docs.arxyne.com
Project-URL: Releases, https://docs.arxyne.com
Keywords: openusd,cfd,cae,vehicle-engineering,digital-twin,openfoam,chrono,agent,mcp,cyber-physical
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: 3.15
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: <3.16,>=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: platformdirs<5,>=2.0
Requires-Dist: certifi<2027,>=2024.0
Requires-Dist: ollama<1,>=0.6
Requires-Dist: usd-core<27,>=25.0
Requires-Dist: numpy<3,>=1.24
Requires-Dist: numpy-stl<5,>=3.0
Requires-Dist: pydantic<3,>=2.0
Requires-Dist: pyyaml<7,>=6.0
Requires-Dist: matplotlib<4,>=3.10.9
Requires-Dist: mcp<2,>=1.28
Requires-Dist: httpx<1,>=0.28
Requires-Dist: idna<4,>=3.0
Requires-Dist: trimesh<6,>=4.12.2
Requires-Dist: scipy<2,>=1.11
Requires-Dist: rich<16,>=13.0
Provides-Extra: dev
Requires-Dist: pytest>=8.0; extra == "dev"
Requires-Dist: pytest-cov>=5.0; extra == "dev"
Requires-Dist: pytest-timeout>=2.0; extra == "dev"
Requires-Dist: pyright>=1.1.411; extra == "dev"
Requires-Dist: mcp<2,>=1.28; extra == "dev"
Provides-Extra: test
Requires-Dist: pytest>=8.0; extra == "test"
Requires-Dist: pytest-cov>=5.0; extra == "test"
Requires-Dist: pytest-timeout>=2.0; extra == "test"
Requires-Dist: pyright>=1.1.411; extra == "test"
Provides-Extra: docs
Requires-Dist: mkdocs>=1.6; extra == "docs"
Requires-Dist: mkdocs-material>=9.5; extra == "docs"
Provides-Extra: all
Requires-Dist: arxyne[dev,docs]; extra == "all"
Dynamic: license-file

# Arxyne

How Physical AI Fits Into the Design & Engineering Pipeline.

```bash
pipx install arxyne
arxyne --onboarding && arxyne --doctor
arxyne --product ahmed --run aero --solver openfoam
arxyne --product ahmed --results
```

## License

- `arxyne_platform/` + `products/`: BSL 1.1

---

**Bugs? Ideas?** → [github.com/arxynehq/feedback](https://github.com/arxynehq/feedback)  
**Docs:** [docs.arxyne.com](https://docs.arxyne.com)
