LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
src/didactichem/__init__.py
src/didactichem/animate.py
src/didactichem/catalog.py
src/didactichem/colab.py
src/didactichem/controls.py
src/didactichem/draw2d.py
src/didactichem/from_smiles.py
src/didactichem/groups.py
src/didactichem/i18n.py
src/didactichem/ionization.py
src/didactichem/lipophilicity.py
src/didactichem/molecule.py
src/didactichem/nb.py
src/didactichem/pka_refs.py
src/didactichem/quiz.py
src/didactichem/quiz_remote.py
src/didactichem/results.py
src/didactichem/theme.py
src/didactichem/view3d.py
src/didactichem/widgets.py
src/didactichem.egg-info/PKG-INFO
src/didactichem.egg-info/SOURCES.txt
src/didactichem.egg-info/dependency_links.txt
src/didactichem.egg-info/requires.txt
src/didactichem.egg-info/top_level.txt
src/didactichem/data/drugs.yaml
src/didactichem/data/fragments_logp.yaml
src/didactichem/data/groups_pka.yaml
src/didactichem/data/quizzes.yaml
src/didactichem/data/strings.yaml
src/didactichem/data/controles/README.txt
src/didactichem/data/controles/en/01_ionizacion.yaml
src/didactichem/data/controles/en/02_logp.yaml
src/didactichem/data/controles/en/03_logd_membranas.yaml
src/didactichem/data/controles/en/04_aines.yaml
src/didactichem/data/controles/en/05_anestesicos_locales.yaml
src/didactichem/data/controles/en/06_colinergicos.yaml
src/didactichem/data/controles/en/07_adrenergicos.yaml
src/didactichem/data/controles/en/08_cardiovascular.yaml
src/didactichem/data/controles/en/09_analgesicos_centrales.yaml
src/didactichem/data/controles/en/10_antibacterianos.yaml
src/didactichem/data/controles/en/indice.yaml
src/didactichem/data/controles/es/01_ionizacion.yaml
src/didactichem/data/controles/es/02_logp.yaml
src/didactichem/data/controles/es/03_logd_membranas.yaml
src/didactichem/data/controles/es/04_aines.yaml
src/didactichem/data/controles/es/05_anestesicos_locales.yaml
src/didactichem/data/controles/es/06_colinergicos.yaml
src/didactichem/data/controles/es/07_adrenergicos.yaml
src/didactichem/data/controles/es/08_cardiovascular.yaml
src/didactichem/data/controles/es/09_analgesicos_centrales.yaml
src/didactichem/data/controles/es/10_antibacterianos.yaml
src/didactichem/data/controles/es/indice.yaml
tests/test_catalog.py
tests/test_controls.py
tests/test_lipophilicity.py
tests/test_molecules.py
tests/test_notebooks.py
tests/test_pka_groups.py
tests/test_qa_controles.py
tests/test_quiz_remote.py
tests/test_results.py