Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
demisel bd0716e9b6 add multimedia data 6 місяці тому
archive rangement de fichiers 6 місяці тому
data add multimedia data 6 місяці тому
million on change l'évaluation du comptage pour passer les tests 6 місяці тому
output que le dir output apparaisse quand meme sur le repo 6 місяці тому
scripts Atomisation du code 6 місяці тому
test Modifications des tests unitaires en fct du refacto 6 місяці тому
.drone.yml cleanup 6 місяці тому
.gitignore que le dir output apparaisse quand meme sur le repo 6 місяці тому
Dockerfile Add drone (CI) files 6 місяці тому
poetry.lock Add test stack 6 місяці тому
pyproject.toml Add test stack 6 місяці тому
pytest.ini Add test stack 6 місяці тому
readme.md add readme 6 місяці тому

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