Metadata-Version: 2.4
Name: vericov
Version: 0.0.3
Summary: Agentic coverage platform tooling.
Author: Harshal Parekh
License-Expression: MIT
Project-URL: Homepage, https://github.com/Harshal96/vericov
Project-URL: Repository, https://github.com/Harshal96/vericov
Project-URL: Issues, https://github.com/Harshal96/vericov/issues
Keywords: coverage,testing,ci,agentic
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
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 :: Software Development :: Testing
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# Vericov

Vericov is an agentic coverage platform for coverage reporting, merge confidence,
and autonomous test remediation workflows.

This initial Python package reserves the `vericov` distribution name while the
public Python client and CLI are prepared. The package currently exposes version
metadata only.

## Installation

```bash
pip install vericov
```

