Metadata-Version: 2.4
Name: claudealytics
Version: 0.3.0
Summary: Analytics dashboard for Claude Code power users — mine your conversation history to understand usage patterns, track costs, and optimize your setup.
Project-URL: Homepage, https://github.com/sergei1503/claudealytics
Project-URL: Repository, https://github.com/sergei1503/claudealytics
Project-URL: Issues, https://github.com/sergei1503/claudealytics/issues
Author-email: Sergei Benkovitch <sergei1503@gmail.com>
License-Expression: MIT
License-File: LICENSE
Keywords: analytics,claude,claude-code,dashboard,developer-tools,streamlit
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: System :: Monitoring
Requires-Python: >=3.11
Requires-Dist: httpx>=0.27
Requires-Dist: pandas>=2.2
Requires-Dist: pydantic>=2.7
Requires-Dist: python-frontmatter>=1.1
Requires-Dist: rich>=13.0
Requires-Dist: typer>=0.12
Provides-Extra: dashboard
Requires-Dist: plotly>=5.22; extra == 'dashboard'
Requires-Dist: streamlit>=1.38; extra == 'dashboard'
Provides-Extra: dev
Requires-Dist: ruff>=0.8; extra == 'dev'
Provides-Extra: test
Requires-Dist: pytest-mock>=3.14; extra == 'test'
Requires-Dist: pytest>=8.0; extra == 'test'
