Skip to main content

Interface with ublox chipsets using Python.

Project description

Python package to communicate with ub

Python package to communicate with ublox chipsets

To install the package:

pip3 install pyublox

## Testing the package

This package uses the pytest suite, to execute the tests, issue the following command

pytest -v /path/to/source

Development within a Docker container

The best way to develop the package is by using a controlled environement. To do this, run a Python 3.7 container like so

docker run -v `pwd`:/pyublox -ti rokubun/gcc:debian-python3.7 bash

Once within the container type the following commands:

# The package requires git to work properly
cd /pyublox
pip install -e .

Submission to PyPi

In order to deploy to PyPi

# Update setuptools
python3 -m pip install --user --upgrade setuptools wheel

# Create the distribution wheel
python3 setup.py sdist bdist_wheel

# Upload the distribution wheels to the PyPi repo
python3 -m twine upload dist/*

More details on deployment can be found here.

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

pyublox-1.1.0.post4.tar.gz (2.8 kB view hashes)

Uploaded Source

Built Distribution

pyublox-1.1.0.post4-py3-none-any.whl (3.3 kB view hashes)

Uploaded 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