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 = 777

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(EventType.NewMessage | EventType.EditMessage)
async def handle_chk(event: UpdateNewMessage):
    print(event.update)


@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.run(router=router, proxy="socks5://127.0.0.1:1089")

Лицензия

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

Uploaded CPython 3.14tWindows x86-64

ncore-0.9.803-cp314-cp314t-win32.whl (157.5 kB view details)

Uploaded CPython 3.14tWindows x86

ncore-0.9.803-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.803-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (499.1 kB view details)

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

ncore-0.9.803-cp314-cp314-win_amd64.whl (157.4 kB view details)

Uploaded CPython 3.14Windows x86-64

ncore-0.9.803-cp314-cp314-win32.whl (152.4 kB view details)

Uploaded CPython 3.14Windows x86

ncore-0.9.803-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.803-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (502.5 kB view details)

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

ncore-0.9.803-cp313-cp313t-win_amd64.whl (163.1 kB view details)

Uploaded CPython 3.13tWindows x86-64

ncore-0.9.803-cp313-cp313t-win32.whl (157.2 kB view details)

Uploaded CPython 3.13tWindows x86

ncore-0.9.803-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.803-cp313-cp313t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (500.6 kB view details)

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

ncore-0.9.803-cp313-cp313-win_amd64.whl (157.4 kB view details)

Uploaded CPython 3.13Windows x86-64

ncore-0.9.803-cp313-cp313-win32.whl (152.3 kB view details)

Uploaded CPython 3.13Windows x86

ncore-0.9.803-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.803-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (501.9 kB view details)

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

ncore-0.9.803-cp312-cp312-win_amd64.whl (158.2 kB view details)

Uploaded CPython 3.12Windows x86-64

ncore-0.9.803-cp312-cp312-win32.whl (152.7 kB view details)

Uploaded CPython 3.12Windows x86

ncore-0.9.803-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.803-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (502.1 kB view details)

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

ncore-0.9.803-cp311-cp311-win_amd64.whl (157.2 kB view details)

Uploaded CPython 3.11Windows x86-64

ncore-0.9.803-cp311-cp311-win32.whl (151.9 kB view details)

Uploaded CPython 3.11Windows x86

ncore-0.9.803-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.803-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (494.6 kB view details)

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

ncore-0.9.803-cp310-cp310-win_amd64.whl (157.1 kB view details)

Uploaded CPython 3.10Windows x86-64

ncore-0.9.803-cp310-cp310-win32.whl (152.0 kB view details)

Uploaded CPython 3.10Windows x86

