Metadata-Version: 2.4
Name: studyctl
Version: 2.0.0
Summary: AuDHD-aware study tool with AI Socratic mentoring, spaced repetition, and content pipeline
Project-URL: Homepage, https://github.com/NetDevAutomate/Socratic-Study-Mentor
Project-URL: Repository, https://github.com/NetDevAutomate/Socratic-Study-Mentor
Project-URL: Issues, https://github.com/NetDevAutomate/Socratic-Study-Mentor/issues
Project-URL: Documentation, https://github.com/NetDevAutomate/Socratic-Study-Mentor/tree/main/docs
Author: Andy Taylor
License-Expression: MIT
Keywords: adhd,audhd,flashcards,notebooklm,socratic,spaced-repetition,study
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Education
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Education
Requires-Python: >=3.12
Requires-Dist: click>=8.1
Requires-Dist: pyyaml>=6.0
Requires-Dist: rich>=13.0
Provides-Extra: all
Requires-Dist: fastapi>=0.115; extra == 'all'
Requires-Dist: httpx; extra == 'all'
Requires-Dist: mcp[cli]>=1.0.0; extra == 'all'
Requires-Dist: notebooklm-py>=0.3.4; extra == 'all'
Requires-Dist: pymupdf>=1.25; extra == 'all'
Requires-Dist: textual>=0.80; extra == 'all'
Requires-Dist: uvicorn[standard]>=0.34; extra == 'all'
Provides-Extra: content
Requires-Dist: httpx; extra == 'content'
Requires-Dist: pymupdf>=1.25; extra == 'content'
Provides-Extra: mcp
Requires-Dist: mcp[cli]>=1.0.0; extra == 'mcp'
Provides-Extra: notebooklm
Requires-Dist: notebooklm-py>=0.3.4; extra == 'notebooklm'
Provides-Extra: tui
Requires-Dist: textual>=0.80; extra == 'tui'
Provides-Extra: web
Requires-Dist: fastapi>=0.115; extra == 'web'
Requires-Dist: uvicorn[standard]>=0.34; extra == 'web'
Description-Content-Type: text/markdown

# studyctl

Study pipeline management CLI — sync Obsidian notes, spaced repetition scheduling, and cross-machine state sync.

Part of [socratic-study-mentor](https://github.com/NetDevAutomate/Socratic-Study-Mentor).
