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
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
Metadata Files
README.md
ntplib
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
- Repositories: 2
- Profile: https://github.com/cf-natali
GitHub Events
Total
- Watch event: 7
- Fork event: 1
Last Year
- Watch event: 7
- Fork event: 1
Committers
Last synced: over 2 years ago
Top Committers
| Name | 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
- Homepage: https://github.com/cf-natali/ntplib
- Documentation: https://ntplib.readthedocs.io/
- License: MIT
-
Latest release: 0.4.0
published about 5 years ago
Rankings
Maintainers (1)
spack.io: py-ntplib
Simple interface to query NTP servers from Python.
- Homepage: https://github.com/cf-natali/ntplib
- License: []
-
Latest release: 0.4.0
published over 4 years ago