No description
| archive | ||
| data | ||
| million | ||
| output | ||
| scripts | ||
| test | ||
| .drone.yml | ||
| .gitignore | ||
| Dockerfile | ||
| poetry.lock | ||
| pyproject.toml | ||
| pytest.ini | ||
| readme.md | ||
| uv.lock | ||
Messenger 1 Million
Dev environment setup
1. Install uv
https://docs.astral.sh/uv/getting-started/installation/
3. Install dependencies
uv sync
You may need to install other stuff, since for some reason pycairo is part of the project dependencies.
Run scripts
uv run scripts/[script name.py]
Examples :
uv run scripts/find_holes.py
uv run scripts/read_top.py