Metadata-Version: 2.1
Name: aas-core3.0-protobuf
Version: 0.0.1
Summary: Convert Asset Administration Shells V3.0 between Python and ProtoBuf objects.
Author-email: Marko Ristin <marko@ristin.ch>
Project-URL: repository, https://github.com/aas-core-works/aas-core3.0-python-protobuf
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: AUTHORS
Requires-Dist: aas-core3.0 <2,>=1
Requires-Dist: protobuf >=5

# aas-core3.0-python-protobuf
Convert Asset Administration Shells V3.0 between Python and ProtoBuf objects.

This is a library to convert Asset Administration Shells V3.0 between Python and ProtoBuf objects.

The documentation is available on: https://aas-core30-python-protobuf.readthedocs.io/en/latest/.

The majority of the code has been automatically generated by [aas-core-codegen].

The definitions of the Protocol Buffers are given in [aas-core-protobuf] repository.

If you want to contribute, see our [contributing guide].

[aas-core-codegen]: https://github.com/aas-core-works/aas-core-codegen

[aas-core-protobuf]: https://github.com/aas-core-works/aas-core-protobuf

[contributing guide]: https://aas-core30-python-protobuf.readthedocs.io/en/latest/contributing.html
