Skip to main content

Currencies, Monetary Value Arithmetic/Conversion and Some Type Convenience

Project description

Currencies, Monetary Value Objects, Arithmetic and Conversion

TODO: Provide a complete README.

Development Notes

Enter the Nix shell:

nix-shell

Run the test suite:

tox

Alternatively:

nix-shell --argstr python python310 --run tox
nix-shell --argstr python python311 --run tox

Publishing

Building a package and uploading it to PyPI is handled by the GitHub Action upon successful GitHub Release (using Release Please Action).

However, in the event of emergency, you can still manually build a package and upload it to PyPI:

rm -Rf dist/
python -m build
twine check dist/*
twine upload -s dist/*

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pypara-0.0.27.tar.gz (40.1 kB view hashes)

Uploaded Source

Built Distribution

pypara-0.0.27-py3-none-any.whl (39.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page