Skip to content
Snippets Groups Projects
Commit 50c68edd authored by Michael Thies's avatar Michael Thies
Browse files

README: Minor fixes

parent ada3966b
No related branches found
No related tags found
1 merge request!76README.md: Update Features, Project Structure and License
Pipeline #488251 failed
......@@ -9,7 +9,7 @@ compliant with the meta model and interface specification provided in
## Features
* Modelling of AASs as Python objects (according to DotAAS sec. 4)
* Security extension of the metamodel is currently not implemented (according to DotAAS sec. 5)
* **except for**: Security extension of the metamodel (according to DotAAS sec. 5), *HasDataSpecification*
* Reading and writing of AASX package files (according to DotAAS sec. 6)
* (De-)serialization of AAS objects into/from JSON and XML (according to DotAAS sec. 7)
* Storing of AAS objects in CouchDB, Backend infrastructure for easy expansion
......@@ -123,6 +123,8 @@ For further examples and tutorials, check out the `aas.examples`-package. Here i
single objects or full standard-compliant files
* `aas.examples.tutorial_aasx`: Export Asset Administration Shells with related objects and auxiliary files to AASX
package files
* `aas.examples.tutorial_backend_couchdb`: Use the *Backends* interface (`update()/commit()` methods) to manage and
retrieve AAS objects in a CouchDB document database
### Compliance Tool
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment