summaryrefslogtreecommitdiff
path: root/README
blob: 56cddf410099b268dc8a773e6634140af2456ea8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
taler-util
==========

util code for the GNU Taler project.

License
-------

Python modules contained in this package are licensed LGPL 3 (or later).

tests
-----
To run the unittests, execute

   python3.7 setup.py test

Installation
------------

You can use standard python tools to handle the setup,
or use the Makefile and GNU standards wrapper around them.