xref: /netbsd-src/external/bsd/unbound/dist/libunbound/python/doc/examples/index.rst (revision 181254a7b1bdde6873432bffef2d2decc4b5c22f)
1Examples
2========
3
4Here you can find several examples which utilizes the unbound library in Python
5environment. Unbound is a caching validator and resolver and can be linked into
6an application, as a library where can answer DNS queries for the application.
7This set of examples shows how to use the functions from Python environment.
8
9Tutorials
10---------
11
12.. toctree::
13    :maxdepth: 1
14    :glob:
15
16    example*
17