Metadata-Version: 2.1
Name: tomato-example-counter
Version: 1.0.0
Summary: tomato example counter driver
Author-email: Peter Kraus <peter.kraus@tu-berlin.de>
Maintainer-email: Peter Kraus <peter.kraus@tu-berlin.de>
Project-URL: Documentation, https://dgbowl.github.io/tomato-psutil/master
Project-URL: Issues, https://github.com/dgbowl/tomato-psutil/issues
Project-URL: Repository, https://github.com/dgbowl/tomato-psutil/
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: tomato >=1.0rc1
Provides-Extra: docs
Requires-Dist: sphinx ~=7.2 ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ~=1.3.0 ; extra == 'docs'
Requires-Dist: autodoc-pydantic ~=1.9.0 ; extra == 'docs'
Requires-Dist: sphinxcontrib-mermaid ~=0.9.2 ; extra == 'docs'
Provides-Extra: testing
Requires-Dist: pytest ; extra == 'testing'

# tomato-example-counter
An example driver for `tomato`, used for testing purposes.

This driver is developed by the [ConCat lab at TU Berlin](https://tu.berlin/en/concat).

## Supported functions

### Capabilities
- `count`: for counting up every second
- `random`: for returning a random number every query

### Attributes
- `val`: the returned value, `RO`, `float`
- `max`: the upper limit to `random`, `RW`, `float`
- `min`: the lower limit to `random`, `RW`, `float`

## Contributors
- Peter Kraus
