Util library for GNU Taler
Project description
taler-util contains util code for the GNU Taler project, specifically it contains python code for:
amount representation
logging
configuration parsing
tests
To run the unittests, execute
tox
or
make check
Taler Error Codes
Error codes are defined in taler/util/errorcodes.py.
To generate the C header, run
python3 taler/util/gen_errcodes_c.py
Installation
The wheel release can be installed as-is from pypi.org as it includes only what is necessary.
The source distribution tarball (sdist) includes two build-systems:
a small GNU guidelines following wrapper around python’s pip
python’s default build-facility used via setup
How to upload to pypi.org
From top-level directory:
$ make dist
Install Twine, if it’s not installed yet:
$ pip3 install twine
Upload the files to PyPI (interactively providing the credentials):
$ twine upload dist/*
License
Python modules contained in this package are licensed LGPL 3 (or later).
This does not cover code contained in build-system/taler-build-scripts, which is included in the source distribution of this software. taler-build-scripts is (mostly) 0BSD / public-domain software.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for taler_util-0.8.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b00105961024ce73f3142aaa6379e17251815ce7bc4b3a472d91efd9089a5003 |
|
MD5 | 658dc589afed6f67da1c7bd0990aab59 |
|
BLAKE2b-256 | 9b557e4a89b73246abd647815d4bed9c08fab056bebc3e9cfabcbfecbcbfe16a |