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

Create a virtual environment:

python3.8 -m venv /opt/venvs/pypara3.8

Activate the virtual environment:

source /opt/venvs/pypara3.8/bin/activate

Upgrade base dependencies:

pip install --upgrade pip setuptools

Install production and development dependencies:

pip install -e . -r dev-requirements.txt

Make sure that tox completes successfully:

tox

Publishing

To build a package and upload to PyPI:

pip install --upgrade twine
python setup.py sdist bdist_wheel
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.25.tar.gz (38.5 kB view hashes)

Uploaded Source

Built Distribution

pypara-0.0.25-py38.py39-none-any.whl (45.6 kB view hashes)

Uploaded Python 3.8 Python 3.9

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