.gitignore
CITATION.cff
CONTRIBUTING.rst
LICENSE
README.rst
conftest.py
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/tutorial/auxiliary.rst
docs/tutorial/debug.rst
docs/tutorial/installation.rst
docs/tutorial/refining.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/logger.py
sosia/establishing/tests/__init__.py
sosia/establishing/tests/test_fields_sources.py
sosia/processing/README.md
sosia/processing/__init__.py
sosia/processing/caching.py
sosia/processing/constants.py
sosia/processing/extracting.py
sosia/processing/getting.py
sosia/processing/initializing.py
sosia/processing/querying.py
sosia/processing/utils.py
sosia/processing/tests/__init__.py
sosia/processing/tests/test_caching.py
sosia/processing/tests/test_extracting.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