aas-core3.0 desirable in python-ecosys?
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.)
python-ecosys is intended for very commonly used packages. Things that are almost part of the stdlib. Which is a pretty high bar. All other modules are best maintained in third party repositories, in my opinion.
BTW: send a PR with your library to https://awesome-micropython.com/ - its the best index of third party packages we got
Out of scope for micropython-lib.