py-moneyed 0.6.0-1 source package in Ubuntu

Changelog

py-moneyed (0.6.0-1) unstable; urgency=medium

  * New upstream release.
  * Update debian/watch to use pypi.debian.net
  * Bump Standards-Version to 3.9.8 (no changes needed)
  * Update Vcs URLs to use https

 -- Benjamin Drung <email address hidden>  Fri, 23 Dec 2016 10:53:27 +0100

Upload details

Uploaded by:
Benjamin Drung
Uploaded to:
Sid
Original maintainer:
Benjamin Drung
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
py-moneyed_0.6.0-1.dsc 2.0 KiB b27cadb16b7010cf1044e383f437403eb7e09d74b66bb27b5aaf9703d65cfa2b
py-moneyed_0.6.0.orig.tar.gz 17.4 KiB 3d59ace3c4fb59d2d55d710684ac37cf422eba25aed02d6de7eb7926afc0db3c
py-moneyed_0.6.0-1.debian.tar.xz 2.3 KiB d4d12b4b46427c80767a40c823efe9d574c520c6c1b0fac4632bbe9839418322

Available diffs

No changes file available.

Binary packages built by this source

python-moneyed: Currency and Money classes for use in Python 2 code

 The need to represent instances of money frequently arises in software
 development, particularly any financial/economics software. To address that
 need, this package provides the classes of Money and Currency, at a level more
 useful than just using Python's Decimal class, or even the float primitive.
 The package is meant to be stand-alone and easy to either use directly, or
 subclass further.
 .
 This is the Python 2 version of the package.

python3-moneyed: Currency and Money classes for use in Python 3 code

 The need to represent instances of money frequently arises in software
 development, particularly any financial/economics software. To address that
 need, this package provides the classes of Money and Currency, at a level more
 useful than just using Python's Decimal class, or even the float primitive.
 The package is meant to be stand-alone and easy to either use directly, or
 subclass further.
 .
 This is the Python 3 version of the package.