rapidframework-lib 1.0.6__tar.gz → 1.0.7__tar.gz

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.
Files changed (45) hide show
  1. {rapidframework_lib-1.0.6/rapidframework_lib.egg-info → rapidframework_lib-1.0.7}/PKG-INFO +2 -2
  2. {rapidframework_lib-1.0.6 → rapidframework_lib-1.0.7}/README.md +1 -1
  3. {rapidframework_lib-1.0.6 → rapidframework_lib-1.0.7}/rapidframework/frameworks/cherryPy.py +1 -1
  4. {rapidframework_lib-1.0.6 → rapidframework_lib-1.0.7}/rapidframework/frameworks/turboGears2.py +1 -1
  5. {rapidframework_lib-1.0.6 → rapidframework_lib-1.0.7}/rapidframework/frameworks/web2py.py +1 -1
  6. {rapidframework_lib-1.0.6 → rapidframework_lib-1.0.7/rapidframework_lib.egg-info}/PKG-INFO +2 -2
  7. {rapidframework_lib-1.0.6 → rapidframework_lib-1.0.7}/setup.py +1 -1
  8. {rapidframework_lib-1.0.6 → rapidframework_lib-1.0.7}/LICENSE +0 -0
  9. {rapidframework_lib-1.0.6 → rapidframework_lib-1.0.7}/pyproject.toml +0 -0
  10. {rapidframework_lib-1.0.6 → rapidframework_lib-1.0.7}/rapidframework/__init__.py +0 -0
  11. {rapidframework_lib-1.0.6 → rapidframework_lib-1.0.7}/rapidframework/__pycache__/main.cpython-313.pyc +0 -0
  12. {rapidframework_lib-1.0.6 → rapidframework_lib-1.0.7}/rapidframework/config.py +0 -0
  13. {rapidframework_lib-1.0.6 → rapidframework_lib-1.0.7}/rapidframework/configs/managers.json +0 -0
  14. {rapidframework_lib-1.0.6 → rapidframework_lib-1.0.7}/rapidframework/frameworks/__init__.py +0 -0
  15. {rapidframework_lib-1.0.6 → rapidframework_lib-1.0.7}/rapidframework/frameworks/bottle.py +0 -0
  16. {rapidframework_lib-1.0.6 → rapidframework_lib-1.0.7}/rapidframework/frameworks/django.py +0 -0
  17. {rapidframework_lib-1.0.6 → rapidframework_lib-1.0.7}/rapidframework/frameworks/examples/ turbogears2_example_1.py +0 -0
  18. {rapidframework_lib-1.0.6 → rapidframework_lib-1.0.7}/rapidframework/frameworks/examples/__init__.py +0 -0
  19. {rapidframework_lib-1.0.6 → rapidframework_lib-1.0.7}/rapidframework/frameworks/examples/bottle_example_1.py +0 -0
  20. {rapidframework_lib-1.0.6 → rapidframework_lib-1.0.7}/rapidframework/frameworks/examples/cherrypy_example_1.py +0 -0
  21. {rapidframework_lib-1.0.6 → rapidframework_lib-1.0.7}/rapidframework/frameworks/examples/fastapi_example_1.py +0 -0
  22. {rapidframework_lib-1.0.6 → rapidframework_lib-1.0.7}/rapidframework/frameworks/examples/flask_example_1.py +0 -0
  23. {rapidframework_lib-1.0.6 → rapidframework_lib-1.0.7}/rapidframework/frameworks/examples/grok_example_1.py +0 -0
  24. {rapidframework_lib-1.0.6 → rapidframework_lib-1.0.7}/rapidframework/frameworks/examples/litestar_example_1.py +0 -0
  25. {rapidframework_lib-1.0.6 → rapidframework_lib-1.0.7}/rapidframework/frameworks/examples/pyramid_example_1.py +0 -0
  26. {rapidframework_lib-1.0.6 → rapidframework_lib-1.0.7}/rapidframework/frameworks/examples/socketify_example_1.py +0 -0
  27. {rapidframework_lib-1.0.6 → rapidframework_lib-1.0.7}/rapidframework/frameworks/examples/starlette_example_1.py +0 -0
  28. {rapidframework_lib-1.0.6 → rapidframework_lib-1.0.7}/rapidframework/frameworks/examples/tornado_example_1.py +0 -0
  29. {rapidframework_lib-1.0.6 → rapidframework_lib-1.0.7}/rapidframework/frameworks/examples/web2py_example_1.py +0 -0
  30. {rapidframework_lib-1.0.6 → rapidframework_lib-1.0.7}/rapidframework/frameworks/fastapi.py +0 -0
  31. {rapidframework_lib-1.0.6 → rapidframework_lib-1.0.7}/rapidframework/frameworks/flask.py +0 -0
  32. {rapidframework_lib-1.0.6 → rapidframework_lib-1.0.7}/rapidframework/frameworks/grok.py +0 -0
  33. {rapidframework_lib-1.0.6 → rapidframework_lib-1.0.7}/rapidframework/frameworks/litestar.py +0 -0
  34. {rapidframework_lib-1.0.6 → rapidframework_lib-1.0.7}/rapidframework/frameworks/pyramid.py +0 -0
  35. {rapidframework_lib-1.0.6 → rapidframework_lib-1.0.7}/rapidframework/frameworks/socketify.py +0 -0
  36. {rapidframework_lib-1.0.6 → rapidframework_lib-1.0.7}/rapidframework/frameworks/starlette.py +0 -0
  37. {rapidframework_lib-1.0.6 → rapidframework_lib-1.0.7}/rapidframework/frameworks/template.py +0 -0
  38. {rapidframework_lib-1.0.6 → rapidframework_lib-1.0.7}/rapidframework/frameworks/tornado.py +0 -0
  39. {rapidframework_lib-1.0.6 → rapidframework_lib-1.0.7}/rapidframework/main.py +0 -0
  40. {rapidframework_lib-1.0.6 → rapidframework_lib-1.0.7}/rapidframework_lib.egg-info/SOURCES.txt +0 -0
  41. {rapidframework_lib-1.0.6 → rapidframework_lib-1.0.7}/rapidframework_lib.egg-info/dependency_links.txt +0 -0
  42. {rapidframework_lib-1.0.6 → rapidframework_lib-1.0.7}/rapidframework_lib.egg-info/entry_points.txt +0 -0
  43. {rapidframework_lib-1.0.6 → rapidframework_lib-1.0.7}/rapidframework_lib.egg-info/requires.txt +0 -0
  44. {rapidframework_lib-1.0.6 → rapidframework_lib-1.0.7}/rapidframework_lib.egg-info/top_level.txt +0 -0
  45. {rapidframework_lib-1.0.6 → rapidframework_lib-1.0.7}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rapidframework-lib
