Metadata-Version: 2.4
Name: ai-rubric
Version: 0.2.0
Summary: Structured verification with LLMs.
Project-URL: Repository, https://github.com/ApGa/rubric
Author-email: Apurva Gandhi <apurvasgandhi@gmail.com>
License-Expression: MIT
License-File: LICENSE
Requires-Python: >=3.11
Requires-Dist: jinja2>=3.1.0
Requires-Dist: litellm>=1.75.0
Requires-Dist: networkx>=3.5.0
Requires-Dist: plotly>=5.0.0
Provides-Extra: dev
Requires-Dist: mypy; extra == 'dev'
Requires-Dist: pre-commit; extra == 'dev'
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: ruff; extra == 'dev'
Description-Content-Type: text/markdown

# <img src="assets/rubric-icon.png" alt="Rubric Icon" width="100" height="100" style="vertical-align: middle;"> Rubric

Structured verification with LLMs.

## Usage Instructions
Coming soon...

## Contributing

1. Install development dependencies: `pip install -e ".[dev]"`
2. Install pre-commit hooks: `pre-commit install`
3. Make your changes
4. Run tests: `pytest`
5. Submit a pull request
6. When merging a pull request, please use [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/)

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
