Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itrooz/gunicorn-hw
https://github.com/itrooz/gunicorn-hw
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/itrooz/gunicorn-hw
- Owner: iTrooz
- License: cc0-1.0
- Created: 2024-01-05T21:11:04.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-01-05T21:13:45.000Z (10 months ago)
- Last Synced: 2024-01-05T22:28:03.074Z (10 months ago)
- Language: Python
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
PoC python project using gunicorn, pytest, and a vanilla python thread for background tasks
To install dependencies and get into the poetry venv:
```sh
poetry install
poetry shell
```Then run the app with
```sh
gunicorn main:app
```You can run the test with
```sh
python -m pytest
```You can also take a look at the [CI script](./.github/workflows/build.yml)