Metadata-Version: 2.1
Name: pyocticons
Version: 0.1.0
Summary: python helper for github octicons
Keywords: octicons,icons
Author: Larry Ogrodnek
Author-email: ogrodnek@gmail.com
Requires-Python: >=3.10,<3.14
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Description-Content-Type: text/markdown

This is a small wrapper around Github's [Octicons](https://primer.style/foundations/icons).

# Usage

```python
from pyocticons import octicon

icon = octicon("alert", 24)
```


# License

All Icons are (c) GitHub, Inc. and licensed under the MIT License, see: https://github.com/primer/octicons






