File: control

package info (click to toggle)
ipy 1%3A0.83-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 256 kB
  • ctags: 257
  • sloc: python: 1,773; makefile: 57
file content (34 lines) | stat: -rw-r--r-- 1,448 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
27
28
29
30
31
32
33
34
Source: ipy
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Bernd Zeimetz <bzed@debian.org>, 
           Morten Werner Forsbring <werner@debian.org>
Build-Depends: debhelper (>= 9), 
               python-all (>= 2.6.5-2~), 
               python3-all
Build-Depends-Indep: python-docutils
X-Python-Version: >= 2.5
Standards-Version: 3.9.6
Homepage: https://github.com/haypo/python-ipy/
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/ipy/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/ipy/trunk/

Package: python-ipy
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Description: Python module for handling IPv4 and IPv6 addresses and networks
 IPy is a Python module for handling IPv4 and IPv6 addresses and
 networks in a fashion similar to perl's Net::IP and friends. The IP
 class allows a comfortable parsing and handling for most notations in
 use for IPv4 and IPv6 addresses and networks.

Package: python3-ipy
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: Python3 module for handling IPv4 and IPv6 addresses and networks
 IPy is a Python3 module for handling IPv4 and IPv6 addresses and
 networks in a fashion similar to perl's Net::IP and friends. The IP
 class allows a comfortable parsing and handling for most notations in
 use for IPv4 and IPv6 addresses and networks.