Name | blissoda JSON |
Version |
0.8.0
JSON |
| download |
home_page | https://gitlab.esrf.fr/bliss/blissoda/ |
Summary | Utilities for online data analysis and automation in Bliss |
upload_time | 2024-11-22 09:53:01 |
maintainer | None |
docs_url | None |
author | ESRF |
requires_python | >=3.6 |
license | MIT |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# blissoda
*blissoda* provides utilities for online data analysis in [BLISS](https://gitlab.esrf.fr/bliss/bliss/).
*blissoda* is mostly used by the BLISS beamline macro's. In this case it needs to be installed
in the BLISS environment.
The actual data processing is done remotely using [ewoksjob](https://gitlab.esrf.fr/workflow/ewoks/ewoksjob).
*blissoda* does not contain any data processing code nor has any scientific libraries as dependencies.
## Install
In the Bliss environment you install with the `client` option
```bash
pip install blissoda[client]
```
Beamline specific clients are installed with the beamline name as option
```bash
pip install blissoda[id11]
```
Project specific clients are installed with the project name as option
```bash
pip install blissoda[streamline]
```
When workflows are not triggered from Bliss but from Redis scan information
in a separate process, you install with the `server` option in the process
environment
```bash
pip install blissoda[server]
```
## Test
```bash
pytest --pyargs blissoda.tests
```
## Documentation
https://blissoda.readthedocs.io/
Raw data
{
"_id": null,
"home_page": "https://gitlab.esrf.fr/bliss/blissoda/",
"name": "blissoda",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": null,
"keywords": null,
"author": "ESRF",
"author_email": "wout.de_nolf@esrf.fr",
"download_url": "https://files.pythonhosted.org/packages/f7/e1/1335c47a3aa1c9251eb540ee4fd5b71171f4121946168f1109eb28e2814d/blissoda-0.8.0.tar.gz",
"platform": null,
"description": "# blissoda\n\n*blissoda* provides utilities for online data analysis in [BLISS](https://gitlab.esrf.fr/bliss/bliss/).\n\n*blissoda* is mostly used by the BLISS beamline macro's. In this case it needs to be installed\nin the BLISS environment.\n\nThe actual data processing is done remotely using [ewoksjob](https://gitlab.esrf.fr/workflow/ewoks/ewoksjob).\n*blissoda* does not contain any data processing code nor has any scientific libraries as dependencies.\n\n## Install\n\nIn the Bliss environment you install with the `client` option\n\n```bash\npip install blissoda[client]\n```\n\nBeamline specific clients are installed with the beamline name as option\n\n```bash\npip install blissoda[id11]\n```\n\nProject specific clients are installed with the project name as option\n\n```bash\npip install blissoda[streamline]\n```\n\nWhen workflows are not triggered from Bliss but from Redis scan information\nin a separate process, you install with the `server` option in the process\nenvironment\n\n```bash\npip install blissoda[server]\n```\n\n## Test\n\n```bash\npytest --pyargs blissoda.tests\n```\n\n## Documentation\n\nhttps://blissoda.readthedocs.io/\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Utilities for online data analysis and automation in Bliss",
"version": "0.8.0",
"project_urls": {
"Documentation": "https://blissoda.readthedocs.io/",
"Homepage": "https://gitlab.esrf.fr/bliss/blissoda/",
"Source": "https://gitlab.esrf.fr/bliss/blissoda/",
"Tracker": "https://gitlab.esrf.fr/bliss/blissoda/issues/"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "f7e11335c47a3aa1c9251eb540ee4fd5b71171f4121946168f1109eb28e2814d",
"md5": "2908ff233708916fd9453e2ee0b83474",
"sha256": "99e62f7f303ec9e23fc1b9770d3b278b4b94809ded6503dbb1c6f4224f57bb6f"
},
"downloads": -1,
"filename": "blissoda-0.8.0.tar.gz",
"has_sig": false,
"md5_digest": "2908ff233708916fd9453e2ee0b83474",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 104868,
"upload_time": "2024-11-22T09:53:01",
"upload_time_iso_8601": "2024-11-22T09:53:01.416318Z",
"url": "https://files.pythonhosted.org/packages/f7/e1/1335c47a3aa1c9251eb540ee4fd5b71171f4121946168f1109eb28e2814d/blissoda-0.8.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-22 09:53:01",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "blissoda"
}