File: control

package info (click to toggle)
pyfg 0.47-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 140 kB
  • ctags: 55
  • sloc: python: 420; makefile: 3
file content (26 lines) | stat: -rw-r--r-- 1,038 bytes parent folder | download
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
Source: pyfg
Section: python
Priority: optional
Maintainer: Vincent Bernat <bernat@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 9), dh-python,
               python-all,
               python-paramiko,
               python-setuptools,
               python-pip,
Standards-Version: 3.9.8
Homepage: https://github.com/spotify/pyfg
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pyfg.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pyfg.git

Package: python-pyfg
Architecture: all
Depends: ${misc:Depends}, ${python:Depends},
Recommends: ${python:Recommends}
Suggests: ${python:Suggests}
XB-Python-Egg-Name: pyfg
Description: Python API for Fortinet's Fortigate firewalls
 This package provides a Python API to connect to FortiGate network
 firewalls from Fortinet. It can retrieve several information,
 including interfaces and inventory. It can also modify the
 current configuration and execute arbitrary commands.