blissoda


Nameblissoda JSON
Version 0.4.2 PyPI version JSON
download
home_pagehttps://gitlab.esrf.fr/bliss/blissoda/
SummaryUtilities for online data analysis and automation in Bliss
upload_time2024-05-07 16:42:31
maintainerNone
docs_urlNone
authorESRF
requires_python>=3.6
licenseMIT
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/25/88/87adfde77f78a2511a247ad0c19953f868d8161cf92f4e598a92f4bb1030/blissoda-0.4.2.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.4.2",
    "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": "258887adfde77f78a2511a247ad0c19953f868d8161cf92f4e598a92f4bb1030",
                "md5": "a9b8d8e57f6a0a0fa5e4c7ef78eee052",
                "sha256": "f076f417a20e7032107ca3c234c7d477d8d3ed002a309a470f749053558b582c"
            },
            "downloads": -1,
            "filename": "blissoda-0.4.2.tar.gz",
            "has_sig": false,
            "md5_digest": "a9b8d8e57f6a0a0fa5e4c7ef78eee052",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 87791,
            "upload_time": "2024-05-07T16:42:31",
            "upload_time_iso_8601": "2024-05-07T16:42:31.942990Z",
            "url": "https://files.pythonhosted.org/packages/25/88/87adfde77f78a2511a247ad0c19953f868d8161cf92f4e598a92f4bb1030/blissoda-0.4.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-07 16:42:31",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "blissoda"
}
        
Elapsed time: 0.32255s