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