# swmr_tools
[![PyPI release](https://img.shields.io/pypi/v/swmr-tools.svg)](https://pypi.org/project/swmr-tools/) [![Test status](https://github.com/DiamondLightSource/python-swmrtools/actions/workflows/ci.yml/badge.svg)](https://github.com/DiamondLightSource/python-swmrtools/actions/workflows/ci.yml) [![Docs](https://readthedocs.org/projects/python-swmrtools/badge/?version=latest)](https://python-swmrtools.readthedocs.io/en/latest/?badge=latest)
swmr_tools is a Python library developed by Diamond Light Source Ltd designed to facilitate reading and processing data from HDF5 swmr files as they are being written.
## Installation
swmr_tools can be installed using either conda [(from the conda-forge channel)](https://anaconda.org/conda-forge/swmr-tools):
```bash
conda install -c conda-forge swmr-tools
```
or the package manager [pip](https://pip.pypa.io/en/stable/):
```bash
pip install swmr_tools
```
## Usage
- For full examples of use please see the full documentation at https://python-swmrtools.readthedocs.io
- Jupyter notebook tutorials for key functionality can be found in the tutorial directory in the git repository
Raw data
{
"_id": null,
"home_page": "https://github.com/DiamondLightSource/python-swmrtools",
"name": "swmr-tools",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "HDF5,Iterator,Diamond",
"author": "Diamond Light Source Ltd",
"author_email": "scientificsoftware@diamond.ac.uk",
"download_url": "https://files.pythonhosted.org/packages/a8/45/dd0e4285d82876a9d6011d6e5bb6bba8cf15fd8f25d3d0a81a058ae61797/swmr_tools-0.9.0.tar.gz",
"platform": null,
"description": "# swmr_tools\n\n[![PyPI release](https://img.shields.io/pypi/v/swmr-tools.svg)](https://pypi.org/project/swmr-tools/) [![Test status](https://github.com/DiamondLightSource/python-swmrtools/actions/workflows/ci.yml/badge.svg)](https://github.com/DiamondLightSource/python-swmrtools/actions/workflows/ci.yml) [![Docs](https://readthedocs.org/projects/python-swmrtools/badge/?version=latest)](https://python-swmrtools.readthedocs.io/en/latest/?badge=latest)\n\nswmr_tools is a Python library developed by Diamond Light Source Ltd designed to facilitate reading and processing data from HDF5 swmr files as they are being written.\n\n## Installation\n\nswmr_tools can be installed using either conda [(from the conda-forge channel)](https://anaconda.org/conda-forge/swmr-tools):\n\n```bash\nconda install -c conda-forge swmr-tools\n```\n\nor the package manager [pip](https://pip.pypa.io/en/stable/):\n\n```bash\npip install swmr_tools\n```\n\n## Usage\n\n- For full examples of use please see the full documentation at https://python-swmrtools.readthedocs.io\n\n- Jupyter notebook tutorials for key functionality can be found in the tutorial directory in the git repository\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Python iterator for safely monitoring NeXus files",
"version": "0.9.0",
"project_urls": {
"Homepage": "https://github.com/DiamondLightSource/python-swmrtools"
},
"split_keywords": [
"hdf5",
"iterator",
"diamond"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "9d01982ea80f9d3b6ca0e002169d5f45b8a39f5dd7d6ba851bc050e609c14a4a",
"md5": "3c954b7655fc1439a75e13da21f15661",
"sha256": "4be0079cb494cb61bf17d4456857f55e8d3f622579ab74083769a0cd20b44a73"
},
"downloads": -1,
"filename": "swmr_tools-0.9.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "3c954b7655fc1439a75e13da21f15661",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 16410,
"upload_time": "2023-10-26T07:26:00",
"upload_time_iso_8601": "2023-10-26T07:26:00.394334Z",
"url": "https://files.pythonhosted.org/packages/9d/01/982ea80f9d3b6ca0e002169d5f45b8a39f5dd7d6ba851bc050e609c14a4a/swmr_tools-0.9.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a845dd0e4285d82876a9d6011d6e5bb6bba8cf15fd8f25d3d0a81a058ae61797",
"md5": "165688c52601cc8b6f4a1c8749d3d11f",
"sha256": "c003e0dd54dbde6750d3581725b97757126cc89aef4083c1892d7ad240ec42d5"
},
"downloads": -1,
"filename": "swmr_tools-0.9.0.tar.gz",
"has_sig": false,
"md5_digest": "165688c52601cc8b6f4a1c8749d3d11f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 20398,
"upload_time": "2023-10-26T07:26:02",
"upload_time_iso_8601": "2023-10-26T07:26:02.446586Z",
"url": "https://files.pythonhosted.org/packages/a8/45/dd0e4285d82876a9d6011d6e5bb6bba8cf15fd8f25d3d0a81a058ae61797/swmr_tools-0.9.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-10-26 07:26:02",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "DiamondLightSource",
"github_project": "python-swmrtools",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "numpy",
"specs": []
},
{
"name": "h5py",
"specs": []
}
],
"lcname": "swmr-tools"
}