11[project ]
22name = " fastapi-amis"
3- version = " 0. 1.0"
3+ version = " 1.0.1 "
44description = " FastAPI Amis"
55readme = " README.md"
66requires-python = " >=3.10"
7+ authors = [
8+ {name = " kylin" , email = " 260987762@qq.com" }
9+ ]
710dependencies = []
11+ classifiers = [
12+ " Intended Audience :: Information Technology" ,
13+ " Intended Audience :: System Administrators" ,
14+ " Operating System :: OS Independent" ,
15+ " Programming Language :: Python :: 3" ,
16+ " Programming Language :: Python" ,
17+ " Topic :: Internet" ,
18+ " Topic :: Software Development :: Libraries :: Application Frameworks" ,
19+ " Topic :: Software Development :: Libraries :: Python Modules" ,
20+ " Topic :: Software Development :: Libraries" ,
21+ " Topic :: Software Development" ,
22+ " Typing :: Typed" ,
23+ " Environment :: Web Environment" ,
24+ " Framework :: AsyncIO" ,
25+ " Framework :: FastAPI" ,
26+ " Framework :: Pydantic" ,
27+ " Framework :: Pydantic :: 2" ,
28+ " Programming Language :: Python :: 3.10" ,
29+ " Programming Language :: Python :: 3.11" ,
30+ " Programming Language :: Python :: 3.12" ,
31+ ]
832
933[project .urls ]
1034Homepage = " https://github.com/InfernalAzazel/fastapi-amis"
35+ Documentation = " https://infernalazazel.github.io/fastapi-amis/"
1136Repository = " https://github.com/InfernalAzazel/fastapi-amis"
1237
1338[build-system ]
@@ -30,3 +55,5 @@ dev = [
3055 " pytest-asyncio>=1.2.0" ,
3156 " ujson>=5.11.0" ,
3257]
58+
59+
0 commit comments