3
- Version: 1.0.6
3
+ Version: 1.0.7
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.6/
16
+ ## https://pypi.org/project/rapidframework-lib/1.0.7/
17
17
 
18
18
  ## Installation
19
19
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  > **RapidFramework** is a Python library for quickly creating and setting up projects from templates.
4
4
 
5
- ## https://pypi.org/project/rapidframework-lib/1.0.6/
5
+ ## https://pypi.org/project/rapidframework-lib/1.0.7/
6
6
 
7
7
  ## Installation
8
8
 
@@ -1,7 +1,7 @@
1
1
  from .template import Template
2
2
 
3
3
 
4
- class CherryPyManager(Template):
4
+ class Cherrypymanager(Template):
5
5
  def __init__(self, **kwargs):
6
6
  super().__init__(**kwargs)
7
7
 
@@ -1,7 +1,7 @@
1
1
  from .template import Template
2
2
 
3
3
 
4
- class TurboGears2Manager(Template):
4
+ class Turbogears2Manager(Template):
5
5
  def __init__(self, **kwargs):
6
6
  super().__init__(**kwargs)
7
7
 
@@ -1,6 +1,6 @@
1
1
  from .template import Template
2
2
 
3
3
 
4
- class Web2PyManager(Template):
4
+ class Web2pyManager(Template):
5
5
  def __init__(self, **kwargs):
6
6
  super().__init__(**kwargs)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rapidframework-lib
3
- Version: 1.0.6
3
+ Version: 1.0.7
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.6/
16
+ ## https://pypi.org/project/rapidframework-lib/1.0.7/
17
17
 
18
18
  ## Installation
19
19
 
@@ -3,7 +3,7 @@ from setuptools import setup, find_packages
3
3
 
4
4
  setup(
5
5
  name="rapidframework-lib",
6
- version="1.0.6",
6
+ version="1.0.7",
7
7
  packages=find_packages(),
8
8
  install_requires=[
9
9
  "msgspec"