Metadata-Version: 2.4
Name: armory-lib
Version: 0.1.0
Summary: Python library and tools for recovering Armory Bitcoin Wallets
Project-URL: Homepage, https://github.com/RecRanger/armory-recovery-lib
Project-URL: Repository, https://github.com/RecRanger/armory-recovery-lib
Project-URL: Issues, https://github.com/RecRanger/armory-recovery-lib/issues
Author-email: RecRanger <RecRanger+package@proton.me>
License-File: LICENSE
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.11
Requires-Dist: base58
Requires-Dist: bitcoinlib>=0.7.6
Requires-Dist: cryptography
Requires-Dist: fire
Requires-Dist: loguru
Requires-Dist: polars>1
Requires-Dist: ripemd-hash
Requires-Dist: tqdm
Requires-Dist: used-addr-check>=0.1.9
Description-Content-Type: text/markdown

# armory-recovery-lib

Python library and tools for recovering Armory Bitcoin Wallets

## Other Requirements

```bash
sudo apt-get install libgmp3-dev
```

