MANIFEST.in
README.md
requirements.txt
setup.py
aptisolve/__init__.py
aptisolve/__main__.py
aptisolve/cli.py
aptisolve/main.py
aptisolve.egg-info/PKG-INFO
aptisolve.egg-info/SOURCES.txt
aptisolve.egg-info/dependency_links.txt
aptisolve.egg-info/entry_points.txt
aptisolve.egg-info/requires.txt
aptisolve.egg-info/top_level.txt
data_interpretation/__init__.py
data_interpretation/charts.py
data_interpretation/graphs.py
data_interpretation/tables.py
logical_reasoning/__init__.py
logical_reasoning/analogy.py
logical_reasoning/blood_relations.py
logical_reasoning/coding_decoding.py
logical_reasoning/direction_sense.py
logical_reasoning/number_series.py
logical_reasoning/puzzles.py
logical_reasoning/statement_conclusion.py
logical_reasoning/syllogisms.py
numerical_aptitude/__init__.py
numerical_aptitude/algebra.py
numerical_aptitude/averages.py
numerical_aptitude/compound_interest.py
numerical_aptitude/mixtures_alligations.py
numerical_aptitude/number_systems.py
numerical_aptitude/percentages.py
numerical_aptitude/permutations_combinations.py
numerical_aptitude/probability.py
numerical_aptitude/profit_loss.py
numerical_aptitude/ratios_proportions.py
numerical_aptitude/simple_interest.py
numerical_aptitude/time_speed_distance.py
numerical_aptitude/time_work.py
tests/test_averages.py
tests/test_compound_interest.py
tests/test_data_interpretation.py
tests/test_grammar_vocabulary.py
tests/test_init.py
tests/test_integration.py
tests/test_logical_reasoning.py
tests/test_mixtures_alligations.py
tests/test_number_systems.py
tests/test_numerical_aptitude.py
tests/test_para_jumbles.py
tests/test_percentages.py
tests/test_profit_loss.py
tests/test_ratios_proportions.py
tests/test_sentence_completion.py
tests/test_simple_interest.py
tests/test_time_speed_distance.py
tests/test_time_work.py
verbalapt/__init__.py
verbalapt/grammar_vocabulary.py
verbalapt/one_word_substitution.py
verbalapt/para_jumbles.py
verbalapt/reading_comprehension.py
verbalapt/sentence_completion.py
verbalapt/utils.py
verbalapt/data/antonyms.json
verbalapt/data/grammar_questions.json
verbalapt/data/para_jumbles.json
verbalapt/data/sentence_completion.json
verbalapt/data/synonyms.json