Metadata-Version: 2.1
Name: lima2.client
Version: 1.0.9
Summary: Python client library for Lima2 detector
Home-page: https://gitlab.esrf.fr/limagroup/Lima2-client
Author: BCU (ESRF)
License: LGPLv3
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENCE
Requires-Dist: pytango
Requires-Dist: gevent
Requires-Dist: jsonschema
Requires-Dist: jsonschema-default
Requires-Dist: finite-state-machine
Requires-Dist: beartype

# LImA 2 Client library

This project provides a Python interface to the LImA 2 distributed system.

Checkout the [documentation here](https://limagroup.gitlab-pages.esrf.fr/lima2-client/).

### Bootstrapping the documentation

The source for the documentation is in the `docs` folder. Here are the instructions to built and read it locally. The documentation is built with [Doxygen](http://www.doxygen.org/) and [Sphinx](http://www.sphinx-doc.org). The sphinx template is from [Sphinx Material](https://bashtage.github.io/sphinx-material/).

```
    conda create -n doc --file docs/requirements.txt -c conda-forge
    conda activate doc
    cd docs  
    make html
```

The html documentation is generated in `docs/.build/html`.
