Metadata-Version: 2.1
Name: iqmotion
Version: 0.1.1
Summary: Python libraries to talk to IQ Motion Control devices
Home-page: https://github.com/iq-motion-control/iq-module-communication-python
Author: Raphael Van Hoffelen
Author-email: raf@iq-control.com
License: lgpl-3.0
Description: # IQ Motion Python API
        
        ![Coverage](coverage.svg) ![Version](release_badge.svg)
        
        This library is to talk to any IQ Control devices from mulititude of communication protocoles.
        
        ## Getting Started
        
        These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
        
        ### Prerequisites
        
        All the prerequisited can be installed from ["requirement.txt"](requirement.txt).
        
        ```bash
        pip install requirements.txt
        ```
        
        ### Installing
        
        You can install this library using "pip":
        
        ```bash
        pip install iqmotion
        ```
        
        If you want to edit this library and/or run some tests, You can clone this repository locally on your computer.
        
        ## Running the tests
        
        You will need the following packages to run the tests:
        
        - pytest
        - pytest-cov
        
        You can install these packages with pip:
        
        ```bash
        pip install pytest
        pip install pytest-cov
        ```
        
        You can then run the tests with the following command:
        
        ```bash
        pytest --cov-config=.coveragerc --cov=iqmotion iqmotion --cov-fail-under=100
        ```
        
        The test will fail if coverage is under 100%
        
        ## Contributing
        
        Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.
        
        ## Versioning
        
        We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/your/project/tags).
        
        ## Authors
        
        - **Raphael Van Hoffelen**
        
        See also the list of [contributors](contributors.md) who participated in this project.
        
        ## License
        
        This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details
        
        ## Acknowledgments
        
        - Matt Piccoli for helping out debugging the architecture.
        
Keywords: IQ,IQ CONTROL,IQ MOTION CONTROL,API,IQ MODULES,IQ LIBRARIES,SMART MOTORS
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Description-Content-Type: text/markdown
