Metadata-Version: 2.1
Name: tomato
Version: 0.2.1
Summary: au-tomation without pain!
Home-page: https://github.com/dgbowl/tomato
Author: Peter Kraus
Author-email: peter@tondon.de
Project-URL: Bug Tracker, https://github.com/dgbowl/tomato/issues
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: appdirs >=1.4.0
Requires-Dist: toml
Requires-Dist: pyyaml
Requires-Dist: psutil
Requires-Dist: yadg <5.0,>=4.2.4
Requires-Dist: dgbowl-schemas >=108
Requires-Dist: filelock
Provides-Extra: docs
Requires-Dist: sphinx ==4.5.0 ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
Requires-Dist: sphinx-autodoc-typehints ; extra == 'docs'
Requires-Dist: autodoc-pydantic ; extra == 'docs'
Provides-Extra: testing
Requires-Dist: pytest ; extra == 'testing'

# tomato: au-tomation without pain!

[![Documentation](https://badgen.net/badge/docs/dgbowl.github.io/grey?icon=firefox)](https://dgbowl.github.io/tomato)
[![PyPi version](https://badgen.net/pypi/v/dgpost/?icon=pypi)](https://pypi.org/project/tomato)
![Github link](https://badgen.net/github/tag/dgbowl/tomato/?icon=github)
![Github status](https://badgen.net/github/checks/dgbowl/tomato/?icon=github)

`tomato` is the instrument automation package developed at Empa. Currently supported 
hardware is:

- `dummy`: a Dummy device for testing purposes
- `biologic`: device for BioLogic potentiostats via the EC-Lib library, Windows only.

See the [Documentation](https://dgbowl.github.io/tomato) for more detailed info.

## Contributors:
- [Peter Kraus](http://github.com/PeterKraus)
- [Loris Ercole](http://github.com/lorisercole)

## Acknowledgements

This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No 957189. The project is part of BATTERY 2030+, the large-scale European research initiative for inventing the sustainable batteries of the future.
