hdmi 0.2.0__py3-none-any.whl → 0.2.1__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: hdmi
3
- Version: 0.2.0
3
+ Version: 0.2.1
4
4
  Summary: A dependency injection framework for Python with dynamic late-binding resolution
5
5
  Author: Romain Dorgueil
6
6
  Author-email: Romain Dorgueil <romain@makersquad.fr>
@@ -36,6 +36,11 @@ Requires-Dist: furo>=2024.0.0 ; extra == 'dev'
36
36
  Requires-Dist: sphinxcontrib-mermaid>=1.0.0 ; extra == 'dev'
37
37
  Requires-Dist: twine>=6.0.0 ; extra == 'dev'
38
38
  Requires-Python: >=3.13
39
+ Project-URL: Homepage, https://github.com/msqd/hdmi
40
+ Project-URL: Documentation, https://hdmi.readthedocs.io/
41
+ Project-URL: Repository, https://github.com/msqd/hdmi
42
+ Project-URL: Issues, https://github.com/msqd/hdmi/issues
43
+ Project-URL: Changelog, https://github.com/msqd/hdmi/blob/main/CHANGELOG.md
39
44
  Provides-Extra: dev
40
45
  Description-Content-Type: text/markdown
41
46
 
@@ -11,6 +11,6 @@ hdmi/types/containers.py,sha256=pdEdu1QynRUDYhYz7h5EyGpB0H2FD8eCP0dXTKaLu5c,906
11
11
  hdmi/types/definitions.py,sha256=gqyhBneTex1efrAdBzn7R3bBU8YrOtoZE15cdmQFMTE,1802
12
12
  hdmi/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
13
13
  hdmi/utils/typing.py,sha256=1JdUYZoE0SdX1jci0iGQLJkvBYodImoCQV8S_JcJvyw,1384
14
- hdmi-0.2.0.dist-info/WHEEL,sha256=iHtWm8nRfs0VRdCYVXocAWFW8ppjHL-uTJkAdZJKOBM,80
15
- hdmi-0.2.0.dist-info/METADATA,sha256=jOpv684i50C6OMUwvvvUlhdjcwHefvDCWktafcZyA-0,5858
16
- hdmi-0.2.0.dist-info/RECORD,,
14
+ hdmi-0.2.1.dist-info/WHEEL,sha256=iHtWm8nRfs0VRdCYVXocAWFW8ppjHL-uTJkAdZJKOBM,80
15
+ hdmi-0.2.1.dist-info/METADATA,sha256=8Jl9RTu2ZvO9i1RT9PHSILu913By6m6TdUeUay50Tso,6154
16
+ hdmi-0.2.1.dist-info/RECORD,,
File without changes