dj-txmoney

Adds support for working with money, currencies and rates.


Keywords
dj-txmoney, txmoney, money, currency, finance, django, package, python
License
BSD-3-Clause
Install
pip install dj-txmoney==0.6.0

Documentation

dj-txmoney

https://badge.fury.io/py/dj-txmoney.png https://travis-ci.org/txerpa/dj-txmoney.png?branch=master

Package for working with money and currencies with automatic rate updates.

Documentation

The full documentation is at https://dj-txmoney.readthedocs.org.

Quickstart

Install dj-txmoney:

pip install dj-txmoney

Then use it in a project:

import txmoney

Features

  • TODO

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ python runtests.py

Credits