gufo-ping

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

https://github.com/gufolabs/gufo_ping

Science Score: 44.0%

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

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.5%) to scientific vocabulary

Keywords

async gufo networking ping pypi python rust typed
Last synced: 6 months ago · JSON representation ·

Repository

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

Basic Info
Statistics
  • Stars: 10
  • Watchers: 1
  • Forks: 0
  • Open Issues: 3
  • Releases: 12
Topics
async gufo networking ping pypi python rust typed
Created almost 4 years ago · Last pushed 6 months ago
Metadata Files
Readme Changelog Contributing Funding License Code of conduct Citation Codeowners Security

README.md

Gufo Ping

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

PyPi version Downloads Python Versions License Build Sponsors Ruff


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:

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

Sending the series of probes is simple too:

py 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.
  • Built with security in mind.
  • Full Python typing support.
  • Editor completion.
  • Well-tested, battle-proven code.

On Gufo Stack

This product is a part of Gufo Stack - the collaborative effort led by Gufo Labs. Our goal is to create a robust and flexible set of tools to create network management software and automate routine administration tasks.

To do this, we extract the key technologies that have proven themselves in the NOC and bring them as separate packages. Then we work on API, performance tuning, documentation, and testing. The NOC uses the final result as the external dependencies.

Gufo Stack makes the NOC better, and this is our primary task. But other products can benefit from Gufo Stack too. So we believe that our effort will make the other network management products better.

Owner

  • Name: Gufo Labs
  • Login: gufolabs
  • Kind: organization
  • Location: Italy

Gufo Labs is a private consulting company based in Milan, Italy.

Citation (CITATION.cff)

cff-version: 1.2.0
title: Gufo Ping
message: >-
  If you use this software as part of a publication and wish to cite
  it, please use the metadata from this file.
type: software
authors:
  - name: Gufo Labs
    website: https://gufolabs.com/
  - name: Project's Contributors
    website: https://github.com/gufolabs/gufo_ping
license: BSD-3-Clause

GitHub Events

Total
  • Create event: 7
  • Release event: 6
  • Issues event: 2
  • Delete event: 4
  • Issue comment event: 1
  • Push event: 30
Last Year
  • Create event: 7
  • Release event: 6
  • Issues event: 2
  • Delete event: 4
  • Issue comment event: 1
  • Push event: 30

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 6
  • Total pull requests: 0
  • Average time to close issues: about 1 year
  • Average time to close pull requests: N/A
  • Total issue authors: 4
  • Total pull request authors: 0
  • Average comments per issue: 2.33
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • 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
  • olafayomi (2)
  • dvolodin7 (2)
  • Cacsjep (1)
  • matteomartelli (1)
Pull Request Authors
Top Labels
Issue Labels
bug (4) enhancement (2)
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 17,434 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 1
  • Total versions: 11
  • Total maintainers: 1
pypi.org: gufo-ping

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

  • Versions: 11
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 17,434 Last month
Rankings
Downloads: 8.1%
Dependent packages count: 10.1%
Average: 17.4%
Stargazers count: 17.7%
Dependent repos count: 21.5%
Forks count: 29.8%
Maintainers (1)
Last synced: 6 months ago

Dependencies

.requirements/build.txt pypi
  • setuptools-rust ==1.2.0
.requirements/docs.txt pypi
  • mkdocs-gen-files ==0.3.4
  • mkdocs-literate-nav ==0.4.1
  • mkdocs-material ==8.2.1
  • mkdocs-section-index ==0.3.3
  • mkdocstrings ==0.18.0
.requirements/ipython.txt pypi
  • ipython ==8.0.1
.requirements/lint.txt pypi
  • black ==22.3.0
  • flake8 ==4.0.1
  • mypy ==0.931
.requirements/test.txt pypi
  • coverage ==6.3.2 test
  • pytest ==7.0.1 test
.github/workflows/build-docs.yml actions
  • actions/cache v3 composite
  • actions/checkout v3 composite
.github/workflows/package.yml actions
  • actions/checkout v3 composite
  • actions/download-artifact v3 composite
  • actions/setup-python v4 composite
  • actions/upload-artifact v3 composite
  • actions/upload-artifact v2 composite
  • docker/setup-qemu-action v2 composite
  • pypa/cibuildwheel v2.11.2 composite
  • pypa/gh-action-pypi-publish release/v1 composite
.github/workflows/tests.yml actions
  • actions/cache v3 composite
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
Dockerfile docker
  • python 3.11-slim-bullseye build
Cargo.toml cargo
pyproject.toml pypi
setup.py pypi