Metadata-Version: 2.4
Name: hypervigilant
Version: 6.0.0
Summary: A collection of code for hypervigilant - wrapper for instrumentation.
Project-URL: Homepage, https://github.com/gao-hongnan/hypervigilant
Project-URL: Documentation, https://github.com/gao-hongnan/hypervigilant/tree/main/playbook
Project-URL: Repository, https://github.com/gao-hongnan/hypervigilant
Project-URL: Issues, https://github.com/gao-hongnan/hypervigilant/issues
Project-URL: Changelog, https://github.com/gao-hongnan/hypervigilant/releases
Author-email: GAO Hongnan <hongnangao@gmail.com>
Maintainer-email: GAO Hongnan <hongnangao@gmail.com>
License: Apache-2.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: >=3.12
Provides-Extra: playground
Requires-Dist: pydantic>=2.10.6; extra == 'playground'
Requires-Dist: pydanticonf>=1.0.0; extra == 'playground'
Requires-Dist: rich>=13.9.4; extra == 'playground'
Description-Content-Type: text/markdown

# Hypervigilant

[![CI](https://github.com/gao-hongnan/hypervigilant/actions/workflows/ci.yml/badge.svg)](https://github.com/gao-hongnan/hypervigilant/actions/workflows/ci.yml)
[![Python](https://img.shields.io/badge/python-3.12%20%7C%203.13-blue.svg)](https://www.python.org/downloads/)
[![PyPI](https://img.shields.io/badge/pypi-v22.0.0-blue.svg)](https://github.com/gao-hongnan/hypervigilant)
[![License](https://img.shields.io/badge/license-Apache%202.0-green.svg)](https://opensource.org/licenses/Apache-2.0)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
[![Mypy](https://img.shields.io/badge/typed-mypy-blue?style=flat-square&logo=python)](http://mypy-lang.org/)
[![Pyright](https://img.shields.io/badge/typed-pyright-blue?style=flat-square&logo=python)](https://github.com/microsoft/pyright)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)

```bash
git commit -m "release: v14.0.0" && \
    git push origin main && \
    git tag v14.0.0 && \
    git push origin v14.0.0
```
