Skip to main content

Retrieve the NTP pool score for a server

Project description

ntp_pool_score

ntp_pool_score is an interface for retrieving a server's NTP pool score via ntppool.org. You can import it or call it directly on the command line. It requires a Python version of at least 3.8.0.

Examples

import ntp_pool_score

score = ntp_pool_score.get_server_ntp_pool_score("127.0.0.1")

print(score)
# 20
python -m ntp_pool_score 127.0.0.1
# 20

Installation

The easiest way to install ntp_pool_score is via pip.

pip install ntp_pool_score

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ntp_pool_score-0.1-6.tar.gz (2.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page