You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,11 @@ This project contains Python stub files for [MicroPython for micro:bit V2](https
4
4
5
5
The easiest way to try these type stubs is to use the online [micro:bit Python Editor](https://python.microbit.org) which uses them for its code intelligence features and the API documentation.
6
6
7
+
## Licensing
8
+
9
+
These stubs are MIT or Apache 2.0 licensed depending on their origin (typeshed or MicroPython).
10
+
See [LICENSE.md](./LICENSE.md) for details.
11
+
7
12
## Translations
8
13
9
14
We maintain translations of these files in the [micro:bit Crowdin project](https://crowdin.com/project/microbitorg) in [this file](https://crowdin.com/translate/microbitorg/6422). Only changes to the English source should be made in this repository.
@@ -19,11 +24,6 @@ We translate:
19
24
- The API name, e.g. function name, with underscores replaced with spaces to make clear it's a hint not the actual name. This is displayed alongside the English API name.
20
25
- Parameter names (again with underscores replaced). These are displayed alongside the English parameter name.
21
26
22
-
## Licensing
23
-
24
-
These stubs are MIT or Apache 2.0 licensed depending on their origin (typeshed or MicroPython).
25
-
See [LICENSING.md](./LICENSING.md) for details.
26
-
27
27
## Scripts
28
28
29
29
`browser-package.py` packages the typeshed and a Pyright config file in a JSON format that can be consumed by the [Python Editor V3 project](https://github.com/microbit-foundation/python-editor-v3). A file is created per language.
0 commit comments