This is a backend module for python-anyconfig to support to load and parse fortios' "show *configuration" outputs.
- Author: Satoru SATOH <satoru.satoh@gmail.com>
- License: MIT
SEE ALSO:
- python-anyconfig: https://pypi.python.org/pypi/anyconfig
- Fortinet: https://www.fortinet.com/
If you're Fedora or Red Hat Enterprise Linux user, try:
$ python setup.py srpm && mock dist/<package>-<ver_dist>.src.rpm
or:
$ python setup.py rpm
and install built RPMs.
Otherwise, try usual ways to build and/or install python modules such like 'python setup.py bdist', etc.