Skip to content

Commit b6037ef

Browse files
authored
Update README.md
Previously, the SDK version could have been confused with the supported AAS specification versions. To alleviate this, this adds an additional text to the top of the `README.md`.
1 parent a6a904a commit b6037ef

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Eclipse BaSyx Python SDK
22

3-
(formerly known as PyI40AAS – Python Industry 4.0 Asset Administration Shell)
4-
53
The Eclipse BaSyx Python project focuses on providing a Python implementation of the Asset Administration Shell (AAS)
6-
for Industry 4.0 Systems.
7-
These are the currently implemented specifications:
4+
for Industry 4.0 Systems.
5+
6+
**Please note that the SDK version number is independent of the supported AAS versions!**
7+
8+
These are the implemented AAS specifications of the [current SDK release](https://github.com/eclipse-basyx/basyx-python-sdk/releases/latest), which can be also found on [PyPI](https://pypi.org/project/basyx-python-sdk/):
89

910
| Specification | Version |
1011
|---------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
@@ -14,6 +15,9 @@ These are the currently implemented specifications:
1415
| Part 3a: Data Specification IEC 61360 | [v3.0 (01003-a-3-0)](https://industrialdigitaltwin.org/wp-content/uploads/2023/04/IDTA-01003-a-3-0_SpecificationAssetAdministrationShell_Part3a_DataSpecification_IEC61360.pdf) |
1516
| Part 5: Package File Format (AASX) | [v3.0 (01005-3-0)](https://industrialdigitaltwin.org/wp-content/uploads/2023/04/IDTA-01005-3-0_SpecificationAssetAdministrationShell_Part5_AASXPackageFileFormat.pdf) |
1617

18+
If you need support to an older version of the specifications, please refer to our [prior releases](https://github.com/eclipse-basyx/basyx-python-sdk/releases).
19+
Each of them has a similar table at the top of the release notes.
20+
1721
## Features
1822
This repository is structured into separate packages.
1923
The `sdk` directory provides the AAS metamodel as Python objects and fundamental functionalities to handle AAS.

0 commit comments

Comments
 (0)