.gitattributes
.gitignore
AGENTS.md
LICENSE
MANIFEST.in
README.md
codecov.yml
mkdocs.yml
pyproject.toml
.github/workflows/pages.yml
.github/workflows/publish-testpypi.yml
.github/workflows/publish.yml
.github/workflows/tests.yml
docs/development.md
docs/getting-started.md
docs/index.md
docs/api/eurlex.md
docs/assets/logo.jpg
scripts/run_eurlex.ipynb
scripts/run_eurlex.py
src/bulletin/__init__.py
src/bulletin/eurlex/__init__.py
src/bulletin/eurlex/constants.py
src/bulletin/eurlex/converters.py
src/bulletin/eurlex/exceptions.py
src/bulletin/eurlex/api/__init__.py
src/bulletin/eurlex/api/client.py
src/bulletin/eurlex/api/models.py
src/bulletin/eurlex/repository/__init__.py
src/bulletin/eurlex/repository/_connector.py
src/bulletin_fetcher.egg-info/PKG-INFO
src/bulletin_fetcher.egg-info/SOURCES.txt
src/bulletin_fetcher.egg-info/dependency_links.txt
src/bulletin_fetcher.egg-info/requires.txt
src/bulletin_fetcher.egg-info/top_level.txt
tests/eurlex/test_client.py
tests/eurlex/test_connector.py
tests/eurlex/test_converters.py