tonik


Nametonik JSON
Version 0.0.12 PyPI version JSON
download
home_pageNone
SummaryStore time series data as HDF5 files and access them through an API.
upload_time2024-10-08 23:10:11
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 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.

## 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)

## Contributing

You can find information about contributing to tonik at our [Contributing page]

## Get in touch

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

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/3f/8f/e4fc915ac363e3418f06e7f561a440eea8471ce30759b241c908e579e0b3/tonik-0.0.12.tar.gz",
    "platform": null,
    "description": "# Tonik\n\nTonik provides you with a solution to store and retrieve scientific 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.\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## Contributing\n\nYou can find information about contributing to tonik at our [Contributing page]\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).",
    "bugtrack_url": null,
    "license": null,
    "summary": "Store time series data as HDF5 files and access them through an API.",
    "version": "0.0.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": "9c6247df48c3b3da891c9be715434beee6f1ec88a79cdb3852f4a1f2a0911282",
                "md5": "b5a40f7dee625fea098ad09c33ae9113",
                "sha256": "8b5355fc5a2e448320d5657a28a015140f70db8dac49ff62c0572c3f57aced42"
            },
            "downloads": -1,
            "filename": "tonik-0.0.12-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b5a40f7dee625fea098ad09c33ae9113",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 24994,
            "upload_time": "2024-10-08T23:10:09",
            "upload_time_iso_8601": "2024-10-08T23:10:09.078916Z",
            "url": "https://files.pythonhosted.org/packages/9c/62/47df48c3b3da891c9be715434beee6f1ec88a79cdb3852f4a1f2a0911282/tonik-0.0.12-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3f8fe4fc915ac363e3418f06e7f561a440eea8471ce30759b241c908e579e0b3",
                "md5": "f2324b1e35ee6b31656f04bbeac88b4c",
                "sha256": "bbe07a264a77007e3df2715519de9d02b68c17b3408222993c556cbeaa3f017a"
            },
            "downloads": -1,
            "filename": "tonik-0.0.12.tar.gz",
            "has_sig": false,
            "md5_digest": "f2324b1e35ee6b31656f04bbeac88b4c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 155629,
            "upload_time": "2024-10-08T23:10:11",
            "upload_time_iso_8601": "2024-10-08T23:10:11.967542Z",
            "url": "https://files.pythonhosted.org/packages/3f/8f/e4fc915ac363e3418f06e7f561a440eea8471ce30759b241c908e579e0b3/tonik-0.0.12.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-08 23:10:11",
    "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.39192s