.bumpversion.cfg
.gitignore
.pylintrc
LICENSE.md
README.md
pyproject.toml
requirements.txt
setup.py
.github/release-drafter.yml
.github/workflows/auto-version.yml
.github/workflows/codeql.yml
.github/workflows/main.yml
.github/workflows/pre-release-test.yml
.github/workflows/publish.yml
.github/workflows/release-drafter.yml
.github/workflows/test.yml
acled/__init__.py
acled/_version.py
acled/config.py
acled/exceptions.py
acled/log.py
acled.egg-info/PKG-INFO
acled.egg-info/SOURCES.txt
acled.egg-info/dependency_links.txt
acled.egg-info/entry_points.txt
acled.egg-info/not-zip-safe
acled.egg-info/requires.txt
acled.egg-info/top_level.txt
acled/cli/__init__.py
acled/cli/main.py
acled/cli/commands/__init__.py
acled/cli/commands/auth.py
acled/cli/commands/base.py
acled/cli/commands/data.py
acled/cli/formatters/__init__.py
acled/cli/formatters/base.py
acled/cli/formatters/csv.py
acled/cli/formatters/json.py
acled/cli/formatters/summary.py
acled/cli/formatters/table.py
acled/cli/utils/__init__.py
acled/cli/utils/auth.py
acled/cli/utils/config.py
acled/clients/__init__.py
acled/clients/acled_data_client.py
acled/clients/actor_client.py
acled/clients/actor_type_client.py
acled/clients/base_http_client.py
acled/clients/client.py
acled/clients/country_client.py
acled/clients/deleted_client.py
acled/clients/region_client.py
acled/models/__init__.py
acled/models/data_models.py
acled/models/enums.py
scripts/bump_version.sh
tests/test_acled_data_client.py
tests/test_acled_logger.py
tests/test_actor_client.py
tests/test_actor_type_client.py
tests/test_base_http_client.py
tests/test_country_client.py
tests/test_deleted_client.py
tests/test_exceptions.py
tests/test_input_validation.py
tests/test_integration.py
tests/test_log.py
tests/test_region_client.py
tests/cli/__init__.py
tests/cli/test_main.py
tests/cli/commands/__init__.py
tests/cli/commands/test_auth.py
tests/cli/commands/test_base.py
tests/cli/formatters/__init__.py
tests/cli/formatters/test_formatters.py
tests/cli/utils/__init__.py
tests/cli/utils/test_auth.py
tests/cli/utils/test_config.py