python-mnemonic 0.19-3 source package in Ubuntu

Changelog

python-mnemonic (0.19-3) unstable; urgency=medium

  * Team upload.
  * Remove retired uploader.
  * Update standards version to 4.6.1, no changes needed.

 -- Bastian Germann <email address hidden>  Thu, 13 Jul 2023 15:59:31 +0200

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-mnemonic_0.19-3.dsc 1.9 KiB a4e6abf71f3d3efe1d6a6623abf6fad1a69af657ed09b43ce828aa85f9587e91
python-mnemonic_0.19.orig.tar.gz 60.1 KiB 4e37eb02b2cbd56a0079cabe58a6da93e60e3e4d6e757a586d9f23d96abea931
python-mnemonic_0.19-3.debian.tar.xz 2.7 KiB 89f785d59682bf396050a14fa294b8e1b1da3c3ba306e63867f05b245d553974

Available diffs

No changes file available.

Binary packages built by this source

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.