You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-8Lines changed: 12 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,14 @@ for Industry 4.0 Systems.
7
7
8
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/):
| Part 2: API |[v3.0 (01002-3-0)](https://industrialdigitaltwin.org/en/wp-content/uploads/sites/2/2023/06/IDTA-01002-3-0_SpecificationAssetAdministrationShell_Part2_API_.pdf)|
15
-
| 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)|
16
-
| 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)|
| Part 2: API |[v3.1.1 (01002)](https://industrialdigitaltwin.org/en/wp-content/uploads/sites/2/2025/08/IDTA-01002-3-1-1_AAS-Specification_Part2_API.pdf)|
15
+
| Part 3a: Data Specification IEC 61360 |[v3.1.1 (01003-a)](https://industrialdigitaltwin.org/wp-content/uploads/2025/08/IDTA-01003-a-3-1-1_AAS-Specification_Part3a_DataSpecification.pdf)|
16
+
| Part 5: Package File Format (AASX) |[v3.1 (01005)](https://industrialdigitaltwin.org/wp-content/uploads/2025/06/IDTA_01005-25-01_AAS-Specification_Part5_AASXPackageFileFormat.pdf)|
17
+
17
18
18
19
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
20
Each of them has a similar table at the top of the release notes.
@@ -22,7 +23,7 @@ Each of them has a similar table at the top of the release notes.
22
23
This repository is structured into separate packages.
23
24
The `sdk` directory provides the AAS metamodel as Python objects and fundamental functionalities to handle AAS.
24
25
The `server` implements a specification-compliant Docker HTTP server for AASs.
25
-
The `compliance_tool` is to be determined.
26
+
The `compliance_tool` is a command-line tool for checking whether JSON and XML files comply with the AAS specification.
26
27
27
28
*[SDK](./sdk/README.md):
28
29
* Modelling of AASs as Python objects
@@ -35,6 +36,9 @@ The `compliance_tool` is to be determined.
35
36
*[Server](./server/README.md): Docker Image of a specification compliant HTTP Server implementing the interfaces:
36
37
* Asset Administration Shell Repository
37
38
* Submodel Repository
39
+
* Asset Administration Shell Registry Service
40
+
* Submodel Registry Service
41
+
* Discovery
38
42
*[Compliance Tool](./compliance_tool/README.md): A command-line tool for checking compliance of JSON and XML files
0 commit comments