.gitignore
CONTRIBUTING.rst
LICENSE
README.rst
pyproject.toml
docs/.readthedocs.yaml
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/functioning.rst
docs/index.rst
docs/make.bat
docs/reference.rst
docs/requirements.txt
docs/tutorial.rst
docs/reference/sosia.Original.rst
docs/tutorial/installation.rst
docs/tutorial/refining.rst
docs/tutorial/setup.rst
docs/tutorial/usage.rst
meta/AUTHORS.rst
meta/CHANGES.rst
sosia/README.md
sosia/__init__.py
sosia.egg-info/PKG-INFO
sosia.egg-info/SOURCES.txt
sosia.egg-info/dependency_links.txt
sosia.egg-info/requires.txt
sosia.egg-info/top_level.txt
sosia/classes/__init__.py
sosia/classes/original.py
sosia/classes/scientist.py
sosia/classes/tests/__init__.py
sosia/classes/tests/test_Original.py
sosia/classes/tests/test_Scientist.py
sosia/establishing/__init__.py
sosia/establishing/constants.py
sosia/establishing/database.py
sosia/establishing/fields_sources.py
sosia/establishing/tests/__init__.py
sosia/establishing/tests/test_database.py
sosia/establishing/tests/test_fields_sources.py
sosia/processing/__init__.py
sosia/processing/constants.py
sosia/processing/extracting.py
sosia/processing/filtering.py
sosia/processing/finding.py
sosia/processing/getting.py
sosia/processing/initializing.py
sosia/processing/querying.py
sosia/processing/utils.py
sosia/processing/caching/__init__.py
sosia/processing/caching/inserting.py
sosia/processing/caching/retrieving.py
sosia/processing/caching/utils.py
sosia/processing/caching/tests/__init__.py
sosia/processing/caching/tests/test_retrieving.py
sosia/processing/tests/__init__.py
sosia/processing/tests/test_extracting.py
sosia/processing/tests/test_filtering.py
sosia/processing/tests/test_getting.py
sosia/processing/tests/test_initializing.py
sosia/processing/tests/test_querying.py
sosia/processing/tests/test_utils.py
sosia/utils/__init__.py
sosia/utils/decorators.py
sosia/utils/helpers.py