tonik

View on PyPIReverse Dependencies (1)

0.1.13 tonik-0.1.13-py3-none-any.whl

Wheel Details

Project: tonik
Version: 0.1.13
Filename: tonik-0.1.13-py3-none-any.whl
Download: [link]
Size: 26620
MD5: 0788cd0ad23c469f22186062b7b8ca4b
SHA256: dee97619eca4c7878d8ab1dd098c9014c3338192e21d35f8ecedc4203c42333f
Uploaded: 2025-02-21 03:34:16 +0000

dist-info

METADATA

Metadata-Version: 2.4
Name: tonik
Version: 0.1.13
Summary: Store time series data as HDF5 files and access them through an API.
Author-Email: Yannik Behr <y.behr[at]gns.cri.nz>, Christof Mueller <c.mueller[at]gns.cri.nz>
Project-Url: Homepage, https://tsc-tools.github.io/tonik
Project-Url: Issues, https://github.com/tsc-tools/tonik/issues
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Requires-Dist: datashader (>=0.14)
Requires-Dist: fastapi (>=0.112)
Requires-Dist: h5netcdf (>=1.1)
Requires-Dist: h5py (>=3.8)
Requires-Dist: matplotlib
Requires-Dist: netcdf4 (>=1.6)
Requires-Dist: pandas (>=2.0)
Requires-Dist: python-json-logger (>=2.0)
Requires-Dist: uvicorn[standard] (>=0.22)
Requires-Dist: xarray[accel,io,parallel]
Requires-Dist: zarr (<3); python_version < "3.11"
Requires-Dist: zarr (>=3.0.3); python_version >= "3.11"
Requires-Dist: httpx; extra == "dev"
Requires-Dist: ipykernel; extra == "dev"
Requires-Dist: mkdocs; extra == "dev"
Requires-Dist: mkdocs-jupyter; extra == "dev"
Requires-Dist: mkdocstrings[python]; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Provides-Extra: dev
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 862 characters]

WHEEL

Wheel-Version: 1.0
Generator: hatchling 1.27.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
tonik/__init__.py sha256=dov-nMeGFBzLspmj4rWKjC4r736vmaPDgMEkHSUfP98 523
tonik/api.py sha256=XDKiz1AzYNBOwYfaRxpMgqGRDAPJEE6wWJyBxuYPRLc 7751
tonik/storage.py sha256=IklM_atZD4rebUsnXsUj5JldSHU2LqmuqME03PHp_UI 10441
tonik/utils.py sha256=9eSVKIbs8TIZlJCz_-B7FrvOUQCQHO3K52v4Heus-uE 6135
tonik/xarray2netcdf.py sha256=gDNT6nxnRbXPeRqZ3URW5oXY3Nfh3TCrfueE-eUrIoY 5181
tonik/xarray2zarr.py sha256=RhCnS6g3yqe8mrEXhD_4PCN0EI3QPhp5X7ui_wvb_jY 2445
tonik/package_data/index.html sha256=GKDClUhIam_fAYbNfzAolORhSCG3ae1wW3VjWCg4PMk 2732
tonik-0.1.13.dist-info/METADATA sha256=MNuL04Q7howEYqs_HbnLxQtIXLAoLhN5nEC9GcE3uk4 2143
tonik-0.1.13.dist-info/WHEEL sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ 87
tonik-0.1.13.dist-info/entry_points.txt sha256=mT3B4eBE8SHlAeMhFnZGor9-YkVtoWM1NVHVuypJ-uY 74
tonik-0.1.13.dist-info/licenses/LICENSE sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY 35149
tonik-0.1.13.dist-info/RECORD

entry_points.txt

test_data = tonik.utils:main
tonik_api = tonik.api:main