MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
src/uk_politics/__init__.py
src/uk_politics/colors.py
src/uk_politics/data_tables.py
src/uk_politics/elections.py
src/uk_politics/exceptions.py
src/uk_politics/location.py
src/uk_politics/names.py
src/uk_politics.egg-info/PKG-INFO
src/uk_politics.egg-info/SOURCES.txt
src/uk_politics.egg-info/dependency_links.txt
src/uk_politics.egg-info/requires.txt
src/uk_politics.egg-info/top_level.txt
src/uk_politics/data/GE_results.tsv
src/uk_politics/data/GE_results.tsv.license
src/uk_politics/data/party_colors.csv
src/uk_politics/data/party_colors.csv.license
src/uk_politics/data/party_nicknames.csv
src/uk_politics/data/party_nicknames.csv.license
test/test_colors.py
test/test_data_tables.py
test/test_elections.py
test/test_init.py
test/test_location.py
test/test_names.py
test/test_results.py