pico-ioc 0.5.1__tar.gz → 0.5.2__tar.gz
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_ioc-0.5.1 → pico_ioc-0.5.2}/PKG-INFO +1 -7
- {pico_ioc-0.5.1 → pico_ioc-0.5.2}/README.md +0 -6
- pico_ioc-0.5.2/src/pico_ioc/_version.py +1 -0
- {pico_ioc-0.5.1 → pico_ioc-0.5.2}/src/pico_ioc.egg-info/PKG-INFO +1 -7
- pico_ioc-0.5.1/src/pico_ioc/_version.py +0 -1
- {pico_ioc-0.5.1 → pico_ioc-0.5.2}/.coveragerc +0 -0
- {pico_ioc-0.5.1 → pico_ioc-0.5.2}/.github/workflows/ci.yml +0 -0
- {pico_ioc-0.5.1 → pico_ioc-0.5.2}/.github/workflows/publish-to-pypi.yml +0 -0
- {pico_ioc-0.5.1 → pico_ioc-0.5.2}/LICENSE +0 -0
- {pico_ioc-0.5.1 → pico_ioc-0.5.2}/MANIFEST.in +0 -0
- {pico_ioc-0.5.1 → pico_ioc-0.5.2}/pyproject.toml +0 -0
- {pico_ioc-0.5.1 → pico_ioc-0.5.2}/setup.cfg +0 -0
- {pico_ioc-0.5.1 → pico_ioc-0.5.2}/src/pico_ioc/__init__.py +0 -0
- {pico_ioc-0.5.1 → pico_ioc-0.5.2}/src/pico_ioc.egg-info/SOURCES.txt +0 -0
- {pico_ioc-0.5.1 → pico_ioc-0.5.2}/src/pico_ioc.egg-info/dependency_links.txt +0 -0
- {pico_ioc-0.5.1 → pico_ioc-0.5.2}/src/pico_ioc.egg-info/top_level.txt +0 -0
- {pico_ioc-0.5.1 → pico_ioc-0.5.2}/tests/test_pico_ioc.py +0 -0
- {pico_ioc-0.5.1 → pico_ioc-0.5.2}/tests/test_pico_ioc_additional.py +0 -0
- {pico_ioc-0.5.1 → pico_ioc-0.5.2}/tox.ini +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pico-ioc
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.2
|
|
4
4
|
Summary: A minimalist, zero-dependency Inversion of Control (IoC) container for Python.
|
|
5
5
|
Author-email: David Perez Cabrera <dperezcabrera@gmail.com>
|
|
6
6
|
License: MIT License
|
|
@@ -45,12 +45,6 @@ Description-Content-Type: text/markdown
|
|
|
45
45
|
License-File: LICENSE
|
|
46
46
|
Dynamic: license-file
|
|
47
47
|
|
|
48
|
-
Got it ✅
|
|
49
|
-
Here’s your **updated README.md in full English**, keeping all original sections but now including the **name-first resolution** feature and new tests section.
|
|
50
|
-
|
|
51
|
-
---
|
|
52
|
-
|
|
53
|
-
````markdown
|
|
54
48
|
# 📦 Pico-IoC: A Minimalist IoC Container for Python
|
|
55
49
|
|
|
56
50
|
[](https://pypi.org/project/pico-ioc/)
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
Got it ✅
|
|
2
|
-
Here’s your **updated README.md in full English**, keeping all original sections but now including the **name-first resolution** feature and new tests section.
|
|
3
|
-
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
````markdown
|
|
7
1
|
# 📦 Pico-IoC: A Minimalist IoC Container for Python
|
|
8
2
|
|
|
9
3
|
[](https://pypi.org/project/pico-ioc/)
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '0.5.2'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pico-ioc
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.2
|
|
4
4
|
Summary: A minimalist, zero-dependency Inversion of Control (IoC) container for Python.
|
|
5
5
|
Author-email: David Perez Cabrera <dperezcabrera@gmail.com>
|
|
6
6
|
License: MIT License
|
|
@@ -45,12 +45,6 @@ Description-Content-Type: text/markdown
|
|
|
45
45
|
License-File: LICENSE
|
|
46
46
|
Dynamic: license-file
|
|
47
47
|
|
|
48
|
-
Got it ✅
|
|
49
|
-
Here’s your **updated README.md in full English**, keeping all original sections but now including the **name-first resolution** feature and new tests section.
|
|
50
|
-
|
|
51
|
-
---
|
|
52
|
-
|
|
53
|
-
````markdown
|
|
54
48
|
# 📦 Pico-IoC: A Minimalist IoC Container for Python
|
|
55
49
|
|
|
56
50
|
[](https://pypi.org/project/pico-ioc/)
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = '0.5.1'
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|