.flake8
.gitignore
.pre-commit-config.yaml
.releaserc.json
CONTRIBUTING.md
Dockerfile
LICENSE
Makefile
README.md
docker-compose.yaml
entrypoint.sh
pyproject.toml
requirements.dev.txt
requirements.txt
sample-config.yaml
setup.cfg
setup.py
.github/workflows/main.yml
.github/workflows/pub-dev.yml
docs/TODO.md
docs/configuration.md
docs/docker-installation.md
docs/native-installation.md
docs/prerequisites.md
poglink/__init__.py
poglink/bot.py
poglink/config.py
poglink/error.py
poglink/main.py
poglink/utils.py
poglink.egg-info/PKG-INFO
poglink.egg-info/SOURCES.txt
poglink.egg-info/dependency_links.txt
poglink.egg-info/entry_points.txt
poglink.egg-info/requires.txt
poglink.egg-info/top_level.txt
poglink/cogs/__init__.py
poglink/cogs/bans.py
poglink/cogs/rates.py
poglink/cogs/test.py
poglink/models/__init__.py
poglink/models/bans.py
poglink/models/rates.py
scripts/docker-build.sh
scripts/python-publish.sh
tests/conftest.py
tests/test_httpserver_dynamic.py
tests/data/application-config-1.json
tests/data/application-config-1.yaml
tests/data/application-config-2.yaml
tests/data/application-config-broken.yaml
tests/data/bansummary-1.txt
tests/data/bansummary-2.txt
tests/data/dynamicconfig-1.ini
tests/data/dynamicconfig-2.ini
tests/integration/conftest.py
tests/integration/test_async_http_request.py
tests/integration/test_cogs_bans.py
tests/integration/test_cogs_rates.py
tests/unit/test_bot.py
tests/unit/test_cli.py
tests/unit/test_config.py
tests/unit/test_models_bans.py
tests/unit/test_models_rates.py
tests/unit/test_utils.py