README.md
setup.cfg
setup.py
src/lfortune/__init__.py
src/lfortune.egg-info/PKG-INFO
src/lfortune.egg-info/SOURCES.txt
src/lfortune.egg-info/dependency_links.txt
src/lfortune.egg-info/entry_points.txt
src/lfortune.egg-info/requires.txt
src/lfortune.egg-info/top_level.txt
src/lfortune/abstract/__init__.py
src/lfortune/abstract/fortune.py
src/lfortune/abstract/fortune_source.py
src/lfortune/cli/__init__.py
src/lfortune/cli/arguments.py
src/lfortune/cli/cli.py
src/lfortune/cli/functions.py
src/lfortune/cli/input_parser.py
src/lfortune/cli/tests/__init__.py
src/lfortune/cli/tests/test_input_parser.py
src/lfortune/fortune/__init__.py
src/lfortune/fortune/config.py
src/lfortune/fortune/config_values.py
src/lfortune/fortune/db_randomizer.py
src/lfortune/fortune/drawing_machine.py
src/lfortune/fortune/factory.py
src/lfortune/fortune/fortune.py
src/lfortune/fortune/indexer.py
src/lfortune/fortune/validator.py
src/lfortune/fortune/drawing_machines/__init__.py
src/lfortune/fortune/drawing_machines/normalize_source_list.py
src/lfortune/fortune/drawing_machines/simple.py
src/lfortune/fortune/index/__init__.py
src/lfortune/fortune/index/data.py
src/lfortune/fortune/tests/__init__.py
src/lfortune/fortune/tests/test_fortune.py
src/lfortune/fortune/tests/test_indexer.py
src/lfortune/fortune/validators/__init__.py
src/lfortune/fortune/validators/existence.py
src/lfortune/fortune/validators/probability.py
src/lfortune/fortune/validators/without_dots.py