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
+16-7Lines changed: 16 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -130,10 +130,14 @@ For further examples and tutorials, check out the `basyx.aas.examples`-package.
130
130
*[`tutorial_backend_couchdb`](./basyx/aas/examples/tutorial_backend_couchdb.py): Use the *Backends* interface (`update()/commit()` methods) to manage and retrieve AAS objects in a CouchDB document database
131
131
132
132
133
+
### Documentation
134
+
135
+
A detailed, complete API documentation is available on Read the Docs: https://basyx-python-sdk.readthedocs.io
136
+
133
137
### Compliance Tool
134
138
135
139
The Eclipse BaSyx Python SDK project contains a compliance tool for testing xml and json files is provided in the
136
-
`aas.compliance_tool`-package. Following functionalities are supported:
140
+
`basyx.aas.compliance_tool`-package. Following functionalities are supported:
137
141
138
142
* create an xml or json file compliant to the official schema containing example Asset Administration Shell elements
139
143
* create an aasx file with xml or json files compliant to the official schema containing example Asset Administration
@@ -143,11 +147,11 @@ Shell elements
143
147
* check if the data in a given xml, json or aasx file is the same as the example data
144
148
* check if two given xml, json or aasx files contain the same Asset Administration Shell elements in any order
145
149
146
-
Invoking should work with either `python -m aas.compliance_tool.cli` or (when installed correctly and PATH is set
150
+
Invoking should work with either `python -m basyx.aas.compliance_tool.cli` or (when installed correctly and PATH is set
147
151
correctly) with `aas-compliance-check` on the command line.
148
152
149
-
For further usage information consider the `aas.compliance_tool`-package or invoke with
0 commit comments