django-cfg 1.2.11__py3-none-any.whl → 1.2.12__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.
- django_cfg/__init__.py +1 -1
- {django_cfg-1.2.11.dist-info → django_cfg-1.2.12.dist-info}/METADATA +21 -1
- {django_cfg-1.2.11.dist-info → django_cfg-1.2.12.dist-info}/RECORD +6 -6
- {django_cfg-1.2.11.dist-info → django_cfg-1.2.12.dist-info}/WHEEL +0 -0
- {django_cfg-1.2.11.dist-info → django_cfg-1.2.12.dist-info}/entry_points.txt +0 -0
- {django_cfg-1.2.11.dist-info → django_cfg-1.2.12.dist-info}/licenses/LICENSE +0 -0
django_cfg/__init__.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: django-cfg
|
3
|
-
Version: 1.2.
|
3
|
+
Version: 1.2.12
|
4
4
|
Summary: 🚀 Next-gen Django configuration: type-safety, AI features, blazing-fast setup, and automated best practices — all in one.
|
5
5
|
Project-URL: Homepage, https://djangocfg.com
|
6
6
|
Project-URL: Documentation, https://docs.djangocfg.com
|
@@ -108,8 +108,28 @@ Requires-Dist: mkdocs<2.0,>=1.6; extra == 'docs'
|
|
108
108
|
Requires-Dist: mkdocstrings[python]<1.0,>=0.30; extra == 'docs'
|
109
109
|
Requires-Dist: pymdown-extensions<11.0,>=10.16; extra == 'docs'
|
110
110
|
Provides-Extra: full
|
111
|
+
Requires-Dist: black<26.0,>=25.9; extra == 'full'
|
112
|
+
Requires-Dist: build<2.0,>=1.3; extra == 'full'
|
111
113
|
Requires-Dist: django<6.0,>=5.2; extra == 'full'
|
114
|
+
Requires-Dist: factory-boy<4.0,>=3.3; extra == 'full'
|
115
|
+
Requires-Dist: flake8<8.0,>=6.0.0; extra == 'full'
|
116
|
+
Requires-Dist: isort<7.0,>=6.0; extra == 'full'
|
117
|
+
Requires-Dist: mkdocs-material<10.0,>=9.6; extra == 'full'
|
118
|
+
Requires-Dist: mkdocs<2.0,>=1.6; extra == 'full'
|
119
|
+
Requires-Dist: mkdocstrings[python]<1.0,>=0.30; extra == 'full'
|
120
|
+
Requires-Dist: mypy<2.0,>=1.18; extra == 'full'
|
121
|
+
Requires-Dist: pre-commit<5.0,>=4.3; extra == 'full'
|
122
|
+
Requires-Dist: pymdown-extensions<11.0,>=10.16; extra == 'full'
|
123
|
+
Requires-Dist: pytest-cov<8.0,>=7.0; extra == 'full'
|
124
|
+
Requires-Dist: pytest-django<5.0,>=4.11; extra == 'full'
|
125
|
+
Requires-Dist: pytest-mock<4.0,>=3.15; extra == 'full'
|
126
|
+
Requires-Dist: pytest-xdist<4.0,>=3.8; extra == 'full'
|
127
|
+
Requires-Dist: pytest<9.0,>=8.4; extra == 'full'
|
128
|
+
Requires-Dist: questionary<3.0,>=2.1.0; extra == 'full'
|
112
129
|
Requires-Dist: redis<7.0,>=6.4.0; extra == 'full'
|
130
|
+
Requires-Dist: rich<15.0,>=13.0.0; extra == 'full'
|
131
|
+
Requires-Dist: tomlkit<1.0,>=0.13.3; extra == 'full'
|
132
|
+
Requires-Dist: twine<7.0,>=6.2; extra == 'full'
|
113
133
|
Provides-Extra: local
|
114
134
|
Provides-Extra: tasks
|
115
135
|
Requires-Dist: redis<7.0,>=6.4.0; extra == 'tasks'
|
@@ -1,5 +1,5 @@
|
|
1
1
|
django_cfg/README.md,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
|
-
django_cfg/__init__.py,sha256=
|
2
|
+
django_cfg/__init__.py,sha256=q0YWHYPaSMp7GKwLyqOqyRIDdbD5v93lR_PGenG78Ek,1631
|
3
3
|
django_cfg/apps.py,sha256=k84brkeXJI7EgKZLEpTkM9YFZofKI4PzhFOn1cl9Msc,1656
|
4
4
|
django_cfg/config.py,sha256=0cuRJVEnf03WzvEqhwzLvn9Zi1805C5KG1yk27ekABA,1190
|
5
5
|
django_cfg/urls.py,sha256=bpRFjMonQuk4UCUMxx4ueBX3YDNB7HXKFwEghQ3KR3o,793
|
@@ -462,8 +462,8 @@ django_cfg/utils/path_resolution.py,sha256=C9As6p4Q9l3VeoVkFDRPQWGrzAWf8O8UxLVka
|
|
462
462
|
django_cfg/utils/smart_defaults.py,sha256=b6A1z7VO1NJGq0oUQXN5P97c3k_Ssgw6qUi0mK-4TlM,19786
|
463
463
|
django_cfg/utils/toolkit.py,sha256=Td8_iXNaftonF_xdZP4Y3uO65nuA_4_zditn5Q_Pfcw,23310
|
464
464
|
django_cfg/utils/version_check.py,sha256=jI4v3YMdQriUEeb_TvRl511sDghy6I75iKRDUaNpucs,4800
|
465
|
-
django_cfg-1.2.
|
466
|
-
django_cfg-1.2.
|
467
|
-
django_cfg-1.2.
|
468
|
-
django_cfg-1.2.
|
469
|
-
django_cfg-1.2.
|
465
|
+
django_cfg-1.2.12.dist-info/METADATA,sha256=vP-qrnsXdbZiUwh3un84RKhza7xIKIgBCIyXbEN1LZw,20279
|
466
|
+
django_cfg-1.2.12.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
467
|
+
django_cfg-1.2.12.dist-info/entry_points.txt,sha256=Ucmde4Z2wEzgb4AggxxZ0zaYDb9HpyE5blM3uJ0_VNg,56
|
468
|
+
django_cfg-1.2.12.dist-info/licenses/LICENSE,sha256=xHuytiUkSZCRG3N11nk1X6q1_EGQtv6aL5O9cqNRhKE,1071
|
469
|
+
django_cfg-1.2.12.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|