Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matoka02/gs-python
https://github.com/matoka02/gs-python
fastapi python
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/matoka02/gs-python
- Owner: matoka02
- Created: 2024-11-05T16:22:55.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-07T12:23:22.000Z (21 days ago)
- Last Synced: 2024-12-07T13:19:55.263Z (21 days ago)
- Topics: fastapi, python
- Language: Python
- Homepage:
- Size: 394 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gs-python
## Libraries:
1) lesson-010
``` python
pip install requests
```
2) lesson-011
``` python
pip install "fastapi[standard]"
pip install "uvicorn[standard]"
```
3) lesson-012
``` python
pip install sqlalchemy
pip install psycopg #
pip install python-dotenv
```
4) lesson-016
``` python
pip install PyJWT
pip install python-multipart
pip install "python-jose[cryptografy]"
pip install "passlib[bcrypt]"
```
5) lesson-017
``` python
pip install asyncpg
```
6) lesson-018
``` python
pip install pillow
```