Skip to main content

Высокопроизводительная асинхронная библиотека для работы с MTProto (Telegram API).

Project description

Ncore

PyPI version License: Apache-2.0

Высокопроизводительная, асинхронная библиотека для работы с протоколом MTProto (Telegram API), написанная с нуля с фокусом на скорость и низкое потребление памяти.

Особенности

  • Высокая производительность: Оптимизированный сетевой код и работа с памятью.
  • Современный asyncio: Полностью асинхронная архитектура.
  • Минимальные зависимости: Только самое необходимое для работы.
  • Простая лицензия: Apache 2.0, подходит для любых проектов.

Установка

pip install Ncore

Быстрый старт

from Ncore import Client


async def custom_handle_updates(message):
    client.info(f"Новое событие - {message['_']}")


def main():
    client = Client(api_id=1234, api_hash="...", bot_token="...")

    client.loop.run_until_complete(client.start(handle_updates=custom_handle_updates))

    client.loop.run_forever()

main()

Лицензия

Проект распространяется под лицензией Apache License, Version 2.0. Подробности см. в файле LICENSE.

В проекте используются следующие сторонние библиотеки:

  • msgpack (Apache 2.0)
  • tgcrypto (LGPLv3 — динамическое связывание)

Сборка: Для компиляции модуля tl используется Cython (Apache 2.0).

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

ncore-0.9.4.tar.gz (98.5 kB view details)

Uploaded Source

Built Distributions

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

ncore-0.9.4-cp314-cp314t-win_amd64.whl (153.1 kB view details)

Uploaded CPython 3.14tWindows x86-64

ncore-0.9.4-cp314-cp314t-win32.whl (146.4 kB view details)

Uploaded CPython 3.14tWindows x86

ncore-0.9.4-cp314-cp314t-musllinux_1_2_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