ncore-0.9.803-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.803-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (471.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.803.tar.gz.

File metadata

  • Download URL: ncore-0.9.803.tar.gz
  • Upload date:
  • Size: 106.6 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.803.tar.gz
Algorithm Hash digest
SHA256 1ac1333dbc3a12f1bf1ea6a8e5115a6068991208f034d1f2bb6fcd54ee2a200d
MD5 36a0bde0bd9b6a1f9cb1f28a1c1f996e
BLAKE2b-256 ed612eb64b51eec3c06e2ccee59b03e7705ee123eca9d45365e1473b6b22e07c

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.803-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 164.0 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.803-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 eb3beba220712b9fa0f54bf689fc1145a253bd229eb7a9d1a3a46fc6afde4c62
MD5 7be78fa746d561153cc7e1735350b3d5
BLAKE2b-256 38ae9190d2193fc215a91f87336419cdedaec5963b6182d5eb7c285a3aeac6d8

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.803-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 157.5 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.803-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 c6a8d253ce943b558cbef4c156a413d3adae4b891b87bd8e782bda693cc419ad
MD5 cc2f85ca146af0d5c3b22a6fb5e46889
BLAKE2b-256 781d2cd6dad31895b8e6a967dec129ffc1703d1b6d7cefb62151a68786e3e670

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.803-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 564b696b468e40326bcd5c05da69e334d8ffbcf9e163ab5c7ca3bc0c74f8422b
MD5 171485bc77307f690e3e874c39d31f86
BLAKE2b-256 73cecdca455567852eaede58b50928108bd549d7ff54f1d6a84c66df29889ef5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.803-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c688eb5ded69e5f1e40f667797e109a583236fc113da8b06ebe69b6cd529f285
MD5 89b86360b35e1401460264a14cda295b
BLAKE2b-256 f4c640cf079220fc6aa7fe032bc9de197464154c8d093adc20f9d6442aa6f546

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.803-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 157.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.803-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 b6f43c8236809c5d4856042155e8cd2649a8fc548dfff267c57b7efef1120e25
MD5 0e3586371f6ba4b781a321df3d891264
BLAKE2b-256 4ee385f669104d904aaa7ffa306e571a02ebf3a5346ae2bab46e86214bb63c21

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.803-cp314-cp314-win32.whl
  • Upload date:
  • Size: 152.4 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.803-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 3b18b34c345916f62ccae731eb78eb6255b9f27b9163cfd8504840379eb3c419
MD5 b48eddc16e352afef247ca5c1181c1e5
BLAKE2b-256 8eff86e312c576c10d5d05f680824c59f8de92076d181d4ecfec3ac1b70903ef

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.803-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1136458874b651f4e2cedf9e048835a65fb461994c717c072e27ab8ab54f8574
MD5 7e31087bd9020cc20766fa0ec8f74139
BLAKE2b-256 0bed752fb3cb2820581addc2e48e311ec8f1dd97cdaae37cc2c0808d2f705d18

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.803-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c4434c9e82c81a459d917e6a63ff7e173e2c7648c508e58e187d133c9a51a42d
MD5 d0da86d37f1a8f3db8a787048c08f409
BLAKE2b-256 ce5357599dd866deeead73cd08def0ebe8863315d9ff1f4721f18e568ef2f1e2

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.803-cp313-cp313t-win_amd64.whl
  • Upload date:
  • Size: 163.1 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.803-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 7c1675085e64fb0d6c566dda424a6cb7db124e1764eed500f3475bf0854a16c3
MD5 6cf8d9d8eb28e9f525e7793346078d8b
BLAKE2b-256 02f2a52caa066e99a305c1bb7a46a38f223c80f102c20b86e3525393ca4d09cf

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.803-cp313-cp313t-win32.whl
  • Upload date:
  • Size: 157.2 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.803-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 5ac7ff395e417f152f8505b45cf024328e972040b644c81e83b651e9c137c04d
MD5 10dbaf7788a5ab7c24c09ce8df78fc5d
BLAKE2b-256 514dc1d04fabbcf61a74fb613b9ea9a74f5ddd2d8c3893476d9471a27e256d8a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.803-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b49125dff46218e47b7fbb6ddcedc8b66447effa5dd2ff4e56cc44832de04c18
MD5 fa0cdd688aea2dc534028a28c9f85880
BLAKE2b-256 eb1fc633efd8f5e2fcb6e3003d4a6c3697c38d39e9332c12a9d31a9736781e70

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.803-cp313-cp313t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 30615be880db3b94627154757775b858616a351efa8dde787556cbfea47c3fab
MD5 667e4c475754dec9f0b2cc9af46aaf7e
BLAKE2b-256 d67ce2c790b07cda4a817e12d11f3d0d68082a48095519e2f4957c544f71eefb

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.803-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 157.4 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.803-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 d8f21fad551db24a426bd4bfefcb2ac5489772636687abeb53e024476e3b865e
MD5 a780a7f06a1da5a0e681791e7cf0da72
BLAKE2b-256 169e6658a917d1075def4c1c97705bf4acd87dcb4f65acaa425a38ffa9b4831c

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.803-cp313-cp313-win32.whl
  • Upload date:
  • Size: 152.3 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.803-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 faf6e680bf600696fe220bf0cf3f4f46b51839a1f423026f300a1abbf037de9d
MD5 a9da91fbea9ac74fd58ec764d9244579
BLAKE2b-256 5c0064585f5094502ab755f5c92cec9c96e012235ec2fa23a6886976a306fef9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.803-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ecd92934fc17010767b6da1d2114b10301186314bea603bba1b555e293a1a418
MD5 6f275c1054ccab12042e4426405e7d73
BLAKE2b-256 8ac39fa7ae4fb6bda0839193d251c0e0e46e1a0d5abb58f2d846f8e55188581c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.803-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 226fb4807fbe65341ae896a588e3ec716f29f9072b21098d4fba02e5e3fd400d
MD5 463d29ee2e0af7ca64df0a78a84f1a32
BLAKE2b-256 a61d357bec521ee1f45dae1defdad7f1e2f12d4eefbe92e6c44ccfdcb28a99ec

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.803-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 158.2 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.803-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 be2396248bc290238069360f805842b7998e97576574b4ddd790e5e4becec0ad
MD5 c1220125a670ff9d96298d738daba2d6
BLAKE2b-256 33a475d530d9d713b437450ad00a6a81538a81e3a6b196f9ee4e7c116e27a004

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.803-cp312-cp312-win32.whl
  • Upload date:
  • Size: 152.7 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.803-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 d4f11ae6906db183fef0964e7264989ac25301e89383442ac7399f4420379460
MD5 8432bc3a0560fd4a9935175dbbfe8179
BLAKE2b-256 ab8ab702c5a342553d453955cff591073f6e96de2583e45195a05a86e31dc4bf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.803-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 17e5e19498d3430ee052f78a884ee3591bdf02b1f2e5eb5e46f20024af389c63
MD5 0f1ca357af1b3ac272d605e6dd3cd054
BLAKE2b-256 06384522c8d3acca1c18207d2011a99ae52e1e0a825e15b81c9ba8178072e64e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.803-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 47d48c50896c775f415d332255210b97e72229d9026753d477eb9e7e97fb27bc
MD5 7d721dca98c09a5dc68e14529365c860
BLAKE2b-256 45c99553059d96747bac7cbba9bc5313bf9643c8a479cd335fe054767c94f49e

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.803-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 157.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.803-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ab5baf598d338a2a3381fb0d2477b1bc7327866ca9292ea36520ad83979ee1a1
MD5 9fe2d4df97b28068339b5a728ba70552
BLAKE2b-256 89d49721257387eb9603e2c8527245dd2d8479ea2194cbddfb3825653af4d15a

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.803-cp311-cp311-win32.whl
  • Upload date:
  • Size: 151.9 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.803-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 1abb05ba6ccb76fbb66905063db728b30b037bbe49299b1da518dfac62ebac3f
MD5 1772fa280361de25544ff04a0ffc92b6
BLAKE2b-256 f07d40e3a6dc216ad277358d56226715503225c348a40457eac02fdff3f20ce3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.803-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c6d238dadae97671305a8b40fd64c50c2a9bdcab79bb2f3a8b4c1b66a717ad76
MD5 37ada195186d53c914598c548e115b52
BLAKE2b-256 1e97dec2825f684c5340db31913e42bb02f5180eb0f7c8b872333a4b4555f0e5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.803-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e02de3e8a3c596fdd50148f547b7c5711f3e9a8dc8de8d3b946f62ae33a0c165
MD5 ae04f3b01d866a0edc38554bf077c462
BLAKE2b-256 04da7f4330b30e9d5b4c769c6c9ec2efb519721f977b1a602e96e2e132cd41d9

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.803-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 157.1 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.803-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 7567b8c1dfb7d5fc2dca0744163475843af934b45c9d86438a3335d04ab3701f
MD5 0250d414a8f332c2c6d6f75854a3bccc
BLAKE2b-256 18cd9c48e4705d97ec75e4f0209d80b6fbef436d90a433581db5e013a5fe47c4

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.803-cp310-cp310-win32.whl
  • Upload date:
  • Size: 152.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.803-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 b92526906ebda4e0b21299314947b297a95c665e5d5faf0fc300e84281f1650d
MD5 52acbd9ac4d2eaabe042e108c41192cb
BLAKE2b-256 d17e8e75f85bf0d6d6b9fe15991edd27e226d378021b9c71528ee1d8ba8492ad

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.803-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3e1ac028da1313c1c149b4ed13ff328fc7b847ea6aa1752981d655e20c0c988d
MD5 ffed3cb860eead62a1cdff085c31da70
BLAKE2b-256 4b6ca76f140c10d8109d9632b1372954411ce026b462181f209adc3ab1954dbd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.803-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5310aec720f05d7a709a25c2465d65d1848537bf85959ecbb9db38bae87b514a
MD5 a2ee5f9b59eef5d92535ce261d8b4564
BLAKE2b-256 7543fe7d073175e592c9948896e93b769ab36eb3925ec106c55152afc11704bc

See more details on using hashes here.

Provenance

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