Metadata-Version: 2.4
Name: bok-drone-onboard-system
Version: 0.1.5
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: configparser==7.2.0
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.5


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

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

    rm -rf dist/
    python -m build

    
    twine upload dist/*

#### Upgrade deployment on Raspbery PI

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