Metadata-Version: 2.1
Name: lib389
Version: 1.4.0.1
Summary: A library for accessing and configuring the 389 Directory Server
Home-page: http://www.port389.org/docs/389ds/FAQ/upstream-test-framework.html
Author: Red Hat Inc., and William Brown
Author-email: 389-devel@lists.fedoraproject.org
License: GPLv3+
Keywords: 389 directory server test configure
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing
License-File: LICENSE

Lib389
======

This repository contains tools and libraries for testing 389 Directory Server.

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 lib389 system (Requires an installation of 389-ds-base)

    sudo make test



