LICENSE
MANIFEST.in
README.md
requirements.txt
setup.cfg
setup.py
PyHal.egg-info/PKG-INFO
PyHal.egg-info/SOURCES.txt
PyHal.egg-info/dependency_links.txt
PyHal.egg-info/top_level.txt
hal/__init__.py
hal/__version__.py
hal/help.py
hal/charts/__init__.py
hal/charts/correlation.py
hal/charts/models.py
hal/charts/plotter.py
hal/cvs/__init__.py
hal/cvs/gits.py
hal/cvs/versioning.py
hal/data/__init__.py
hal/data/dicts.py
hal/data/linked_list.py
hal/data/lists.py
hal/data/matrix.py
hal/files/__init__.py
hal/files/parsers.py
hal/files/save_as.py
hal/files/models/__init__.py
hal/files/models/audio.py
hal/files/models/files.py
hal/files/models/system.py
hal/internet/__init__.py
hal/internet/engines.py
hal/internet/parser.py
hal/internet/utils.py
hal/internet/web.py
hal/internet/email/__init__.py
hal/internet/email/gmail.py
hal/internet/email/templates.py
hal/internet/email/utils.py
hal/internet/selenium/__init__.py
hal/internet/selenium/forms.py
hal/internet/services/__init__.py
hal/internet/services/bitbucket.py
hal/internet/services/github.py
hal/internet/services/youtube.py
hal/internet/services/google/__init__.py
hal/internet/services/google/gauthenticator.py
hal/maths/__init__.py
hal/maths/matrix.py
hal/maths/primes.py
hal/maths/problems.py
hal/maths/utils.py
hal/meta/__init__.py
hal/meta/attributes.py
hal/ml/__init__.py
hal/ml/correlation.py
hal/ml/features.py
hal/ml/predict.py
hal/mongodb/__init__.py
hal/mongodb/models.py
hal/profile/__init__.py
hal/profile/mem.py
hal/profile/performance.py
hal/streams/__init__.py
hal/streams/markdown.py
hal/streams/pretty_table.py
hal/streams/user.py
hal/streams/notify/__init__.py
hal/streams/notify/desktop.py
hal/strings/__init__.py
hal/strings/models.py
hal/strings/utils.py
hal/tests/__init__.py
hal/tests/gen.py
hal/tests/utils.py
hal/times/__init__.py
hal/times/cron.py
hal/times/dates.py
hal/times/profile.py
hal/times/utils.py
hal/wrappers/__init__.py
hal/wrappers/errors.py
tests/__init__.py
tests/test_hal_charts_correlation.py
tests/test_hal_charts_models.py
tests/test_hal_charts_plotter.py
tests/test_hal_cvs_gits.py
tests/test_hal_cvs_versioning.py
tests/test_hal_data_dicts.py
tests/test_hal_data_linked_list.py
tests/test_hal_data_lists.py
tests/test_hal_data_matrix.py
tests/test_hal_files_models_audio.py
tests/test_hal_files_models_files.py
tests/test_hal_files_models_system.py
tests/test_hal_files_parsers.py
tests/test_hal_files_save_as.py
tests/test_hal_help.py
tests/test_hal_internet_email_gmail.py
tests/test_hal_internet_email_templates.py
tests/test_hal_internet_email_utils.py
tests/test_hal_internet_engines.py
tests/test_hal_internet_parser.py
tests/test_hal_internet_selenium_forms.py
tests/test_hal_internet_services_bitbucket.py
tests/test_hal_internet_services_github.py
tests/test_hal_internet_services_google_gauthenticator.py
tests/test_hal_internet_services_youtube.py
tests/test_hal_internet_utils.py
tests/test_hal_internet_web.py
tests/test_hal_maths_matrix.py
tests/test_hal_maths_primes.py
tests/test_hal_maths_problems.py
tests/test_hal_maths_utils.py
tests/test_hal_meta_attributes.py
tests/test_hal_ml_correlation.py
tests/test_hal_ml_features.py
tests/test_hal_ml_predict.py
tests/test_hal_mongodb_models.py
tests/test_hal_profile_mem.py
tests/test_hal_profile_performance.py
tests/test_hal_streams_markdown.py
tests/test_hal_streams_notify_desktop.py
tests/test_hal_streams_pretty_table.py
tests/test_hal_streams_user.py
tests/test_hal_strings_models.py
tests/test_hal_strings_utils.py
tests/test_hal_tests_gen.py
tests/test_hal_tests_utils.py
tests/test_hal_times_cron.py
tests/test_hal_times_dates.py
tests/test_hal_times_profile.py
tests/test_hal_times_utils.py
tests/test_hal_wrappers_errors.py