Skip to main content

No project description provided

Project description

Gufo Labs Ping

Gufo Ping is the accelerated Python asyncio IPv4/IPv6 ping implementation.

PyPi version Python Versions License Build Sponsors


Documentation: https://docs.gufolabs.com/gufo_ping/

Source Code: https://github.com/gufolabs/gufo_ping/


Gufo Ping is the Python asyncio library for IPv4/IPv6 ping probing. It consists of a clean Python API for high-efficient raw sockets manipulation, implemented in the Rust language with PyO3 wrapper.

Pinging host is the simple task:

ping = Ping()
rtt = await ping.ping("127.0.0.1")

Sending the series of probes is simple too:

ping = Ping()
async for rtt in ping.iter_rtt("127.0.0.1", count=5):
    print(rtt)

Gufo Ping is really fast, allowing to probe 100 000+ hosts at once.

Virtues

  • Clean async API.
  • IPv4/IPv6 support.
  • High-performance.
  • Full Python typing support.
  • Editor completion.
  • Well-tested, battle-proven code.

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

gufo_ping-0.2.3.tar.gz (14.2 kB view hashes)

Uploaded Source

Built Distributions

gufo_ping-0.2.3-cp311-cp311-manylinux_2_24_x86_64.whl (307.7 kB view hashes)

Uploaded CPython 3.11 manylinux: glibc 2.24+ x86-64

gufo_ping-0.2.3-cp311-cp311-macosx_10_9_x86_64.whl (266.5 kB view hashes)

Uploaded CPython 3.11 macOS 10.9+ x86-64

gufo_ping-0.2.3-cp310-cp310-musllinux_1_1_x86_64.whl (339.8 kB view hashes)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

gufo_ping-0.2.3-cp310-cp310-manylinux_2_24_x86_64.whl (307.7 kB view hashes)

Uploaded CPython 3.10 manylinux: glibc 2.24+ x86-64

gufo_ping-0.2.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (307.8 kB view hashes)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

gufo_ping-0.2.3-cp310-cp310-macosx_10_9_x86_64.whl (266.5 kB view hashes)

Uploaded CPython 3.10 macOS 10.9+ x86-64

gufo_ping-0.2.3-cp39-cp39-musllinux_1_1_x86_64.whl (340.1 kB view hashes)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

gufo_ping-0.2.3-cp39-cp39-manylinux_2_24_x86_64.whl (308.2 kB view hashes)

Uploaded CPython 3.9 manylinux: glibc 2.24+ x86-64

gufo_ping-0.2.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (308.1 kB view hashes)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

gufo_ping-0.2.3-cp39-cp39-macosx_10_9_x86_64.whl (266.8 kB view hashes)

Uploaded CPython 3.9 macOS 10.9+ x86-64

gufo_ping-0.2.3-cp38-cp38-musllinux_1_1_x86_64.whl (339.3 kB view hashes)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

gufo_ping-0.2.3-cp38-cp38-manylinux_2_24_x86_64.whl (307.4 kB view hashes)

Uploaded CPython 3.8 manylinux: glibc 2.24+ x86-64

gufo_ping-0.2.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (307.4 kB view hashes)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

gufo_ping-0.2.3-cp38-cp38-macosx_10_9_x86_64.whl (266.5 kB view hashes)

Uploaded CPython 3.8 macOS 10.9+ x86-64

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