.coveragerc
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
CHANGELOG.md
LICENSE
Makefile
README.md
docker-compose.monitoring.yml
docker-compose.yml
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/pypi-publish.yaml
.github/workflows/release.yaml
.github/workflows/test_and_build.yaml
docker/env.template
docker/init.sh
docker/postgres-conf.sql.template
docs/Makefile
docs/conf.py
docs/index.md
docs/license.md
docs/readme.md
docs/requirements.txt
docs/_static/.gitignore
src/tagpack/__init__.py
src/tagpack/actorpack.py
src/tagpack/actorpack_schema.py
src/tagpack/cli.py
src/tagpack/cmd_utils.py
src/tagpack/confidence.py
src/tagpack/graphsense.py
src/tagpack/schema.py
src/tagpack/tagpack.py
src/tagpack/tagpack_schema.py
src/tagpack/tagstore.py
src/tagpack/taxonomy.py
src/tagpack/utils.py
src/tagpack/conf/__init__.py
src/tagpack/conf/actorpack_schema.yaml
src/tagpack/conf/ks_map.json.template
src/tagpack/conf/tagpack_schema.yaml
src/tagpack/db/__init__.py
src/tagpack/db/abuses.yaml
src/tagpack/db/concepts.yaml
src/tagpack/db/confidence.csv
src/tagpack/db/countries.csv
src/tagpack/db/entities.yaml
src/tagpack/db/tagstore_schema.sql
src/tagpack_tool.egg-info/PKG-INFO
src/tagpack_tool.egg-info/SOURCES.txt
src/tagpack_tool.egg-info/dependency_links.txt
src/tagpack_tool.egg-info/entry_points.txt
src/tagpack_tool.egg-info/not-zip-safe
src/tagpack_tool.egg-info/requires.txt
src/tagpack_tool.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_actorpack.py
tests/test_actorpack_schema.py
tests/test_main.py
tests/test_tagpack.py
tests/test_tagpack_schema.py
tests/test_tagstore.py
tests/test_utils.py
tests/testfiles/actors/ex.actorpack.yaml
tests/testfiles/simple/config.yaml
tests/testfiles/simple/duplicate_tag.yaml
tests/testfiles/simple/empty_tag_list.yaml
tests/testfiles/simple/ex_addr_tagpack.yaml
tests/testfiles/simple/multiple_tags_for_address.yaml
tests/testfiles/simple/with_concepts.yaml
tests/testfiles/yaml_inclusion/config.yaml
tests/testfiles/yaml_inclusion/header.yaml
tests/testfiles/yaml_inclusion/2021/01/20210101.yaml
tests/testfiles/yaml_inclusion/2021/01/20210102.yaml
tests/testfiles/yaml_inclusion/2021/01/special/20210106-special.yaml
tests/testfiles/yaml_inclusion/2021/02/20210201.yaml
tests/testfiles/yaml_inclusion_missing_header/2021/01/20210101.yaml
tests/testfiles/yaml_inclusion_missing_header/2021/01/20210102.yaml
tests/testfiles/yaml_inclusion_missing_header/2021/01/special/20210106-special.yaml
tests/testfiles/yaml_inclusion_missing_header/2021/02/20210201.yaml
tests/testfiles/yaml_inclusion_multiple/header.yaml
tests/testfiles/yaml_inclusion_multiple/2021/01/20210101.yaml
tests/testfiles/yaml_inclusion_multiple/2021/01/20210102.yaml
tests/testfiles/yaml_inclusion_multiple/2021/01/header.yaml
tests/testfiles/yaml_inclusion_multiple/2021/01/special/20210106-special.yaml
tests/testfiles/yaml_inclusion_multiple/2021/02/20210201.yaml