JohnDMcMaster / libxgecu

Reference code to talk to stock xgecu firmware (T48, T56, etc)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libxgecu

Reference code to talk to stock xgecu firmware (T48, T56, etc)

Usage:

Setup virtual env

poetry install # Download locked dependencies to virtual env

Enter the virtual env

poetry shell

Call package entry points in virtual env

poetry run t48_update
poetry run t48_version

Build sdist and wheel

poetry build

Publish to PyPI

poetry publish

To update the locked dependencies

poetry update

About

Reference code to talk to stock xgecu firmware (T48, T56, etc)

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 100.0%