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/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/utils.py
hal/tests/__init__.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_data.py
tests/test_system.py