代码拉取完成,页面将自动刷新
[build-system]
requires = ["flit_core >=3.2,<4"]
build-backend = "flit_core.buildapi"
[project]
name = "fastapi_user_auth"
authors = [
{ name = "Atomi", email = "1456417373@qq.com" },
]
maintainers = [
{ name = "Atomi", email = "1456417373@qq.com" },
]
description = "FastAPI-User-Auth is a simple and powerful FastAPI user RBAC authentication and authorization library. Based on FastAPI-Amis-Admin and provides a freely extensible visual management interface."
readme = "README.md"
requires-python = ">=3.7"
dynamic = ["version"]
keywords = [
"fastapi",
"fastapi-user-auth",
"fastapi-amis-admin",
"fastapi-auth",
"fastapi-users",
"fastapi-jwt-auth",
"sqlmodel",
]
classifiers = [
"Framework :: FastAPI",
"Environment :: Web Environment",
"Topic :: System :: Systems Administration",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
]
dependencies = [
"pydantic>=1.9",
"fastapi-amis-admin>=0.5.0,<0.6.0",
"email-validator",
"passlib>=1.7.4",
"bcrypt>=4.0.0",
"sqlmodelx>=0.0.2",
]
[project.urls]
Documentation = "http://docs.amis.work/"
Source = "https://github.com/amisadmin/fastapi_user_auth"
FastAPI-Amis-Admin = "https://github.com/amisadmin/fastapi_amis_admin"
[project.optional-dependencies]
jwt = [
"python-jose==3.3.0",
]
redis = ["aioredis"]
db = []
test = [
"uvicorn[standard] >=0.19.0,<1.0",
"pytest >=6.2.4",
"pytest-asyncio>=0.17",
"aiosqlite>=0.15.0",
"python-jose==3.3.0",
"jinja2 >=2.11.2,<4.0.0",
"ujson>=5.5.0",
"requests>=2.28.1",
]
dev = [
"fastapi-user-auth[test]",
"pre-commit>=2.20.0",
]
all = [
"fastapi-user-auth[dev]",
]
# pytest
[tool.pytest.ini_options]
minversion = "6.0"
testpaths = [
"tests",
]
# pytest-asyncio
asyncio_mode = "auto"
filterwarnings = [
"ignore::RuntimeWarning",
]
[tool.isort]
profile = "black"
atomic = true
filter_files = true
[tool.black]
line-length = 130
include = '\.pyi?$'
[tool.pdm.scripts]
lint = "pre-commit run --all-files"
test = "pytest"
[tool.pdm.dev-dependencies]
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。