Metadata-Version: 2.4
Name: blissoda
Version: 1.5.0
Summary: Utilities for online data analysis and automation in Bliss
Author-email: ESRF <dau-pydev@esrf.fr>
License: # MIT License
        
        **Copyright (c) 2021 European Synchrotron Radiation Facility**
        
        Permission is hereby granted, free of charge, to any person obtaining a copy of
        this software and associated documentation files (the "Software"), to deal in
        the Software without restriction, including without limitation the rights to
        use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
        the Software, and to permit persons to whom the Software is furnished to do so,
        subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
        FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
        COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
        IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
        CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
        
Project-URL: Homepage, https://gitlab.esrf.fr/bliss/blissoda/
Project-URL: Documentation, https://blissoda.readthedocs.io/
Project-URL: Repository, https://gitlab.esrf.fr/bliss/blissoda/
Project-URL: Issues, https://gitlab.esrf.fr/bliss/blissoda/issues
Project-URL: Changelog, https://gitlab.esrf.fr/bliss/blissoda/-/blob/main/CHANGELOG.md
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: packaging
Requires-Dist: numpy
Requires-Dist: redis-om
Requires-Dist: redis-om!=1.0.3b0; python_version < "3.9"
Requires-Dist: redis!=5.3.0b1,!=5.3.0b3
Requires-Dist: importlib_resources; python_version < "3.9"
Requires-Dist: pydantic
Provides-Extra: client
Requires-Dist: blissdata>=0.2.5; extra == "client"
Requires-Dist: ewoksjob>=1.2.0; extra == "client"
Requires-Dist: esrf-pathlib>=0.3.0; extra == "client"
Requires-Dist: esrf-ontologies; extra == "client"
Provides-Extra: server
Requires-Dist: blissdata>=0.2.5; extra == "server"
Requires-Dist: ewoksjob>=1.2.0; extra == "server"
Provides-Extra: daiquiri
Requires-Dist: marshmallow; extra == "daiquiri"
Provides-Extra: id01
Requires-Dist: blissoda[client]; extra == "id01"
Requires-Dist: ewoksutils>=1.1.0; extra == "id01"
Provides-Extra: bm02
Requires-Dist: blissoda[client]; extra == "bm02"
Provides-Extra: bm05
Requires-Dist: blissoda[client]; extra == "bm05"
Provides-Extra: id06
Requires-Dist: blissoda[client]; extra == "id06"
Provides-Extra: id09
Requires-Dist: blissoda[client]; extra == "id09"
Requires-Dist: ewoksutils>=1.1.0; extra == "id09"
Provides-Extra: id11
Requires-Dist: blissoda[client]; extra == "id11"
Provides-Extra: id12
Requires-Dist: blissoda[client]; extra == "id12"
Provides-Extra: id13
Requires-Dist: blissoda[client]; extra == "id13"
Provides-Extra: id14
Requires-Dist: blissoda[client]; extra == "id14"
Provides-Extra: id15b
Requires-Dist: blissoda[client]; extra == "id15b"
Provides-Extra: id22
Requires-Dist: blissoda[client]; extra == "id22"
Provides-Extra: bm23
Requires-Dist: blissoda[client]; extra == "bm23"
Requires-Dist: silx>=1.1.0; extra == "bm23"
Requires-Dist: pandas; extra == "bm23"
Provides-Extra: id24
Requires-Dist: blissoda[client]; extra == "id24"
Requires-Dist: silx>=1.1.0; extra == "id24"
Requires-Dist: pandas; extra == "id24"
Provides-Extra: id31
Requires-Dist: blissoda[client]; extra == "id31"
Requires-Dist: ewoksutils>=1.1.0; extra == "id31"
Requires-Dist: fabio; extra == "id31"
Requires-Dist: scipy; extra == "id31"
Provides-Extra: id32
Requires-Dist: blissoda[client]; extra == "id32"
Provides-Extra: streamline
Requires-Dist: blissoda[client]; extra == "streamline"
Requires-Dist: ewoksutils>=1.1.0; extra == "streamline"
Provides-Extra: democlient
Requires-Dist: blissoda[client]; extra == "democlient"
Requires-Dist: pandas; extra == "democlient"
Requires-Dist: scipy; extra == "democlient"
Requires-Dist: h5py; extra == "democlient"
Provides-Extra: demoworker
Requires-Dist: blissoda[server]; extra == "demoworker"
Requires-Dist: ewoksjob[blissworker]>=1.2.0; extra == "demoworker"
Requires-Dist: ewoksxrpd>=0.3; extra == "demoworker"
Requires-Dist: est[full]>=1; extra == "demoworker"
Requires-Dist: orange3; extra == "demoworker"
Requires-Dist: ewoksid12; extra == "demoworker"
Requires-Dist: ewoksid14>=1.1.0; extra == "demoworker"
Requires-Dist: ewoksid31; extra == "demoworker"
Provides-Extra: test
Requires-Dist: pytest>=7; extra == "test"
Requires-Dist: mock; extra == "test"
Requires-Dist: pytest-mock; extra == "test"
Requires-Dist: pytest-redis; extra == "test"
Requires-Dist: blissoda[bm02]; extra == "test"
Requires-Dist: blissoda[client]; extra == "test"
Requires-Dist: blissoda[server]; extra == "test"
Requires-Dist: blissoda[id22]; extra == "test"
Requires-Dist: blissoda[id11]; extra == "test"
Requires-Dist: blissoda[id31]; extra == "test"
Requires-Dist: blissoda[streamline]; extra == "test"
Requires-Dist: blissoda[bm23]; extra == "test"
Provides-Extra: dev
Requires-Dist: blissoda[test]; extra == "dev"
Requires-Dist: black>=25; extra == "dev"
Requires-Dist: flake8>=4; extra == "dev"
Requires-Dist: isort; extra == "dev"
Provides-Extra: doc
Requires-Dist: blissoda[test]; extra == "doc"
Requires-Dist: sphinx>=4.5; extra == "doc"
Requires-Dist: sphinx-autodoc-typehints>=1.16; extra == "doc"
Requires-Dist: sphinx_design; extra == "doc"
Requires-Dist: pydata_sphinx_theme<0.15; extra == "doc"
Requires-Dist: sphinx-argparse; extra == "doc"
Requires-Dist: sphinx-copybutton; extra == "doc"
Dynamic: license-file

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