pico-boot 0.1.0.post0__py3-none-any.whl → 0.1.1.dev0__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.
- pico_boot/_version.py +1 -1
- {pico_boot-0.1.0.post0.dist-info → pico_boot-0.1.1.dev0.dist-info}/METADATA +2 -2
- pico_boot-0.1.1.dev0.dist-info/RECORD +7 -0
- pico_boot-0.1.0.post0.dist-info/RECORD +0 -7
- {pico_boot-0.1.0.post0.dist-info → pico_boot-0.1.1.dev0.dist-info}/WHEEL +0 -0
- {pico_boot-0.1.0.post0.dist-info → pico_boot-0.1.1.dev0.dist-info}/licenses/LICENSE +0 -0
- {pico_boot-0.1.0.post0.dist-info → pico_boot-0.1.1.dev0.dist-info}/top_level.txt +0 -0
pico_boot/_version.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = '0.1.
|
|
1
|
+
__version__ = '0.1.1.dev0'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pico-boot
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1.dev0
|
|
4
4
|
Summary: Pico-IOC integration layer for ecosystem modules. Auto-discovers DI modules via entry points.
|
|
5
5
|
Author-email: David Perez Cabrera <dperezcabrera@gmail.com>
|
|
6
6
|
License: MIT License
|
|
@@ -57,7 +57,7 @@ Dynamic: license-file
|
|
|
57
57
|
[](https://opensource.org/licenses/MIT)
|
|
58
58
|

|
|
59
59
|
[](https://codecov.io/gh/dperezcabrera/pico-boot)
|
|
60
|
-
[](https://dperezcabrera.github.io/pico-boot/)
|
|
61
61
|
|
|
62
62
|
**Zero-configuration bootstrap for the Pico ecosystem.**
|
|
63
63
|
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
pico_boot/__init__.py,sha256=kiTzllt7y4VcLwTB-xo8VNvwoEkVvSHeM4A_jy-I0RA,3957
|
|
2
|
+
pico_boot/_version.py,sha256=oPswspFxAXNlLuTZyMi9XRnaPJZToIRg6GOAdbA5WuM,27
|
|
3
|
+
pico_boot-0.1.1.dev0.dist-info/licenses/LICENSE,sha256=j86ePhARUMlHapXj0uGGdmnRTholb6VMoORCv8jkGdU,1068
|
|
4
|
+
pico_boot-0.1.1.dev0.dist-info/METADATA,sha256=EGIZE2EtwRFP6pFr_7WR-E9sc-gLNw6JWkj9VKpaFFE,10236
|
|
5
|
+
pico_boot-0.1.1.dev0.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
6
|
+
pico_boot-0.1.1.dev0.dist-info/top_level.txt,sha256=XKFMUvxblFAJ8HJIToiDbAt5wyzp1xIRcTz0__-0gMo,10
|
|
7
|
+
pico_boot-0.1.1.dev0.dist-info/RECORD,,
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
pico_boot/__init__.py,sha256=kiTzllt7y4VcLwTB-xo8VNvwoEkVvSHeM4A_jy-I0RA,3957
|
|
2
|
-
pico_boot/_version.py,sha256=0iP1THdPq83rbUsMGDOrAIfUyC5BhxyeOWsGdqdnFSY,28
|
|
3
|
-
pico_boot-0.1.0.post0.dist-info/licenses/LICENSE,sha256=j86ePhARUMlHapXj0uGGdmnRTholb6VMoORCv8jkGdU,1068
|
|
4
|
-
pico_boot-0.1.0.post0.dist-info/METADATA,sha256=kr6Kf_u8a_1gCmH9k5_48_sfPuJy0GlnJ6BVUicfNWQ,10238
|
|
5
|
-
pico_boot-0.1.0.post0.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
6
|
-
pico_boot-0.1.0.post0.dist-info/top_level.txt,sha256=XKFMUvxblFAJ8HJIToiDbAt5wyzp1xIRcTz0__-0gMo,10
|
|
7
|
-
pico_boot-0.1.0.post0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|