web2ldap is a generic Web-based LDAP client which does not make any assumptions
about the tree structure or LDAP schema, kind of a swiss-army knife for
accessing/manipulating LDAP servers without having to configure anything.
It provides a schema browser which displays references/dependencies within an
LDAPv3 schema, and a customizable platform for prototyping LDAP administration
use-cases.
with tweaks from sthen@ and myself, ok sthen@
xlwt is a library for writing data and formatting information to
older Excel files (ie: .xls)
dependency of upcoming web2ldap port.
ok sthen@ (who wanted math/, but i went with textproc/ for consistency
with py-xlrd and py-odfpy)
ldap0 provides an object-oriented API to access LDAP directory servers from
Python programs. Mainly it wraps the OpenLDAP 2.x libs for that purpose.
Additionally the package contains some Python modules for:
* parsing and producing LDIF
* handling LDAP URLs
* parse and handle LDAPv3 subschema
* LDAPv3 extended operations and controls
* automatic tests with OpenLDAP server
Upstream warns that this should only be used with upstream's software,
and API stability is not guaranteed.
dependency of upcoming web2ldap port.
tweaks by me: update to 1.0.11 (released some hours ago), set NO_TEST as
tests/ subdir isnt in PyPi tarballs
ok sthen@
pgTAP is a unit testing framework for PostgreSQL written in PL/pgSQL and
PL/SQL. It includes a comprehensive collection of TAP-emitting assertion
functions, as well as the ability to integrate with other TAP-emitting test
frameworks. It can also be used in the xUnit testing style.
ok/hints afresh1@
This module adds support for executing pgTAP PostgreSQL tests under
Test::Harness and prove. This is useful for executing your Perl tests and your
PostgreSQL tests together, and analyzing their results.
ok afresh1@