xref: /netbsd-src/external/bsd/unbound/dist/libunbound/python/doc/examples/index.rst (revision d909946ca08dceb44d7d0f22ec9488679695d976)
1Examples
2==============================
3
4Here you can find several examples which utilizes the unbound library in Python environment.
5Unbound is a caching validator and resolver and can be linked into an application, as a library where can answer DNS queries for the application.
6This 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*
15