rapidframework-lib 1.0.5__tar.gz → 1.0.6__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.
- {rapidframework_lib-1.0.5/rapidframework_lib.egg-info → rapidframework_lib-1.0.6}/PKG-INFO +2 -2
- {rapidframework_lib-1.0.5 → rapidframework_lib-1.0.6}/README.md +1 -1
- rapidframework_lib-1.0.6/rapidframework/frameworks/bottle.py +10 -0
- rapidframework_lib-1.0.6/rapidframework/frameworks/cherryPy.py +10 -0
- rapidframework_lib-1.0.6/rapidframework/frameworks/examples/ turbogears2_example_1.py +14 -0
- rapidframework_lib-1.0.6/rapidframework/frameworks/examples/bottle_example_1.py +7 -0
- rapidframework_lib-1.0.6/rapidframework/frameworks/examples/cherrypy_example_1.py +8 -0
- rapidframework_lib-1.0.6/rapidframework/frameworks/examples/grok_example_1.py +8 -0
- rapidframework_lib-1.0.6/rapidframework/frameworks/examples/pyramid_example_1.py +0 -0
- rapidframework_lib-1.0.6/rapidframework/frameworks/examples/socketify_example_1.py +10 -0
- rapidframework_lib-1.0.6/rapidframework/frameworks/examples/web2py_example_1.py +2 -0
- rapidframework_lib-1.0.6/rapidframework/frameworks/grok.py +11 -0
- rapidframework_lib-1.0.6/rapidframework/frameworks/pyramid.py +11 -0
- rapidframework_lib-1.0.6/rapidframework/frameworks/socketify.py +11 -0
- rapidframework_lib-1.0.6/rapidframework/frameworks/turboGears2.py +10 -0
- rapidframework_lib-1.0.6/rapidframework/frameworks/web2py.py +6 -0
- {rapidframework_lib-1.0.5 → rapidframework_lib-1.0.6/rapidframework_lib.egg-info}/PKG-INFO +2 -2
- {rapidframework_lib-1.0.5 → rapidframework_lib-1.0.6}/rapidframework_lib.egg-info/SOURCES.txt +14 -0
- {rapidframework_lib-1.0.5 → rapidframework_lib-1.0.6}/setup.py +1 -1
- {rapidframework_lib-1.0.5 → rapidframework_lib-1.0.6}/LICENSE +0 -0
- {rapidframework_lib-1.0.5 → rapidframework_lib-1.0.6}/pyproject.toml +0 -0
- {rapidframework_lib-1.0.5 → rapidframework_lib-1.0.6}/rapidframework/__init__.py +0 -0
- {rapidframework_lib-1.0.5 → rapidframework_lib-1.0.6}/rapidframework/__pycache__/main.cpython-313.pyc +0 -0
- {rapidframework_lib-1.0.5 → rapidframework_lib-1.0.6}/rapidframework/config.py +0 -0
- {rapidframework_lib-1.0.5 → rapidframework_lib-1.0.6}/rapidframework/configs/managers.json +0 -0
- {rapidframework_lib-1.0.5 → rapidframework_lib-1.0.6}/rapidframework/frameworks/__init__.py +0 -0
- {rapidframework_lib-1.0.5 → rapidframework_lib-1.0.6}/rapidframework/frameworks/django.py +0 -0
- {rapidframework_lib-1.0.5 → rapidframework_lib-1.0.6}/rapidframework/frameworks/examples/__init__.py +0 -0
- {rapidframework_lib-1.0.5 → rapidframework_lib-1.0.6}/rapidframework/frameworks/examples/fastapi_example_1.py +0 -0
- {rapidframework_lib-1.0.5 → rapidframework_lib-1.0.6}/rapidframework/frameworks/examples/flask_example_1.py +0 -0
- {rapidframework_lib-1.0.5 → rapidframework_lib-1.0.6}/rapidframework/frameworks/examples/litestar_example_1.py +0 -0
- {rapidframework_lib-1.0.5 → rapidframework_lib-1.0.6}/rapidframework/frameworks/examples/starlette_example_1.py +0 -0
- {rapidframework_lib-1.0.5 → rapidframework_lib-1.0.6}/rapidframework/frameworks/examples/tornado_example_1.py +0 -0
- {rapidframework_lib-1.0.5 → rapidframework_lib-1.0.6}/rapidframework/frameworks/fastapi.py +0 -0
- {rapidframework_lib-1.0.5 → rapidframework_lib-1.0.6}/rapidframework/frameworks/flask.py +0 -0
- {rapidframework_lib-1.0.5 → rapidframework_lib-1.0.6}/rapidframework/frameworks/litestar.py +0 -0
- {rapidframework_lib-1.0.5 → rapidframework_lib-1.0.6}/rapidframework/frameworks/starlette.py +0 -0
- {rapidframework_lib-1.0.5 → rapidframework_lib-1.0.6}/rapidframework/frameworks/template.py +0 -0
- {rapidframework_lib-1.0.5 → rapidframework_lib-1.0.6}/rapidframework/frameworks/tornado.py +0 -0
- {rapidframework_lib-1.0.5 → rapidframework_lib-1.0.6}/rapidframework/main.py +0 -0
- {rapidframework_lib-1.0.5 → rapidframework_lib-1.0.6}/rapidframework_lib.egg-info/dependency_links.txt +0 -0
- {rapidframework_lib-1.0.5 → rapidframework_lib-1.0.6}/rapidframework_lib.egg-info/entry_points.txt +0 -0
- {rapidframework_lib-1.0.5 → rapidframework_lib-1.0.6}/rapidframework_lib.egg-info/requires.txt +0 -0
- {rapidframework_lib-1.0.5 → rapidframework_lib-1.0.6}/rapidframework_lib.egg-info/top_level.txt +0 -0
- {rapidframework_lib-1.0.5 → rapidframework_lib-1.0.6}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: rapidframework-lib
|
3
|
-
Version: 1.0.
|
3
|
+
Version: 1.0.6
|
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.6/
|
17
17
|
|
18
18
|
## Installation
|
19
19
|
|
@@ -0,0 +1,10 @@
|
|
1
|
+
from .template import Template
|
2
|
+
|
3
|
+
|
4
|
+
class BottleManager(Template):
|
5
|
+
def __init__(self, **kwargs):
|
6
|
+
super().__init__(**kwargs)
|
7
|
+
|
8
|
+
def install_framework(self, **kwargs):
|
9
|
+
return super().install_framework(libs=\
|
10
|
+
["sqlalchemy", "bottle-sqlalchemy", "alembic", "bottle-login", "wtforms"], **kwargs)
|
@@ -0,0 +1,10 @@
|
|
1
|
+
from .template import Template
|
2
|
+
|
3
|
+
|
4
|
+
class CherryPyManager(Template):
|
5
|
+
def __init__(self, **kwargs):
|
6
|
+
super().__init__(**kwargs)
|
7
|
+
|
8
|
+
def install_framework(self, **kwargs):
|
9
|
+
return super().install_framework(libs=\
|
10
|
+
["sqlalchemy", "alembic", "Jinja2", "authlib"], **kwargs)
|
@@ -0,0 +1,14 @@
|
|
1
|
+
from tg import expose, TGController, AppConfig
|
2
|
+
from wsgiref.simple_server import make_server
|
3
|
+
|
4
|
+
class RootController(TGController):
|
5
|
+
@expose()
|
6
|
+
def index(self):
|
7
|
+
return "Hello, TurboGears!"
|
8
|
+
|
9
|
+
config = AppConfig(minimal=True, root_controller=RootController())
|
10
|
+
application = config.make_wsgi_app()
|
11
|
+
|
12
|
+
if __name__ == "__main__":
|
13
|
+
print("Serving on http://localhost:8080")
|
14
|
+
make_server('', 8080, application).serve_forever()
|
File without changes
|
@@ -0,0 +1,11 @@
|
|
1
|
+
from .template import Template
|
2
|
+
|
3
|
+
|
4
|
+
class GrokManager(Template):
|
5
|
+
def __init__(self, **kwargs):
|
6
|
+
super().__init__(**kwargs)
|
7
|
+
|
8
|
+
def install_framework(self, **kwargs):
|
9
|
+
return super().install_framework(libs=\
|
10
|
+
["z3c.sqlalchemy", "zope.sqlalchemy", "alembic"], **kwargs)
|
11
|
+
|
@@ -0,0 +1,11 @@
|
|
1
|
+
from .template import Template
|
2
|
+
|
3
|
+
|
4
|
+
class PyramidManager(Template):
|
5
|
+
def __init__(self, **kwargs):
|
6
|
+
super().__init__(**kwargs)
|
7
|
+
|
8
|
+
def install_framework(self, **kwargs):
|
9
|
+
return super().install_framework(libs=\
|
10
|
+
["sqlalchemy", "alembic", "pyramid_tm", "pyramid_jinja2", "pyramid_authsanity"], **kwargs)
|
11
|
+
|
@@ -0,0 +1,11 @@
|
|
1
|
+
from .template import Template
|
2
|
+
|
3
|
+
|
4
|
+
class SocketifyManager(Template):
|
5
|
+
def __init__(self, **kwargs):
|
6
|
+
super().__init__(**kwargs)
|
7
|
+
|
8
|
+
def install_framework(self, **kwargs):
|
9
|
+
return super().install_framework(libs=\
|
10
|
+
["ormar", "databases", "pydantic", "jinja2", "authlib"], **kwargs)
|
11
|
+
|
@@ -0,0 +1,10 @@
|
|
1
|
+
from .template import Template
|
2
|
+
|
3
|
+
|
4
|
+
class TurboGears2Manager(Template):
|
5
|
+
def __init__(self, **kwargs):
|
6
|
+
super().__init__(**kwargs)
|
7
|
+
|
8
|
+
def install_framework(self, **kwargs):
|
9
|
+
return super().install_framework(libs=\
|
10
|
+
["sqlalchemy", "alembic", "tgext.auth", "tgext.admin"], **kwargs)
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: rapidframework-lib
|
3
|
-
Version: 1.0.
|
3
|
+
Version: 1.0.6
|
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.6/
|
17
17
|
|
18
18
|
## Installation
|
19
19
|
|
{rapidframework_lib-1.0.5 → rapidframework_lib-1.0.6}/rapidframework_lib.egg-info/SOURCES.txt
RENAMED
@@ -8,19 +8,33 @@ rapidframework/main.py
|
|
8
8
|
rapidframework/__pycache__/main.cpython-313.pyc
|
9
9
|
rapidframework/configs/managers.json
|
10
10
|
rapidframework/frameworks/__init__.py
|
11
|
+
rapidframework/frameworks/bottle.py
|
12
|
+
rapidframework/frameworks/cherryPy.py
|
11
13
|
rapidframework/frameworks/django.py
|
12
14
|
rapidframework/frameworks/fastapi.py
|
13
15
|
rapidframework/frameworks/flask.py
|
16
|
+
rapidframework/frameworks/grok.py
|
14
17
|
rapidframework/frameworks/litestar.py
|
18
|
+
rapidframework/frameworks/pyramid.py
|
19
|
+
rapidframework/frameworks/socketify.py
|
15
20
|
rapidframework/frameworks/starlette.py
|
16
21
|
rapidframework/frameworks/template.py
|
17
22
|
rapidframework/frameworks/tornado.py
|
23
|
+
rapidframework/frameworks/turboGears2.py
|
24
|
+
rapidframework/frameworks/web2py.py
|
25
|
+
rapidframework/frameworks/examples/ turbogears2_example_1.py
|
18
26
|
rapidframework/frameworks/examples/__init__.py
|
27
|
+
rapidframework/frameworks/examples/bottle_example_1.py
|
28
|
+
rapidframework/frameworks/examples/cherrypy_example_1.py
|
19
29
|
rapidframework/frameworks/examples/fastapi_example_1.py
|
20
30
|
rapidframework/frameworks/examples/flask_example_1.py
|
31
|
+
rapidframework/frameworks/examples/grok_example_1.py
|
21
32
|
rapidframework/frameworks/examples/litestar_example_1.py
|
33
|
+
rapidframework/frameworks/examples/pyramid_example_1.py
|
34
|
+
rapidframework/frameworks/examples/socketify_example_1.py
|
22
35
|
rapidframework/frameworks/examples/starlette_example_1.py
|
23
36
|
rapidframework/frameworks/examples/tornado_example_1.py
|
37
|
+
rapidframework/frameworks/examples/web2py_example_1.py
|
24
38
|
rapidframework_lib.egg-info/PKG-INFO
|
25
39
|
rapidframework_lib.egg-info/SOURCES.txt
|
26
40
|
rapidframework_lib.egg-info/dependency_links.txt
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{rapidframework_lib-1.0.5 → rapidframework_lib-1.0.6}/rapidframework/frameworks/examples/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{rapidframework_lib-1.0.5 → rapidframework_lib-1.0.6}/rapidframework/frameworks/starlette.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{rapidframework_lib-1.0.5 → rapidframework_lib-1.0.6}/rapidframework_lib.egg-info/entry_points.txt
RENAMED
File without changes
|
{rapidframework_lib-1.0.5 → rapidframework_lib-1.0.6}/rapidframework_lib.egg-info/requires.txt
RENAMED
File without changes
|
{rapidframework_lib-1.0.5 → rapidframework_lib-1.0.6}/rapidframework_lib.egg-info/top_level.txt
RENAMED
File without changes
|
File without changes
|