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


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


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

    client.loop.run_until_complete(client.start(handle_updates=custom_handle_updates))

    client.loop.run_forever()

main()

Лицензия

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

Uploaded CPython 3.14tWindows x86-64

ncore-0.9.3-cp314-cp314t-win32.whl (71.0 kB view details)

Uploaded CPython 3.14tWindows x86

ncore-0.9.3-cp314-cp314t-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

ncore-0.9.3-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (411.0 kB view details)

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

ncore-0.9.3-cp314-cp314-win_amd64.whl (71.0 kB view details)

Uploaded CPython 3.14Windows x86-64

ncore-0.9.3-cp314-cp314-win32.whl (65.8 kB view details)

Uploaded CPython 3.14Windows x86

ncore-0.9.3-cp314-cp314-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

ncore-0.9.3-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (414.3 kB view details)

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

ncore-0.9.3-cp313-cp313t-win_amd64.whl (75.4 kB view details)

Uploaded CPython 3.13tWindows x86-64

ncore-0.9.3-cp313-cp313t-win32.whl (69.3 kB view details)

Uploaded CPython 3.13tWindows x86

ncore-0.9.3-cp313-cp313t-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

ncore-0.9.3-cp313-cp313t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (412.1 kB view details)

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

ncore-0.9.3-cp313-cp313-win_amd64.whl (69.8 kB view details)

Uploaded CPython 3.13Windows x86-64

ncore-0.9.3-cp313-cp313-win32.whl (64.4 kB view details)

Uploaded CPython 3.13Windows x86

ncore-0.9.3-cp313-cp313-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

ncore-0.9.3-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (413.5 kB view details)

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

ncore-0.9.3-cp312-cp312-win_amd64.whl (70.5 kB view details)

Uploaded CPython 3.12Windows x86-64

ncore-0.9.3-cp312-cp312-win32.whl (64.8 kB view details)

Uploaded CPython 3.12Windows x86

ncore-0.9.3-cp312-cp312-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

ncore-0.9.3-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (413.9 kB view details)

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

ncore-0.9.3-cp311-cp311-win_amd64.whl (69.4 kB view details)

Uploaded CPython 3.11Windows x86-64

ncore-0.9.3-cp311-cp311-win32.whl (64.0 kB view details)

Uploaded CPython 3.11Windows x86

ncore-0.9.3-cp311-cp311-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

ncore-0.9.3-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (405.5 kB view details)

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

ncore-0.9.3-cp310-cp310-win_amd64.whl (69.4 kB view details)

Uploaded CPython 3.10Windows x86-64

ncore-0.9.3-cp310-cp310-win32.whl (64.2 kB view details)

Uploaded CPython 3.10Windows x86

ncore-0.9.3-cp310-cp310-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

