Python libraries to talk to IQ Motion Control devices
Project description
IQ Motion Python API
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".
pip install requirements.txt
Installing
You can install this library using "pip":
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:
pip install pytest
pip install pytest-cov
You can then run the tests with the following command:
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 for details on our code of conduct, and the process for submitting pull requests to us.
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
Authors
- Raphael Van Hoffelen
See also the list of contributors who participated in this project.
License
This project is licensed under the MIT License - see the LICENSE file for details
Acknowledgments
- Matt Piccoli for helping out debugging the architecture.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for iqmotion-0.1.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e0f82ce3bffe8f3b58d293f153dd5eb96f19eaa9e3265b17402f6d4793931add |
|
MD5 | 6133ee3bd31755703cc01c7748b00af1 |
|
BLAKE2b-256 | 7fc2200529cd358a63149ce8b7e148a8033a5f091bc16dd98d25590b6da3b303 |