LICENSE
MANIFEST.in
README.md
pyproject.toml
src/bopa/__init__.py
src/bopa/constants.py
src/bopa/api/__init__.py
src/bopa/api/client.py
src/bopa/models/__init__.py
src/bopa/models/article.py
src/bopa/models/bulletin.py
src/bopa/service/__init__.py
src/bopa/service/article.py
src/bopa/service/bulletin.py
src/bopa/service/links.py
src/bopa_fetcher.egg-info/PKG-INFO
src/bopa_fetcher.egg-info/SOURCES.txt
src/bopa_fetcher.egg-info/dependency_links.txt
src/bopa_fetcher.egg-info/requires.txt
src/bopa_fetcher.egg-info/top_level.txt
tests/test_article_service.py
tests/test_bulletin_service.py
tests/test_client.py
tests/test_links.py
tests/test_models.py