xref: /netbsd-src/external/bsd/unbound/dist/libunbound/python/doc/examples/index.rst (revision 0cd9f4ecf44538bbdd5619b5b2081449960ab3e6)
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