README
This repository contains the 389 DS server rest framework and administration
tool.

It can be used in place, or it can be built and installed with the provided
Makefile.

To compile the python code:

    make build

To install the python code:

    sudo make install

To build an rpm or srpm

    make [s]rpm

To test the rest system (Requires an installation of 389-ds-base)

    make test