Metadata-Version: 2.0
Name: bitbox02
Version: 2.0.2
Summary: Python library for bitbox02 communication
Home-page: https://github.com/digitalbitbox/bitbox02-firmware
Author: Shift Cryptosecurity
Author-email: support@shiftcrypto.ch
License: UNKNOWN
Keywords: digitalbitbox bitbox bitbox02 bitcoin litecoin ethereum erc20 u2f
Platform: UNKNOWN
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
Requires-Dist: hidapi (>=0.7.99.post21)
Requires-Dist: noiseprotocol (>=0.3)
Requires-Dist: protobuf (>=3.7)
Requires-Dist: ecdsa (>=0.13)
Requires-Dist: semver (>=2.8.1)
Requires-Dist: typing (>=3.7.4)
Requires-Dist: typing-extensions (>=3.7.4)
Requires-Dist: base58 (>=2.0.0)

# 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`.


