Webster:基于Starlette的Starter Web应用程序

时间:2024-03-26 04:18:05
【文件属性】:

文件名称:Webster:基于Starlette的Starter Web应用程序

文件大小:69KB

文件格式:ZIP

更新时间:2024-03-26 04:18:05

Python

韦伯斯特 与Python微框架配合使用的入门应用程序,方法和实践的集合。 当前,Starlette应用程序可用: $ uvicorn app.starlette.main:app --reload 理念与目标 该项目的主要目标是提供与框架无关的开发方法的实践和参考代码的集合。 一般而言,框架应处理路由,中间件以及基本控制器(即视图)功能。 尽可能将其余功能从Web应用程序本身中分解为通常可重用的功能,例如orm,表单,验证,序列化等。 功能性 当前功能着重于以下功能 使用SQLAlchemy的ORM pydantic验证和序列化 带有WTForms的Web表单 具有基本CRUD和超级用户区别的用户对象 管理控制台,用于管理用户 带有自动生成的API文档的JSON API 用于API访问的OAuth2,具有与用户相关的应用程序密钥 添加模型 将模块添加到app.orm.models


【文件预览】:
Webster-main
----alembic.ini.example(777B)
----client()
--------cli.py(1KB)
--------api.py(4KB)
----.gitignore(2KB)
----app()
--------containers.py(3KB)
--------starlette()
--------__init__.py(0B)
--------orm()
--------schemas()
--------messages.py(1KB)
--------config.py(3KB)
--------forms.py(4KB)
--------tools.py(2KB)
--------wiring.py(284B)
--------auth.py(2KB)
----templates()
--------_nav.html(1KB)
--------redoc.html(725B)
--------admin()
--------_messages.html(627B)
--------login.html(558B)
--------clients.html(1016B)
--------password-reset.html(850B)
--------forms()
--------docs.html(95B)
--------home.html(989B)
--------user.html(2KB)
--------base.html(390B)
----requirements.txt(917B)
----alembic()
--------env.py(2KB)
--------script.py.mako(494B)
--------versions()
--------README(38B)
----LICENSE(1KB)
----static()
--------icons()
--------site.css(4KB)
----README.md(7KB)
----.pylintrc(18KB)
----pages()
--------apps.html(3KB)
--------admin-users.html(4KB)
--------profile.html(3KB)
--------login.html(1KB)
--------admin-user-1-message.html(4KB)
--------admin.html(938B)
--------login-message.html(2KB)
--------admin-user-1.html(3KB)
--------profile-message.html(3KB)
--------home.html(1KB)
----mypy.ini(61B)

网友评论