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
from Ncore.router import Router
from Ncore.types import EventType, UpdateNewMessage, RawUpdate


ADMINID = 772947818

client = Client(api_id=..., api_hash="...", bot_token="...")
router = Router(["/", "."])


async def is_admin(event):
    return event["users"][0]["id"] == ADMINID


@router.add("admin", EventType.NewMessage | EventType.EditMessage, is_admin)
async def handle_getuser(event: UpdateNewMessage):
    await event.answer("da")


@router.add({"msgsAck"})
async def handle_ack(event: RawUpdate):
    print(f"handle_ack {event}")


@router.add({"updateDeleteMessages"})
async def handle_update_delete_messages(event: RawUpdate):
    print(f"handle_update_delete_messages {event}")


client.loop.run_until_complete(client.start(router=router))
client.loop.run_forever()

Лицензия

Проект распространяется под лицензией 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.721.tar.gz (104.2 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.721-cp314-cp314t-win_amd64.whl (161.5 kB view details)

Uploaded CPython 3.14tWindows x86-64

ncore-0.9.721-cp314-cp314t-win32.whl (155.1 kB view details)

Uploaded CPython 3.14tWindows x86

ncore-0.9.721-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.721-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (496.7 kB view details)

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

ncore-0.9.721-cp314-cp314-win_amd64.whl (155.0 kB view details)

Uploaded CPython 3.14Windows x86-64

ncore-0.9.721-cp314-cp314-win32.whl (150.0 kB view details)

Uploaded CPython 3.14Windows x86

ncore-0.9.721-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.721-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (500.1 kB view details)

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

ncore-0.9.721-cp313-cp313t-win_amd64.whl (160.7 kB view details)

Uploaded CPython 3.13tWindows x86-64

ncore-0.9.721-cp313-cp313t-win32.whl (154.8 kB view details)

Uploaded CPython 3.13tWindows x86

ncore-0.9.721-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.721-cp313-cp313t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (498.2 kB view details)

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

ncore-0.9.721-cp313-cp313-win_amd64.whl (155.1 kB view details)

Uploaded CPython 3.13Windows x86-64

ncore-0.9.721-cp313-cp313-win32.whl (149.9 kB view details)

Uploaded CPython 3.13Windows x86

ncore-0.9.721-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.721-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (499.5 kB view details)

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

ncore-0.9.721-cp312-cp312-win_amd64.whl (155.8 kB view details)

Uploaded CPython 3.12Windows x86-64

ncore-0.9.721-cp312-cp312-win32.whl (150.3 kB view details)

Uploaded CPython 3.12Windows x86

ncore-0.9.721-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.721-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (499.7 kB view details)

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

ncore-0.9.721-cp311-cp311-win_amd64.whl (154.8 kB view details)

Uploaded CPython 3.11Windows x86-64

ncore-0.9.721-cp311-cp311-win32.whl (149.5 kB view details)

Uploaded CPython 3.11Windows x86

ncore-0.9.721-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.721-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (492.2 kB view details)

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

ncore-0.9.721-cp310-cp310-win_amd64.whl (154.7 kB view details)

Uploaded CPython 3.10Windows x86-64

ncore-0.9.721-cp310-cp310-win32.whl (149.6 kB view details)

Uploaded CPython 3.10Windows x86

ncore-0.9.721-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.721-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (469.1 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.721.tar.gz.

File metadata

  • Download URL: ncore-0.9.721.tar.gz
  • Upload date:
  • Size: 104.2 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.721.tar.gz
Algorithm Hash digest
SHA256 007e0ea886884aea362df9f8faf0fcee5e5def54cc4280db170cbecc83c543b0
MD5 65ec3c5632bc14b4b08fc0ad2a7f7667
BLAKE2b-256 07a65fbc6cccf127cb3f23cd5fdbccd8d3e2e0cf512344f949d2d218708c82bc

See more details on using hashes here.

Provenance

The following attestation bundles were made for ncore-0.9.721.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.721-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: ncore-0.9.721-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 161.5 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.721-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 6d26695f5d095d8e2b55a663d8c15e138474500d3f554ced4b68b61ad7088110
MD5 6b1dbce0c99b2667484f4101e2b7bcd7
BLAKE2b-256 9fb423b22d1821fb6b62ebff26b03b397ef67578d3007e3d3643daba09200163

See more details on using hashes here.

Provenance

The following attestation bundles were made for ncore-0.9.721-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.721-cp314-cp314t-win32.whl.

File metadata

  • Download URL: ncore-0.9.721-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 155.1 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.721-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 68513362d6abbd57f1f54f9a4ad162aca2fee2ee0407574dc1bb5cd3b2413729
MD5 e0ca482b1d4bcfee53f05a89124be5d6
BLAKE2b-256 62b80c898bbf577ef6bafed7aec024bb5a85ba9fc95286cfa15ef71c043b5f99

See more details on using hashes here.

Provenance

The following attestation bundles were made for ncore-0.9.721-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.721-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for ncore-0.9.721-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 806fc77b89dfb62beeb2e1083a258ad7bdcbeddd217d5ef68b13affaf82654a7
MD5 36a16cc71df7d01a2c8c7df51dfe3931
BLAKE2b-256 3aa6e6c1fc6a108cc1c0b86bf0f88ebbffa58e8b4f0f2c2b6f2b17587fd883c6

See more details on using hashes here.

Provenance

The following attestation bundles were made for ncore-0.9.721-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.721-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for ncore-0.9.721-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ab5ceee776f9d7f5d9116810a7b544aa7f00301a70906e82b514f68ccd72228b
MD5 860d5f92c6f4a3ff2ed1d7962f06a458
BLAKE2b-256 28a92a6e135742726f0a97b66e24ce9bab90043c7771c018dcc1c2d09b55cc72

See more details on using hashes here.

Provenance

The following attestation bundles were made for ncore-0.9.721-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.721-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: ncore-0.9.721-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 155.0 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.721-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 a82b7747a23283b5b4482257bd613685f9dcf28707261f37831759983b82d0ea
MD5 ae701d6b8f1ecc07569ad8fa1eaeede0
BLAKE2b-256 b3f9c7b2f8a83515a0b75cd7268b42658f1f6f839481f64e2e9d64cccb37afa5

See more details on using hashes here.

Provenance

The following attestation bundles were made for ncore-0.9.721-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.721-cp314-cp314-win32.whl.

File metadata

  • Download URL: ncore-0.9.721-cp314-cp314-win32.whl
  • Upload date:
  • Size: 150.0 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.721-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 599906a37123c443dc658b6cf28a6b7df45538ccd1b91a45f9a6f4f0df3d866e
MD5 c1fe5a58f493f4fd6be3e8abe28ad4ec
BLAKE2b-256 9d6c4e90e3ebda1cfeb1ffc4138176bc402be324aa2fa043157da966288a66af

See more details on using hashes here.

Provenance

The following attestation bundles were made for ncore-0.9.721-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.721-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for ncore-0.9.721-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b5d10d573e7abd69740477fd362ea55430979a27acf9d48e4777a2065b7a1167
MD5 ad1c4899584682dd40ccaa54570472e4
BLAKE2b-256 b952ad7331386f088551620b8e02864a2ab6e02f4184f4e920b88a9cb9b4530a

See more details on using hashes here.

Provenance

The following attestation bundles were made for ncore-0.9.721-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.721-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for ncore-0.9.721-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a3dc7c0c5969d2de4a1c1cc21dda4d7ecdc0503cf418625562e06982c634dd18
MD5 416acd559502254b2d195f6556cd9eda
BLAKE2b-256 f6e46693577bfb0613aa6b03828a4d87bef228f28d45cc25fb96a55570fade54

See more details on using hashes here.

Provenance

The following attestation bundles were made for ncore-0.9.721-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.721-cp313-cp313t-win_amd64.whl.

File metadata

  • Download URL: ncore-0.9.721-cp313-cp313t-win_amd64.whl
  • Upload date:
  • Size: 160.7 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.721-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 e506ba4b2b29db7d2d5215c62ba7675ccb8c5ca73514bf5d515113b6b9456931
MD5 48cf55093d2ed5d34efcea7730466117
BLAKE2b-256 6c44132484ab2e81e63c982af1d6f03ddae00289dbab1714d87cd9b4d6aef798

See more details on using hashes here.

Provenance

The following attestation bundles were made for ncore-0.9.721-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.721-cp313-cp313t-win32.whl.

File metadata

  • Download URL: ncore-0.9.721-cp313-cp313t-win32.whl
  • Upload date:
  • Size: 154.8 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.721-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 d5e992b1150d00d89053d776fae7941f041cea8c4306c242b96c4a419661ad8c
MD5 221fb09ac615efe79a7d24ee5934381d
BLAKE2b-256 03ca0d21889ad29b252e0e37c0e4de92c671bc9a6a1a34c7ac2627675969f674

See more details on using hashes here.

Provenance

The following attestation bundles were made for ncore-0.9.721-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.721-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for ncore-0.9.721-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9e78ecd0e150c89339ddc795e1a2d3d0ab09f530d7bd10b10f97abb0d2326234
MD5 2dc75f7eec28dd3a50138d076cf98ef4
BLAKE2b-256 59be2927d318e015eb624ae4e3b0b40d65c3645ffbd4501e17bd9945f129cfae

See more details on using hashes here.

Provenance

The following attestation bundles were made for ncore-0.9.721-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.721-cp313-cp313t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for ncore-0.9.721-cp313-cp313t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 984cba560a082995e6fb44e6d28d679e5ef4cc0eaf9d5a4ddb941c9911b4f723
MD5 d70f2d87e4eed94d9334632549d55929
BLAKE2b-256 6e673ebeb27bfa618717d6a1b7b16fbc6ebf23fae9c07c671ce134912a119e04

See more details on using hashes here.

Provenance

The following attestation bundles were made for ncore-0.9.721-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.721-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: ncore-0.9.721-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 155.1 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.721-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 5c5ebe74b9e37c31befa1ea7ecc2a2fe912bfcb982b1be9a48e75196d6b8bb93
MD5 2d59b21ddb2e43b58ced983abc9a5e1c
BLAKE2b-256 b95e392d27243d2f9514aa8ec4168e8fed5bf8d3603f091a50941f8c8ffbbd67

See more details on using hashes here.

Provenance

The following attestation bundles were made for ncore-0.9.721-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.721-cp313-cp313-win32.whl.

File metadata

  • Download URL: ncore-0.9.721-cp313-cp313-win32.whl
  • Upload date:
  • Size: 149.9 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.721-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 2e5053eff8b9bf105cdf2611e0f6e67cd0c4e0256ad107a14cf8ded4e26b87a1
MD5 b18789e7744b4fc72ee2561c4c620293
BLAKE2b-256 0802c84b3cc3c9dd675355d4e24f655b8809f8af7ba85275df0d02990f2b24d2

See more details on using hashes here.

Provenance

The following attestation bundles were made for ncore-0.9.721-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.721-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for ncore-0.9.721-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 906454884f7c51dfd45172aba01db4ac7630ed289cc76ec6698200844299ba84
MD5 dd0f498a96cca995acd6dee5ed40dd86
BLAKE2b-256 79881c0c0fba066af0c722e5444403507e77404faa8941eb88f697f99c7feea3

See more details on using hashes here.

Provenance

The following attestation bundles were made for ncore-0.9.721-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.721-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for ncore-0.9.721-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c12e1fde3e938ce3ed2c6ba119e9b1cc438c85c3fb9e354221f8604ba751071c
MD5 181d989e3d50d0059bc3b8469d9ae133
BLAKE2b-256 20d90d4d1951bbf147e1903804efa20289913bc95ecca3f4129c0f8f8691388a

See more details on using hashes here.

Provenance

The following attestation bundles were made for ncore-0.9.721-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.721-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: ncore-0.9.721-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 155.8 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.721-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 2d564d5210a307fef334382457bbebca45b7862f5b8dadbe1794f5b81bf0b381
MD5 ae770611bdac0554814c95f674d79dda
BLAKE2b-256 4ecfa2c6c6ca601bf59b9d72df1fd91f03c9506e4fb08ea31423e43769c82da0

See more details on using hashes here.

Provenance

The following attestation bundles were made for ncore-0.9.721-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.721-cp312-cp312-win32.whl.

File metadata

  • Download URL: ncore-0.9.721-cp312-cp312-win32.whl
  • Upload date:
  • Size: 150.3 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.721-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 efe4dfb4b44178faadba067725a35787dee334eeacd9b1706ce89b0d734b52e0
MD5 9f79276560a4151a34e71819644de7bc
BLAKE2b-256 eb4b4d17d4e63f7939b5ae8932f8e618ddac534caf88f4ceb53d381721682855

See more details on using hashes here.

Provenance

The following attestation bundles were made for ncore-0.9.721-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.721-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for ncore-0.9.721-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a0257390dd4666b4ab67b83445f951edfd4910c0ff567a7c7144af1cf65de14f
MD5 f8e4b1878585df157ecd8da64d9dc223
BLAKE2b-256 4cf1d603fe51334724486a921ebef098ba594cd80a759b284d5a9a294d6aeca7

See more details on using hashes here.

Provenance

The following attestation bundles were made for ncore-0.9.721-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.721-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for ncore-0.9.721-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 30be6904dbaf738c796daf57ca3405bb32851a72c7b4a538cbffaadf3769ce37
MD5 3d6634982b21ce46dca66d8d3b3eda09
BLAKE2b-256 c2d677e130b9d5e2cb7a7b2f4d91e760df8e6c95bd9d01d102e92d16d0dd44ef

See more details on using hashes here.

Provenance

The following attestation bundles were made for ncore-0.9.721-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.721-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: ncore-0.9.721-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 154.8 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.721-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 23ea13d8b0819860b30b661bf64e387b2925d3b6da532ef39005eacc3a0ab2dc
MD5 a1d45d8b1391642dd3cf306d21977351
BLAKE2b-256 99ab5e2b04d5c02affbd6aae4de41ad43fd4b0a8f34ae8cd6648f8dd23f0cd51

See more details on using hashes here.

Provenance

The following attestation bundles were made for ncore-0.9.721-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.721-cp311-cp311-win32.whl.

File metadata

  • Download URL: ncore-0.9.721-cp311-cp311-win32.whl
  • Upload date:
  • Size: 149.5 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.721-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 1052eac8acaadefe869aa9f343fa51b33e886ab909ee5d1650a7d3610b01d460
MD5 93400047e1f755fc5a1694462266ced1
BLAKE2b-256 f40f85491fa28118fa7609af4406e5a416e7f14a187aaaca73a2d4c7d36a14d9

See more details on using hashes here.

Provenance

The following attestation bundles were made for ncore-0.9.721-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.721-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for ncore-0.9.721-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 97c74d546e5f789007306ced0398ff8c22afc35816ea910bf3b632868d5ce4ee
MD5 8fdbf5c76c5a9f23b3b5b68166079699
BLAKE2b-256 267f774fe6528c2090773dfdc684fd387faa1f0b36d8e87f223151642ef67d9e

See more details on using hashes here.

Provenance

The following attestation bundles were made for ncore-0.9.721-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.721-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for ncore-0.9.721-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 327eff6318eaef83bf3876ef4a65f54fb0c1eca533c725294e0ffb62d6eee1ad
MD5 359806d6d7503a05a2746d1b1c78efaf
BLAKE2b-256 a4d161a9584eab277aea67abd8f0feb7c1234c88a1f7b41fbc0e4655036f777b

See more details on using hashes here.

Provenance

The following attestation bundles were made for ncore-0.9.721-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.721-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: ncore-0.9.721-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 154.7 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.721-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 2599a74dd5fe27f2042b25862da434313d6662903b5095839bea9eff5e4880f9
MD5 34675e8106e034c4cb13b36ca001e0e2
BLAKE2b-256 26faa815424c5678084e63249385a695586379bbf4b41e1ae4d656b84b48b0f0

See more details on using hashes here.

Provenance

The following attestation bundles were made for ncore-0.9.721-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.721-cp310-cp310-win32.whl.

File metadata

  • Download URL: ncore-0.9.721-cp310-cp310-win32.whl
  • Upload date:
  • Size: 149.6 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.721-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 e8893d245dbd5203b8aea723b16ab8e86d6894d56c3e2ea73f5077750d5b9850
MD5 a3383b86e235115a9de18c3b24c402fc
BLAKE2b-256 8cc8c3727d8d6c3f16bc65984c75e6248de20a49ba929afc69564ebafcf1ad36

See more details on using hashes here.

Provenance

The following attestation bundles were made for ncore-0.9.721-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.721-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for ncore-0.9.721-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d422c50350d6ffcf3eaa721d3cdd57d1eb40c461b1606dac757d49f7eeb4cad6
MD5 dca45368d23253f4c3d6e86c4e50d204
BLAKE2b-256 de915aaf592a04327f145a702859feeb518c9575fbfd8d19b1b3c0605e4391ad

See more details on using hashes here.

Provenance

The following attestation bundles were made for ncore-0.9.721-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.721-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for ncore-0.9.721-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 15af2dda9bb440797c580560fa80118f119ec0a82817b3fb3108c40abadeefbd
MD5 ed33c7f9d36fad25bbd75e397d67d3c3
BLAKE2b-256 b6803cd1640499c45b4e4939ff612f5390633277b7c46d0da1e072b3a008b416

See more details on using hashes here.

Provenance

The following attestation bundles were made for ncore-0.9.721-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