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.805.tar.gz (107.0 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.805-cp314-cp314t-win_amd64.whl (164.8 kB view details)

Uploaded CPython 3.14tWindows x86-64

ncore-0.9.805-cp314-cp314t-win32.whl (158.3 kB view details)

Uploaded CPython 3.14tWindows x86

ncore-0.9.805-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.805-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (499.9 kB view details)

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

ncore-0.9.805-cp314-cp314-win_amd64.whl (158.2 kB view details)

Uploaded CPython 3.14Windows x86-64

ncore-0.9.805-cp314-cp314-win32.whl (153.2 kB view details)

Uploaded CPython 3.14Windows x86

ncore-0.9.805-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.805-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (503.3 kB view details)

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

ncore-0.9.805-cp313-cp313t-win_amd64.whl (163.9 kB view details)

Uploaded CPython 3.13tWindows x86-64

ncore-0.9.805-cp313-cp313t-win32.whl (158.0 kB view details)

Uploaded CPython 3.13tWindows x86

ncore-0.9.805-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.805-cp313-cp313t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (501.4 kB view details)

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

ncore-0.9.805-cp313-cp313-win_amd64.whl (158.3 kB view details)

Uploaded CPython 3.13Windows x86-64

ncore-0.9.805-cp313-cp313-win32.whl (153.1 kB view details)

Uploaded CPython 3.13Windows x86

ncore-0.9.805-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.805-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (502.7 kB view details)

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

ncore-0.9.805-cp312-cp312-win_amd64.whl (159.0 kB view details)

Uploaded CPython 3.12Windows x86-64

ncore-0.9.805-cp312-cp312-win32.whl (153.5 kB view details)

Uploaded CPython 3.12Windows x86

ncore-0.9.805-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.805-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (503.0 kB view details)

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

ncore-0.9.805-cp311-cp311-win_amd64.whl (158.0 kB view details)

Uploaded CPython 3.11Windows x86-64

ncore-0.9.805-cp311-cp311-win32.whl (152.7 kB view details)

Uploaded CPython 3.11Windows x86

ncore-0.9.805-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.805-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (495.4 kB view details)

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

ncore-0.9.805-cp310-cp310-win_amd64.whl (157.9 kB view details)

Uploaded CPython 3.10Windows x86-64

ncore-0.9.805-cp310-cp310-win32.whl (152.8 kB view details)

Uploaded CPython 3.10Windows x86

ncore-0.9.805-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.805-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (472.3 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.805.tar.gz.

File metadata

  • Download URL: ncore-0.9.805.tar.gz
  • Upload date:
  • Size: 107.0 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.805.tar.gz
Algorithm Hash digest
SHA256 099835bb22349cca5351a295fe047806143bd7aae1e209b0f784dd61b1128fe9
MD5 f6a73a38c678ecb755aeeec302ef0b48
BLAKE2b-256 3ecb7122f96a4d547a2704a0b4bc3acfc71f79a303b346c1e261cec4754be707

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.805-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 164.8 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.805-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 c5e710e18e758279c8e66b2c3cccc150fa6fa37bd6f349c2182126773ac613cc
MD5 ec3cc9eee84c066975549f1c0adee237
BLAKE2b-256 e06ca73764c8555c12fab09048181ff1d2b00950ce16391ec6ba33376706d250

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.805-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 158.3 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.805-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 d6bf57e578ed501438a7575c731d34738931267544619c13d953497bbb9025e6
MD5 ffba44b2ae3491456098a4af0b56dae6
BLAKE2b-256 0aa6b3e581b69aab3cd96d426a336def5a525e9f5c7d5174d06c264f0af1d917

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.805-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b96891a9e842cd9a48daf9d0c9f85ae2804dda7481bf0cb093e322b6a815a690
MD5 c8983013fbcc477c60f4011814fef2f0
BLAKE2b-256 b7e06fe2273a540306668e9ca11276ee6367e4af370176d312ff087d4b671e5f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.805-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b9acb5627ca35108b1f40954367a6bdba0291758022665952870d8571d900c71
MD5 819b4072efe02f410430d84a6a6d0b91
BLAKE2b-256 3d7df25426036cc7a60707424ce3468d7699a71d1a4e4d3ea3fd3ff3da64e558

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.805-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 158.2 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.805-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 1966dd2927fe2181f69157fd8ba704a091e08517eb77c33d53222046fbd4acff
MD5 349254852b651e25588cb41bac724f16
BLAKE2b-256 ecb0a8145f34d5e7903158fbc8f8173962cdb138eb34848415879117839ce92a

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.805-cp314-cp314-win32.whl
  • Upload date:
  • Size: 153.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.805-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 2009fdc9d3d342787ec8fd07f4357df05827d5b80e07f00578e5af5036aa0ad6
MD5 02be75e86d6927423c34f24dad6f28bb
BLAKE2b-256 6577ff108659f19b0f7aff555d82d2c985e156e3dd9835339e9d2f7db2a31fec

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.805-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5d5903f7a5d140e20d23bafa3c7939a39f5219bd1594e995f7740c9c3ec201ed
MD5 b7faf17df1956fcdc636f1a628fcdf1e
BLAKE2b-256 5d93d639c22129ccdd28526d7c35931cd2313a6d446dcfa8c9ecae26520082fa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.805-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0aeeb744823fd599284e039ba2b0904de2d172a4d61bb407e51c3bf930f435eb
MD5 62793fafcd2d3beb3e74f0dbe9e471fb
BLAKE2b-256 7a405da5fb90e697d25a43d5ad6c915682748353deb13d2d9c00f4a3c1034808

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.805-cp313-cp313t-win_amd64.whl
  • Upload date:
  • Size: 163.9 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.805-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 77f32de0216a3fd7ad59f0068416f1ecab4853bff95a281c2bf39a257072530e
MD5 62a7c7883ac1b1d3d946037ce16db263
BLAKE2b-256 47360382f305647a2dc6ad34db249f313b22c202cebc49eba7b0b93aa13312ff

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.805-cp313-cp313t-win32.whl
  • Upload date:
  • Size: 158.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.805-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 35721216870e60ccb3e18cea68f07cfa038876e71e0c2aa9cdec49f96e74e992
MD5 4a1eae9a9d900f0eedf78444fb3023e9
BLAKE2b-256 d290e909223e9bb7d3ecacfe0e30b445a3fc5f2a00cebb85a68d50a84a99c63c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.805-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 98821ccebe6b9a4d7c8b159068dd434da3efb2f92d4947fb38fe0a5604b698bb
MD5 fd3c4a33e829aa5b680a5a7a289106d0
BLAKE2b-256 e31e31c2f11f5a9165cc9eda36d53e02f26c8d782c12a6edc3abf548b275d58e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.805-cp313-cp313t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4f433d823db16800a4448783bd9cc6d1c574d6d8ddd5603176f1bf8cc5d753fc
MD5 95d4f821e8936e41be12897b65b2558b
BLAKE2b-256 6a523692e5314bf9614476451674f9b523c3d5061bb246ae8b381cdd6130354c

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.805-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 158.3 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.805-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 340179c642e00c71a9f6c7687ef7d3f86280363ed64fb27937f324b411b1482c
MD5 3bf76f718865e6b419cfc701bf0a781f
BLAKE2b-256 5f8145e37e2cdad306bc1decc4025a1b481eace2932f0f2706f063a03894cdcc

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.805-cp313-cp313-win32.whl
  • Upload date:
  • Size: 153.1 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.805-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 169116922072a0333395c860996f4c3b9a761d542d08c062669f29ab72049471
MD5 57e5f508dafc7b7847824d1aa6e5a56a
BLAKE2b-256 ad7d514c866f429b790eeb7a135a925319ac750ace78ddbc63f90a88ba9d75f4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.805-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2625351d86a0cf7d60821b981d5a4f59900112173509a11bf230f8979a953269
MD5 50fc904229ee75e654eb7cd5c0136404
BLAKE2b-256 1dbaee57153ea56711391d44008ab091140bba26cd6f189fdff3978897bce780

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.805-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d21c5c538778cc94fe90cc7a84f7ab878f14b1d3f462084ece554aa324220857
MD5 e0747dc7c9fee5159ae99c485bbf1436
BLAKE2b-256 744877fffc582da4ce529fecdf5e2c4cf73a43b53ce716be48c83c593797bfea

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.805-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 159.0 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.805-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 4c699e9e496ccda0539ff114dfa38cd59add8b944b922fc3e687b77b29b181d1
MD5 055dc10139f101b8e4f35e84b9f2684a
BLAKE2b-256 e3868cb637ba2fbc39bae83176dbe59bd579f2a543870b08ecffb0e2acd5b8d8

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.805-cp312-cp312-win32.whl
  • Upload date:
  • Size: 153.5 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.805-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 28dec7636381509f2b1ddaca6744aa9e4bc6173d22d5f5121dac706a234e1c70
MD5 e197cb0175931b62d1faaade9177d250
BLAKE2b-256 555729353180622b1fd7311a3ac27130a6ed09811bb17d95b4d15381f1c75a7f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.805-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3871c5a0835e8705d5bfeeb318b7ac3271dd695f7415be4e59f5829c489e125c
MD5 f766d92d2cc9107e6fcde320ab5be75b
BLAKE2b-256 c12899e89210bafd4a6efa96633638de932bb921e7cd8b257b3900490886eef2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.805-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0bfefe71caf1aa567e3d8e854e302d453001b975aa8ffff57fff69e641edaf05
MD5 b376fed4f12bdff4bc16bb4c47ff088f
BLAKE2b-256 51defecebc52a70365bd3513d4b01fafbfae7b07a8ea5470d091b53fe08cc8a3

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.805-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 158.0 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.805-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b4b13c9a6882dfe9ef4079c63e33bd601efd038591fc2097dc8e8728e7c09a16
MD5 96d8f3d849ebb82059277bdf99c0eda0
BLAKE2b-256 d5f078f9aad7c5c9b6624206342ad30a2cdfb33df7fdf4aab61b9296591f56b9

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.805-cp311-cp311-win32.whl
  • Upload date:
  • Size: 152.7 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.805-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 a6661c53a11f78b350260a9c2ea7c0981c5d0be7e764ff8ee97894be8f9bca66
MD5 4b853edfe770943ebf95c3a4a1714f82
BLAKE2b-256 e02c2ef154da2213fe5f2e3363ad74acdd0bd33f893d136579d8c1a2828fd84f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.805-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7a2e6ff55face199347cfd84d10b9b8e4d5deaa535a1a31baa5fba0a12b5a183
MD5 84db7c28db29c52d4e8b0ca1f467e85d
BLAKE2b-256 5a25d37c177cad8cd7f0926cdddefa55767b98ea436e38bae471dd162123cc9c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.805-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7f171b417922981035906a1f44c93c3dc8c127afb9774cdc705f3349246ef83d
MD5 bd9d4134b3c73050ab903a822121c1e4
BLAKE2b-256 92e45e7e7b404608cce1d3d4c68d5cc3503aa6cfc6bbb504943b52695d8b0beb

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.805-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 157.9 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.805-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 b0ec0069580aa819d14ef696b39de66693847dcadf9c853b25779020a04a2691
MD5 5ce68f69718ce191da32e7b6fb4bb756
BLAKE2b-256 07dcb130cf75b9a0bc46b51aec48120d8b10d0b12e5182ef54a6cc53070f3069

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.805-cp310-cp310-win32.whl
  • Upload date:
  • Size: 152.8 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.805-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 ddf72f0a6488942481f912abafc4b3810fdc4958debddbcb98af8f82ce69c38e
MD5 50b658569bc7d13f60301a98d620b99a
BLAKE2b-256 fa4d7115abd6274c7459d2101afabec04a8ea29291a45525d2a694bfc02eade5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.805-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6533d3ea0b985b703ffda82767be2af75c78bf3351d83975047f7769b12db76b
MD5 29cf1699198abde3d4fe3a3806f438ce
BLAKE2b-256 219e0ee8a321877f724830c561c84f42da4045fce0e748a1b671a1379fd72602

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.805-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 de64f047f9738459ff5ec26175203bca6faf5c4c54e1f346b7d196693935a6f6
MD5 739165f2c381ba4c4f3b312b24d44008
BLAKE2b-256 8009c814aa6d52ec55d5a4b62e69d9f343c6f39e6d550d4caa45d319a59c9ad8

See more details on using hashes here.

Provenance

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