Skip to main content

Async client that allows you to measure internet speed based on Yandex Internetometer

Project description

Данная библиотека НЕ является официальной, и не пытается ей казаться. Данная библиотека разрабатывается исключительно в личных интересах, и использует только общедоступные endpoint'ы.

Возможности

  • Асинхронная архитектура (asyncio, aiohttp)
  • Поддержка пикового измерения скорости (реальные пиковые Mbps, как в браузере)
  • Умное использование проб (probes) с серверов Яндекса
  • Полная типизация (через pydantic)
  • Поддержка измерений Download, Upload, Latency
  • Совместимость с Python 3.11+
  • Возможность интеграции в любые системы мониторинга или DevOps пайплайны

Пример использования

import asyncio
from yaspeedtest.client import YaSpeedTest

async def main():
    ya = await YaSpeedTest.create()
    result = await ya.run()

    print(f"Ping: {result.ping_ms:.2f} ms")
    print(f"Download: {result.download_mbps:.2f} Mbps")
    print(f"Upload: {result.upload_mbps:.2f} Mbps")

asyncio.run(main())

# Ping: 1.84 ms
# Download: 939.17 Mbps
# Upload: 870.29 Mbps

Как это работает

  1. Клиент делает запрос к Яндекс
  2. Сервер возвращает набор доступных probe-серверов (latency, download, upload)
  3. Для каждого типа выполняются асинхронные измерения:
    • Latency — последовательные пинги к малым ресурсам (latency probes)
    • Download — скачивание файлов
    • Upload — отправка данных
  4. Результаты агрегируются в объект SpeedResult, содержащий:
    • Минимальный пинг
    • Пиковую скорость загрузки
    • Пиковую скорость отдачи

🧩 Более подробная документация доступна по посылке GitHub ErilovNikita/yaspeedtest

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

yaspeedtest-0.1.3.tar.gz (16.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

yaspeedtest-0.1.3-py3-none-any.whl (17.2 kB view details)

Uploaded Python 3

File details

Details for the file yaspeedtest-0.1.3.tar.gz.

File metadata

  • Download URL: yaspeedtest-0.1.3.tar.gz
  • Upload date:
  • Size: 16.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for yaspeedtest-0.1.3.tar.gz
Algorithm Hash digest
SHA256 7dce13f9592e95e32e2715afab5ff16e430517eeec850a91c4da395cc5ea0e5a
MD5 1b147b33184f431caa7512dd34623704
BLAKE2b-256 c7018cd4c85563f13faf863f533cd93dfc923ccf4f4ed6f49bbbed4156a5d556

See more details on using hashes here.

Provenance

The following attestation bundles were made for yaspeedtest-0.1.3.tar.gz:

Publisher: publish-pypi.yml on ErilovNikita/yaspeedtest

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file yaspeedtest-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: yaspeedtest-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 17.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for yaspeedtest-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 2df9650c0220214da63ebdceca2d69253e304a250aa72ef4f605f32a86531d44
MD5 dea9091ccc27eff3b3b7d328cea9d5e6
BLAKE2b-256 233d223e04a26860be145165f9d2b2eb93fb1462f5639c671a417d6e899898c9

See more details on using hashes here.

Provenance

The following attestation bundles were made for yaspeedtest-0.1.3-py3-none-any.whl:

Publisher: publish-pypi.yml on ErilovNikita/yaspeedtest

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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