File: control

package info (click to toggle)
ntplib 0.3.1-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 108 kB
  • ctags: 52
  • sloc: python: 304; makefile: 3
file content (18 lines) | stat: -rw-r--r-- 664 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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 (>= 8), dh-python, python-all (>= 2.6.6-3~),
 python-setuptools
Standards-Version: 3.9.4
Homepage: https://pypi.python.org/pypi/ntplib/

Package: python-ntplib
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: Python NTP library
 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.