Metadata-Version: 2.4
Name: clangir
Version: 0.4.0
Summary: This package has been renamed to headerkit. Install headerkit instead: pip install headerkit
Project-URL: Homepage, https://github.com/axiomantic/headerkit
Project-URL: Repository, https://github.com/axiomantic/headerkit
License-Expression: MIT
Classifier: Development Status :: 7 - Inactive
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Requires-Dist: headerkit>=0.4.0
Description-Content-Type: text/markdown

# clangir has been renamed to headerkit

This package has been renamed to **[headerkit](https://pypi.org/project/headerkit/)**.

## Migration

```bash
pip install headerkit
```

All imports have changed from `clangir` to `headerkit`:

```python
# Before
from clangir.backends import get_backend
from clangir.writers.cffi import header_to_cffi

# After
from headerkit.backends import get_backend
from headerkit.writers.cffi import header_to_cffi
```

## Links

- **PyPI**: https://pypi.org/project/headerkit/
- **GitHub**: https://github.com/axiomantic/headerkit
- **Docs**: https://axiomantic.github.io/headerkit/
