Skip to content

v0.1.1 — initial release

Latest

Choose a tag to compare

@zrgt zrgt released this 24 Feb 14:40
· 22 commits to master since this release
63bbc4b

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 --outdir option: auto-derives output filename from the input stem when --outpath is not specified
  • Package rename: aas-sm-to-pyaas-submodel-to-py for 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