tonik


Nametonik JSON
Version 0.1.12 PyPI version JSON
download
home_pageNone
SummaryStore time series data as HDF5 files and access them through an API.
upload_time2025-02-13 22:16:19
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Tonik

Tonik provides you with a solution to store and retrieve scientific time-series data as well as serving it through an API.
For visualisations, the API can serve large requests very quickly by downsampling the data to the requested resolution on demand. The API was optimised to visualise time-series and data labels with [Grafana](https://grafana.com/oss/grafana/).

## Requirements
* h5py
* datashader
* xarray
* pandas
* netcdf4
* h5netcdf
* python-json-logger
* uvicorn
* fastapi
* matplotlib (only needed to reproduce the examples in the user guide)

## Installation
```
pip install -U tonik
```

## Documentation

Learn more about tonik in its official [documentation](https://tsc-tools.github.io/tonik)

## Get in touch

Report bugs, suggest features, view the source code, and ask questions [on GitHub](https://github.com/tsc-tools/tonik/issues).
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "tonik",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Yannik Behr <y.behr@gns.cri.nz>, Christof Mueller <c.mueller@gns.cri.nz>",
    "download_url": "https://files.pythonhosted.org/packages/03/68/6429e29680fdbb847b5063faf5996fde4d1f4dde55d6f126407759f2e0af/tonik-0.1.12.tar.gz",
    "platform": null,
    "description": "# Tonik\n\nTonik provides you with a solution to store and retrieve scientific time-series data as well as serving it through an API.\nFor visualisations, the API can serve large requests very quickly by downsampling the data to the requested resolution on demand. The API was optimised to visualise time-series and data labels with [Grafana](https://grafana.com/oss/grafana/).\n\n## Requirements\n* h5py\n* datashader\n* xarray\n* pandas\n* netcdf4\n* h5netcdf\n* python-json-logger\n* uvicorn\n* fastapi\n* matplotlib (only needed to reproduce the examples in the user guide)\n\n## Installation\n```\npip install -U tonik\n```\n\n## Documentation\n\nLearn more about tonik in its official [documentation](https://tsc-tools.github.io/tonik)\n\n## Get in touch\n\nReport bugs, suggest features, view the source code, and ask questions [on GitHub](https://github.com/tsc-tools/tonik/issues).",
    "bugtrack_url": null,
    "license": null,
    "summary": "Store time series data as HDF5 files and access them through an API.",
    "version": "0.1.12",
    "project_urls": {
        "Homepage": "https://tsc-tools.github.io/tonik",
        "Issues": "https://github.com/tsc-tools/tonik/issues"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6e7e3cecc577e45d9ff3a4be383ec431668090c98215b39234a1cb0d6ad72d76",
                "md5": "e40a31d69c9c1b34c15420abc17becfb",
                "sha256": "bb473ef2c5e435d8c4997ffc063da5f3fd59b63782f33192badc972471bd0477"
            },
            "downloads": -1,
            "filename": "tonik-0.1.12-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e40a31d69c9c1b34c15420abc17becfb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 26557,
            "upload_time": "2025-02-13T22:16:16",
            "upload_time_iso_8601": "2025-02-13T22:16:16.127389Z",
            "url": "https://files.pythonhosted.org/packages/6e/7e/3cecc577e45d9ff3a4be383ec431668090c98215b39234a1cb0d6ad72d76/tonik-0.1.12-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "03686429e29680fdbb847b5063faf5996fde4d1f4dde55d6f126407759f2e0af",
                "md5": "4ec3c44ff8a1d702ffd76b49f587a107",
                "sha256": "cdb1682f823c00cce512ba8c27c774d82c48bfeed3d9cd0d492bfecb0f994ea7"
            },
            "downloads": -1,
            "filename": "tonik-0.1.12.tar.gz",
            "has_sig": false,
            "md5_digest": "4ec3c44ff8a1d702ffd76b49f587a107",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 701556,
            "upload_time": "2025-02-13T22:16:19",
            "upload_time_iso_8601": "2025-02-13T22:16:19.759554Z",
            "url": "https://files.pythonhosted.org/packages/03/68/6429e29680fdbb847b5063faf5996fde4d1f4dde55d6f126407759f2e0af/tonik-0.1.12.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-13 22:16:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "tsc-tools",
    "github_project": "tonik",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "tonik"
}
        
Elapsed time: 0.39600s