Metadata-Version: 2.1
Name: strledger
Version: 0.1.1
Summary: Sign Stellar Transaction with Ledger on the command line.
Home-page: https://github.com/overcat/strledger
License: MIT
Keywords: stellar,ledger
Author: overcat
Author-email: 4catcode@gmail.com
Requires-Python: >=3.6.2,<4.0.0
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Typing :: Typed
Requires-Dist: click (>=8.0.1,<9.0.0)
Requires-Dist: construct (==2.10.61)
Requires-Dist: ledgerwallet (>=0.1.2,<0.2.0)
Requires-Dist: stellar-sdk (>=4.1.0,<5.0.0)
Project-URL: Bug Tracker, https://github.com/overcat/strledger/issues
Project-URL: Documentation, https://github.com/overcat/strledger
Project-URL: Repository, https://github.com/overcat/strledger
Description-Content-Type: text/markdown

# strledger - Sign Stellar Transaction with Ledger on the command line.

## Installation
```shell
pip install -U strledger
```

## Usage
```text
Usage: strledger [OPTIONS] COMMAND [ARGS]...

  Stellar Ledger commands.

  This project is built on the basis of ledgerctl, you can check ledgerctl for more features.

Options:
  -v, --verbose  Display exchanged APDU.
  --help         Show this message and exit.

Commands:
  app-config   Get Stellar app config.
  get-address  Get Stellar public address.
  sign-tx      Sign a base64-encoded transaction envelope.
  version      Get version info.
```
