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