Skip to main content

Currencies, Monetary Value Arithmetic/Conversion and Some Type Convenience

Project description

Python Library for Currencies and Monetary Values

PyPI Python Versions License Builds Issues Last Commit

TODO: Provide a complete README.

Development Notes

Enter the Nix shell:

nix-shell

Run the test suite:

python -m nox

Note: Since we are under Nix shell, nox command will attempt to use its own Python interpreter pinned during nox installation. We want our own interpreter to be used during nox checks.

Alternatively:

nix-shell --argstr python python39  --run "python -m nox"
nix-shell --argstr python python310 --run "python -m nox"
nix-shell --argstr python python311 --run "python -m nox"

Note: Python 3.9 test are not added to GitHub Actions test workflow. It takes very long to setup the Nix shell as Python 3.9 packages are no longer fetched from the cache.

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.1.0.tar.gz (42.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pypara-0.1.0-py3-none-any.whl (40.9 kB view details)

Uploaded Python 3

File details

Details for the file pypara-0.1.0.tar.gz.

File metadata

  • Download URL: pypara-0.1.0.tar.gz
  • Upload date:
  • Size: 42.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.4

File hashes

Hashes for pypara-0.1.0.tar.gz
Algorithm Hash digest
SHA256 2f833a7fdac6f33dc1ac8b70c9034a04fd83f2b5ec45eb4261bdde9abb982bb1
MD5 d89446260b0471b968208447fb5b318d
BLAKE2b-256 ffb510067a0e1f435edbb2539437342f9d5de2a89b9061464ded38efc30d530f

See more details on using hashes here.

File details

Details for the file pypara-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: pypara-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 40.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.4

File hashes

Hashes for pypara-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 4ab82bddf8a6cb137bbb127bfed6f57a7d61b023565e2aafc74bb1bbe4d85a37
MD5 30a3281ce4f38a1a1e157be7e193447e
BLAKE2b-256 2d25fcc7c78005a1a9b4a6325f94d0c1cebb6646cfeaa061cbb875fc3a32415a

See more details on using hashes here.

Supported by

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