Release v1.0.1: Add --version flag, update documentation to full README, exclude _toDelete in .gitignore, rename program to pyhdwallet

This commit is contained in:
LC
2026-01-05 06:07:48 +00:00
parent 4d1ec957c7
commit 2124b96446
5 changed files with 215 additions and 123 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env python3
"""
hdwallet_recovery.py (Python 3.12)
pyhdwallet v1.0.1 (Python 3.11+)
Commands:
- fetchkey (online): download ASCII-armored PGP public key and print SHA256 + fingerprint
@@ -523,6 +523,7 @@ def cmd_test(args):
def build_parser() -> argparse.ArgumentParser:
parser = argparse.ArgumentParser(description="HD wallet gen/recover (offline) + fetchkey (online)")
parser.add_argument("--version", action="version", version="pyhdwallet v1.0.1")
sub = parser.add_subparsers(dest="cmd")
# fetchkey