Skip to main content

Python libraries to talk to IQ Motion Control devices

Project description

IQ Motion Python API

Coverage Version

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

iqmotion-0.1.1.tar.gz (26.8 kB view hashes)

Uploaded Source

Built Distribution

iqmotion-0.1.1-py2.py3-none-any.whl (46.0 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page