First pre-release of aas-submodel-template-to-py
This is the initial pre-release of the monorepo, published for early testing.
Packages
| Package | Version |
|---|---|
aas-submodel-to-py |
0.1.1 |
py-aas-submodels |
0.1.1 |
Highlights
- Monorepo structure: two separate packages — code generator (
aas-submodel-to-py) and pre-generated submodel library (py-aas-submodels) - CLI
--outdiroption: auto-derives output filename from the input stem when--outpathis not specified - Package rename:
aas-sm-to-py→aas-submodel-to-pyfor clarity - Module filename fix: hyphens replaced with underscores in generated file names (importable via
import) - Pre-generated submodels: classes for Nameplate, Contact Information, Handover Documentation, Carbon Footprint, Inspection Documents of Steel Products, and more
- PyPI CI: automated release workflow via OIDC trusted publishing (no stored tokens)
Installation
pip install aas-submodel-to-py
pip install py-aas-submodels