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


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


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

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

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

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

    await client.session.invoke({
        "_": "messages.sendMessage",
        "peer" : {
            "_": "inputPeerUser",
            "user_id": message["users"][0]["id"],
            "access_hash": message["users"][0]["access_hash"]
        },
        "message": "Ncore echo v2",
        "random_id": msg["id"]+1
    })


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.59.tar.gz (99.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.59-cp314-cp314t-win_amd64.whl (153.7 kB view details)

Uploaded CPython 3.14tWindows x86-64

ncore-0.9.59-cp314-cp314t-win32.whl (147.0 kB view details)

Uploaded CPython 3.14tWindows x86

ncore-0.9.59-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.59-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (488.5 kB view details)

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

ncore-0.9.59-cp314-cp314-win_amd64.whl (147.0 kB view details)

Uploaded CPython 3.14Windows x86-64

ncore-0.9.59-cp314-cp314-win32.whl (141.9 kB view details)

Uploaded CPython 3.14Windows x86

ncore-0.9.59-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.59-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (491.8 kB view details)

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

ncore-0.9.59-cp313-cp313t-win_amd64.whl (152.8 kB view details)

Uploaded CPython 3.13tWindows x86-64

ncore-0.9.59-cp313-cp313t-win32.whl (146.6 kB view details)

Uploaded CPython 3.13tWindows x86

ncore-0.9.59-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.59-cp313-cp313t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (489.6 kB view details)

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

ncore-0.9.59-cp313-cp313-win_amd64.whl (147.2 kB view details)

Uploaded CPython 3.13Windows x86-64

ncore-0.9.59-cp313-cp313-win32.whl (141.8 kB view details)

Uploaded CPython 3.13Windows x86

ncore-0.9.59-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.59-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (491.0 kB view details)

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

ncore-0.9.59-cp312-cp312-win_amd64.whl (147.9 kB view details)

Uploaded CPython 3.12Windows x86-64

ncore-0.9.59-cp312-cp312-win32.whl (142.2 kB view details)

Uploaded CPython 3.12Windows x86

ncore-0.9.59-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.59-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (491.4 kB view details)

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

ncore-0.9.59-cp311-cp311-win_amd64.whl (146.8 kB view details)

Uploaded CPython 3.11Windows x86-64

ncore-0.9.59-cp311-cp311-win32.whl (141.4 kB view details)

Uploaded CPython 3.11Windows x86

ncore-0.9.59-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.59-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (483.0 kB view details)

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

ncore-0.9.59-cp310-cp310-win_amd64.whl (146.8 kB view details)

Uploaded CPython 3.10Windows x86-64

ncore-0.9.59-cp310-cp310-win32.whl (141.6 kB view details)

Uploaded CPython 3.10Windows x86

ncore-0.9.59-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.59-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (461.2 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.59.tar.gz.

File metadata

  • Download URL: ncore-0.9.59.tar.gz
  • Upload date:
  • Size: 99.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.59.tar.gz
Algorithm Hash digest
SHA256 5f73f657a0d4180531c16fd572627d4feedaf732f362d94980dcd59b500aaf76
MD5 163aacd0f191fd59da23f3e93b8654c4
BLAKE2b-256 b1baf5c3b06025e6252232da73c9dcbe75a3343b2e551359775df738794c6c64

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.59-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 153.7 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.59-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 8d195c7e8738c370de8cd4d7ae2223b3cd473fb68acba95021aec6f687238966
MD5 14279f6eb33f27df10c3f9a0d99d170f
BLAKE2b-256 63ba3eeb9c0b0aa11e4f0b7190fad4cd6bc601d56af2e8314df6d37917ab70cb

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.59-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 147.0 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.59-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 7a6ab3c12549144c2da3dc4b0c605ec691fe79e4bc6f7553c0bd2e2ea9cedfc5
MD5 3a9bacb69ad8567f9e07ba9d6c86e71d
BLAKE2b-256 36d7c4a3fa4698e81b0ede8abe866b0171f1ed1b101acf8e63e9f32ccbc82702

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.59-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1db27d45d9ee3134b12795e2488a06cd93e24f607024f7f7670421436d694e92
MD5 becb720eddb594c0918f65e763c6758d
BLAKE2b-256 4560c54a5ab51f614c87bfe31bc7255511a9b3ed08dc11269afca92d57bc2ea4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.59-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 df704da3472945e9b8dac7741740594c4dfe0f4cb81169ccc87eb54e5745a666
MD5 c6f3d54f86818e496f6ef3dab8baf788
BLAKE2b-256 53cd78118b5699916e656cde1ce33efb7f95252689c3881f638f6df9a1d180cf

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.59-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 147.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.59-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 f43cc894018682df73936d1a33df7eb8964dab4df58e1018b03ddc045d672aee
MD5 05a9dc3ef605a9cf25e3f977bf0ccd7d
BLAKE2b-256 ed794c4e2e37a59b52cd6433d3875b59954dca9915d2d42649650d302e3cece6

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.59-cp314-cp314-win32.whl
  • Upload date:
  • Size: 141.9 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.59-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 0d2270bcf3b8c9ddd757703117f3c208588a1846d4ca3788540a5b9188220fcb
MD5 5f97ad41dbcb0dbc57a9141dbe83213e
BLAKE2b-256 cd38305a00c4763dfd743eb1ecf3dfe7a99514dacd5446740384d0f7be39e8dc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.59-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f72f6be256675a255eebd49834599a5890e83c84881bad042980c34aca544bdb
MD5 b4aedc4495845c3677eb2add7323cf59
BLAKE2b-256 90bd012058f20a15aff3bf84bf7eab92fd58df910a3653647a4febbc33c3e734

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.59-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3cfffb7c4dede379097be7622e49d9737977b788e8ce83af2a4e9cdb3c740443
MD5 0e8f4e0070d272ddf0e2cd84bee3bc95
BLAKE2b-256 5d3e52780c851702ad88372c63087d5292ce3058fcdc7a82c7217c41d44d2d67

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.59-cp313-cp313t-win_amd64.whl
  • Upload date:
  • Size: 152.8 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.59-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 20b1aa1c062dfaa6be9d274af329965b1789a07a51703206dc5becc194357b6a
MD5 302a56724af1911dae9295fc415e2555
BLAKE2b-256 b339d012f06417df8922796ef10cfe70d926fc65dad3d22fc7a2a54f9e520cd6

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.59-cp313-cp313t-win32.whl
  • Upload date:
  • Size: 146.6 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.59-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 fdeab53e27b48cb7b9a487c0f047a90366d062e216d52c6ef82c6669212a99a3
MD5 5bdd81dca59a67c2e4cae235fdd37389
BLAKE2b-256 328b6f31e0ddd4ba6294dfa3d3ef015cb8d6f3d4238a61b4a2f41a4225bcdfa7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.59-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 71faa58e68d20cffb23913241044367106b0a5c79bf68b581bce3097f47cd838
MD5 ed6ad5dbc5f0586ff9585cac140030c2
BLAKE2b-256 5b7734b45501f770f8a3d6679398181dd14826848fe0237f27ab5ab2f9f104b2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.59-cp313-cp313t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4deb5b3a49354e31309bc022e44c864e21a6b1a355d3e1d6a723050540210fbf
MD5 5e98313721c757bdbcc8cfb76648f64b
BLAKE2b-256 c4f68df73fd4b466ce32bb58ecd87ec404040196fb18a0ef6580d8c2489bff2e

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.59-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 147.2 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.59-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 1c4439fb627f5eeb7b65aecafe70dda17099ce55fe864b7998f58890e4300871
MD5 de2c074b271717fe177911baf6b40cb3
BLAKE2b-256 777ebd5a4a7322120f80be1a1399fd3c2effde279c987a158d52491f7629ad36

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.59-cp313-cp313-win32.whl
  • Upload date:
  • Size: 141.8 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.59-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 6e38b2cb6a2fa6b67709b9d7326f69bf48c6140420fb4804e21e9aaa28d2d631
MD5 777499e946c5bb20270f04e7d72b2675
BLAKE2b-256 885324350ecc420e39d78656a056c3d5e63361f973f8a53fed3ade7a39b828c0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.59-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ff2b729809fb6d72dc98b08cf3cb10a12d7ce334932753320116538e5e014e06
MD5 238b6d3febe60aa30711233b8ab50f13
BLAKE2b-256 cf13d8d14d6a6e2db515fa5cab637b9f45695b0e9626fc47598d5c65cf50e692

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.59-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c8097e3bfd653039455fcc6920a884256155b28c6af1eed7d89b4394ab278c23
MD5 1ea5ab28bb8aa04c9549975ef7c08b5c
BLAKE2b-256 cdf8f6c17d75254ac059b2251d8262841f8e616d8180350e70f01a7be5315745

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.59-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 147.9 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.59-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 52b050183bb70076316c17644c311923b2598f31f66102cdf0f8481426ab7fb2
MD5 f85e6841a112fc3a77adb3641fda4a27
BLAKE2b-256 7911ed3186c9f8cf7c6b072f64c0f6c4873b93ca96d3041e29c62fa4d3d3cee8

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.59-cp312-cp312-win32.whl
  • Upload date:
  • Size: 142.2 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.59-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 f4458cb764d3791f557eb6e8b3ba0a4b37bdf09eb20f7b0ccbeb6a0d5aa9f3ec
MD5 94318ae6f8bf70b68239f52389f24a7f
BLAKE2b-256 766097104a51d0b23df67e099f041d1b05c61a798f646bfae27e91518152d165

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.59-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2e714b1430b93700db6da1f434a9ae0413c35076a4b73aa6b0497fdcb2244c72
MD5 39dfdb62c792e7ba67a9446898f4b0c7
BLAKE2b-256 d33d9bd50e4c35ea146967993304642d4fe2edbc14b781640ea364b8c47bf5a9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.59-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6812bc59ac3a957082dc09699aee514ff2cb33a590bf1f3ea7fcee95ddfebfa2
MD5 f87f5a397c11aec7afe9f9b6319db875
BLAKE2b-256 df3be2249caeaa087afe05a9c3832879fa45c0e5546d3ff02b9578d90d29997d

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.59-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 146.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.59-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 83a358dfd10becb8267ea5078cea76be733c3ab50fbb969cb8028c7bb7a3307a
MD5 d4d015a093e64d02c1a9a01f8021b1cc
BLAKE2b-256 b7799e8ab5bb1d994e4878efdcfd1aa82d1ee9547db5e9a04372a8b2f059d33c

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.59-cp311-cp311-win32.whl
  • Upload date:
  • Size: 141.4 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.59-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 0705a172b692d3836a5789ae012a27ab7c7c8e07f2068783d0d06f867d7c646e
MD5 6b37387cd1ad7e4637c0086cd672a0d9
BLAKE2b-256 274b8c25591885044f7b72e87fe5b1c971b3d3a1352b6bd95456edb118becbaa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.59-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 21065c76059b48fec502c5e382945342f7024347e175823bd3e9336dfde23790
MD5 bb70d77b33a08852605c3c2f0a9f12ce
BLAKE2b-256 9138d6e0fb02b1a4908de103d810cc9648be418a3ed41614d59ed75f8307ee08

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.59-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 024d0c31a307bff436d5a7dd46ea3e1ca93642034646dd64c11b9b97bcfae921
MD5 a63d60551490cf6592812001f4c8dbbb
BLAKE2b-256 339ea8acc3f953f80dd7bf912875dfc5a23f64316406eaa15249a27e3774db68

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.59-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 146.8 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.59-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 4cfdc295d96c37958aa044ff8ac2ca86899a541d9cbf7c09d3f2398dd70aea2e
MD5 7b73f1d0565715e8db377a6da9d2e72d
BLAKE2b-256 64326215e9f938637d07c1c2db00be02e5a31c5dc89995e416b227861347cdf8

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.59-cp310-cp310-win32.whl
  • Upload date:
  • Size: 141.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.59-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 c24ea860c5e15521d28916cba1c2dc5588fa738b8d8ac4219fd18a7ab40ead69
MD5 6d30fdc399853911157b23cb36acb624
BLAKE2b-256 858a160ed3331435e28e0a3e9053c72dd5f06ba0220b1dbe4e4868d432d197fe

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.59-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d468ad16ca6ece07ae00c61ddb035b3d21d1a36ac239e57d5690a0957a532c1b
MD5 65a706ff1794ea18d62097601ebdc561
BLAKE2b-256 168efa6d9b61b951b02212caf6a95ed25dbc57dc2b73e743e1b304e2730a4671

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.59-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a9ca2d34041b7d4f95a816fa372782126ceba306c73e1ff15447eca220f6a004
MD5 edf967b46d2b7eff2f051e80fcc70c59
BLAKE2b-256 2850827178bc26cfcd912a2efb1be2e9fe405e57c6c7d469c7b124955058c9ed

See more details on using hashes here.

Provenance

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