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.7.tar.gz (20.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.7-py3-none-any.whl (21.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: yaspeedtest-0.1.7.tar.gz
  • Upload date:
  • Size: 20.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.7.tar.gz
Algorithm Hash digest
SHA256 53b5b18ce8e5ff4696d176aaccc391d7e8c1c10687dbc8edfc0b7af69f51f549
MD5 8a20283b78137b6aeacdb97aa2646d8a
BLAKE2b-256 b965b6faf5deff34048ddf2a175ca646487e9b7973187c0738899ad9eb2e9ce5

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: yaspeedtest-0.1.7-py3-none-any.whl
  • Upload date:
  • Size: 21.1 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.7-py3-none-any.whl
Algorithm Hash digest
SHA256 b438dfb73474864f45e86423202ccb1f16510e8a65cc684895d8879d0834e338
MD5 9b4b34be29baa92a85f99fc55406ab1c
BLAKE2b-256 5c9cff3dfc71e243795c6253eaffe39550d0ca0b8303531061769f4dc195172f

See more details on using hashes here.

Provenance

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