1Unbound scriptable interface
2=======================================
3
4Python module for **Unbound** provides easy-to-use flexible solution,
5for scripting query events and much more!
6
7Along with extensible **SWIG** interface, it turns **Unbound** into dynamic *DNS* service
8designed for rapid development of *DNS* based applications, like detailed *(per query/domain)* statistics,
9monitoring with anything Python can offer *(database backend, http server)*.
10
11**Key features**
12   * Rapid dynamic DNS-based application development in **Python**
13   * Extensible interface with **SWIG**
14   * Easy to use debugging and analysis tool
15   * Capable to produce authoritative answers
16   * Support for logging or doing detailed statistics
17   * Allows to manipulate with content of cache memory
18
19Contents
20--------
21.. toctree::
22   :maxdepth: 2
23
24   install
25   examples/index
26   usecase
27   modules/index
28
29Indices and tables
30-------------------
31
32* :ref:`genindex`
33* :ref:`search`
34
35