This website requires JavaScript.
Explore
Help
Sign In
pub
/
aiohttp-pydantic
Watch
1
Star
0
Fork
0
You've already forked aiohttp-pydantic
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
aiohttp-pydantic
/
aiohttp_pydantic
/
oas
History
Vincent Maillol
69fb553635
Fix - Does not work with
from __future__ import annotations
2022-02-05 10:29:06 +01:00
..
__init__.py
Added a wrapper for get_oas to throw spec info (
#12
) (
#13
)
2021-04-04 13:22:05 +02:00
__main__.py
Add a command line tool to generate OAS in a file
2020-11-01 14:35:41 +01:00
cmd.py
Increase OAS description
2020-12-20 13:08:51 +01:00
docstring_parser.py
We can add custom tags to generated OPS
2021-08-22 15:00:50 +02:00
index.j2
Add sub-app to generate open api spec
2020-10-25 20:28:11 +01:00
struct.py
We can add custom tags to generated OPS
2021-08-22 15:00:50 +02:00
typing.py
increase pydantic integration with headers, query string and url path
2020-11-28 12:39:50 +01:00
view.py
Fix - Does not work with
from __future__ import annotations
2022-02-05 10:29:06 +01:00