RangerDigital / senko

🦊 Simplest OTA update solution for your Micropython projects.
GNU General Public License v3.0
95 stars 21 forks source link

Publish to PyPi #2

Closed Jorgeruiz97 closed 3 years ago

Jorgeruiz97 commented 3 years ago

Hello is there any plan to publish this to PyPi? In my ideal iot development I would love to Install Senko with upip:

# main.py

import upip
upip.install('micropython-senko')

I would love to contribute to this! Congrats this is a great project! and it actually works!

RangerDigital commented 3 years ago

Thank You, Great idea! I will look into that.

RangerDigital commented 3 years ago

🥳 Done! if you have any issue with micropython-senko feel free to open a new issue!

Jorgeruiz97 commented 3 years ago

Amazing! @RangerDigital thank you!