ncore-0.9.4-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (487.8 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

ncore-0.9.4-cp314-cp314-win_amd64.whl (146.4 kB view details)

Uploaded CPython 3.14Windows x86-64

ncore-0.9.4-cp314-cp314-win32.whl (141.2 kB view details)

Uploaded CPython 3.14Windows x86

ncore-0.9.4-cp314-cp314-musllinux_1_2_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

ncore-0.9.4-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (491.1 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

ncore-0.9.4-cp313-cp313t-win_amd64.whl (152.2 kB view details)

Uploaded CPython 3.13tWindows x86-64

ncore-0.9.4-cp313-cp313t-win32.whl (146.0 kB view details)

Uploaded CPython 3.13tWindows x86

ncore-0.9.4-cp313-cp313t-musllinux_1_2_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

ncore-0.9.4-cp313-cp313t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (488.9 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

ncore-0.9.4-cp313-cp313-win_amd64.whl (146.6 kB view details)

Uploaded CPython 3.13Windows x86-64

ncore-0.9.4-cp313-cp313-win32.whl (141.2 kB view details)

Uploaded CPython 3.13Windows x86

ncore-0.9.4-cp313-cp313-musllinux_1_2_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

ncore-0.9.4-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (490.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

ncore-0.9.4-cp312-cp312-win_amd64.whl (147.3 kB view details)

Uploaded CPython 3.12Windows x86-64

ncore-0.9.4-cp312-cp312-win32.whl (141.6 kB view details)

Uploaded CPython 3.12Windows x86

ncore-0.9.4-cp312-cp312-musllinux_1_2_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

ncore-0.9.4-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (490.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

ncore-0.9.4-cp311-cp311-win_amd64.whl (146.2 kB view details)

Uploaded CPython 3.11Windows x86-64

ncore-0.9.4-cp311-cp311-win32.whl (140.8 kB view details)

Uploaded CPython 3.11Windows x86

ncore-0.9.4-cp311-cp311-musllinux_1_2_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

ncore-0.9.4-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (482.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

ncore-0.9.4-cp310-cp310-win_amd64.whl (146.2 kB view details)

Uploaded CPython 3.10Windows x86-64

ncore-0.9.4-cp310-cp310-win32.whl (141.0 kB view details)

Uploaded CPython 3.10Windows x86

ncore-0.9.4-cp310-cp310-musllinux_1_2_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

ncore-0.9.4-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (460.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

File details

Details for the file ncore-0.9.4.tar.gz.

File metadata

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

File hashes

Hashes for ncore-0.9.4.tar.gz
Algorithm Hash digest
SHA256 98ddae37dc40ee726d6ac6e130cefd7529ccd85b54a4c7e47478589514d93817
MD5 ab3a967366eaac2d6b751ecf138e44ac
BLAKE2b-256 774106489ff0efce2d76269bcc2ffb096784ef710e6e0b33b79917ca11ed2148

See more details on using hashes here.

Provenance

The following attestation bundles were made for ncore-0.9.4.tar.gz:

Publisher: build_wheels.yml on zovdev/Ncore

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

File details

Details for the file ncore-0.9.4-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: ncore-0.9.4-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 153.1 kB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for ncore-0.9.4-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 9163b7e7f540cf7393b2811dc5dce71d226bb3c8aafa2e80488286ffb5072fcf
MD5 9fac07f4233346102793c9a1471ab685
BLAKE2b-256 877d2a4e24c9e6d30286e8fd5bd7c57d19a9df30958518b52b8c74632b24ff24

See more details on using hashes here.

Provenance

The following attestation bundles were made for ncore-0.9.4-cp314-cp314t-win_amd64.whl:

Publisher: build_wheels.yml on zovdev/Ncore

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

File details

Details for the file ncore-0.9.4-cp314-cp314t-win32.whl.

File metadata

  • Download URL: ncore-0.9.4-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 146.4 kB
  • Tags: CPython 3.14t, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for ncore-0.9.4-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 afcda378314a8b62ca0f0190a0e7709132dc1f082f78f132a81e793528a9872c
MD5 6345911abbb7921940f5d2adfc0f8acb
BLAKE2b-256 11cb834064e93a43cb549457ba12057c1b2e3006c4848b08e51d47ba2b77699f

See more details on using hashes here.

Provenance

The following attestation bundles were made for ncore-0.9.4-cp314-cp314t-win32.whl:

Publisher: build_wheels.yml on zovdev/Ncore

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

File details

Details for the file ncore-0.9.4-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for ncore-0.9.4-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fd1c7f283d176ec52dab307e6c62ea85bbe9872a883b572c529d3f9ddda9f406
MD5 9ac96ef43e58fa72c16b7814614bd798
BLAKE2b-256 2e7f7ebe3d4e60006166d33c6b0e515ccb099c7fbdc4bef40b8f48dab30eacfa

See more details on using hashes here.

Provenance

The following attestation bundles were made for ncore-0.9.4-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: build_wheels.yml on zovdev/Ncore

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

File details

Details for the file ncore-0.9.4-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for ncore-0.9.4-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6cedaba5c2750abb6e71bdbcc7cd383a44f3f53778eaddef3ab81ceaf6d89c07
MD5 7cd14b5e4659e1449bac5f30fc6389f8
BLAKE2b-256 712ed4ecd85e4fe1ee44fff69fb4a688b08f97b3aab0ff5f6cc0fcca2ec4c6cc

See more details on using hashes here.

Provenance

The following attestation bundles were made for ncore-0.9.4-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build_wheels.yml on zovdev/Ncore

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

File details

Details for the file ncore-0.9.4-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: ncore-0.9.4-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 146.4 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for ncore-0.9.4-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 745558a216dae22e7bb38d9ab58432a0f512d7a065d627a386afeae77af6b32b
MD5 95b36a12ebc5aabbc39dde9bf5157201
BLAKE2b-256 6ba0c6352d7c039fa38be250f518edb34eb2621276acb4203a3acfcf6d1b75f3

See more details on using hashes here.

Provenance

The following attestation bundles were made for ncore-0.9.4-cp314-cp314-win_amd64.whl:

Publisher: build_wheels.yml on zovdev/Ncore

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

File details

Details for the file ncore-0.9.4-cp314-cp314-win32.whl.

File metadata

  • Download URL: ncore-0.9.4-cp314-cp314-win32.whl
  • Upload date:
  • Size: 141.2 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for ncore-0.9.4-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 dca0bd65f2958fc8c6351242a4d40754cae425cc6246c18b10668c75a2e0e8ad
MD5 d5b45cba072d7218652c2fe0efa2fa04
BLAKE2b-256 435b7829cde28a1daffc6a428cbe1ea98444fdc8b09e4148c7e0768739349689

See more details on using hashes here.

Provenance

The following attestation bundles were made for ncore-0.9.4-cp314-cp314-win32.whl:

Publisher: build_wheels.yml on zovdev/Ncore

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

File details

Details for the file ncore-0.9.4-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for ncore-0.9.4-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8406c8955e5f881e5abdcc0b903c1b74a5ef5478f7030588ef0a9153424b8721
MD5 7500e65261db576de58e61c41d26fa09
BLAKE2b-256 317dbfd77ab3f4e437fab89e1a284e9091db129feee1732dd1fa293448bf11ce

See more details on using hashes here.

Provenance

The following attestation bundles were made for ncore-0.9.4-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: build_wheels.yml on zovdev/Ncore

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

File details

Details for the file ncore-0.9.4-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for ncore-0.9.4-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6edee1b00cd33a54e66fee38c873aeea4bdd3d6041029b71d7fbc7aa5adbfb1a
MD5 e43332a41fd1d6de2aafb1a8b933c6f6
BLAKE2b-256 6abcf08ed2c3051f719be85f93206c1112abb859828a8b1265e3390ecb272f2e

See more details on using hashes here.

Provenance

The following attestation bundles were made for ncore-0.9.4-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build_wheels.yml on zovdev/Ncore

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

File details

Details for the file ncore-0.9.4-cp313-cp313t-win_amd64.whl.

File metadata

  • Download URL: ncore-0.9.4-cp313-cp313t-win_amd64.whl
  • Upload date:
  • Size: 152.2 kB
  • Tags: CPython 3.13t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for ncore-0.9.4-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 1049387541510b2a718b16ea37388a2cdd788dfcfd329f146f75fee443f86dd9
MD5 a60cbafd20ac3059cba3abd2ddb432c5
BLAKE2b-256 98d1e028a10f44764a0b1a3be523aa966b17956f98dfef24d5d6eb92317ae790

See more details on using hashes here.

Provenance

The following attestation bundles were made for ncore-0.9.4-cp313-cp313t-win_amd64.whl:

Publisher: build_wheels.yml on zovdev/Ncore

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

File details

Details for the file ncore-0.9.4-cp313-cp313t-win32.whl.

File metadata

  • Download URL: ncore-0.9.4-cp313-cp313t-win32.whl
  • Upload date:
  • Size: 146.0 kB
  • Tags: CPython 3.13t, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for ncore-0.9.4-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 e2adb939f7141af98f616ec9631ac594ab7041dddfa717a79275f32e53221ba9
MD5 02cb45c1359a0a7122ba4fa131a82451
BLAKE2b-256 7420e008d78e198fa34ef70382f5d14b7874703028352588817545f8094f8d4f

See more details on using hashes here.

Provenance

The following attestation bundles were made for ncore-0.9.4-cp313-cp313t-win32.whl:

Publisher: build_wheels.yml on zovdev/Ncore

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

File details

Details for the file ncore-0.9.4-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for ncore-0.9.4-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 126c7e4e7596a5e3eabc4c2e1ab4e60e23be9d765f3a48d3f358ea8a8d6fb19c
MD5 284a1fe0207eb614de2ee712b0bc3106
BLAKE2b-256 dfa1b0b72548b3568ab9bb9eb93faa558c62673d1225927015c4fd9d641e02d9

See more details on using hashes here.

Provenance

The following attestation bundles were made for ncore-0.9.4-cp313-cp313t-musllinux_1_2_x86_64.whl:

Publisher: build_wheels.yml on zovdev/Ncore

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

File details

Details for the file ncore-0.9.4-cp313-cp313t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for ncore-0.9.4-cp313-cp313t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1d362bfa88ff1d35f111be375bc141e473b61ca256e5a4ff9f70c4e025430b99
MD5 ca794117d22ae4ef913622032c0b26b9
BLAKE2b-256 64e70bc16e9ff7225d0ebf59ca5f9ea1afbd948635d43f09fc49ecefaba0e0ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for ncore-0.9.4-cp313-cp313t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build_wheels.yml on zovdev/Ncore

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

File details

Details for the file ncore-0.9.4-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: ncore-0.9.4-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 146.6 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for ncore-0.9.4-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 989beecaaaf0e07dde13b74ad474e4a1242407a644201e7de3ab6273e0cf9346
MD5 ab334148a0ce76731b6cbdff2ce1dc50
BLAKE2b-256 2fa40ddc43b23300afcb41629f370b83754138c827ec1f97fb7efa99c9d8ea35

See more details on using hashes here.

Provenance

The following attestation bundles were made for ncore-0.9.4-cp313-cp313-win_amd64.whl:

Publisher: build_wheels.yml on zovdev/Ncore

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

File details

Details for the file ncore-0.9.4-cp313-cp313-win32.whl.

File metadata

  • Download URL: ncore-0.9.4-cp313-cp313-win32.whl
  • Upload date:
  • Size: 141.2 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for ncore-0.9.4-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 8f9144a81ec2e4135ae7b72cf270ca6c4aa8e567ecc571eb149d3d85cd20a113
MD5 31fd01c6b328a881c376975939c09fcd
BLAKE2b-256 792e33f9cd849aed0832903ccd3a05f8251c411423bbc62a04ebfbd774a42dff

See more details on using hashes here.

Provenance

The following attestation bundles were made for ncore-0.9.4-cp313-cp313-win32.whl:

Publisher: build_wheels.yml on zovdev/Ncore

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

File details

Details for the file ncore-0.9.4-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for ncore-0.9.4-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 376325ec319f0b4aa0617464518f7b83d39bf64e79dd1bbfbe6502bb181fe743
MD5 393f747527dd43d2f60af8b86f76a31a
BLAKE2b-256 d6557e78b9c17729dd3c6b38f00f191474ff79afd4672dd7289f4aa0f98c2c47

See more details on using hashes here.

Provenance

The following attestation bundles were made for ncore-0.9.4-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: build_wheels.yml on zovdev/Ncore

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

File details

Details for the file ncore-0.9.4-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for ncore-0.9.4-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 59b26c575af068d6d3950cd13763d6b7eba2a6f9590ee1954923beadec604ff1
MD5 118df5770a3a131a6ec51d43b40537fc
BLAKE2b-256 631e26205d4be4192d17824af79e51aa77dae1476689244d39d8dc17e58abfcf

See more details on using hashes here.

Provenance

The following attestation bundles were made for ncore-0.9.4-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build_wheels.yml on zovdev/Ncore

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

File details

Details for the file ncore-0.9.4-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: ncore-0.9.4-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 147.3 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for ncore-0.9.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 96bf72c6e38bfc8dff145c97c78ca2bf1ccc4aff1aed777ff9840499bf1f6990
MD5 fca5d403fb3084cdc35847230244b82c
BLAKE2b-256 9d612e0f400631e073bd9b5a5daaa6cf439c69e75c7271f4e6a148419101a15c

See more details on using hashes here.

Provenance

The following attestation bundles were made for ncore-0.9.4-cp312-cp312-win_amd64.whl:

Publisher: build_wheels.yml on zovdev/Ncore

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

File details

Details for the file ncore-0.9.4-cp312-cp312-win32.whl.

File metadata

  • Download URL: ncore-0.9.4-cp312-cp312-win32.whl
  • Upload date:
  • Size: 141.6 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for ncore-0.9.4-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 86e8ece6c45951f380a384b5e23381a3fe81270ba23f39b74c4c5ab7a7325405
MD5 597716c49f07a0c5cc547e84c12b63d6
BLAKE2b-256 6aae5ba0d1653cff7dc9e687ac0df424b33535975731df0f8187001d5234f60b

See more details on using hashes here.

Provenance

The following attestation bundles were made for ncore-0.9.4-cp312-cp312-win32.whl:

Publisher: build_wheels.yml on zovdev/Ncore

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

File details

Details for the file ncore-0.9.4-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for ncore-0.9.4-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 02a5ea521a7558dae69bb1ee9496b6c18c8e713b8fbd54477b2910f21d6371de
MD5 972437c81cc2a51bf6340d50378c0a18
BLAKE2b-256 348a9f08b90b13a5802455e21293c9b33b0b7351f935add9aa203fdd5483926c

See more details on using hashes here.

Provenance

The following attestation bundles were made for ncore-0.9.4-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: build_wheels.yml on zovdev/Ncore

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

File details

Details for the file ncore-0.9.4-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for ncore-0.9.4-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 96f6735f2e68a78bffc5273676316447cb0ba7b22fa8c8862d126d80d6b031f5
MD5 3f3dc873832bc05961c94dcda3df3748
BLAKE2b-256 14344731af5f031258f983d416ffea6a85fab022ddc6fc56b78adc09250425f4

See more details on using hashes here.

Provenance

The following attestation bundles were made for ncore-0.9.4-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build_wheels.yml on zovdev/Ncore

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

File details

Details for the file ncore-0.9.4-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: ncore-0.9.4-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 146.2 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for ncore-0.9.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 3ad6644d32da3a503e679e0edfce1d2a17a2b19d53cde9a5317c4ee8b98efdc2
MD5 a857b83dde1071e72202506f528027cc
BLAKE2b-256 d9de2b18ff7b6eadd59245dfeadd3f041130582ad21b578abd674b061cdaa89f

See more details on using hashes here.

Provenance

The following attestation bundles were made for ncore-0.9.4-cp311-cp311-win_amd64.whl:

Publisher: build_wheels.yml on zovdev/Ncore

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

File details

Details for the file ncore-0.9.4-cp311-cp311-win32.whl.

File metadata

  • Download URL: ncore-0.9.4-cp311-cp311-win32.whl
  • Upload date:
  • Size: 140.8 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for ncore-0.9.4-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 0a5a57bb7e218a3964dd8406c4edd66bdf15d84090a9b6de7e3295c22eb869e1
MD5 4b1345051661cfbf4a7888b1e47abee2
BLAKE2b-256 c039d4cbf40570519ae7f0fb9d0b15b40fcbfe26299aefa6bfcf1724b4071360

See more details on using hashes here.

Provenance

The following attestation bundles were made for ncore-0.9.4-cp311-cp311-win32.whl:

Publisher: build_wheels.yml on zovdev/Ncore

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

File details

Details for the file ncore-0.9.4-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for ncore-0.9.4-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0f3bf27b7606cbfed82f8a46ab8165bcd3d78d334301a949fc2060a24a0c7881
MD5 4c32dcea68c229e9729d7b2bc7c1aa5a
BLAKE2b-256 2adae78ef1d0e28b479bf2f7204aa52008c028d069856c0f6cea149333bf6785

See more details on using hashes here.

Provenance

The following attestation bundles were made for ncore-0.9.4-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: build_wheels.yml on zovdev/Ncore

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

File details

Details for the file ncore-0.9.4-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for ncore-0.9.4-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 31c21aff6d9147d8b6ec074268969990decc0ba7e3385cfc8b9c82cfc48c8b02
MD5 889272f765006551a540181f14b21f5a
BLAKE2b-256 f2a310a4e1faa5270e46d5d1d376fbea27ea709124473466fdb6afd75a9926ca

See more details on using hashes here.

Provenance

The following attestation bundles were made for ncore-0.9.4-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build_wheels.yml on zovdev/Ncore

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

File details

Details for the file ncore-0.9.4-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: ncore-0.9.4-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 146.2 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for ncore-0.9.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 a5755c7086ce3088083c0e2f8b953ac700d11655ba0097337ff2d97e4cff4e56
MD5 d2bd5f7f685b20b8823bfaa868607bce
BLAKE2b-256 402762051bf58a4b78cd32771fdb26966f89e55f53e105a406fdba6591b0391f

See more details on using hashes here.

Provenance

The following attestation bundles were made for ncore-0.9.4-cp310-cp310-win_amd64.whl:

Publisher: build_wheels.yml on zovdev/Ncore

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

File details

Details for the file ncore-0.9.4-cp310-cp310-win32.whl.

File metadata

  • Download URL: ncore-0.9.4-cp310-cp310-win32.whl
  • Upload date:
  • Size: 141.0 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for ncore-0.9.4-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 1e50b43ad1259976bfa006938d3be72018cecde68e7636d8cc3887ff54025178
MD5 d2ff333c392ad5c7bd56c5e0f1b75035
BLAKE2b-256 9b8cf2a34db60fb62a63a91f85cbfe603da70514802fdb9686f20a965ad32bd9

See more details on using hashes here.

Provenance

The following attestation bundles were made for ncore-0.9.4-cp310-cp310-win32.whl:

Publisher: build_wheels.yml on zovdev/Ncore

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

File details

Details for the file ncore-0.9.4-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for ncore-0.9.4-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b2ee3ff2f4e805743c76eb06c37da2a04c2720ecae104b959092f35819b0967a
MD5 68e8988835ce19c86c7408db140e4942
BLAKE2b-256 4effce8b2165f2534dd851ca62e6c79602f434dcc29304c7a5460e284023834d

See more details on using hashes here.

Provenance

The following attestation bundles were made for ncore-0.9.4-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: build_wheels.yml on zovdev/Ncore

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

File details

Details for the file ncore-0.9.4-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for ncore-0.9.4-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 31e14c8b3f43c9e199d8af7e40de446841ad2ae9377ef556749ba715a39962e6
MD5 8428134077ff9c6205f828140d729c4d
BLAKE2b-256 c1b9d1e242ec301f7ff86e8f6df7b0eeb4dd88f08cd2dfc0c85d8b9b9c6e85f9

See more details on using hashes here.

Provenance

The following attestation bundles were made for ncore-0.9.4-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build_wheels.yml on zovdev/Ncore

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