
             libasyncns-python, python bindings for libasyncns

License:

  LGPL 2.1+, see the LICENSE file for more information.

Dependencies:

  To build the module, you need :
   - libasyncns, with its development files (e.g. libasyncns-dev)
   - python with its development files (e.g. python-dev)
   - a working compiler

Compilation and installation:

  The easiest way to build and install is to use distutils:
  Use "python setup.py build" to build the module and "python setup.py install"
  to install it.

  If you want to develop the module itself, you may use make, the Makefile
  features a better dependency tracking than distutils. You'll need pkg-config
  too.
  In this case, just type "make" (or "gmake" on a BSD system) and it will build
  the module.
  "make install" is provided as a helper (e.g. to test the module during
  development), but is not the official way to install the module.

Documentation:

  The API is available through pydoc, run "pydoc libasyncns" to view it, and
  "make doc" to create the html documentation in the doc/ folder.

Contacts:

  The project's page is located at https://launchpad.net/libasyncns-python .
  The author's email is <damien dot thebault at gmail dot com>.

