Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Elias Sebbar 68d355f37b des trucs 1 месяц назад
archive rangement de fichiers 1 год назад
data update data 2 месяцев назад
million des trucs 1 месяц назад
output que le dir output apparaisse quand meme sur le repo 1 год назад
scripts Des utilitaires pour filtrer les messages et classer les participants 2 месяцев назад
test Modifications des tests unitaires en fct du refacto 1 год назад
vite-wrapped des trucs 1 месяц назад
.drone.yml cleanup 1 год назад
.gitignore que le dir output apparaisse quand meme sur le repo 1 год назад
Dockerfile Add drone (CI) files 1 год назад
poetry.lock WIP year-wrapped 2 месяцев назад
pyproject.toml WIP year-wrapped 2 месяцев назад
pytest.ini Add test stack 1 год назад
readme.md WIP year-wrapped 2 месяцев назад

readme.md

Messenger 1 Million

Dev environment setup

1. Install poetry

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

2. Setup a poetry virtual env

poetry shell

3. Install dependencies

poetry install

Run scripts

python -m scripts.[script name]

Examples :

python -m scripts.find_holes
python -m scripts.read_top

Run the backend

 uvicorn million.http.app:app --reload --host 0.0.0.0