Metadata-Version: 2.4
Name: dev-trajectory
Version: 0.1.0
Summary: Local, single-user analysis of Claude Code session histories — surfaces engineering trajectory over time per domain, with evidence on hover.
Author: dev-trajectory contributors
License: MIT
License-File: LICENSE
Keywords: claude-code,developer-productivity,engineering-analytics
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.11
Requires-Dist: anthropic>=0.40.0
Requires-Dist: fastapi>=0.110
Requires-Dist: platformdirs>=4.2.0
Requires-Dist: plotly>=5.18
Requires-Dist: pydantic>=2.7.0
Requires-Dist: pyyaml>=6.0.1
Requires-Dist: typer>=0.12.0
Requires-Dist: uvicorn[standard]>=0.27
Provides-Extra: dev
Requires-Dist: pytest>=8.0; extra == 'dev'
