Metadata-Version: 2.1
Name: ibek
Version: 0.1
Summary: IOC Builder for EPICS and Kubernetes
Home-page: https://github.com/dls-controls/ibek
Author: Tom Cobb
Author-email: tom.cobb@diamond.ac.uk
License: Apache License 2.0
Description: |logo| ibek
        ===========================
        
        |code_ci| |docs_ci| |coverage| |pypi_version| |license|
        
        IOC Builder for EPICS and Kubernetes:
        
        - In an EPICS support module describe what entities an IOC using it can create,
          what arguments they take, and what database and st.cmd snippets it should
          generate in a ``builder.yaml`` file
        - Build support modules together in a container image and use ``ibek`` in the
          image to create a JSON schema of what an IOC using that image can contain
        - Write an ``ioc.yaml`` file against that schema listing instances of the
          entities with arguments
        - Use ``ibek`` to generate a startup script, database and Helm chart that runs
          up the IOC contained in the image with them
        
        ============== ==============================================================
        PyPI           ``pip install ibek``
        Source code    https://github.com/dls-controls/ibek
        Documentation  https://dls-controls.github.io/ibek
        ============== ==============================================================
        
        Add a diagram and more details...
        
        .. |code_ci| image:: https://github.com/dls-controls/ibek/workflows/Code%20CI/badge.svg?branch=master
            :target: https://github.com/dls-controls/ibek/actions?query=workflow%3A%22Code+CI%22
            :alt: Code CI
        
        .. |docs_ci| image:: https://github.com/dls-controls/ibek/workflows/Docs%20CI/badge.svg?branch=master
            :target: https://github.com/dls-controls/ibek/actions?query=workflow%3A%22Docs+CI%22
            :alt: Docs CI
        
        .. |coverage| image:: https://codecov.io/gh/dls-controls/ibek/branch/master/graph/badge.svg
            :target: https://codecov.io/gh/dls-controls/ibek
            :alt: Test Coverage
        
        .. |pypi_version| image:: https://img.shields.io/pypi/v/ibek.svg
            :target: https://pypi.org/project/ibek
            :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/ibek for more detailed documentation.
        
        .. |logo| image:: https://raw.githubusercontent.com/dls-controls/ibek/master/docs/images/ibek-logo.svg
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
Description-Content-Type: text/x-rst
