.gitignore
CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
mr_studydev.egg-info/PKG-INFO
mr_studydev.egg-info/SOURCES.txt
mr_studydev.egg-info/dependency_links.txt
mr_studydev.egg-info/entry_points.txt
mr_studydev.egg-info/not-zip-safe
mr_studydev.egg-info/requires.txt
mr_studydev.egg-info/top_level.txt
studydev/__init__.py
studydev/main.py
studydev/core/__init__.py
studydev/core/config.py
studydev/core/database.py
studydev/modules/__init__.py
studydev/modules/project/__init__.py
studydev/modules/project/commands.py
studydev/modules/project/manager.py
studydev/modules/session/__init__.py
studydev/modules/session/commands.py
studydev/modules/session/manager.py
studydev/modules/study/__init__.py
studydev/modules/study/commands.py
studydev/modules/study/manager.py
studydev/utils/__init__.py
studydev/utils/integration.py
studydev/utils/interactive.py
tests/test_core.py