Metadata-Version: 2.1
Name: bootloader
Version: 2.1.0
Summary: A tool for loading firmware onto Dephy devices.
License: MIT
Author: Jared
Author-email: jcoughlin@dephy.com
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: cleo (>=2.0.1,<3.0.0)
Requires-Dist: cloudpathlib[s3] (>=0.15.1,<0.16.0)
Requires-Dist: flexsea (>=11.0.9,<12.0.0)
Requires-Dist: pendulum (>=2.1.2,<3.0.0)
Requires-Dist: pyyaml (>=6.0,<7.0)
Requires-Dist: semantic-version (>=2.10.0,<3.0.0)
Description-Content-Type: text/markdown

# Dephy Bootloader

This is a command-line tool for flashing firmware onto Dephy's wearable robotic devices.


## Installation
See the guide [here](https://bootloader.readthedocs.io/en/latest/installing/index.html).


## Usage

**TL;DR** The *list* command is your friend (`bootloader list`), along with
`bootloader <command> --help`.

For more, see the documentation [here](https://bootloader.readthedocs.io/en/latest/quickstart.html).

