Metadata-Version: 2.4
Name: haiv-lib
Version: 0.3.1
Summary: API for building haiv commands and workflows
Project-URL: Homepage, https://github.com/caseymarquis/haiv
Project-URL: Repository, https://github.com/caseymarquis/haiv
Author: Casey Marquis
License-Expression: MIT
License-File: LICENSE
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.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.12
Requires-Dist: jinja2>=3.1.6
Requires-Dist: punq>=0.7.0
Requires-Dist: tomli-w>=1.0.0
Requires-Dist: watchdog>=6.0.0
Description-Content-Type: text/markdown

# haiv

API for building haiv commands and workflows.

This package is included as a dependency of `haiv-core` and is available by default in haiv projects.

## Development

```bash
uv sync        # install/update dependencies
uv run pytest  # run tests
```

## License

MIT
