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.methods import SendMessage
from Ncore.types import InputPeerUser


client = Client(api_id=..., api_hash="...", bot_token="...")


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

    if message["_"] != "updates":
        return

    if "message" not in message["updates"][0]:
        return

    msg = message["updates"][0]["message"]
    if msg["out"]:
        return

    await client.send_message(
        message="Ncore echo by v3",
        random_id=msg["id"]+1,
        peer=InputPeerUser(user_id=message["users"][0]["id"], access_hash=message["users"][0]["access_hash"])
    )


client.loop.run_until_complete(client.start(handle_updates=custom_handle_updates))
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.64.tar.gz (99.7 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.64-cp314-cp314t-win_amd64.whl (154.8 kB view details)

Uploaded CPython 3.14tWindows x86-64

ncore-0.9.64-cp314-cp314t-win32.whl (148.2 kB view details)

Uploaded CPython 3.14tWindows x86

ncore-0.9.64-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.64-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (489.8 kB view details)

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

ncore-0.9.64-cp314-cp314-win_amd64.whl (148.1 kB view details)

Uploaded CPython 3.14Windows x86-64

ncore-0.9.64-cp314-cp314-win32.whl (143.0 kB view details)

Uploaded CPython 3.14Windows x86

ncore-0.9.64-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.64-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (493.1 kB view details)

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

ncore-0.9.64-cp313-cp313t-win_amd64.whl (154.0 kB view details)

Uploaded CPython 3.13tWindows x86-64

ncore-0.9.64-cp313-cp313t-win32.whl (147.9 kB view details)

Uploaded CPython 3.13tWindows x86

ncore-0.9.64-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.64-cp313-cp313t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (491.4 kB view details)

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

ncore-0.9.64-cp313-cp313-win_amd64.whl (148.3 kB view details)

Uploaded CPython 3.13Windows x86-64

ncore-0.9.64-cp313-cp313-win32.whl (142.9 kB view details)

Uploaded CPython 3.13Windows x86

ncore-0.9.64-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.64-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (492.2 kB view details)

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

ncore-0.9.64-cp312-cp312-win_amd64.whl (149.0 kB view details)

Uploaded CPython 3.12Windows x86-64

ncore-0.9.64-cp312-cp312-win32.whl (143.3 kB view details)

Uploaded CPython 3.12Windows x86

ncore-0.9.64-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.64-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (492.6 kB view details)

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

ncore-0.9.64-cp311-cp311-win_amd64.whl (147.9 kB view details)

Uploaded CPython 3.11Windows x86-64

ncore-0.9.64-cp311-cp311-win32.whl (142.5 kB view details)

Uploaded CPython 3.11Windows x86

ncore-0.9.64-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.64-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (484.2 kB view details)

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

ncore-0.9.64-cp310-cp310-win_amd64.whl (147.9 kB view details)

Uploaded CPython 3.10Windows x86-64

ncore-0.9.64-cp310-cp310-win32.whl (142.7 kB view details)

Uploaded CPython 3.10Windows x86

ncore-0.9.64-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.64-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (462.4 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.64.tar.gz.

File metadata

  • Download URL: ncore-0.9.64.tar.gz
  • Upload date:
  • Size: 99.7 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.64.tar.gz
Algorithm Hash digest
SHA256 419148e34b5b211a560a612a6b2401e48755b5b6c8b17374bbc82928bd8c4c5b
MD5 dafd74152a4e28a094b20ca8410a5e07
BLAKE2b-256 2a579b46072fa576b0f38ae35408566c9fb2cb119b1878b58a8e5448d2115ac4

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.64-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 154.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.64-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 3ae32dd37a19c06a0ac847a09bef226465a2690fbac5939a24b09eca24c885b4
MD5 94e3397b58e44bf65f7124d65c7c0f3f
BLAKE2b-256 17d216d891e35ad117db7c94d2b506831f663694bc10803f2edb1b8acda38c26

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.64-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 148.2 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.64-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 6ced26be41331e4ede57155d6850deecfbd929463f5129f4a35f9e1756b7f2eb
MD5 825fb8068fd97bdbddf548ff3c192b53
BLAKE2b-256 a134cee0b24d8e18cbe43adb5c5ea9e74845e2a4c342bf5022c6973fd849bdcc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.64-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ac7ac881846aadde3515a428b9d5862382a5074c006e325d52121ac5ffa2f636
MD5 1d82cfc85a25fe3b68c9bdf486bada00
BLAKE2b-256 e94693662d55204121d5a99194fffee06fe792c24fc8e401dcc730b0327fa076

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.64-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d421c04903f947af1db41e62dd9c0b155e2c2d68d341af856ce0a03aee03191a
MD5 07e2d0474840455e53fc973fa6177f64
BLAKE2b-256 0b2c0a792b9878fa195a0b3faa5473db368e753e6e2f222f9d71778d07949c52

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.64-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 148.1 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.64-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 bff2d5e324fa5bc2389e441eb249ff4fbcf7f710c4ec91ee9c270db323ef9435
MD5 3102c8a05277a3aa828083f120c857f1
BLAKE2b-256 853c808d9269a21d4d4ed28188891edba7f88b1b7e9a9d977e5e794ff2017a98

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.64-cp314-cp314-win32.whl
  • Upload date:
  • Size: 143.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.64-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 393d826f7de31b6418fa66fb3831c20c0fb16d73c63fa709035a05363751fdde
MD5 724f1ef83fb9deee3a38805ae575346e
BLAKE2b-256 2557fe3d4fadb3158607a95289496e452587ac881b1812b353045d5b8cd84f27

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.64-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9d5d131e67bf936171a2ea61f7225e66129a6c7f341c00642ea7d585fe23cd80
MD5 be07cc40579e1aa6840713a7eb7bc6e7
BLAKE2b-256 1dd67fe27da874618767323a9a1e086d30a5084b46d230ada20e103de991f3cb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.64-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2e818b80d103e45b4e3eb70790e5bda35f70aed90f7ddab7fcc48abf23bf5607
MD5 5b14f920ffca822d0a9db4079c8bde84
BLAKE2b-256 7a5f091dc57254820fdf803e9913d6e17bd04a6730a988f0cfefed2ac1e67a01

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.64-cp313-cp313t-win_amd64.whl
  • Upload date:
  • Size: 154.0 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.64-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 65b75332723254406d40c105d94682352ed4333a439d8c023fc60d8ec8b178bc
MD5 c760e2b609befcb250af1744090f6796
BLAKE2b-256 e4d1466a121e2eaba30ed942cc7423da8c7232e42de29cb9ff4a11508bdf2a4f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.64-cp313-cp313t-win32.whl
  • Upload date:
  • Size: 147.9 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.64-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 7ef7ae9f825a50de06d199f76f091782abc7bf1a2b3978a60bb7a59b26763a4a
MD5 ed3593874c7b75bd20fe6cbb77e2c9d3
BLAKE2b-256 7cc05f786f3faf99d9341905c8d6d20b63d14818574d8f4d08d81b8e708ff0fe

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.64-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2a9ad13a5e85bc1e329f0b21cf9a8e934bafe3d28aa5db71ab1ea3b734a3a56c
MD5 b951a811af70c36c4c26db25d3e93932
BLAKE2b-256 024bdac360f336b35a9843d7d21b6edaa9bade5b33b1a1fe9b01b7c244f6e1ea

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.64-cp313-cp313t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4673c63a113b65fcfdd695c014b537f13e946758fc379464a128552631b9c608
MD5 03036cb7a1c143ffa7103eb84dff0979
BLAKE2b-256 6a850bf4f04b5df71363c5b7db3863f2ec995d5522af9bf210c8f156994cb96e

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.64-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 148.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.64-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 8fb839f2cb54c8a3f6aa3296f1a3304f03f0c72c94e9f7e71425923ef3f782d3
MD5 0c705dbc48d9effc75c24aa2dc944eb3
BLAKE2b-256 717b6c22e5a4b919874ed98f007cf8622b488307e0d387877df7dfda503a3fba

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.64-cp313-cp313-win32.whl
  • Upload date:
  • Size: 142.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.64-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 f5dcf680bab296d8f616977720fda35578af7c070efaceb84c7c934d118ef3f1
MD5 971a5debd76ada6c90b50a22be093da2
BLAKE2b-256 6562ae289e04963af65efade707db1234b1e892a00da18e4c108cff539ea83d4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.64-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 20adb919e4262b08ad250dd17d6759e9c35c710e60210365af7863c16c4616ad
MD5 26b8d9cb3db6faeccacf3422b75bc328
BLAKE2b-256 4cf93828e59098792dcee6c2ec5df588eca84a4ca3fbc85930bb04893a48aded

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.64-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 425ba295bfcc5344aa676ebb5bc9720afe1e2faeacfb281ed543f40ae22a2ddd
MD5 d54382d5e75d6c153064737d3f4f81c5
BLAKE2b-256 0c8afc646a409578762f20b62774ea2961af62cfab6b5c3b1b073915d8233cd7

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.64-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 149.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.64-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 bfceb1a7736bca83b6633a19af7688270871e78784811a1543f2dd4c0bec32a5
MD5 9d002175265c61fe516db8e4b9b88e3e
BLAKE2b-256 aaf6b2a3be2b7cc892a315d70d5f3cd9d9f967818f9e59ece212ce246f545657

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.64-cp312-cp312-win32.whl
  • Upload date:
  • Size: 143.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.64-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 48477414e6c128223e92317d8ecc59a7f6a14db1cb54b73ad28667645d8ab5a1
MD5 37d6224b8c6ace2420553e9d8b96aecd
BLAKE2b-256 df9929e7a95f9b0ac31048d4b392635268f53a7c5e7f46250641eb04523c8133

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.64-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 69daeb740a250ef7a4c5c5e3e812d29eba816dd2f361fe2dc5f1787194b54fe9
MD5 b8f9fc974023962ef3b51957ecf41552
BLAKE2b-256 6a84e513c670b2c1b3a3672db78429dade06cdf7d74d0a92b5bb0f73f25191cf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.64-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fde413e69d1936172fbc0e2f70d7e6d696d76d3321a5cc2cc9c4da079781fbcf
MD5 11592b604b0712312ab45f46bba5d605
BLAKE2b-256 f5ad7cf6bc6f32ec86b0f8c2a104d638a5f6a3c97c1e0871b2cb94ee3075680b

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.64-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 147.9 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.64-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 36373070b95b6b7b7a34ba5cfc71f8057a6a3d91e22526ae3a357389b3428b53
MD5 c0ecca49b80b8aa73d4de853ae112d5e
BLAKE2b-256 cce3459a7ee6f9a693d5f7a50876e695faf26082e6f6e18ca7a2687a2f3618bb

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.64-cp311-cp311-win32.whl
  • Upload date:
  • Size: 142.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.64-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 530d2271293f66f8e64e58d0e7e748e11ac0c9fc6d1ad8c584859a6f2eb765bd
MD5 a571245aeabf95db8125b43627de5b29
BLAKE2b-256 34dfc496f55eff10c18d914ab8e5805a688c3d2510c5c02118011df11d64edae

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.64-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1c71fbc39fc8683b3943fa4edf0ee07b23521e91a9f23f0fcda0508a6b9cf284
MD5 de04e107c2bbf17754f4bdc99f343db0
BLAKE2b-256 511b04464aafcc7e6d33350cf56ef027a1bd724555d03a3987214693f2c5b951

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.64-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3bc9d42ad70dc7877e82dba3e693fb6935881c5f73e636394c7f94c1e320c15d
MD5 a0d23365849b5c6285b60777e5e26e37
BLAKE2b-256 4c380f49cced0b4b3dbd582d0960118bcff9b286c007ce5fff651d69f6577e43

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.64-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 147.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.64-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 fa7522ae18a3419d8fdbe68c59f154e411366920c2ae5ac9356c427b6dfcbc76
MD5 c3f7f89a726a7cdf038fb5f8c0703c2b
BLAKE2b-256 49466c6c740f40e32acdbbf9dcf77453060c361a42d35680157d4cf9afac959b

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.64-cp310-cp310-win32.whl
  • Upload date:
  • Size: 142.7 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.64-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 ec481c35ba6cc5db511a0dd0cce8518ddaf7cb346c7db07014070615c54b6508
MD5 9dc92d416f173d48e8c2caecc268bc82
BLAKE2b-256 32ada895c0d66e34f40716f8bfee3bcc5ae37b510a06c5b4475bd4b9c2727ecc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.64-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a4ce5bf4d86aaa99d0dc54c15b7254488310ae5ccb01816f9e494ba3c949152b
MD5 4ed5643987a7a83241252bdca326894e
BLAKE2b-256 6e6004eef6b8a4228d0a2dd2e9b8aa85256028badea585162422ba31117ea11d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.64-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1dc4b014c6669dbda453f418f99b8370a9f8192835ab6448ccececd5829691f2
MD5 109510449216e69617d2f759868b42b5
BLAKE2b-256 4e200b21bf3d13816aa2c749c94a54010124070547827518b4ff8b6296ca1851

See more details on using hashes here.

Provenance

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