Metadata-Version: 2.1
Name: pmac-motorhome
Version: 0.5
Summary: Generate homing procedures in pmc code for Delta Tau motion controllers
Home-page: https://github.com/dls-controls/pmac_motorhome
Author: Arvinder Palaha
Author-email: arvinder.palaha@diamond.ac.uk
License: Apache License 2.0
Description: pmac_motorhome
        ===========================
        
        |code_ci| |docs_ci| |coverage| |pypi_version| |license|
        
        pmac_motorhome is a python3 tool to generator homing PLCs from a python
        script
        
        ============== ==============================================================
        PyPI           ``pip install pmac_motorhome``
        Source code    https://github.com/dls-controls/pmac_motorhome
        Documentation  https://dls-controls.github.io/pmac_motorhome
        ============== ==============================================================
        
        This is where you should put some images or code snippets that illustrate
        some relevant examples. If it is a library then you might put some
        introductory code here:
        
        .. code:: python
        
            from pmac_motorhome.hello import HelloClass
        
            hello = HelloClass("me")
            print(hello.format_greeting())
        
        Or if it is a commandline tool then you might put some example commands here::
        
            pmac_motorhome person --times=2
        
        
        .. |code_ci| image:: https://github.com/dls-controls/pmac_motorhome/workflows/Code%20CI/badge.svg?branch=master
            :target: https://github.com/dls-controls/pmac_motorhome/actions?query=workflow%3A%22Code+CI%22
            :alt: Code CI
        
        .. |docs_ci| image:: https://github.com/dls-controls/pmac_motorhome/workflows/Docs%20CI/badge.svg?branch=master
            :target: https://github.com/dls-controls/pmac_motorhome/actions?query=workflow%3A%22Docs+CI%22
            :alt: Docs CI
        
        .. |coverage| image:: https://codecov.io/gh/dls-controls/pmac_motorhome/branch/master/graph/badge.svg
            :target: https://codecov.io/gh/dls-controls/pmac_motorhome
            :alt: Test Coverage
        
        .. |pypi_version| image:: https://img.shields.io/pypi/v/pmac_motorhome.svg
            :target: https://pypi.org/project/pmac_motorhome
            :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/pmac_motorhome for more detailed documentation.
        
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
Provides-Extra: dev
Provides-Extra: include_package_data
