schedule icon indicating copy to clipboard operation
schedule copied to clipboard

Add package.json

Open riaanvddool opened this issue 2 years ago • 0 comments

To allow easy install using mip: https://docs.micropython.org/en/latest/reference/packages.html

>>> import mip
>>> mip.install('github:rguillon/schedule')
Installing github:rguillon/schedule/package.json to /lib
Copying: /lib/schedule/__init__.py
Installing ucontextlib (latest) from https://micropython.org/pi/v2 to /lib
Exists: /lib/ucontextlib.mpy
Installing logging (latest) from https://micropython.org/pi/v2 to /lib
Exists: /lib/logging.mpy
Installing time (latest) from https://micropython.org/pi/v2 to /lib
Copying: /lib/time.mpy
Done

riaanvddool avatar Jan 28 '23 20:01 riaanvddool