Skip to main content

Find servers ping and sort it.

Project description

# Pinger

*Pinger* based on asyncio library.

*Pinger* find servers pings and show it in reversed order (first with worst
ping, last with best ping).

## Instalation

```bash

pip install asyncio_pinger

```

## Usage

Create file like this:

```txt

Argentina, Buenos Aires (PPTP/L2TP): bn-ar.boxpnservers.com
Argentina, Buenos Aires (SSTP): sstp-bn-ar.boxpnservers.com

...

```

Run Python

```python

from asyncio_pinger import Pinger

p = Pinger(path_to_file)
p.run()
p.print_results()

```

Project details


Download files

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

Source Distribution

asyncio-pinger-0.0.2.tar.gz (2.4 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