# tsdf
| Badges | |
|:----:|----|
| **Packages and Releases** | [![Latest release](https://img.shields.io/github/release/biomarkersparkinson/tsdf.svg)](https://github.com/biomarkersparkinson/tsdf/releases/latest) [![PyPI](https://img.shields.io/pypi/v/tsdf.svg)](https://pypi.python.org/pypi/tsdf/) [![Static Badge](https://img.shields.io/badge/RSD-tsdf-lib)](https://research-software-directory.org/software/tsdf) |
| **Build Status** | [![](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/downloads/) ![Python package](https://github.com/biomarkersparkinson/tsdf/workflows/Python%20package/badge.svg) [![pytype Type Check](https://github.com/biomarkersParkinson/tsdf/actions/workflows/pytype-checking.yml/badge.svg)](https://github.com/biomarkersParkinson/tsdf/actions/workflows/pytype-checking.yml) |
| **DOI** | [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.7867899.svg)](https://doi.org/10.5281/zenodo.7867899) |
| **License** | [![GitHub license](https://img.shields.io/github/license/biomarkersParkinson/tsdf)](https://github.com/biomarkersparkinson/tsdf/blob/main/LICENSE) |
| **Fairness** | [![fair-software.eu](https://img.shields.io/badge/fair--software.eu-%E2%97%8F%20%20%E2%97%8F%20%20%E2%97%8F%20%20%E2%97%8F%20%20%E2%97%8F-green)](https://fair-software.eu) [![OpenSSF Best Practices](https://bestpractices.coreinfrastructure.org/projects/8083/badge)](https://www.bestpractices.dev/projects/8083) |
A package ([documentation](https://biomarkersparkinson.github.io/tsdf/)) to load TSDF data ([specification](https://arxiv.org/abs/2211.11294)) into Python.
## Installation
### Using `pip`
The package is available in PyPi and requires [Python 3.10](https://www.python.org/downloads/) or higher. It can be installed using:
```bash
$ pip install tsdf
```
## Usage
See our [extended tutorials](https://biomarkersparkinson.github.io/tsdf/).
## Development
### Running tests
```bash
poetry install
poetry run pytest
```
### Building the documentation
We use [Sphinx](https://www.sphinx-doc.org/) to build the documentation. Use this command to build the documentation locally:
```bash
poetry run make html --directory docs
```
## Contributing
We welcome contributions! Please see our [Contributing Guidelines](CONTRIBUTING.md) for more details on coding standards, how to get started, and the submission process.
## Code of Conduct
To ensure a welcoming and respectful community, all contributors and participants are expected to adhere to our [Code of Conduct](CONDUCT.md). By participating in this project, you agree to abide by its terms.
## License
This package was created by Pablo RodrÃguez, Peter Kok and Vedran Kasalica. It is licensed under the terms of the Apache License 2.0 license.
## Credits
- The [TSDF data format](https://arxiv.org/abs/2211.11294) was created by Kasper Claes, Valentina Ticcinelli, Reham Badawy, Yordan P. Raykov, Luc J.W. Evers, Max A. Little.
- This package was created with [`cookiecutter`](https://cookiecutter.readthedocs.io/en/latest/) and the `py-pkgs-cookiecutter` [template](https://github.com/py-pkgs/py-pkgs-cookiecutter).
Raw data
{
"_id": null,
"home_page": "https://github.com/biomarkersParkinson/tsdf",
"name": "tsdf",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.10",
"maintainer_email": null,
"keywords": "Time Series Data Format (TSDF), binary data, digital sensors",
"author": "Peter Kok",
"author_email": "p.kok@esciencecenter.nl",
"download_url": "https://files.pythonhosted.org/packages/25/aa/b87bb5c5c62f00b79e7f1574c8b086f27b092fd259a8f64467b75ad8d7a5/tsdf-0.6.0.tar.gz",
"platform": null,
"description": "\n# tsdf\n\n| Badges | |\n|:----:|----|\n| **Packages and Releases** | [![Latest release](https://img.shields.io/github/release/biomarkersparkinson/tsdf.svg)](https://github.com/biomarkersparkinson/tsdf/releases/latest) [![PyPI](https://img.shields.io/pypi/v/tsdf.svg)](https://pypi.python.org/pypi/tsdf/) [![Static Badge](https://img.shields.io/badge/RSD-tsdf-lib)](https://research-software-directory.org/software/tsdf) |\n| **Build Status** | [![](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/downloads/) ![Python package](https://github.com/biomarkersparkinson/tsdf/workflows/Python%20package/badge.svg) [![pytype Type Check](https://github.com/biomarkersParkinson/tsdf/actions/workflows/pytype-checking.yml/badge.svg)](https://github.com/biomarkersParkinson/tsdf/actions/workflows/pytype-checking.yml) |\n| **DOI** | [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.7867899.svg)](https://doi.org/10.5281/zenodo.7867899) |\n| **License** | [![GitHub license](https://img.shields.io/github/license/biomarkersParkinson/tsdf)](https://github.com/biomarkersparkinson/tsdf/blob/main/LICENSE) |\n| **Fairness** | [![fair-software.eu](https://img.shields.io/badge/fair--software.eu-%E2%97%8F%20%20%E2%97%8F%20%20%E2%97%8F%20%20%E2%97%8F%20%20%E2%97%8F-green)](https://fair-software.eu) [![OpenSSF Best Practices](https://bestpractices.coreinfrastructure.org/projects/8083/badge)](https://www.bestpractices.dev/projects/8083) |\n\n\n\nA package ([documentation](https://biomarkersparkinson.github.io/tsdf/)) to load TSDF data ([specification](https://arxiv.org/abs/2211.11294)) into Python.\n\n## Installation\n\n### Using `pip`\n\nThe package is available in PyPi and requires [Python 3.10](https://www.python.org/downloads/) or higher. It can be installed using:\n\n```bash\n$ pip install tsdf\n```\n\n## Usage\n\nSee our [extended tutorials](https://biomarkersparkinson.github.io/tsdf/).\n\n## Development\n\n### Running tests\n\n```bash\npoetry install\npoetry run pytest\n```\n\n### Building the documentation\n\nWe use [Sphinx](https://www.sphinx-doc.org/) to build the documentation. Use this command to build the documentation locally:\n\n```bash\npoetry run make html --directory docs\n```\n\n## Contributing\n\nWe welcome contributions! Please see our [Contributing Guidelines](CONTRIBUTING.md) for more details on coding standards, how to get started, and the submission process.\n\n## Code of Conduct\n\nTo ensure a welcoming and respectful community, all contributors and participants are expected to adhere to our [Code of Conduct](CONDUCT.md). By participating in this project, you agree to abide by its terms.\n\n## License\n\nThis package was created by Pablo Rodr\u00edguez, Peter Kok and Vedran Kasalica. It is licensed under the terms of the Apache License 2.0 license.\n\n## Credits\n\n- The [TSDF data format](https://arxiv.org/abs/2211.11294) was created by Kasper Claes, Valentina Ticcinelli, Reham Badawy, Yordan P. Raykov, Luc J.W. Evers, Max A. Little.\n- This package was created with [`cookiecutter`](https://cookiecutter.readthedocs.io/en/latest/) and the `py-pkgs-cookiecutter` [template](https://github.com/py-pkgs/py-pkgs-cookiecutter).\n\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "A Python library that provides methods for encoding and decoding TSDF (Time Series Data Format) data, which allows you to easily create, manipulate and serialize TSDF files in your Python code.",
"version": "0.6.0",
"project_urls": {
"Homepage": "https://github.com/biomarkersParkinson/tsdf",
"Repository": "https://github.com/biomarkersParkinson/tsdf"
},
"split_keywords": [
"time series data format (tsdf)",
" binary data",
" digital sensors"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "48bfc7e656f14c9e630fdec91d330a242fc2ae56be6b6d327fa1b4093ebf7278",
"md5": "7ad36ee41b890016018f8974acbfb18a",
"sha256": "57dd8a8e1dfd672a397d77599d5141b3f7124da2ce57c270e4fd28c108892945"
},
"downloads": -1,
"filename": "tsdf-0.6.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "7ad36ee41b890016018f8974acbfb18a",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.10",
"size": 20818,
"upload_time": "2024-09-11T12:04:20",
"upload_time_iso_8601": "2024-09-11T12:04:20.540282Z",
"url": "https://files.pythonhosted.org/packages/48/bf/c7e656f14c9e630fdec91d330a242fc2ae56be6b6d327fa1b4093ebf7278/tsdf-0.6.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "25aab87bb5c5c62f00b79e7f1574c8b086f27b092fd259a8f64467b75ad8d7a5",
"md5": "e74eba0c3ef8babc0c7c327572cae6eb",
"sha256": "1fbf3a161f21df36a252f33b5b54d3b2d3b2a3cc4ade66201fb9fd237a40274f"
},
"downloads": -1,
"filename": "tsdf-0.6.0.tar.gz",
"has_sig": false,
"md5_digest": "e74eba0c3ef8babc0c7c327572cae6eb",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.10",
"size": 17655,
"upload_time": "2024-09-11T12:04:21",
"upload_time_iso_8601": "2024-09-11T12:04:21.541259Z",
"url": "https://files.pythonhosted.org/packages/25/aa/b87bb5c5c62f00b79e7f1574c8b086f27b092fd259a8f64467b75ad8d7a5/tsdf-0.6.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-09-11 12:04:21",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "biomarkersParkinson",
"github_project": "tsdf",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "tsdf"
}