1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
==============
API reference
==============
While *Snimpy* is targeted at being used interactively or through
simple scripts, you can also use it from your Python program. It
provides a high-level interface as well as lower-level ones.
:mod:`manager` module
----------------------
.. automodule:: snimpy.manager
:members: Manager, load
:mod:`mib` module
------------------
.. automodule:: snimpy.mib
:members:
:mod:`snmp` module
-------------------
.. automodule:: snimpy.snmp
:members:
:mod:`basictypes` module
-------------------------
.. automodule:: snimpy.basictypes
:members:
|