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.4.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.4-py3-none-any.whl (17.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: yaspeedtest-0.1.4.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.4.tar.gz
Algorithm Hash digest
SHA256 65620dda7066a6bf2f37b2bdf204aad21140355e7307c7cfd6ef2e3317af424d
MD5 a82fc6920087a997d4cc1e958d6544fe
BLAKE2b-256 3c97b996af26b2b523b5f2076268b4951a74e06021fa6ce0c21e178c817ab9db

See more details on using hashes here.

Provenance

The following attestation bundles were made for yaspeedtest-0.1.4.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.4-py3-none-any.whl.

File metadata

  • Download URL: yaspeedtest-0.1.4-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.4-py3-none-any.whl
Algorithm Hash digest
SHA256 cbade7cc64697666f45f6b39c1940759d748a7d63c418471140489ec983f012f
MD5 d459e03faec8848edddf8715175a21cd
BLAKE2b-256 34e0d87ace670b6dd01c4cbe11403854984c67ceb47570f558a047002831a080

See more details on using hashes here.

Provenance

The following attestation bundles were made for yaspeedtest-0.1.4-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