aboutsummaryrefslogtreecommitdiff
path: root/README
blob: 880b3fcea4548136e78e48dd8a7b5a4b77f25d6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
taler-util
==========

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

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:

1. a small GNU guidelines following wrapper around python's pip
2. python's default build-facility used via setup

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.