micropython-lib icon indicating copy to clipboard operation
micropython-lib copied to clipboard

aas-core3.0 desirable in python-ecosys?

Open mristin opened this issue 1 year ago • 1 comments

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.)

mristin avatar Apr 10 '24 16:04 mristin

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

jonnor avatar Oct 12 '24 08:10 jonnor

Out of scope for micropython-lib.

jonnor avatar Jul 15 '25 06:07 jonnor