Elias Sebbar f92fa56aac Le 24 est pas mal là | 2 dienas atpakaļ | |
---|---|---|
archive | 10 mēnešus atpakaļ | |
data | 2 nedēļas atpakaļ | |
million | 2 nedēļas atpakaļ | |
output | 10 mēnešus atpakaļ | |
scripts | 2 nedēļas atpakaļ | |
test | 10 mēnešus atpakaļ | |
vite-wrapped | 2 dienas atpakaļ | |
.drone.yml | 10 mēnešus atpakaļ | |
.gitignore | 10 mēnešus atpakaļ | |
Dockerfile | 10 mēnešus atpakaļ | |
poetry.lock | 2 nedēļas atpakaļ | |
pyproject.toml | 2 nedēļas atpakaļ | |
pytest.ini | 10 mēnešus atpakaļ | |
readme.md | 2 nedēļas atpakaļ |
curl -sSL https://install.python-poetry.org | python3 -
Optionally configure poetry to create virtual envs in project root directories
poetry config virtualenvs.in-project true
poetry shell
poetry install
python -m scripts.[script name]
python -m scripts.find_holes
python -m scripts.read_top
uvicorn million.http.app:app --reload --host 0.0.0.0