Metadata-Version: 2.1
Name: coniql
Version: 0.2
Summary: Control system interface in GraphQL.
Home-page: https://github.com/dls-controls/coniql
Author: "Tom Cobb"
Author-email: "tom.cobb@diamond.ac.uk"
License: Apache License 2.0
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
Requires-Dist: tartiflette-aiohttp
Requires-Dist: aioca
Requires-Dist: p4p (<4.0.0)
Requires-Dist: ruamel-yaml
Requires-Dist: pydantic
Requires-Dist: aiohttp-cors
Provides-Extra: dev
Requires-Dist: black (==21.9b0) ; extra == 'dev'
Requires-Dist: isort (>5.0) ; extra == 'dev'
Requires-Dist: pytest-cov ; extra == 'dev'
Requires-Dist: mypy ; extra == 'dev'
Requires-Dist: flake8-isort ; extra == 'dev'
Requires-Dist: sphinx-rtd-theme-github-versions ; extra == 'dev'
Requires-Dist: pre-commit ; extra == 'dev'
Requires-Dist: websockets ; extra == 'dev'
Requires-Dist: pytest-asyncio (>0.17) ; extra == 'dev'

coniql
======

|code_ci| |docs_ci| |coverage| |pypi_version| |license|

Control system interface in GraphQL with plugins for EPICS Channel Access and PV Access.
Supports a web interface to get, put and monitor the value of PVs.

============== ==============================================================
PyPI           ``pip install coniql``
Source code    https://github.com/dls-controls/coniql
Documentation  https://dls-controls.github.io/coniql
Releases       https://github.com/dls-controls/coniql/releases
============== ==============================================================

.. |code_ci| image:: https://github.com/dls-controls/coniql/workflows/Code%20CI/badge.svg?branch=master
    :target: https://github.com/dls-controls/coniql/actions?query=workflow%3A%22Code+CI%22
    :alt: Code CI

.. |docs_ci| image:: https://github.com/dls-controls/coniql/workflows/Docs%20CI/badge.svg?branch=master
    :target: https://github.com/dls-controls/coniql/actions?query=workflow%3A%22Docs+CI%22
    :alt: Docs CI

.. |coverage| image:: https://codecov.io/gh/dls-controls/coniql/branch/master/graph/badge.svg
    :target: https://codecov.io/gh/dls-controls/coniql
    :alt: Test Coverage

.. |pypi_version| image:: https://img.shields.io/pypi/v/coniql.svg
    :target: https://pypi.org/project/coniql
    :alt: Latest PyPI version

.. |license| image:: https://img.shields.io/badge/License-Apache%202.0-blue.svg
    :target: https://opensource.org/licenses/Apache-2.0
    :alt: Apache License

..
    Anything below this line is used when viewing README.rst and will be replaced
    when included in index.rst

See https://dls-controls.github.io/coniql for more detailed documentation.


