Pybtc

From Bitcoin Wiki
Revision as of 18:32, 4 July 2018 by Bitaps (talk | contribs) (Python library for Bitcoin)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Python library for Bitcoin

Key Features:

  • Supports addresses types PUBKEY, P2PKH, P2SH, P2SH-PWPKH, P2WPKH, P2WSH.
  • Supports BIP32(Hierarchical Deterministic Wallets), BIP39(Mnemonic code generation)
  • Supports BIP141(Segregated Witness)
  • Transaction constructor
  • Mining pool basic primitives


This software is Open Source.

Documentation

Documentation can be found here, or in the source archive. It is built using Sphinx:

https://pybtc.readthedocs.io

Git

Source code can be found here: https://github.com/bitaps-com/pybtc

PIP

The library can also be found in the Python package repository

https://pypi.org/project/pybtc

This means that it can be installed using pip install pybtc.

Project status

According to the PyPI page, pybtc is not actively maintained. The page suggests using github instead, which offers far more features.