micropython-microbit-fs 0.1.1__py3-none-any.whl → 0.1.2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -34,7 +34,7 @@ from micropython_microbit_fs.hexes import (
34
34
  list_bundled_versions,
35
35
  )
36
36
 
37
- __version__ = "0.1.0"
37
+ __version__ = "0.1.2"
38
38
 
39
39
  __all__ = [
40
40
  # Main API functions
@@ -1,8 +1,8 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: micropython-microbit-fs
3
- Version: 0.1.1
4
- Summary: Library and cli app to add and extract files from MicroPython Hex files for micro:bit
5
- Keywords: microbit,micropython,filesystem,intel-hex,embedded
3
+ Version: 0.1.2
4
+ Summary: Library and CLI app to add and extract files from MicroPython Hex files for the BBC micro:bit.
5
+ Keywords: microbit,micro:bit,BBC micro:bit,MicroPython,Intel Hex
6
6
  Author: Carlos Pereira Atencio
7
7
  Author-email: Carlos Pereira Atencio <carlosperate@embeddedlog.com>
8
8
  License-Expression: MIT
@@ -39,7 +39,7 @@ Description-Content-Type: text/markdown
39
39
 
40
40
  [![Test](https://github.com/carlosperate/python-microbit-fs/actions/workflows/test.yml/badge.svg)](https://github.com/carlosperate/python-microbit-fs/actions/workflows/test.yml)
41
41
  [![PyPI versions](https://img.shields.io/pypi/pyversions/micropython-microbit-fs.svg)](https://pypi.org/project/micropython-microbit-fs/)
42
- [![PyPI - License](https://img.shields.io/pypi/l/micropython-microbit-fs.svg)](LICENSE)
42
+ [![PyPI - License](https://img.shields.io/pypi/l/micropython-microbit-fs.svg)](https://github.com/carlosperate/python-microbit-fs/blob/main/LICENSE)
43
43
 
44
44
  A Python library and command line tool to inject and extract files from
45
45
  [MicroPython](https://microbit-micropython.readthedocs.io)
@@ -1,4 +1,4 @@
1
- micropython_microbit_fs/__init__.py,sha256=fr5PcF8Yv13scWSb737QXMUORxCv1sZISapi5rJNU1I,1528
1
+ micropython_microbit_fs/__init__.py,sha256=Cj3YFk4_7KSIcddekFzipqmezCv_E9Wxli0rv1ZsIM0,1528
2
2
  micropython_microbit_fs/api.py,sha256=tnpPp5rRa4lXNCIig1q4254ejnHfwyodspZ7sgR7wMw,4026
3
3
  micropython_microbit_fs/cli.py,sha256=WlkVV0BshX_9Ez6-gJcy8AI_rIyde5ixEogByk18c6Y,8305
4
4
  micropython_microbit_fs/device_info.py,sha256=cSJ5VILQ0lE0d2Gh6gOPQhvqH80-pb9esYno4Y3UXNo,3438
@@ -12,7 +12,7 @@ micropython_microbit_fs/hexes/microbitv2/v2.1.2/micropython-microbit-v2.1.2.hex,
12
12
  micropython_microbit_fs/hexes.py,sha256=SVE9_mlDHvrEVT3ueIGaKcX0PndeucK8DFYpFj4cOY0,5624
13
13
  micropython_microbit_fs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
14
14
  micropython_microbit_fs/uicr.py,sha256=utcSo8MhaoUbIkBomBS759z2mxUP8N8VVrIkXq8MarY,2983
15
- micropython_microbit_fs-0.1.1.dist-info/WHEEL,sha256=fAguSjoiATBe7TNBkJwOjyL1Tt4wwiaQGtNtjRPNMQA,80
16
- micropython_microbit_fs-0.1.1.dist-info/entry_points.txt,sha256=ezUl-Ghp4t_RPLWhdQXToinaV3hA3dfd_NYnybFMm3w,66
17
- micropython_microbit_fs-0.1.1.dist-info/METADATA,sha256=Lc1S9UKwNFStcdS-j5jCSxTsiwgv398tvHoDc6TsDV4,8371
18
- micropython_microbit_fs-0.1.1.dist-info/RECORD,,
15
+ micropython_microbit_fs-0.1.2.dist-info/WHEEL,sha256=iHtWm8nRfs0VRdCYVXocAWFW8ppjHL-uTJkAdZJKOBM,80
16
+ micropython_microbit_fs-0.1.2.dist-info/entry_points.txt,sha256=ezUl-Ghp4t_RPLWhdQXToinaV3hA3dfd_NYnybFMm3w,66
17
+ micropython_microbit_fs-0.1.2.dist-info/METADATA,sha256=R_aK1pmh_n9p1w_MRs5yrgZNE6KjVNPFCk0DRGtriJQ,8445
18
+ micropython_microbit_fs-0.1.2.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: uv 0.9.28
2
+ Generator: uv 0.9.30
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any