modern-di 0.1.0__py3-none-any.whl → 0.1.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.

Potentially problematic release.


This version of modern-di might be problematic. Click here for more details.

@@ -1,9 +1,9 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: modern-di
3
- Version: 0.1.0
4
- Summary: Simple Dependency Injection framework
5
- Project-URL: repository, https://github.com/modern-python/that-depends
6
- Project-URL: docs, https://that-depends.readthedocs.io
3
+ Version: 0.1.1
4
+ Summary: Dependency Injection framework with IOC-container and scopes
5
+ Project-URL: repository, https://github.com/modern-python/modern-di
6
+ Project-URL: docs, https://modern-di.readthedocs.io
7
7
  Author-email: Artur Shiriev <me@shiriev.ru>
8
8
  License-Expression: MIT
9
9
  License-File: LICENSE
@@ -28,7 +28,7 @@ Description-Content-Type: text/markdown
28
28
  Dependency injection framework for Python inspired by `dependency-injector` and `dishka`.
29
29
 
30
30
  It is production-ready and gives you the following:
31
- - Simple DI framework with IOC-container.
31
+ - DI framework with IOC-container and scopes.
32
32
  - Async and sync resolving.
33
33
  - Python 3.10-3.13 support.
34
34
  - Full coverage by types annotations (mypy in strict mode).
@@ -8,7 +8,7 @@ modern_di/resolvers/__init__.py,sha256=ubCeXD-44otfS1-AG5vRbTaqn8d6szY7cKQTprFT3
8
8
  modern_di/resolvers/base.py,sha256=BMZbYfkIzAW8-8CQ9aRVIu5D8zw9owKv4nz-z0EMYmg,2897
9
9
  modern_di/resolvers/factory.py,sha256=CyMvl--t3bCapxARFnCKNJNgy1svCR5c9HcwHm85G8Q,1650
10
10
  modern_di/resolvers/resource.py,sha256=s0c2PQQSjffdKKXxZ6fJVKJaiqqBgQLZ8mTpzKjDb4Q,3688
11
- modern_di-0.1.0.dist-info/METADATA,sha256=t_wifprG9bqMg-H6l8kTRoWYFPZcbJm6bMtBjsaJLeM,1825
12
- modern_di-0.1.0.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
13
- modern_di-0.1.0.dist-info/licenses/LICENSE,sha256=aA5_eJwDKqnGvL7PbkPb9x5f-VGIqZ9cvWWkeGqeD90,1070
14
- modern_di-0.1.0.dist-info/RECORD,,
11
+ modern_di-0.1.1.dist-info/METADATA,sha256=tq-LECt4iuoM_ba6AAoXDl1QvT6xuCAUYHcS6S_3aXU,1846
12
+ modern_di-0.1.1.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
13
+ modern_di-0.1.1.dist-info/licenses/LICENSE,sha256=aA5_eJwDKqnGvL7PbkPb9x5f-VGIqZ9cvWWkeGqeD90,1070
14
+ modern_di-0.1.1.dist-info/RECORD,,