tomato

View on PyPIReverse Dependencies (3)

1.0 tomato-1.0-py3-none-any.whl

Wheel Details

Project: tomato
Version: 1.0
Filename: tomato-1.0-py3-none-any.whl
Download: [link]
Size: 45478
MD5: ce135da11ae9f727c639e7ebe036ef67
SHA256: 11decaff44b9bb19a9576dd113b42cb48eea6f407cc1262d76eea221580817b7
Uploaded: 2024-11-21 09:55:47 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: tomato
Version: 1.0
Summary: au-tomation without pain
Author: Graham Kimbell
Author-Email: Peter Kraus <peter.kraus[at]tu-berlin.de>
Maintainer-Email: Peter Kraus <peter.kraus[at]tu-berlin.de>
Project-Url: Documentation, https://dgbowl.github.io/tomato/main
Project-Url: Issues, https://github.com/dgbowl/tomato/issues
Project-Url: Repository, https://github.com/dgbowl/tomato/
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Requires-Dist: appdirs (>=1.4.0)
Requires-Dist: toml (>=0.10)
Requires-Dist: pyyaml (>=6.0)
Requires-Dist: psutil (>=5.9)
Requires-Dist: dgbowl_schemas (>=119)
Requires-Dist: pyzmq (>=25.1)
Requires-Dist: h5netcdf (>=1.3)
Requires-Dist: xarray (>=2024.10.0)
Requires-Dist: pydantic (>=2.0)
Requires-Dist: pytest; extra == "testing"
Requires-Dist: tomato-example-counter (>=1.0.0); extra == "testing"
Requires-Dist: tomato-psutil (>=1.0.0); extra == "testing"
Requires-Dist: sphinx (~=7.2); extra == "docs"
Requires-Dist: sphinx-rtd-theme (~=1.3.0); extra == "docs"
Requires-Dist: autodoc-pydantic (~=2.1); extra == "docs"
Requires-Dist: sphinxcontrib-mermaid (~=0.9.2); extra == "docs"
Provides-Extra: testing
Provides-Extra: docs
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 1923 characters]

WHEEL

Wheel-Version: 1.0
Generator: setuptools (75.6.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
tomato/__init__.py sha256=8qliSYXTYnk-WoShQfMiQtAPFEroPkPdPTJsUq4Z0jU 8369
tomato/drivers.py sha256=TgakuiCPdjjgOcjlgkKiRtNPIEwZQToYDVdh6GsY1nQ 809
tomato/models.py sha256=tkO2caUj9S6Ez4WzVl9KkxNh8BvEaEHN1UEqQIhDijM 3086
tomato/daemon/__init__.py sha256=BcO9cGBU4wJD7QCjsKLvjpxK7yeG9wm0gvwbDA0F-fg 4170
tomato/daemon/cmd.py sha256=wjceMZlUD9IggLAXJKaULJyO52BMkVej99WEgclIGWk 10630
tomato/daemon/driver.py sha256=uY1fyWt80hvfRQsiBCzL2xygid24dUoeCMtN5o5ZG9U 11610
tomato/daemon/io.py sha256=Z7Agj_Etw468Gzk8oM61XS_lJta_EcC3EvqIkCYkjYk 3244
tomato/daemon/job.py sha256=t1xHvrouCX2M4XW9t9ELSwQFCBIs2jWKIcvKpMpNSyk 21239
tomato/data/default_devices.json sha256=JHXmhoiAGgxFel5CZCY8D8ziWjqEyBCXYW5jraH43BA 435
tomato/driverinterface_1_0/__init__.py sha256=MQTwGo5FZcbH4NVPEbbwvEAoyibzpT7S9-lv2UCj6zs 17962
tomato/ketchup/__init__.py sha256=VzVBV3Lu8nvk-VNE_Q_w5Hv9jjMmoFWM0pWJIh0rIdA 10413
tomato/tomato/__init__.py sha256=-GGOHYlJeY_UPrM8pYWyfQyCmGQQXthtq4wMoRD5fk8 17252
tomato-1.0.dist-info/LICENSE sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY 35149
tomato-1.0.dist-info/METADATA sha256=FszKwyiItXXQ2SbiSUxfuuEjrbvQXUcu03rfLv2UW6E 3548
tomato-1.0.dist-info/WHEEL sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U 91
tomato-1.0.dist-info/entry_points.txt sha256=jUGS0XtBDNBaIDpBpPOuKW_12Me5X1_tdb-ZY19s6Yo 211
tomato-1.0.dist-info/top_level.txt sha256=xNQU8hQ2SAe6KOKQQQpq2F4LBmra-I9Dluk3JC3lAz8 7
tomato-1.0.dist-info/RECORD

top_level.txt

tomato

entry_points.txt

ketchup = tomato:run_ketchup
tomato = tomato:run_tomato
tomato-daemon = tomato.daemon:tomato_daemon
tomato-driver = tomato.daemon.driver:tomato_driver
tomato-job = tomato.daemon.job:tomato_job