LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
versioneer.py
pygmailsorter/__init__.py
pygmailsorter/__main__.py
pygmailsorter/_version.py
pygmailsorter/local.py
pygmailsorter.egg-info/PKG-INFO
pygmailsorter.egg-info/SOURCES.txt
pygmailsorter.egg-info/dependency_links.txt
pygmailsorter.egg-info/entry_points.txt
pygmailsorter.egg-info/requires.txt
pygmailsorter.egg-info/top_level.txt
pygmailsorter/base/__init__.py
pygmailsorter/base/database.py
pygmailsorter/base/message.py
pygmailsorter/daemon/__init__.py
pygmailsorter/daemon/__main__.py
pygmailsorter/daemon/daemon.py
pygmailsorter/daemon/shared.py
pygmailsorter/daemon/tasks.py
pygmailsorter/google/__init__.py
pygmailsorter/google/authentication.py
pygmailsorter/google/database.py
pygmailsorter/google/mail.py
pygmailsorter/google/message.py
pygmailsorter/ml/__init__.py
pygmailsorter/ml/database.py
pygmailsorter/ml/encoding.py
pygmailsorter/ml/model.py
tests/test_database.py
tests/test_google_message.py