68 lines
3.1 KiB
Plaintext
68 lines
3.1 KiB
Plaintext
Metadata-Version: 2.1
|
|
Name: micropython-rp2-rpi_pico_w-stubs
|
|
Version: 1.21.0.post1
|
|
Summary: MicroPython stubs
|
|
Home-page: https://github.com/josverl/micropython-stubs#micropython-stubs
|
|
License: MIT
|
|
Author: josverl
|
|
Author-email: josverl@users.noreply.github.com
|
|
Requires-Python: >=3.8,<4.0
|
|
Classifier: Development Status :: 4 - Beta
|
|
Classifier: License :: OSI Approved :: MIT License
|
|
Classifier: Operating System :: OS Independent
|
|
Classifier: Programming Language :: Python
|
|
Classifier: Programming Language :: Python :: 3
|
|
Classifier: Programming Language :: Python :: 3.8
|
|
Classifier: Programming Language :: Python :: 3.9
|
|
Classifier: Programming Language :: Python :: 3.10
|
|
Classifier: Programming Language :: Python :: 3.11
|
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
Classifier: Programming Language :: Python :: Implementation :: MicroPython
|
|
Classifier: Topic :: Software Development :: Build Tools
|
|
Classifier: Topic :: Text Editors :: Integrated Development Environments (IDE)
|
|
Classifier: Typing :: Typed
|
|
Requires-Dist: micropython-stdlib-stubs (>=0.9.0)
|
|
Project-URL: Documentation, https://micropython-stubs.readthedocs.io/
|
|
Project-URL: Repository, https://github.com/josverl/micropython-stubs
|
|
Description-Content-Type: text/markdown
|
|
|
|
# micropython-rp2-rpi_pico_w-stubs
|
|
|
|
|
|
This is a stub-only package for MicroPython.
|
|
It is intended to be installed in a projects virtual environment to allow static type checkers and intellisense features to be used while writing Micropython code.
|
|
|
|
The version of this package is alligned the the version of the MicroPython firmware.
|
|
- Major, Minor and Patch levels are alligned to the same version as the firmware.
|
|
- The post release level is used to publish new releases of the stubs.
|
|
|
|
For `Micropython 1.17` the stubs are published as `1.17.post1` ... `1.17.post2`
|
|
for `Micropython 1.18` the stubs are published as `1.18.post1` ... `1.18.post2`
|
|
|
|
To install the latest stubs:
|
|
`pip install -I micropython-<port>-stubs` where port is the port of the MicroPython firmware.
|
|
|
|
To install the stubs for an older version, such as MicroPython 1.17:
|
|
`pip install micropython-stm32-stubs==1.17.*` which will install the last post release of the stubs for MicroPython 1.17.
|
|
|
|
|
|
As the creation of the stubs, and merging of the different types is still going though improvements, the stub packages are marked as Beta.
|
|
To upgrade stubs to the latest stubs for a specific version use `pip install micropython-stm32-stubs==1.17.* --upgrade`
|
|
|
|
If you have suggestions or find any issues with the stubs, please report them in the [MicroPython-stubs Discussions](https://github.com/Josverl/micropython-stubs/discussions)
|
|
|
|
For an overview of Micropython Stubs please see: https://micropython-stubs.readthedocs.io/en/main/
|
|
* List of all stubs : https://micropython-stubs.readthedocs.io/en/main/firmware_grp.html
|
|
|
|
Included stubs:
|
|
* Merged stubs from `stubs/micropython-v1_21_0-rp2-rpi_pico_w-merged`
|
|
* Frozen stubs from `stubs/micropython-v1_21_0-frozen/rp2/RPI_PICO_W`
|
|
* Core stubs from `stubs/micropython-core`
|
|
|
|
|
|
origin | Family | Port | Board | Version
|
|
-------|--------|------|-------|--------
|
|
Documentation | micropython | - | - | v1.21.0
|
|
Core | micropython | rp2 | - | v1.21.0
|
|
|