Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 460 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 460 Bytes

gesetze-crawler

Quickstart

git clone https://github.com/Chrizey91/gesetze-crawler.git
cd gesetze-crawler
uv lock
uv sync
uv run python src/gesetze_crawler gii GG test-dir

Testing

uv run python -m pytest

Packaging

Increase version in pyproject.toml

rm -r dist
uv build
twine upload --repository testpypi dist/*

Architecture Proposal

Gesetze Crawler Architecture