Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 20, 2020 09:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/a73f0d3b7cbfd34270a6fec3e9259569 to your computer and use it in GitHub Desktop.
Save r-ryantm/a73f0d3b7cbfd34270a6fec3e9259569 to your computer and use it in GitHub Desktop.
/nix/store/sffxj9irdg9nsr4bavahmirr3wgpcbw8-python3.7-bip_utils-1.6.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── bip_utils
│   │   ├── addr
│   │   │   ├── atom_addr.py
│   │   │   ├── eth_addr.py
│   │   │   ├── __init__.py
│   │   │   ├── P2PKH_addr.py
│   │   │   ├── P2SH_addr.py
│   │   │   ├── P2WPKH_addr.py
│   │   │   ├── __pycache__
│   │   │   │   ├── atom_addr.cpython-37.pyc
│   │   │   │   ├── eth_addr.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── P2PKH_addr.cpython-37.pyc
│   │   │   │   ├── P2SH_addr.cpython-37.pyc
│   │   │   │   ├── P2WPKH_addr.cpython-37.pyc
│   │   │   │   ├── trx_addr.cpython-37.pyc
│   │   │   │   └── xrp_addr.cpython-37.pyc
│   │   │   ├── trx_addr.py
│   │   │   └── xrp_addr.py
│   │   ├── base58
│   │   │   ├── base58_ex.py
│   │   │   ├── base58.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   ├── base58.cpython-37.pyc
│   │   │   ├── base58_ex.cpython-37.pyc
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── bech32
│   │   │   ├── atom_bech32_ex.py
│   │   │   ├── atom_bech32.py
│   │   │   ├── bch_bech32_ex.py
│   │   │   ├── bch_bech32.py
│   │   │   ├── bech32_base_ex.py
│   │   │   ├── bech32_base.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── atom_bech32.cpython-37.pyc
│   │   │   │   ├── atom_bech32_ex.cpython-37.pyc
│   │   │   │   ├── bch_bech32.cpython-37.pyc
│   │   │   │   ├── bch_bech32_ex.cpython-37.pyc
│   │   │   │   ├── bech32_base.cpython-37.pyc
│   │   │   │   ├── bech32_base_ex.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── segwit_bech32.cpython-37.pyc
│   │   │   │   └── segwit_bech32_ex.cpython-37.pyc
│   │   │   ├── segwit_bech32_ex.py
│   │   │   └── segwit_bech32.py
│   │   ├── bip
│   │   │   ├── bip32_ex.py
│   │   │   ├── bip32_key_ser.py
│   │   │   ├── bip32_path.py
│   │   │   ├── bip32.py
│   │   │   ├── bip32_utils.py
│   │   │   ├── bip39_ex.py
│   │   │   ├── bip39.py
│   │   │   ├── bip39_wordslist_en.txt
│   │   │   ├── bip44_base_ex.py
│   │   │   ├── bip44_base.py
│   │   │   ├── bip44.py
│   │   │   ├── bip49.py
│   │   │   ├── bip84.py
│   │   │   ├── bip_keys.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   ├── bip32.cpython-37.pyc
│   │   │   ├── bip32_ex.cpython-37.pyc
│   │   │   ├── bip32_key_ser.cpython-37.pyc
│   │   │   ├── bip32_path.cpython-37.pyc
│   │   │   ├── bip32_utils.cpython-37.pyc
│   │   │   ├── bip39.cpython-37.pyc
│   │   │   ├── bip39_ex.cpython-37.pyc
│   │   │   ├── bip44_base.cpython-37.pyc
│   │   │   ├── bip44_base_ex.cpython-37.pyc
│   │   │   ├── bip44.cpython-37.pyc
│   │   │   ├── bip49.cpython-37.pyc
│   │   │   ├── bip84.cpython-37.pyc
│   │   │   ├── bip_keys.cpython-37.pyc
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── conf
│   │   │   ├── bip44_coins.py
│   │   │   ├── bip49_coins.py
│   │   │   ├── bip84_coins.py
│   │   │   ├── bip_coin_base.py
│   │   │   ├── bip_coin_conf_helper.py
│   │   │   ├── bip_coin_conf.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   ├── bip44_coins.cpython-37.pyc
│   │   │   ├── bip49_coins.cpython-37.pyc
│   │   │   ├── bip84_coins.cpython-37.pyc
│   │   │   ├── bip_coin_base.cpython-37.pyc
│   │   │   ├── bip_coin_conf.cpython-37.pyc
│   │   │   ├── bip_coin_conf_helper.cpython-37.pyc
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── _version.cpython-37.pyc
│   │   ├── utils
│   │   │   ├── algo.py
│   │   │   ├── conversion.py
│   │   │   ├── crypto.py
│   │   │   ├── __init__.py
│   │   │   ├── key.py
│   │   │   └── __pycache__
│   │   │   ├── algo.cpython-37.pyc
│   │   │   ├── conversion.cpython-37.pyc
│   │   │   ├── crypto.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── key.cpython-37.pyc
│   │   ├── _version.py
│   │   └── wif
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── wif.cpython-37.pyc
│   │   └── wif.py
│   └── bip_utils-1.6.0.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
21 directories, 110 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment