Metadata-Version: 2.1
Name: ledger_app_clients.ethereum
Version: 0.4.1.dev265
Summary: Ledger Ethereum Python client
Author-email: Ledger <hello@ledger.fr>
Project-URL: Home, https://github.com/LedgerHQ/app-ethereum
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS :: MacOS X
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: ragger[speculos]
Requires-Dist: web3~=6.0

# Python client for the Ledger Ethereum application

This package allows to communicate with the Ledger Ethereum application, either on a
real device, or emulated on Speculos.

## Installation from pypi.org

You can install the client from `pypi.org`:

  ```bash
  pip install ledger_app_clients.ethereum
  ```

## Installation from sources

You can also install the client from this repo:

```bash
pip install .
```
