Skip to main content

Python libraries to talk to IQ Motion Control devices

Project description

IQ Motion Python API

Python Build codecov tag release

This library is to talk to any IQ Control devices from mulititude of communication protocols.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
To Learn more about this API, Read the Communications API Documentation

Prerequisites

Pipenv

Read the second part of this and this for more information on pipenv.

Windows and mac users:

Linux users:

Installing

You can install this library using "pipenv" or "pip":

pipenv install iqmotion

or

pip install iqmotion

If you want to edit this library and/or run some tests, You can clone this repository locally on your computer.

Submodule

If you are using this repository as a submodule, make sure to make a symbolic link:

ln -s python_api/iqmotion iqmotion

If you prefer not to use symbolic links, you could dynamically append the library to your system PATH at runtime by following along with the example below:

├── examples    ├── api_testing.py <---------------(current python script)   ├── async_example.py
│   ├── multi_turn_example.py
│   └── propeller_example.py
├── iqmotion   <-----------------------(IQMOTION API LIBRARY)   ├── client_entries
│      ├── client_entry_data.py
│      ├── client_entry.py
│      ├── dictionary_client_entry.py
│      ├── __init__.py
│      └── process_client_entry.py
│   ├── clients

If you wanted to run api_testing.py from the examples Directory, you would need to append the iqmotion library to the system path at the top of my api_testing.py script:

import sys

#  Adds the parent directory to the system path 
# (Same location that the iqmotion library is located)
sys.path.append("../") 

Running the tests

You will need the following packages to run the tests:

  • pytest
  • pytest-cov

They should be already installed with pipenv.

You can then run the software tests with the following command:

pytest ./iqmotion/tests/ --cov-config=.coveragerc --cov=iqmotion --cov-fail-under=100

The test will fail if coverage is under 100%

You can run the hardware tests with the following commands:

python run_hardware_tests.py speed --usb_handle=/dev/ttyUSB0
python run_hardware_tests.py servo --usb_handle=/dev/ttyUSB0
python run_hardware_tests.py step_dir --usb_handle=/dev/ttyUSB0

Clean Code

Formatting

We use black as a formatter. It does everything for you and it should be installed with the dev packages of pipenv.
I recommend setting up your IDE to format with black when saving. Vscode has a known issue sometimes with new .py files where you need to run black in the terminal first You can also run black from the terminal with:

black ./

Linting

We use pylint as a linter. It does everything for you and it should be installed with the dev packages of pipenv.
We have a .pylintrc file that setups your pylint for you.

I would recommend to set up your IDE to use pylint automatically (vscode should find the .pylintrc automatically).

Sometimes pylint shouts at out some errors you do not wantc you can disbale a pylint error locally in a file/method/class with a comment like this:

# pytlint: disable=my-error

You can also run pylint from the terminal with the following command:

pylint your_project_directory

New Releases

It is really easy to create a new release, simply run the following script and follow the prompt:

(You might need to run the following command to use a bash script in windows):

dos2unix ./ci_scripts/new_release.sh
./ci_scripts/new_release.sh

Versioning

We use SemVer for versioning.

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

  • Raphael Van Hoffelen
  • Malik B. Parker

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 and continuously testing the API.

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.29.2.tar.gz (40.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

iqmotion-0.29.2-py2.py3-none-any.whl (67.7 kB view details)

Uploaded Python 2Python 3

File details

Details for the file iqmotion-0.29.2.tar.gz.

File metadata

  • Download URL: iqmotion-0.29.2.tar.gz
  • Upload date:
  • Size: 40.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.8.2

File hashes

Hashes for iqmotion-0.29.2.tar.gz
Algorithm Hash digest
SHA256 d235ba7d350e007b9d05380fd370e2c76b373b017f94440729d423af875ba4b6
MD5 88c858e51eaef26df26cf4987bbee03b
BLAKE2b-256 422b74deaf78402ffe9316148ae058ff77fe00d91b988e7eef963c26ce17c6dc

See more details on using hashes here.

File details

Details for the file iqmotion-0.29.2-py2.py3-none-any.whl.

File metadata

  • Download URL: iqmotion-0.29.2-py2.py3-none-any.whl
  • Upload date:
  • Size: 67.7 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.8.2

File hashes

Hashes for iqmotion-0.29.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 1f6441457f4219ce5b8ca3ebbe4984dc79253e9e3a82cbc620329a82b3ce8c95
MD5 7e2556d2c7da45a7323486df1b13b6ee
BLAKE2b-256 292928362fff9d836fdeaf0f0f87671338a773f45805983ed273283d76f5642b

See more details on using hashes here.

Supported by

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