python-mnemonic 0.18-1 source package in Ubuntu

Changelog

python-mnemonic (0.18-1) unstable; urgency=medium

  * New upstream release.
  * Build Python package.
  * Switch to pybuild.
  * Raise debhelper compat level to 9.
  * Bump Standards-Version to 4.1.2 (no changes).

 -- Tristan Seligmann <email address hidden>  Mon, 11 Dec 2017 11:05:07 +0200

Upload details

Uploaded by:
Richard Ulrich
Uploaded to:
Sid
Original maintainer:
Richard Ulrich
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-mnemonic_0.18-1.dsc 1.9 KiB abc5ea7fe9c7ce29ec9ffbfd08229526545c839cc26579e618cdad497bfc2984
python-mnemonic_0.18.orig.tar.gz 21.4 KiB 02a7306a792370f4a0c106c2cf1ce5a0c84b9dbd7e71c6792fdb9ad88a727f1d
python-mnemonic_0.18-1.debian.tar.xz 2.4 KiB b1a3f70b217ead078468a537e238c4cc42aa2e62a95198c8933c8f3753227742

Available diffs

No changes file available.

Binary packages built by this source

python-mnemonic: No summary available for python-mnemonic in ubuntu focal.

No description available for python-mnemonic in ubuntu focal.

python3-mnemonic: Implementation of Bitcoin BIP-0039 (Python 3)

 This BIP describes the implementation of a mnemonic code or mnemonic sentence.
 A group of easy to remember words for the generation of deterministic wallets.
 .
 It consists of two parts: generating the mnenomic, and converting it into a
 binary seed. This seed can be later used to generate deterministic wallets
 using BIP-0032 or similar methods.
 .
 ==BIP paper==
 See https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki for
 full specification.
 .
 This package contains the Python 3 version.