This website works better with JavaScript.
Home
Explore
Help
Sign In
mirror
/
tiangolo.fastapi
mirror of
https://github.com/tiangolo/fastapi
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
python
asyncio
api
async
fastapi
framework
json
json-schema
openapi
openapi3
pydantic
python-types
python3
redoc
rest
starlette
swagger
swagger-ui
uvicorn
web
793
Commits
21
Branches
208
Tags
188 MiB
Python
99.9%
Tree:
0ac9b3ee5c
tiangolo.fastapi
/
scripts
/
clean.sh
8 lines
98 B
Raw
Blame
History
#!/bin/sh -e
if
[
-d
'dist'
]
;
then
rm -r dist
fi
if
[
-d
'site'
]
;
then
rm -r site
fi
Reference in new issue