File: control

package info (click to toggle)
ntplib 0.3.3-1
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 84 kB
  • ctags: 52
  • sloc: python: 328; makefile: 3
file content (34 lines) | stat: -rw-r--r-- 1,231 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: ntplib
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Tim Retout <diocles@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9), dh-python, python-all (>= 2.6.6-3~),
 python-setuptools, python3-all, python3-setuptools
Standards-Version: 3.9.8
Homepage: https://pypi.python.org/pypi/ntplib/
Testsuite: autopkgtest-pkg-python
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2

Package: python-ntplib
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: Python NTP library (Python 2.x)
 This module offers a simple interface to query NTP servers from Python.
 .
 It also provides utility functions to translate NTP fields values to
 text. It is pure Python, and only depends on core modules.
 .
 This package contains the Python 2.x module.

Package: python3-ntplib
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Python NTP library (Python 3.x)
 This module offers a simple interface to query NTP servers from Python.
 .
 It also provides utility functions to translate NTP fields values to
 text. It is pure Python, and only depends on core modules.
 .
 This package contains the Python 3.x module.