# BOK Drone Onboard System
version=0.1.10
### 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
Raw data
{
"_id": null,
"home_page": null,
"name": "bok-drone-onboard-system",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.11",
"maintainer_email": null,
"keywords": "drone, sensor, bno08x",
"author": null,
"author_email": "Alexandre MAselot <alexandre.masselot@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/63/70/d9d117d3453f1ae4a7ff3713885f59ece55846df4cbf218cddef32686cfa/bok_drone_onboard_system-0.1.10.tar.gz",
"platform": null,
"description": "# BOK Drone Onboard System\nversion=0.1.10\n\n\n### Pypi package build and deploy\n # pip install build\n\n # commit changes\n bumpver update --patch # or --minor --major\n\n python -m build\n\n # Only upload the latest version\n twine upload $(ls dist/* | grep .tar.gz | sed s/.tar.gz// | tail -1)*\n\n#### Upgrade deployment on Raspbery PI\n\n pip install --upgrade bok-drone-onboard-system\n",
"bugtrack_url": null,
"license": null,
"summary": "A Python package for drone onboard sensor acquisition",
"version": "0.1.10",
"project_urls": {
"Homepage": "https://github.com/terra-submersa/bok-drone-onboard-system"
},
"split_keywords": [
"drone",
" sensor",
" bno08x"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "0b6afc7d1401cb9799648a032c84244c2b048791e466dbb66278ac40d216f56b",
"md5": "9b51e161b3322735d259ecdc126b3da9",
"sha256": "3a19e5278725fb8719c00c32e5d5e0c1bca64107b373da84341ff2c12b2d0f84"
},
"downloads": -1,
"filename": "bok_drone_onboard_system-0.1.10-py3-none-any.whl",
"has_sig": false,
"md5_digest": "9b51e161b3322735d259ecdc126b3da9",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.11",
"size": 5370,
"upload_time": "2025-07-19T18:06:59",
"upload_time_iso_8601": "2025-07-19T18:06:59.709684Z",
"url": "https://files.pythonhosted.org/packages/0b/6a/fc7d1401cb9799648a032c84244c2b048791e466dbb66278ac40d216f56b/bok_drone_onboard_system-0.1.10-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "6370d9d117d3453f1ae4a7ff3713885f59ece55846df4cbf218cddef32686cfa",
"md5": "ea7cb8f4f80d09f78c55e5568e36bfeb",
"sha256": "47761fdc3503b4f990b26eae55ca1a7e4d9d69b212ceb9b58fba6ecce84ffcfe"
},
"downloads": -1,
"filename": "bok_drone_onboard_system-0.1.10.tar.gz",
"has_sig": false,
"md5_digest": "ea7cb8f4f80d09f78c55e5568e36bfeb",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.11",
"size": 4699,
"upload_time": "2025-07-19T18:07:00",
"upload_time_iso_8601": "2025-07-19T18:07:00.532081Z",
"url": "https://files.pythonhosted.org/packages/63/70/d9d117d3453f1ae4a7ff3713885f59ece55846df4cbf218cddef32686cfa/bok_drone_onboard_system-0.1.10.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-19 18:07:00",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "terra-submersa",
"github_project": "bok-drone-onboard-system",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "adafruit-circuitpython-bno08x",
"specs": [
[
"==",
"1.2.10"
]
]
},
{
"name": "numpy",
"specs": [
[
"==",
"2.3.1"
]
]
},
{
"name": "lgpio",
"specs": []
},
{
"name": "pandas",
"specs": [
[
"==",
"2.3.1"
]
]
},
{
"name": "parameterized",
"specs": [
[
"==",
"0.9.0"
]
]
},
{
"name": "scipy",
"specs": [
[
"==",
"1.16.0"
]
]
}
],
"lcname": "bok-drone-onboard-system"
}