Metadata-Version: 2.2
Name: ledgered
Version: 0.7.2.dev10
Summary: Python tools, utils, libraries, to be used with Ledger cryptodevices
Author-email: Ledger <hello@ledger.fr>
License: MIT License
        
        Copyright (c) 2023 Ledger
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Home, https://github.com/LedgerHQ/ledgered
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Typing :: Typed
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: toml
Requires-Dist: pyelftools
Requires-Dist: pygithub
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"

# Ledgered

[![codecov](https://codecov.io/gh/LedgerHQ/ledgered/graph/badge.svg?token=0mwgQwrusz)](https://codecov.io/gh/LedgerHQ/ledgered)
[![CodeQL](https://github.com/LedgerHQ/ledgered/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/LedgerHQ/ledgered/actions/workflows/codeql-analysis.yml)

This repository aims at regrouping three other somehow similar yet different repositories / libraries:

- [LedgerComm](https://github.com/LedgerHQ/ledgercomm)
- [Ledgerblue](https://github.com/LedgerHQ/blue-loader-python) and
- [Ledgerctl](https://github.com/LedgerHQ/ledgerctl) (also found as LedgerWallet)


It will also contain libraries, utilitaries and other snippets useful when interfacing with Ledger
devices (NanoS, S+, X and Stax).

## Library sections

- [`ledger.manifest` ](doc/manifest.md)
