rapidframework-lib 1.0.3__py3-none-any.whl → 1.0.4__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.
- rapidframework/config.py +1 -3
- {rapidframework_lib-1.0.3.dist-info → rapidframework_lib-1.0.4.dist-info}/METADATA +2 -2
- {rapidframework_lib-1.0.3.dist-info → rapidframework_lib-1.0.4.dist-info}/RECORD +7 -7
- {rapidframework_lib-1.0.3.dist-info → rapidframework_lib-1.0.4.dist-info}/WHEEL +0 -0
- {rapidframework_lib-1.0.3.dist-info → rapidframework_lib-1.0.4.dist-info}/entry_points.txt +0 -0
- {rapidframework_lib-1.0.3.dist-info → rapidframework_lib-1.0.4.dist-info}/licenses/LICENSE +0 -0
- {rapidframework_lib-1.0.3.dist-info → rapidframework_lib-1.0.4.dist-info}/top_level.txt +0 -0
rapidframework/config.py
CHANGED
@@ -80,6 +80,4 @@ class AutoManager:
|
|
80
80
|
|
81
81
|
def install_libs(cls, libs: list) -> None:
|
82
82
|
print(libs)
|
83
|
-
|
84
|
-
print([cls.get_pkg_manager(), cls.get_config_managers().managers.get(cls.get_pkg_manager()), lib])
|
85
|
-
run([cls.get_pkg_manager(), cls.get_config_managers().managers.get(cls.get_pkg_manager()).install, lib])
|
83
|
+
run([cls.get_pkg_manager(), cls.get_config_managers().managers.get(cls.get_pkg_manager()).install] + libs)
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: rapidframework-lib
|
3
|
-
Version: 1.0.
|
3
|
+
Version: 1.0.4
|
4
4
|
Description-Content-Type: text/markdown
|
5
5
|
License-File: LICENSE
|
6
6
|
Requires-Dist: msgspec
|
@@ -13,7 +13,7 @@ Dynamic: requires-dist
|
|
13
13
|
|
14
14
|
> **RapidFramework** is a Python library for quickly creating and setting up projects from templates.
|
15
15
|
|
16
|
-
## https://pypi.org/project/rapidframework-lib/1.0.
|
16
|
+
## https://pypi.org/project/rapidframework-lib/1.0.4/
|
17
17
|
|
18
18
|
## Installation
|
19
19
|
|
@@ -1,5 +1,5 @@
|
|
1
1
|
rapidframework/__init__.py,sha256=5HJcv-kJl0RPcWiShgyMPUVPjvRH4Qb2ormsHCJ5v5Y,272
|
2
|
-
rapidframework/config.py,sha256=
|
2
|
+
rapidframework/config.py,sha256=lNptfXPi50MELfL2BnaQFa9-ea6lv7R9abqipFwqwYE,2767
|
3
3
|
rapidframework/main.py,sha256=evivz6o-ltpeq9P4BkLUPa6HRrdSFc5tL8PTDZ9aysM,2066
|
4
4
|
rapidframework/__pycache__/main.cpython-313.pyc,sha256=J3Y41E5fOwmGEQtwgTq-NBUl0s0VxCvDC5KUnCGvIdU,3891
|
5
5
|
rapidframework/configs/managers.json,sha256=EEBDjTVQuNXGIF_oIXuNVpXK4kTk2HsRb2aPrbmUjo4,664
|
@@ -17,9 +17,9 @@ rapidframework/frameworks/examples/flask_example_1.py,sha256=DuVlouunkJtGygqrU2B
|
|
17
17
|
rapidframework/frameworks/examples/litestar_example_1.py,sha256=kcAsS3LE5g6ZYmkNtRsrLHTNSmtCUXtsgJmoOtiubnk,220
|
18
18
|
rapidframework/frameworks/examples/starlette_example_1.py,sha256=6T9tUyXJ329qHl3ZYgNOCy5eXOX8luT2HP_FWfQ6E4Y,268
|
19
19
|
rapidframework/frameworks/examples/tornado_example_1.py,sha256=vnOqnzcFyCFSMl_5x4pyfbYi6PL9EMQBn9Mv_6yXpZM,368
|
20
|
-
rapidframework_lib-1.0.
|
21
|
-
rapidframework_lib-1.0.
|
22
|
-
rapidframework_lib-1.0.
|
23
|
-
rapidframework_lib-1.0.
|
24
|
-
rapidframework_lib-1.0.
|
25
|
-
rapidframework_lib-1.0.
|
20
|
+
rapidframework_lib-1.0.4.dist-info/licenses/LICENSE,sha256=lXsPzvyEfL6vjzMMCRYi7gpsIjpSUYUsDF-MvMHyhc0,1070
|
21
|
+
rapidframework_lib-1.0.4.dist-info/METADATA,sha256=VAnqwrtIKmKJtGPRPfPRvTlRPYM4rcr2Bn6S4_ZrGyo,1237
|
22
|
+
rapidframework_lib-1.0.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
23
|
+
rapidframework_lib-1.0.4.dist-info/entry_points.txt,sha256=UaOaGJ-BDCxtmNoPp-u_TnXXLbnXtrB13PYr5BgqmHA,72
|
24
|
+
rapidframework_lib-1.0.4.dist-info/top_level.txt,sha256=7PXDkFZsYowz4aB2xVaSso4qD45jd2kHn6x3xxhMMNs,15
|
25
|
+
rapidframework_lib-1.0.4.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|