Name : python-module-moneyed Relocations: (not relocatable) Version : 0.6.0 Vendor: ALT Linux Team Release : alt1 Build Date: Thu Jan 12 05:14:19 2017 Install date: (not installed) Build Host: igor.hasher.altlinux.org Group : Development/Python Source RPM: (none) Size : 22138 License: BSD Packager : Eugeny A. Rostovtsev (REAL) URL : https://pypi.python.org/pypi/py-moneyed/ Summary : Provides Currency and Money classes for use in your Python code Description : The need to represent instances of money frequently arises in software development, particularly any financial/economics software. To address that need, the py-moneyed package provides the classes of Money and Currency, at a level more useful than just using Python's Decimal class, or ($DEITY forbid) the float primitive. The package is meant to be stand-alone and easy to either use directly, or subclass further.