Metadata-Version: 2.1
Name: coniql
Version: 0.1
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
Requires-Dist: tartiflette-aiohttp
Requires-Dist: aioca
Requires-Dist: p4p
Requires-Dist: ruamel-yaml
Requires-Dist: pydantic
Requires-Dist: aiohttp-cors

coniql
======

|build_status| |coverage| |pypi_version| |readthedocs|

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.

Documentation
-------------

Full documentation is available at http://coniql.readthedocs.io

Source Code
-----------

Available from http://github.com/dls-controls/coniql

Installation
------------

To install the latest release, type::

    pip install coniql

or::

    git clone http://github.com/dls-controls/coniql
    pipenv install

Contributing
------------

See `CONTRIBUTING`_

License
-------
APACHE License. (see `LICENSE`_)


.. |build_status| image:: https://travis-ci.com/dls-controls/coniql.svg?branch=master
    :target: https://travis-ci.com/dls-controls/coniql
    :alt: Build Status

.. |coverage| image:: https://coveralls.io/repos/github/dls-controls/coniql/badge.svg?branch=master
    :target: https://coveralls.io/github/dls-controls/coniql?branch=master
    :alt: Test Coverage

.. |pypi_version| image:: https://badge.fury.io/py/coniql.svg
    :target: https://badge.fury.io/py/coniql
    :alt: Latest PyPI version

.. |readthedocs| image:: https://readthedocs.org/projects/coniql/badge/?version=latest
    :target: http://coniql.readthedocs.io
    :alt: Documentation

.. _CONTRIBUTING:
    https://github.com/dls-controls/coniql/blob/master/CONTRIBUTING.rst

.. _LICENSE:
    https://github.com/dls-controls/coniql/blob/master/LICENSE


