Metadata-Version: 2.1
Name: bitbox02
Version: 6.3.0
Summary: Python library for bitbox02 communication
Home-page: https://github.com/digitalbitbox/bitbox02-firmware
Author: Shift Crypto
Author-email: support@shiftcrypto.ch
Keywords: digitalbitbox bitbox bitbox02 bitcoin litecoin ethereum erc20 u2f
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# BitBox02 python API

This repository contains two packages

* u2fhid
* bitbox02

## u2fhid

This is a small package that contains read/write primitives for u2fhid devices such as the
bitbox02.

## bitbox02

In this folder is the Python API for communicating with the BitBox02 device.

The folder `generated` contains files generated by `python-protobuf`. Regenerate with `make`.
