Metadata-Version: 2.1
Name: edwardsserial
Version: 0.3.3
Summary: Python API implementing the serial protocoll from edwards vacuum.
Home-page: https://gitlab.com/codingcoffeebean/edwardsserial
License: MIT
Keywords: TIC,edwards,vacuum
Author: codingcoffeebean
Author-email: contact@codingcoffeebean.com
Requires-Python: >=3.7.2,<4.0.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: pyserial (>2.5.0)
Project-URL: Documentation, https://codingcoffeebean.gitlab.io/edwardsserial/
Project-URL: Repository, https://gitlab.com/codingcoffeebean/edwardsserial
Description-Content-Type: text/markdown

# edwardsserial

`edwardsserial` is a Python package with an object-oriented wrapper for the [TIC Turbo- and Instrument Controller](https://shop.edwardsvacuum.com/products/d39722000/view.aspx) from Edwards.

## Documentation
- documentation of the [latest realease](https://codingcoffeebean.gitlab.io/edwardsserial/edwardsserial.html)

## Contributing
All contributions, bug reports, bug fixes, documentation improvements, enhancements, and ideas are welcome.

A detailed overview on how to contribute can be found in the [contributing guide](CONTRIBUTING.md).

## License
This code is licensed under the [MIT license](https://opensource.org/licenses/MIT). See [LICENSE](LICENSE).

## Changelog
Changes to the code are documented in the [changelog](CHANGELOG.md).