ncore-0.9.3-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (383.7 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.3.tar.gz.

File metadata

  • Download URL: ncore-0.9.3.tar.gz
  • Upload date:
  • Size: 22.9 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.3.tar.gz
Algorithm Hash digest
SHA256 08c35e80bdee531f18f2f7a13d17c87925ef2f26e6cbaad3fd50545970a92777
MD5 98cba352c29177e7332c10a299cfadba
BLAKE2b-256 6dda0de1f9fa37b075efd7c12552a04ce944925e7013e866b2088bef9dc1f94f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.3-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 77.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.3-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 f704d3a0a9724a687340c47c44fc74ac54be9b98e3e3bde5d4676500c5266167
MD5 b7736b026f3b5af979a1435e63014cfb
BLAKE2b-256 9d0262c81c00d5a47dd615985cc95fa4397d08b361cde64fc816e6228e9959d4

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.3-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 71.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.3-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 9de19354b3612082977e22033349ee17b47e62f31e704a16977b6782a6e2e48a
MD5 7884341b126da589de8abd469bdfe5b9
BLAKE2b-256 c584490377371b14f2a2962212458bf92b6b584673c05681debf1c6cda82f0f2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.3-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fb01c89cb163e601b106ae9ad2914d8684e2cdfef0b3b579c91809509bb35581
MD5 4acd6730729148f15c2b29a30ac8e2cc
BLAKE2b-256 f1feda54e394937eedfdc7a1d37452e6fe8fa88431ca16b4174dd515e69e7dfb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.3-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0ec4d3a3a1344d98087c12d5ee22b5b94dfadbad3ec501c9c11b6a85400dc5b1
MD5 2f2d51e159a5214ea19c7475a5e9f041
BLAKE2b-256 53a15ba0b096418c75f1d542c4d2a3838f9a649ed32f9d5ffd736cb11a0dad18

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.3-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 71.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.3-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 ab4ac36ef55f0b66510fcf6e51321b2e5c5c4c732151dfff03f6fb4944efd698
MD5 375d6dc6eed6aebe21e937a2953bfa4d
BLAKE2b-256 1939b294718ab25df6fc53e5a72fc11f79e60e7ea7171cea74d9a0726fe9f6d3

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.3-cp314-cp314-win32.whl
  • Upload date:
  • Size: 65.8 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.3-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 ee65f7eeee38db9ba529b2817f9567497944153b378e6247a4abeca7ae315d02
MD5 0ff2e1cea2e23574eb4816611b6422ca
BLAKE2b-256 e88b6ed52585dfddb2997e1e0670922e91a1b77e14ca1ef0267c9bc057017be3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.3-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ea7ae412df7dc09bcd3a9c108e4ccfbee60975dc022fe8a2d4c4a14cc7111cf1
MD5 8aec19461abee288205cb5a4fe9691c1
BLAKE2b-256 cc83438d64420c73d7acbf577f0708d3cee8f80d4f73d7e76ff5cc5cecf51b88

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.3-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ff671513340b94876dbf7d136222410b6589aebf3bfe20ab13d1f6a49e00f942
MD5 ea470ae80b037838a408b84e6478011f
BLAKE2b-256 2239cc4ef9b66d21a03d5746904bc54c248670878494f35fc1a2845ce94a1105

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.3-cp313-cp313t-win_amd64.whl
  • Upload date:
  • Size: 75.4 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.3-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 138cad315ae9d322470f30db338f24e2e953d4482c6f1f23f75cca04b819c5f4
MD5 d55abf103746d88af61a3cbe85eca295
BLAKE2b-256 1362ab0c27115b3b143143428b69933f1ad078fbd32ac1ff306b9401ba9e4d60

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.3-cp313-cp313t-win32.whl
  • Upload date:
  • Size: 69.3 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.3-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 502d60937e6f7e3329be525484cce0966df03fee4932ede6aba3ca5866ebd6d6
MD5 adcb5a391055bbf063e986fef4d7cf5a
BLAKE2b-256 04616d4c1b1087913a4cd7ad81e4d3f405a2de53ab8e055dd41ed090a7b7c849

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.3-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 47c79abc9cef29f062b9d95f3bf53ee088ba6f44606d4d2ea92d37eb2635cf0e
MD5 23d9ae560181c22ac7a7d80b4b102a31
BLAKE2b-256 8872843df644ee548fc3e40fba2c02ebff9b9790d3e482697ff9700fe469fab1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.3-cp313-cp313t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0999125800c9dcb81b43b0d889d863a28f8126b00324faaa975df69d8ec3ca49
MD5 77ef0bf923e0ccd66727345e1f0b5677
BLAKE2b-256 acf1c85dec09164e2bf8fd3e3ab996eda1229ae5762f8304f587c0875d5023e4

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.3-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 69.8 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.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 4a6006f225d659f92452ecc001939037ff5c679c79f115bcc36c87436beab91c
MD5 3a37f66beebe2ea3073e9d537f8b40c3
BLAKE2b-256 7d992d4f3f62a76ee80b4558d15082981c8663e4bf1e773cc27550da1ff2e2c6

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.3-cp313-cp313-win32.whl
  • Upload date:
  • Size: 64.4 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.3-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 18f97093ff363d6125201ee637746cb7fa15d9452607e3f5af163f131295da8c
MD5 8ce1c07cc9bcfcef3a50243567fb7ac7
BLAKE2b-256 fd9427418d6bc88230a0944e7b6b8452b8f13a946f89108448d2edecdd625fbe

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 106187798655f0368fede0ec49149263ca7ae4c06349349f16f6c72b338e5790
MD5 0151a876b92d8efde407d020ffefcabd
BLAKE2b-256 aee68ebf118d03b583d586deda26b530a04a51a7858f86aee6b2943cafc446ca

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.3-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 787a8194312ba3ff824b99b486b41bd47d4b292e905dd2040e0be5e63936f0ac
MD5 da00ec0bbce0a9821693df659e796715
BLAKE2b-256 48fb543381360e7c7e74dee1e629918e5452b5089b2a7635a00066768705f65d

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.3-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 70.5 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.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 12d1a642cfa4b2f8ea41713dcda4a1940ca87f679949f3fcaec71f11f08ee66c
MD5 672849a9fb32e1de35da1758283d58cc
BLAKE2b-256 77206f090ae4fd18b9fa8b533e9df3af4f2ace26578a652efc7e1b7cd67d1412

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.3-cp312-cp312-win32.whl
  • Upload date:
  • Size: 64.8 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.3-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 e40d3e5fbfdcc542843eadf7a3215774dbc4f27afb3bc42fd143e5a802bb9cf9
MD5 2a8e887053317672a0dc428dc671cc47
BLAKE2b-256 bc4c49c5d0b9473aebc56477ff3e71b14034d6b139bc7553dacd04920579e126

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4a639765125f3150413983be6f73d4ea8ae17da82b54f4a684790fc3110963d5
MD5 27f27c69a91243c3cf3017cd3c839bf6
BLAKE2b-256 bcb6cdae03e2cde7afa9d5854b9eea122f1762010b9d26b982299edfbe7b7983

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.3-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5fafb3b782e41d2ffa4df359748d3d7799f597086fef68f8736cf1133b2ab421
MD5 e9c0fab0ec7ba97c6a67b736b0809d3c
BLAKE2b-256 d84dd70698d93a93c6f9b101ce73910d0f837a73ef1c158d7329bc1bc0121c4d

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.3-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 69.4 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.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 47ad93134caf70a6091e127779f7d08b706a0c359885cd97593bbcd956366bf6
MD5 87e41fdafc8493d16590b477f5568855
BLAKE2b-256 82389242561808f647fd64bb8ffc42439cd4f3883dfd052d7935c79705ed989f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.3-cp311-cp311-win32.whl
  • Upload date:
  • Size: 64.0 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.3-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 ea8c55e4bc7ddfd374164cd613f00f9238f0a7e187d7fd7011508628046a5609
MD5 c0d421f9439a9dee29374bb106ceaa69
BLAKE2b-256 7afc1d396bac63aea46193ee5cbfbecf7ecc7fc33333e12d649903efceb68bb8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3ec1f7fe72b0be9905d7142c0215408b47e86d292ac8556f07069f2c45144ce9
MD5 480c5aaf592636497360a86faab22006
BLAKE2b-256 08dd89418ffdc2f8d2f884d10196a486e0935087ca2969f6103df018e16bf686

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.3-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f9c8a5722475922027a5e134878e72bc1726daca5b2d9fd214751c9468e5e797
MD5 256b492031249af3d932ae222bd819db
BLAKE2b-256 b5889d9785d554d71dd69b244353a9c7e364a6b3b9b6b1c652385360c2565452

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.3-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 69.4 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.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 864050cc09298d362cdb40e2ae5126496b0160e25ae5ad205933d6c2220c487f
MD5 a53e4ef26750aec44608a5e49356eb57
BLAKE2b-256 9d51cddc28d0e2edc53eb7a2ec76ed1e6aa2611a469d65291973cf95484020c2

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.3-cp310-cp310-win32.whl
  • Upload date:
  • Size: 64.2 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.3-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 7cc54d519d8f0fca7f5e16bc860bb795f22d5c59ed549512ee90d1bb1a9812be
MD5 c7daa8e77df63f40c831cbc76d42c33f
BLAKE2b-256 b9e7b8ce24a187b01fb80f941a0a3c0d6b40eff6022c33a7fe546442db1c4ad8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.3-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5ea7f5dd9d1cd8b3545653c7ebeaa77c4ebe1875c9fb0c208dbd9418a412ce16
MD5 7a061b6e0ada7f3f50f0885638569972
BLAKE2b-256 bc354eb0fb67b875d5e2567317667d09b89d84c6f401e74c06da662dfad5d08b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.3-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fba3e7e97133ad2c9f1bc77ec46350c9958d633f4c6fedbb0c589d0ca9b6bb7e
MD5 238b2b143516098f81c260a5e0ef2daa
BLAKE2b-256 157c083e0e8e82a75263b66d90fb6ad106d1563fff468de5e58a29744731dc74

See more details on using hashes here.

Provenance

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