CLI tool for downloading ECHR and GREVIO HUDOC documents
Prefer using uv for installation:
uv pip install .
Alternatively, use pip:
pip install .
For development dependencies (including tests and mkdocs):
uv pip install .[dev]
hudoc --help
Example:
hudoc rss_feed.xml -o output_dir -l 5 -n 10
Run mkdocs serve
to view the documentation locally.