Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updates fork #4

Open
wants to merge 166 commits into
base: master
Choose a base branch
from
Open

updates fork #4

wants to merge 166 commits into from

Conversation

novalic
Copy link

@novalic novalic commented Aug 15, 2022

No description provided.

spookylukey and others added 30 commits May 8, 2017 11:57
CZK currency uses suffix, not prefix.
If current locale has no sign definition for a currency, fall back to
using the DEFAULT locale to try to get the sign definition.
Tests were failing due to `pl_PL` now reverting to `DEFAULT` due to not
having a sign definition set for USD.
Fixes Travis-CI failing on testing py2.6, 3.2, 3.3, pypy.
Also adds testing for py3.6.
Fix Travis failing on tests, and add 3.6 testing.
Fix space placement in sv_SE prefix for SEK
Add python 2 division info at README.md
Use default locale to get sign if none set for current locale
Add en_GB notation for € amounts
Adds support for calling ``money.round()`` on Money instances.

The implementation uses Decimal.quantize under the hood to
ensure stable selection of rounding mode, and allows
the user to select their preferred mode by wrapping the call
in a decimal context suiting their needs.
Add Money.round([ndigits]) method
Remove the duplicated "San Marino"
sondrelg and others added 30 commits January 3, 2022 23:59
Ordered by most likely to fail, code-changing hooks first, and most importantly: putting "check-manifest" last, since that takes ~10 seconds to run.
- Adds new currencies VED and SLE.
- Bump pre-commit hooks to fix black which was failing with this issue:
  psf/black#2964
The current example throws `NameError: name 'USD' is not defined`, looks like it needs quotes.
Update to use latest versions of GH actions, including setup-python which now supports pip caching out of the box.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.