Metadata-Version: 2.4
Name: coherent-cube
Version: 0.0.3.post1
Summary: Controller for a Coherent Cube laser.
Project-URL: Documentation, https://github.com/bicarlsen/coherent-cube#readme
Project-URL: Issues, https://github.com/bicarlsen/coherent-cube/issues
Project-URL: Source, https://github.com/bicarlsen/coherent-cube
Author-email: Brian Carlsen <carlsen.bri@gmail.com>
License-Expression: MIT
License-File: LICENSE.txt
Keywords: coherent,controller,cube,laser
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
Description-Content-Type: text/markdown

# coherent-cube
Python controller for a Coherent Cube laser.

## Installation

```console
pip install coherent-cube
```

## Logging

Basic logging is provided via the [`logging` module](https://docs.python.org/3/library/logging.html).

## Examples

See the [`examples`](examples) folder.

## License

`coherent-cube` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
