Metadata-Version: 2.1
Name: libraspike-art-python
Version: 0.0.6
Summary: Python CFFI Bindings for libraspike-art
Author: Wataru Taniguchi
Author-email: wataru@taniguchifamily.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Description-Content-Type: text/markdown
License-File: LICENSE

## Python CFFI Bindings for libraspike-art

# Installation

Enable use of libraspike-art by following the direction [here](https://github.com/ETrobocon/libraspike-art/tree/main).

If you are on a modern Linux you will probably want to create a venv:

    python3 -m venv vpython3
    source vpython3/bin/activate

or:

    pypy3 -m venv vpypy3
    source vpypy3/bin/activate

Build the bindings and install libraspike-art-python package:

    pip install libraspike-art-python
