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.57.tar.gz (98.6 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

ncore-0.9.57-cp314-cp314t-win_amd64.whl (153.0 kB view details)

Uploaded CPython 3.14tWindows x86-64

ncore-0.9.57-cp314-cp314t-win32.whl (146.4 kB view details)

Uploaded CPython 3.14tWindows x86

ncore-0.9.57-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.57-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (487.8 kB view details)

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

ncore-0.9.57-cp314-cp314-win_amd64.whl (146.3 kB view details)

Uploaded CPython 3.14Windows x86-64

ncore-0.9.57-cp314-cp314-win32.whl (141.2 kB view details)

Uploaded CPython 3.14Windows x86

ncore-0.9.57-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.57-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (491.1 kB view details)

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

ncore-0.9.57-cp313-cp313t-win_amd64.whl (152.2 kB view details)

Uploaded CPython 3.13tWindows x86-64

ncore-0.9.57-cp313-cp313t-win32.whl (146.0 kB view details)

Uploaded CPython 3.13tWindows x86

ncore-0.9.57-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.57-cp313-cp313t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (488.8 kB view details)

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

ncore-0.9.57-cp313-cp313-win_amd64.whl (146.5 kB view details)

Uploaded CPython 3.13Windows x86-64

ncore-0.9.57-cp313-cp313-win32.whl (141.1 kB view details)

Uploaded CPython 3.13Windows x86

ncore-0.9.57-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.57-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (490.2 kB view details)

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

ncore-0.9.57-cp312-cp312-win_amd64.whl (147.2 kB view details)

Uploaded CPython 3.12Windows x86-64

ncore-0.9.57-cp312-cp312-win32.whl (141.6 kB view details)

Uploaded CPython 3.12Windows x86

ncore-0.9.57-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.57-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (490.7 kB view details)

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

ncore-0.9.57-cp311-cp311-win_amd64.whl (146.1 kB view details)

Uploaded CPython 3.11Windows x86-64

ncore-0.9.57-cp311-cp311-win32.whl (140.8 kB view details)

Uploaded CPython 3.11Windows x86

ncore-0.9.57-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.57-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (482.2 kB view details)

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

ncore-0.9.57-cp310-cp310-win_amd64.whl (146.1 kB view details)

Uploaded CPython 3.10Windows x86-64

ncore-0.9.57-cp310-cp310-win32.whl (141.0 kB view details)

Uploaded CPython 3.10Windows x86

ncore-0.9.57-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.57-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (460.5 kB view details)

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

File details

Details for the file ncore-0.9.57.tar.gz.

File metadata

  • Download URL: ncore-0.9.57.tar.gz
  • Upload date:
  • Size: 98.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for ncore-0.9.57.tar.gz
Algorithm Hash digest
SHA256 76637f220637c5793113c6cc65f96a5d570eb82d2f3c05c9d19d65ac2c3654df
MD5 3d0749b81f64bfe53e5ed9ccef048610
BLAKE2b-256 05f8a0a9d4f2e1fe600395d764d706a76452c8a7e5b52f4a88829d8d7c2ff511

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.57-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 153.0 kB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for ncore-0.9.57-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 d7470d5d53610a6afd26180fb3a130552bd24c31110d68d04d15b957ea3df48f
MD5 08a9caa89ac13970b747bd9e4c93a376
BLAKE2b-256 842597c92a59a5664975a31a0f97462b0b71b0fff069f180366c1fb43998b4bd

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.57-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 146.4 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.57-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 c8684cb1effb56cf46563208407c61e5e35d86c9331bb5a02887b3d45f36c193
MD5 28dc944c60ec0c4a583db64960a03887
BLAKE2b-256 a6485a717e81ea893a40b136305abaada567fa8be056103815f8c1bbfa6f9f0f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.57-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 522f96aaae3ed4c6230281aa80d4b34526f77e1ef02ce0923221e609973abb34
MD5 e29e55d866cb34fd446c6a9a53edac03
BLAKE2b-256 571a072e5ac3076e69f54dd34f1ea782f950e634b43237d2f01aca148d5d642f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.57-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5d9de37fe29879ad8864927dd38d49dfb0cf7b12703385bc0dafd457ce44cf41
MD5 0ccbf4a97105d4080a5671f44888ef29
BLAKE2b-256 87d6d2607d425d9b861565d14ec2748bcfef2ae65d0893928b03818dff5c79f1

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.57-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 146.3 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.57-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 79035ca9e6d794f22c4e8c35604bddaa87d1a30fb4bf669b2bcea1679c433e8d
MD5 784a5700a0dff21857ed804819eac0a1
BLAKE2b-256 316f9799dbe816cd1488020d02a459967c4c2bd0847ca10f5d3070c427c5daf5

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.57-cp314-cp314-win32.whl
  • Upload date:
  • Size: 141.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.57-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 7cc99201fd7581933753863295e77db7535f609077072d25d71047619cea01e0
MD5 b1163443df3ccf2df9b341d157e78464
BLAKE2b-256 2a2139fdff82ff107028ceb68fa70f69a7e5314951edc7be0c81201da99bd6be

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.57-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8ad961720f95e5adf641870a1b99df93d7e93e8a0194cf69a9e318b5d0216298
MD5 5713673f70f322679b4478b731211087
BLAKE2b-256 e80425cd0125da8027a102fd074fc6a0113e93aeaaa266ec38cf5665a89debb8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.57-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f360cf3bec122be40ab5d90c6e407d0fe1b4d7c6e8f8ca0bd7f685638ce4c5e5
MD5 d38734b795f87b69473ed7642a12e43d
BLAKE2b-256 91619f3e19b028570f0113ffea890a423f9ef410a97e103720d9ce4004d0b2d5

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.57-cp313-cp313t-win_amd64.whl
  • Upload date:
  • Size: 152.2 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.57-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 074aab27e6deb0436ddbe82c0894cd7e5374c579c7d45ea01fd7fb03d0a3ac85
MD5 5f90a9c26f50c9bab4e9e5754854c8e2
BLAKE2b-256 2a4b7fcbf951ada525158c4a10da0b20158f27db349d7163092deb195321c89c

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.57-cp313-cp313t-win32.whl
  • Upload date:
  • Size: 146.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.57-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 b4b2d2e2d8b2d3d24cf2ca5278666c5c18c820f1d7be6b2132dfbd4cc5ef719d
MD5 00c4dd95589a21388ce5e3e096aa6ae1
BLAKE2b-256 4f337199a142847deccef5e51f7737485489c3bdb480584b9939916d5facca5d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.57-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 74b03c5561e9d17feebca23032172036af6717a6efde31b2484c0a7e38474389
MD5 e4d8d7fa2f68e60750f6c55eb36083bc
BLAKE2b-256 0db7dffd5e7b5e4824387a28fcd4cebc9d3ba4ea0d67735e916dc0ae0b422cac

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.57-cp313-cp313t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 618b760913ae61b789a61a1251964c2c74cadc5b6758f3e70e7a1d5dd64a885d
MD5 25b674aa995fbf2ebc635c34c0c2b45d
BLAKE2b-256 c416ce894285994dc8e4ae7614d4955527083303b96c596ab6702d65606d1bc8

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.57-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 146.5 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.57-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 ac0fea859175dd79bf612ba2a37ff10c87431952acfa54e737446cca19bdd79d
MD5 5813f2aa9422bb421a36835fdc6854f5
BLAKE2b-256 5fe946eaf6bc09015327e608eecf21834e1c0e9a3bb70c8a215d4ab5b44b2c9c

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.57-cp313-cp313-win32.whl
  • Upload date:
  • Size: 141.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.57-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 ae06300420481006d34403a5825227b4cc3f8e6cde986f64761ef86e33986fc5
MD5 537c9c987de6403aef51611065efb886
BLAKE2b-256 7287479bb369e688219dece32427dd3c531ba6565feddeb05ceb6c7b9cee070a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.57-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ccdda69303336d72c26e56cbf6c90d7426fa892cbe4df69beb815725817f4bb0
MD5 31328531b4ad6addbeaa152ef71c9e24
BLAKE2b-256 31be6a23fa192cb522fb447d6188c965d9a47dc37625b610e2d9a0e9accfcafa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.57-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9c06e13f99b12c8a63d8c9b49d7790734b684cb76028ce35d3eef012814b6360
MD5 2b399e236826149401769b6075df4a7e
BLAKE2b-256 e5efdaf76e406698a932433448fe00ea444d0141b7d4e32b145b54d1fa9fa910

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.57-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 147.2 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for ncore-0.9.57-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 4e9f966bbe516534e3d34e9b7b936e466f147988a0026081ef269e63cb5b6772
MD5 895d9ad0b4c50ced82c61cc5e26c240c
BLAKE2b-256 79a82c9238c5a8b5cd7281768b57aaab2b8f575cc8d95e8186f25e040cfce2f9

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.57-cp312-cp312-win32.whl
  • Upload date:
  • Size: 141.6 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.57-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 09a527d748bf5313fc3f122c95242ef11bf45bffb89dcb598fcef9c778c7354e
MD5 8a335688beb1439b0ac11bdc184225bb
BLAKE2b-256 4819d0b936e7a46f5ca0b3263414f2945a36e2be8ed885abf8d2c7a84c714883

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.57-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 15c6173cca603cd6fcc8c833a041e7aaeb3586b173b127fece3d5464a26601c9
MD5 cd02d9f6656f57f79cc542f2d88d859f
BLAKE2b-256 18a1d1a319614c9e630b3f04f9345ecc6a61bd586559a9b9614abd0a60cac07a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.57-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0c84c1dc367847929c84c9140fc788c2a1f0aa8079db36e4a1187ed7b38b0edf
MD5 095e54d7df6ac0b7b54bca33ab43b8df
BLAKE2b-256 e1438f564c8cc73f12457893d6ac238cf961857c432c1b13b981cf41c6731cc2

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.57-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 146.1 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.57-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 1c38e892fac93954fd653b6388f346a927b124c2e49376c3780013bc62041805
MD5 813c956b48df9ce96ea17fa6cd7d075d
BLAKE2b-256 5bddc7cb4ae4af09b58fe17170a2ef39ecf70f35280c73668a51421cafa52ee9

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.57-cp311-cp311-win32.whl
  • Upload date:
  • Size: 140.8 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.57-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 0fbbb680bbca03ac1cb15b7d66a37704447a7657d5b0b2d5da4ffebf4c6aec24
MD5 7684550e6c62c8aac29f8ecc8bc92e71
BLAKE2b-256 fe4ce3d775cc992e4e1bd34954ca6da846276889b08173ad9988b74dcff50b22

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.57-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c0e10f8a85df73aea5a48dff6dd518811ea4c0f376e1c1dbcab071ca0ec1bd56
MD5 ecb5f9b676c9bd705311d45a77c48807
BLAKE2b-256 5bbc94e36cd47f148939144e962cca8b73a8cf9c028d44739b47925cac44dbad

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.57-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4423c735999c3a3b2666f35edf39655b4b7a8d5cd9df89f3e58d1bdeb6533594
MD5 14e7a715428b554ec32f355ff52f6d36
BLAKE2b-256 9e1e1604932120af95464662ead7214e23fcfca3cbf18215b4ff256e7d543890

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.57-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 146.1 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for ncore-0.9.57-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 1bda6fc827cd64c1888011baffa0008cd48b49df72b39553d3c624858b07e462
MD5 9b73684da2e207a27820d9905e832d0c
BLAKE2b-256 cccca803dd6479df0137120e31c19d7e43c730c7437678f4d8d82e05250cf492

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ncore-0.9.57-cp310-cp310-win32.whl
  • Upload date:
  • Size: 141.0 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for ncore-0.9.57-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 357e4a44a9703f06b93bf6ddf999987abccd4aa426ea347babfb42ab29f92b6a
MD5 d60c51dd02f5d0628d08da295cdd58e1
BLAKE2b-256 cc7e1671f278b74b88d718103c4c1571bea12514ba9e685eea2fb71d7e144fc4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.57-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6e19ad9d39a080b9a6a3fa1437a529770a895eba29154cf74fb735462c75e9d8
MD5 d1d7566e125d49865c90314fbdb6d2ae
BLAKE2b-256 005f058923f9e1cad89fb72111e18c8769a32b24ff7c13a56bd3ac3f442259a0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ncore-0.9.57-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 924b877599083785bccaf48dd12d8ec27f2d8dee3ab5a687bc00f842995c7adf
MD5 f1f0d1735ff3e2e963e94129cbe53a99
BLAKE2b-256 ea5bb971ee7ff52527f09d0568c72c90f76a17587fe57826c973415d05d91b92

See more details on using hashes here.

Provenance

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