Library of common python code for Intra2net License: GPLv2 + Linking Exception Target: python3.3+ To run unittests: ./run_unitests.sh API documentation: see doc/about_docu.rst To create a source tar.gz and spec file, run ./make_dist.sh That will try to build distributions for python 3.3 and 3.6 and will fail if these are not installed on the build machine. To build for a different version set, call ./make_dist.sh VER1 VER2 make_dist uses python distutils with info in setup.py. The result will be in ./dist.