LICENSE
README.md
setup.py
aidesk/__init__.py
aidesk/cli.py
aidesk/server.py
aidesk/utils.py
aidesk.egg-info/PKG-INFO
aidesk.egg-info/SOURCES.txt
aidesk.egg-info/dependency_links.txt
aidesk.egg-info/entry_points.txt
aidesk.egg-info/top_level.txt
aidesk/api_handlers/__init__.py
aidesk/api_handlers/auth.py
aidesk/api_handlers/file_handling.py
aidesk/api_handlers/home.py
aidesk/templates/index.html
aidesk/templates/login.html
tests/test_aidesk.py
tests/test_auth.py
tests/test_file_handling.py