micropython / micropython-lib

Core Python libraries ported to MicroPython
Other
2.3k stars 980 forks source link

aas-core3.0 desirable in python-ecosys? #843

Open mristin opened 2 months ago

mristin commented 2 months ago

Hi! I read the docs on publishing the packages: https://docs.micropython.org/en/latest/reference/packages.html#writing-publishing-packages

We maintain a package for reading and writing Asset Administration Shell models in Python (https://github.com/aas-core-works/aas-core3.0-python). Recently, we implemented a reduced version for Micropython (https://github.com/aas-core-works/aas-core3.0-micropython).

Asset Administration Shells are getting recently a lot of traction in Industry 4.0 systems, and micro-controllers are definitely part of them. Would our library be something you would like us to put into python-ecosys/? Should I make a pull request? Or would you prefer us to host it in a separate repository?

Thank you a lot for the feedback!

(In case this is not the right spot, please let me know if I should move this issue somewhere else.)