Metadata-Version: 2.4
Name: bok-drone-onboard-system
Version: 0.1.9
Summary: A Python package for drone onboard sensor acquisition
Author-email: Alexandre MAselot <alexandre.masselot@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/terra-submersa/bok-drone-onboard-system
Keywords: drone,sensor,bno08x
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: adafruit-circuitpython-bno08x==1.2.10
Requires-Dist: lgpio
Requires-Dist: numpy==2.3.1
Requires-Dist: pandas==2.3.1
Requires-Dist: parameterized==0.9.0
Requires-Dist: scipy==1.16.0
Dynamic: license-file

# BOK Drone Onboard System
version=0.1.9


### Pypi package build and deploy
    # pip install build

    # commit changes
    bumpver update --patch # or --minor --major

    python -m build

    # Only upload the latest version
    twine upload $(ls  dist/* | grep .tar.gz | sed s/.tar.gz// | tail -1)*

#### Upgrade deployment on Raspbery PI

    pip install --upgrade bok-drone-onboard-system
