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

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.0.0.post3.tar.gz (2.1 kB view hashes)

Uploaded Source

Built Distribution

pyublox-1.0.0.post3-py3-none-any.whl (2.1 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