Metadata-Version: 2.4
Name: haiv-core
Version: 0.2.2
Summary: Core commands for haiv
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.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.12
Requires-Dist: haiv-lib
Description-Content-Type: text/markdown

# haiv-core

Core commands for haiv.

This package is installed by default in haiv projects.

## Development

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

## License

MIT
