LICENSE
README.md
pyproject.toml
requirements.txt
persons_model/__init__.py
persons_model/common.py
persons_model/config.py
persons_model/context.py
persons_model/country.py
persons_model/individual.py
persons_model/legal_form.py
persons_model/person_entity.py
persons_model/role.py
persons_model/tag.py
sysnet_persons_model.egg-info/PKG-INFO
sysnet_persons_model.egg-info/SOURCES.txt
sysnet_persons_model.egg-info/dependency_links.txt
sysnet_persons_model.egg-info/requires.txt
sysnet_persons_model.egg-info/top_level.txt
tests/test_common.py
tests/test_config.py
tests/test_context.py
tests/test_country.py
tests/test_individual.py
tests/test_legal_form.py
tests/test_person_entity.py
tests/test_role.py
tests/test_scope.py
tests/test_tag.py