rapidframework-lib 1.0.8__py3-none-any.whl → 1.0.8.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.
rapidframework/main.py CHANGED
@@ -46,7 +46,7 @@ class Main:
46
46
  self.framework_manager = self._load_framework_manager()
47
47
 
48
48
  def _discover_frameworks(self):
49
- return [cls.__name__.removesuffix("Manager").lower() for cls in all_subclasses(Template)]
49
+ return sorted(set([cls.__name__.removesuffix("Manager").lower() for cls in all_subclasses(Template)]))
50
50
 
51
51
  def _load_framework_manager(self):
52
52
  return find_manager_class(self.args.framework)(name=self.args.name)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rapidframework-lib
3
- Version: 1.0.8
3
+ Version: 1.0.8.1
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.8/
16
+ ## https://pypi.org/project/rapidframework-lib/1.0.8.2/
17
17
 
18
18
  ## Installation
19
19
 
@@ -1,6 +1,6 @@
1
1
  rapidframework/__init__.py,sha256=0f6S18Vy0QQs3VW9m4A6sNDfHoYGvf9Dzk32xlZ5RNs,151
2
2
  rapidframework/config.py,sha256=lNptfXPi50MELfL2BnaQFa9-ea6lv7R9abqipFwqwYE,2767
3
- rapidframework/main.py,sha256=vawreDrdnZUIWbRY6Dh-uc_d20TZDZiUSkoZjXmrS4w,2146
3
+ rapidframework/main.py,sha256=eVafBtS7oeoR5Ti2omA7Wy3sWpUblk7A13SKqfTJZBI,2159
4
4
  rapidframework/template.py,sha256=-M7Utp0pvVdjiEFur914fOjOfEe-mYZS-lFGMiZr_ws,1696
5
5
  rapidframework/__pycache__/main.cpython-313.pyc,sha256=J3Y41E5fOwmGEQtwgTq-NBUl0s0VxCvDC5KUnCGvIdU,3891
6
6
  rapidframework/configs/managers.json,sha256=EEBDjTVQuNXGIF_oIXuNVpXK4kTk2HsRb2aPrbmUjo4,664
@@ -31,9 +31,9 @@ rapidframework/frameworks/examples/starlette_1.py,sha256=6T9tUyXJ329qHl3ZYgNOCy5
31
31
  rapidframework/frameworks/examples/tornado_1.py,sha256=vnOqnzcFyCFSMl_5x4pyfbYi6PL9EMQBn9Mv_6yXpZM,368
32
32
  rapidframework/frameworks/examples/turbogears2_1.py,sha256=IytFwU7N-qSi3CDQDrN2wNHDAfV60swOw44_D-UDr-I,435
33
33
  rapidframework/frameworks/examples/web2py_1.py,sha256=fscmfjeH9HUb96aDGZBLS88e9Fx_nbU1usLDb0GWbRs,41
34
- rapidframework_lib-1.0.8.dist-info/licenses/LICENSE,sha256=lXsPzvyEfL6vjzMMCRYi7gpsIjpSUYUsDF-MvMHyhc0,1070
35
- rapidframework_lib-1.0.8.dist-info/METADATA,sha256=6qQuzbccEdfyh1mbPlvx53rKdS50hqFVzG0JcgJUmJo,1237
36
- rapidframework_lib-1.0.8.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
37
- rapidframework_lib-1.0.8.dist-info/entry_points.txt,sha256=UaOaGJ-BDCxtmNoPp-u_TnXXLbnXtrB13PYr5BgqmHA,72
38
- rapidframework_lib-1.0.8.dist-info/top_level.txt,sha256=7PXDkFZsYowz4aB2xVaSso4qD45jd2kHn6x3xxhMMNs,15
39
- rapidframework_lib-1.0.8.dist-info/RECORD,,
34
+ rapidframework_lib-1.0.8.1.dist-info/licenses/LICENSE,sha256=lXsPzvyEfL6vjzMMCRYi7gpsIjpSUYUsDF-MvMHyhc0,1070
35
+ rapidframework_lib-1.0.8.1.dist-info/METADATA,sha256=Vz8yDMEpPe7OXH6IbctscljhqkcfjjqQFigUYt3xdzA,1241
36
+ rapidframework_lib-1.0.8.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
37
+ rapidframework_lib-1.0.8.1.dist-info/entry_points.txt,sha256=UaOaGJ-BDCxtmNoPp-u_TnXXLbnXtrB13PYr5BgqmHA,72
38
+ rapidframework_lib-1.0.8.1.dist-info/top_level.txt,sha256=7PXDkFZsYowz4aB2xVaSso4qD45jd2kHn6x3xxhMMNs,15
39
+ rapidframework_lib-1.0.8.1.dist-info/RECORD,,