anyconfig-fortios-backend

Backend module for python-anyconfig to load fortios' "show configuration outputs"


License
MIT
Install
pip install anyconfig-fortios-backend==0.3.0

Documentation

python-anyconfig-fortios-backend

[Latest Version] [Python versions] MIT License [Github Actions: Test status]

This is a backend module for python-anyconfig to support to load and parse fortios' "show *configuration" outputs.

SEE ALSO:

Build & Install

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.