Source: django-historical-currencies Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Pierre-Elliott Bécue Build-Depends: debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, python3-all, python3-django, python3-iso4217, python3-setuptools, Standards-Version: 4.7.4 Homepage: https://github.com/stefanor/django-historical-currencies Vcs-Browser: https://salsa.debian.org/python-team/packages/django-historical-currencies Vcs-Git: https://salsa.debian.org/python-team/packages/django-historical-currencies.git Rules-Requires-Root: no Package: python3-django-historical-currencies Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Description: Django currencies with historical exchange rates This is a fairly minimal Django app that renders amounts of currencies, stores historical exchange rates in the database, and performs currency conversion. . When working with any historical multi-currency data, one often needs to be able to perform exchange rate calculations with historical rates. This allows the conversion to be accurately reproduced in the future. . This package provides a django application handling these aspects.