Prices Versions Save

Python price handling for humans.

1.1.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/mirumee/prices/compare/1.1.0...1.1.1

0.5

9 years ago

0.4.2

10 years ago

This version adds a FixedDiscount price modifier. You can use it to automatically subtract a certain amount from a price.

Price(30, currency='USD') + FixedDiscount(Price(10, currency='USD'))
# Price('20', currency='USD')

We now also have automated testing using Travis and coverage reporting using Coveralls.