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
pygmailsorter/webapp/__init__.py
pygmailsorter/webapp/__main__.py
pygmailsorter/webapp/app.py
pygmailsorter/webapp/config.py
pygmailsorter/webapp/database.py
pygmailsorter/webapp/googleapi.py
pygmailsorter/webapp/render.py
pygmailsorter/webapp/user.py
pygmailsorter/webapp/wsgi.py
pygmailsorter/webapp/static/css/main.css
pygmailsorter/webapp/static/css/util.css
pygmailsorter/webapp/static/fonts/poppins/Poppins-Black.ttf
pygmailsorter/webapp/static/fonts/poppins/Poppins-BlackItalic.ttf
pygmailsorter/webapp/static/fonts/poppins/Poppins-Bold.ttf
pygmailsorter/webapp/static/fonts/poppins/Poppins-BoldItalic.ttf
pygmailsorter/webapp/static/fonts/poppins/Poppins-ExtraBold.ttf
pygmailsorter/webapp/static/fonts/poppins/Poppins-ExtraBoldItalic.ttf
pygmailsorter/webapp/static/fonts/poppins/Poppins-ExtraLight.ttf
pygmailsorter/webapp/static/fonts/poppins/Poppins-ExtraLightItalic.ttf
pygmailsorter/webapp/static/fonts/poppins/Poppins-Italic.ttf
pygmailsorter/webapp/static/fonts/poppins/Poppins-Light.ttf
pygmailsorter/webapp/static/fonts/poppins/Poppins-LightItalic.ttf
pygmailsorter/webapp/static/fonts/poppins/Poppins-Medium.ttf
pygmailsorter/webapp/static/fonts/poppins/Poppins-MediumItalic.ttf
pygmailsorter/webapp/static/fonts/poppins/Poppins-Regular.ttf
pygmailsorter/webapp/static/fonts/poppins/Poppins-SemiBold.ttf
pygmailsorter/webapp/static/fonts/poppins/Poppins-SemiBoldItalic.ttf
pygmailsorter/webapp/static/fonts/poppins/Poppins-Thin.ttf
pygmailsorter/webapp/static/fonts/poppins/Poppins-ThinItalic.ttf
pygmailsorter/webapp/static/images/bg-01.jpg
pygmailsorter/webapp/static/images/icons/favicon.ico
pygmailsorter/webapp/templates/login.html
pygmailsorter/webapp/templates/user.html
tests/test_database.py
tests/test_google_message.py