Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.6%) to scientific vocabulary

Keywords from Contributors

version
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: cf-natali
  • License: mit
  • Language: Python
  • Default Branch: master
  • Size: 55.7 KB
Statistics
  • Stars: 75
  • Watchers: 4
  • Forks: 18
  • Open Issues: 3
  • Releases: 0
Created over 6 years ago · Last pushed over 2 years ago
Metadata Files
Readme Changelog License

README.md

ntplib

An NTP Client for Python


PyPI Status Downloads

Description

This module offers a simple interface to query NTP servers from Python.

It also provides utility functions to translate NTP fields values to text (mode, leap indicator…). Since it’s pure Python, and only depends on core modules, it should work on any platform with a Python implementation.

Example

```

import ntplib from time import ctime c = ntplib.NTPClient() response = c.request('europe.pool.ntp.org', version=3) response.offset -0.143156766891 response.version 3 ctime(response.txtime) 'Sun May 17 09:32:48 2009' ntplib.leaptotext(response.leap) 'no warning' response.rootdelay 0.0046844482421875 ntplib.refidtotext(response.refid, response.stratum) 193.190.230.66 ```

Installation

python setup.py install

Owner

  • Login: cf-natali
  • Kind: user

GitHub Events

Total
  • Watch event: 7
  • Fork event: 1
Last Year
  • Watch event: 7
  • Fork event: 1

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 29
  • Total Committers: 7
  • Avg Commits per committer: 4.143
  • Development Distribution Score (DDS): 0.276
Past Year
  • Commits: 2
  • Committers: 1
  • Avg Commits per committer: 2.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Charles-Francois Natali c****i@g****m 21
programadorhedonista p****a@g****m 3
Michał Górny m****y@g****g 1
dforsi d****i@g****m 1
Nicholas Radonicich n****h 1
Mka Madlavana d****r 1
jnmeurisse 8****e 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 17
  • Total pull requests: 20
  • Average time to close issues: 28 days
  • Average time to close pull requests: 28 days
  • Total issue authors: 16
  • Total pull request authors: 9
  • Average comments per issue: 2.12
  • Average comments per pull request: 1.25
  • Merged pull requests: 14
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • toabctl (2)
  • ilya-yarovoy (1)
  • gjmhmm8 (1)
  • junjuzhu (1)
  • davidyang429 (1)
  • nschloe (1)
  • clacknya (1)
  • yurnov (1)
  • jnmeurisse (1)
  • beta-tester (1)
  • Lucas-dominguez (1)
  • dansebcar (1)
  • AnimusXCASH (1)
  • mahtin (1)
  • Bear-Ivan (1)
Pull Request Authors
  • cf-natali (6)
  • dopstar (4)
  • mahtin (3)
  • programadorhedonista (3)
  • mgorny (1)
  • nradonicich (1)
  • clacknya (1)
  • jnmeurisse (1)
  • dforsi (1)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 2
  • Total downloads:
    • pypi 664,576 last-month
  • Total docker downloads: 425,286,063
  • Total dependent packages: 42
    (may contain duplicates)
  • Total dependent repositories: 440
    (may contain duplicates)
  • Total versions: 3
  • Total maintainers: 2
pypi.org: ntplib

Python NTP library

  • Versions: 2
  • Dependent Packages: 41
  • Dependent Repositories: 440
  • Downloads: 664,576 Last month
  • Docker Downloads: 425,286,063
Rankings
Docker downloads count: 0.3%
Dependent packages count: 0.5%
Dependent repos count: 0.7%
Downloads: 0.7%
Average: 3.4%
Stargazers count: 8.6%
Forks count: 9.3%
Maintainers (1)
Last synced: 11 months ago
spack.io: py-ntplib

Simple interface to query NTP servers from Python.

  • Versions: 1
  • Dependent Packages: 1
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Average: 17.8%
Stargazers count: 20.9%
Forks count: 22.4%
Dependent packages count: 28.1%
Maintainers (1)
Last synced: 11 months ago