circfirm 2.0.1__py3-none-any.whl → 2.0.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.
- {circfirm-2.0.1.dist-info → circfirm-2.0.2.dist-info}/METADATA +8 -3
- {circfirm-2.0.1.dist-info → circfirm-2.0.2.dist-info}/RECORD +6 -6
- {circfirm-2.0.1.dist-info → circfirm-2.0.2.dist-info}/LICENSE +0 -0
- {circfirm-2.0.1.dist-info → circfirm-2.0.2.dist-info}/WHEEL +0 -0
- {circfirm-2.0.1.dist-info → circfirm-2.0.2.dist-info}/entry_points.txt +0 -0
- {circfirm-2.0.1.dist-info → circfirm-2.0.2.dist-info}/top_level.txt +0 -0
|
@@ -1,20 +1,25 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: circfirm
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.2
|
|
4
4
|
Summary: CLI tool for install firmware for CircuitPython boards
|
|
5
5
|
Author-email: Alec Delaney <tekktrik@gmail.com>
|
|
6
6
|
License: MIT
|
|
7
|
-
Project-URL: Homepage, https://github.com/tekktrik/
|
|
8
|
-
Project-URL: Repository, https://github.com/tekktrik/
|
|
7
|
+
Project-URL: Homepage, https://github.com/tekktrik/circfirm
|
|
8
|
+
Project-URL: Repository, https://github.com/tekktrik/circfirm.git
|
|
9
9
|
Keywords: adafruit,circuitpython,tool,cli,firmware,install,upload
|
|
10
10
|
Classifier: Intended Audience :: Developers
|
|
11
11
|
Classifier: Topic :: Software Development :: Embedded Systems
|
|
12
12
|
Classifier: Topic :: System :: Hardware
|
|
13
13
|
Classifier: License :: OSI Approved :: MIT License
|
|
14
|
+
Classifier: Development Status :: 5 - Production/Stable
|
|
15
|
+
Classifier: Environment :: Console
|
|
16
|
+
Classifier: Natural Language :: English
|
|
14
17
|
Classifier: Programming Language :: Python :: 3.8
|
|
15
18
|
Classifier: Programming Language :: Python :: 3.9
|
|
16
19
|
Classifier: Programming Language :: Python :: 3.10
|
|
17
20
|
Classifier: Programming Language :: Python :: 3.11
|
|
21
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
22
|
+
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
18
23
|
Classifier: Operating System :: Unix
|
|
19
24
|
Classifier: Operating System :: Microsoft :: Windows
|
|
20
25
|
Classifier: Operating System :: MacOS
|
|
@@ -2,9 +2,9 @@ circfirm/__init__.py,sha256=c5spgXArUydQ9xwHyO-32mJS61okL3IgRXYUG1JFRO4,459
|
|
|
2
2
|
circfirm/backend.py,sha256=75fNPs4aURHEMxh0BdWVPrRYLJaMy1IZVhebM70jDEA,5589
|
|
3
3
|
circfirm/cli.py,sha256=7UJKLKnuiR_o1FQmJ3dq-U1rcJtXuXCQvNXB2aKTjns,5148
|
|
4
4
|
circfirm/startup.py,sha256=n3OI01SoOhvV-qzGbKis6YUaOiC5eV6zZ2MHfHgG59k,1514
|
|
5
|
-
circfirm-2.0.
|
|
6
|
-
circfirm-2.0.
|
|
7
|
-
circfirm-2.0.
|
|
8
|
-
circfirm-2.0.
|
|
9
|
-
circfirm-2.0.
|
|
10
|
-
circfirm-2.0.
|
|
5
|
+
circfirm-2.0.2.dist-info/LICENSE,sha256=6pPP6gJ00tqCkxg5gABHDwWUiXZ_mBzH94xxPOqwGj4,1069
|
|
6
|
+
circfirm-2.0.2.dist-info/METADATA,sha256=yr0-ZSfsM3dVyFydABYUmkCPCwC9g7xvizqFKsCLqro,4029
|
|
7
|
+
circfirm-2.0.2.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
|
8
|
+
circfirm-2.0.2.dist-info/entry_points.txt,sha256=33qZTmSuXz8dgi29yjSyb8VsEA8HyhWuhn2MNcjatGQ,46
|
|
9
|
+
circfirm-2.0.2.dist-info/top_level.txt,sha256=qA2407wap3My6jGA5uchH2JjUM7qn73oBPwALN7GR5k,9
|
|
10
|
+
circfirm-2.0.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|