Metadata-Version: 2.4
Name: domain-vigil
Version: 0.1.1
Summary: Code analysis and validation toolkit
Author: Andre Balazs
License: MIT
Project-URL: Homepage, https://github.com/domain-vigil/domain-vigil
Project-URL: Documentation, https://github.com/domain-vigil/domain-vigil/docs
Project-URL: Repository, https://github.com/domain-vigil/domain-vigil
Project-URL: Issues, https://github.com/domain-vigil/domain-vigil/issues
Keywords: code,analysis,tools
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: pyyaml>=6.0
Requires-Dist: tree-sitter>=0.21.0
Requires-Dist: click>=8.1.0
Requires-Dist: rich>=13.0.0
Requires-Dist: openai>=1.0.0
Requires-Dist: anthropic>=0.18.0
Provides-Extra: dev
Requires-Dist: pytest>=7.0.0; extra == "dev"
Requires-Dist: pytest-cov>=4.0.0; extra == "dev"
Requires-Dist: black>=23.0.0; extra == "dev"
Requires-Dist: ruff>=0.1.0; extra == "dev"
Requires-Dist: mypy>=1.0.0; extra == "dev"

# Domain Vigil

A Python toolkit for code analysis.

## Status

Under active development.

## Installation

```bash
pip install domain-vigil
```

## License

MIT
