Metadata-Version: 2.4
Name: clarix
Version: 0.1.0
Summary: A smart Python error explainer with rich UI and structured insights
Author: Kane
License: MIT
Keywords: python,debugging,error-explainer,rich,cli,developer-tools
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Debuggers
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: rich>=13.0.0
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Dynamic: license-file

clarix
------

clarix is a lightweight Python module for explaining and analyzing runtime errors.

Features:
- Basic error explanation interface
- Simple API for integration into projects
- Lightweight and dependency-free design

Installation:
- pip install clarix

Usage:
- import clarix
- clarix.enable()

Current Status:
- Early development version (0.0.1)
- Core functionality under expansion

Future Plans:
- Detailed error categorization
- Improved explanation engine
- Support for advanced debugging insights
