Metadata-Version: 2.4
Name: cerillo
Version: 0.0.1
Project-URL: Documentation, https://github.com/cerillo/cerillo-apps/tree/main/packages/cerillo-python#readme
Project-URL: Issues, https://github.com/cerillo/cerillo-apps/issues
Project-URL: Source, https://github.com/cerillo/cerillo-apps/tree/main/packages/cerillo-python
Author-email: cerilloderek <derek@cerillo.bio>
License-Expression: GPL-3.0-or-later
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Requires-Dist: pyserial>=3.5
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == 'dev'
Description-Content-Type: text/markdown

# cerillo

Cerillo python API for control of Cerillo devices

[![PyPI - Version](https://img.shields.io/pypi/v/cerillo-python.svg)](https://pypi.org/project/cerillo-python)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/cerillo-python.svg)](https://pypi.org/project/cerillo-python)

-----

## Table of Contents

- [cerillo](#cerillo)
  - [Table of Contents](#table-of-contents)
  - [Installation](#installation)
  - [License](#license)

## Installation

```console
pip install cerillo
```

## License

`cerillo` is distributed under the terms of the [GPLv3](https://spdx.org/licenses/GPL-3.0-or-later.html) license.
