]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - contrib/unbound/libunbound/python/doc/examples/index.rst
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / contrib / unbound / libunbound / python / doc / examples / index.rst
1 Examples
2 ==============================
3
4 Here you can find several examples which utilizes the unbound library in Python environment. 
5 Unbound is a caching validator and resolver and can be linked into an application, as a library where can answer DNS queries for the application. 
6 This set of examples shows how to use the functions from Python environment.
7
8 `Tutorials`
9
10 .. toctree::
11         :maxdepth: 1
12         :glob:
13
14         example*