Metadata-Version: 2.4
Name: pyhtml-cem
Version: 0.1.0
Summary: Custom Elements Manifest parser and pre-generated component libraries for PyHTML
Author: Ylan Allouche
License: MIT
Project-URL: Homepage, https://github.com/YlanAllouche/pyhtml-cem
Project-URL: Documentation, https://github.com/YlanAllouche/pyhtml-cem#readme
Project-URL: Repository, https://github.com/YlanAllouche/pyhtml-cem
Project-URL: Issues, https://github.com/YlanAllouche/pyhtml-cem/issues
Keywords: pyhtml,html,web-components,custom-elements,htmx,webawesome,shoelace
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Code Generators
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyhtml-enhanced>=2.2.4
Dynamic: license-file

# PyHTML-CEM

Generic **Custom Elements Manifest (CEM)** parser and pre-generated component libraries for PyHTML.

## Installation

```bash
pip install pyhtml-cem # --break-system-packages
```

Or for development:

```bash
git clone https://github.com/YlanAllouche/pyhtml-cem.git
cd pyhtml-cem
pip install -e . # --break-system-packages
```

## Credits

- **PyHTML Enhanced** - Maddy Guthridge
- **WebAwesome/Shoelace** - Cory LaViska & Font Awesome
- **Custom Elements Manifest** - Open Web Components

## Related Projects

- [pyhtml-enhanced](https://github.com/COMP1010UNSW/pyhtml-enhanced) - Core PyHTML library
- [pyhtml-htmx](https://github.com/YlanAllouche/pyhtml-htmx) - HTMX integration for PyHTML

## Links

- **Documentation**: https://github.com/YlanAllouche/pyhtml-cem#readme
- **Issues**: https://github.com/YlanAllouche/pyhtml-cem/issues
- **WebAwesome**: https://webawesome.com/

## License

- see LICENSE file for details
