Metadata-Version: 2.4
Name: dipswitch_svg
Version: 0.1.2
Summary: SVG generation for dipswitch documentation
Author-email: PenguMC <pengurobotics@gmail.com>
Maintainer-email: PenguMC <pengurobotics@gmail.com>
License-Expression: MIT
Project-URL: Source, https://codeberg.org/PenguMC/dipswitch_svg
Keywords: svg,dipswitch
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Documentation
Requires-Python: >=3
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# dipswitch_svg

![release badge](https://codeberg.org/pengumc/dipswitch_svg/badges/release.svg)

SVG generation for dipswitch documentation

Also available online: https://pengumc.codeberg.page/dipswitch_svg/

Example output:  
![Note: image not available on pypi, see source repo](./example.svg)

## Usage

```py
from dipswitch_svg import dipswitch
svg_text = dipswitch("dipswitch 1", range(1, 9), 0x1)
```

## Installation

```shell
pip install dipswitch-svg
```
