Skip to main content

cykit

PyPI version Build Status Python Versions MIT License Apache License Code style: black Downloads

cykit is a collection Cython utilities.

Installation

cykit requires python 3.9 or greater. It is available on pypi. To install, run:

pip install cykit

Components

cykit.cylogger

  • cylogger is the initial component of the cykit collection.
    It is a thin wrapper around spdlog.

cylogger is designed to provide a unified logging interface across the entire stack — Python, underlying Cython layers, and native C/C++ modules can all share the same logger instance and logging pipeline. This makes it easier to maintain consistent formatting, sinks (console, file, rotating, daily, UDP, TCP, HTTP, SMTP), log levels, and tracing across mixed-language systems.

Detailed examples can be found here: cykit/examples/cylogger

cykit.queue (cython only)

  • Lock-free queue based on ring buffer with support for SPSC, SPMC, MPSC and MPMC modes.

cykit.utils.msgbridge (cython only)

  • Multi-mode message dispatcher to bridge Cython and Python (Both synchronous and asynchronous), built on a lock-free SPSC queue. (detailed documentation coming in a later update)

cykit.utils.transport (cython only)

  • TCP, UDP, HTTP Synchronous Clients.
  • SMTP client with OAuth2 (XOAUTH2) support.

cykit.utils.signal_handler (cython only)

  • Boost.Asio based cross platform signal handler. It register contexts to be notified on SIGINT/SIGTERM, with automatic cleanup and Python KeyboardInterrupt injection. (detailed documentation to follow)

Contribution

Contributions are welcome! Any kind of help — bug reports / suggestions, feature requests, or pull requests—is appreciated.

License

This project is licensed under the MIT License and/or Apache License 2.0. See the license files for details.

Vendored Dependencies

This project vendors header‑only dependencies (Boost, spdlog, fmtlib) to simplify builds and ensure compatibility across platforms. All vendored code retains its original copyright and license terms.

All third‑party code retains its original copyright and license notices.
The full license texts are included in the NOTICE.md file at the root of this repository.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cykit-0.0.9.tar.gz (5.7 MB view details)

Uploaded Source

Built Distributions

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

cykit-0.0.9-cp314-cp314-win_arm64.whl (13.0 MB view details)

Uploaded CPython 3.14Windows ARM64

cykit-0.0.9-cp314-cp314-win_amd64.whl (13.2 MB view details)

Uploaded CPython 3.14Windows x86-64

cykit-0.0.9-cp314-cp314-manylinux_2_28_x86_64.whl (11.9 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

cykit-0.0.9-cp314-cp314-manylinux_2_28_aarch64.whl (11.8 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

cykit-0.0.9-cp314-cp314-macosx_15_0_x86_64.whl (12.7 MB view details)

Uploaded CPython 3.14macOS 15.0+ x86-64

cykit-0.0.9-cp314-cp314-macosx_15_0_arm64.whl (12.8 MB view details)

Uploaded CPython 3.14macOS 15.0+ ARM64

cykit-0.0.9-cp313-cp313-win_arm64.whl (12.8 MB view details)

Uploaded CPython 3.13Windows ARM64

cykit-0.0.9-cp313-cp313-win_amd64.whl (13.1 MB view details)

Uploaded CPython 3.13Windows x86-64

cykit-0.0.9-cp313-cp313-manylinux_2_28_x86_64.whl (11.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

cykit-0.0.9-cp313-cp313-manylinux_2_28_aarch64.whl (11.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

cykit-0.0.9-cp313-cp313-macosx_15_0_x86_64.whl (12.7 MB view details)

Uploaded CPython 3.13macOS 15.0+ x86-64

cykit-0.0.9-cp313-cp313-macosx_15_0_arm64.whl (12.8 MB view details)

Uploaded CPython 3.13macOS 15.0+ ARM64

cykit-0.0.9-cp312-cp312-win_arm64.whl (12.8 MB view details)

Uploaded CPython 3.12Windows ARM64

cykit-0.0.9-cp312-cp312-win_amd64.whl (13.1 MB view details)

Uploaded CPython 3.12Windows x86-64

cykit-0.0.9-cp312-cp312-manylinux_2_28_x86_64.whl (11.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

cykit-0.0.9-cp312-cp312-manylinux_2_28_aarch64.whl (11.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

cykit-0.0.9-cp312-cp312-macosx_15_0_x86_64.whl (12.7 MB view details)

Uploaded CPython 3.12macOS 15.0+ x86-64

cykit-0.0.9-cp312-cp312-macosx_15_0_arm64.whl (12.8 MB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

cykit-0.0.9-cp311-cp311-win_arm64.whl (12.8 MB view details)

Uploaded CPython 3.11Windows ARM64

cykit-0.0.9-cp311-cp311-win_amd64.whl (13.1 MB view details)

Uploaded CPython 3.11Windows x86-64

cykit-0.0.9-cp311-cp311-manylinux_2_28_x86_64.whl (11.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

cykit-0.0.9-cp311-cp311-manylinux_2_28_aarch64.whl (11.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

cykit-0.0.9-cp311-cp311-macosx_15_0_x86_64.whl (12.7 MB view details)

Uploaded CPython 3.11macOS 15.0+ x86-64

cykit-0.0.9-cp311-cp311-macosx_15_0_arm64.whl (12.8 MB view details)

Uploaded CPython 3.11macOS 15.0+ ARM64

cykit-0.0.9-cp310-cp310-win_arm64.whl (12.8 MB view details)

Uploaded CPython 3.10Windows ARM64

cykit-0.0.9-cp310-cp310-win_amd64.whl (13.1 MB view details)

Uploaded CPython 3.10Windows x86-64

cykit-0.0.9-cp310-cp310-manylinux_2_28_x86_64.whl (11.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

cykit-0.0.9-cp310-cp310-manylinux_2_28_aarch64.whl (11.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

cykit-0.0.9-cp310-cp310-macosx_15_0_x86_64.whl (12.7 MB view details)

Uploaded CPython 3.10macOS 15.0+ x86-64

cykit-0.0.9-cp310-cp310-macosx_15_0_arm64.whl (12.8 MB view details)

Uploaded CPython 3.10macOS 15.0+ ARM64

cykit-0.0.9-cp39-cp39-win_arm64.whl (12.8 MB view details)

Uploaded CPython 3.9Windows ARM64

cykit-0.0.9-cp39-cp39-win_amd64.whl (13.1 MB view details)

Uploaded CPython 3.9Windows x86-64

cykit-0.0.9-cp39-cp39-manylinux_2_28_x86_64.whl (11.9 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64

cykit-0.0.9-cp39-cp39-manylinux_2_28_aarch64.whl (11.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ ARM64

cykit-0.0.9-cp39-cp39-macosx_15_0_x86_64.whl (12.7 MB view details)

Uploaded CPython 3.9macOS 15.0+ x86-64

cykit-0.0.9-cp39-cp39-macosx_15_0_arm64.whl (12.8 MB view details)

Uploaded CPython 3.9macOS 15.0+ ARM64

File details

Details for the file cykit-0.0.9.tar.gz.

File metadata

  • Download URL: cykit-0.0.9.tar.gz
  • Upload date:
  • Size: 5.7 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for cykit-0.0.9.tar.gz
Algorithm Hash digest
SHA256 e6d0a8299e02fb93079b701fd9d437673c10918b1f377b06f1dba6afc6405493
MD5 9346e48bae5b5d678061ca9a22c39d7e
BLAKE2b-256 7d713b5932ef3455c63b1437160de52259c1cd3e53d3c49331da2990a2c3c88e

See more details on using hashes here.

Provenance

The following attestation bundles were made for cykit-0.0.9.tar.gz:

Publisher: release.yml on Tapanhaz/cykit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cykit-0.0.9-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: cykit-0.0.9-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 13.0 MB
  • Tags: CPython 3.14, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for cykit-0.0.9-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 7da00157f354a9cff9e117ec6ba28454ceeb634bff0c9789a56237a8689d43ec
MD5 92777d9cbea998d406efd91f4c159937
BLAKE2b-256 676f45b61544cbefb2bf384062d4eec5062418574d8b547d028fa7028bb7eb01

See more details on using hashes here.

Provenance

The following attestation bundles were made for cykit-0.0.9-cp314-cp314-win_arm64.whl:

Publisher: release.yml on Tapanhaz/cykit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cykit-0.0.9-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: cykit-0.0.9-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 13.2 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for cykit-0.0.9-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 a7e10959687a0a192623907657b14a3769faed1527d9533bb4cbdd594ba6c753
MD5 f792596172b72f09e635471b5f16a424
BLAKE2b-256 a4cee1f958bc4781c59d279433977c98d330ddf525e6bbad258dea1660491f64

See more details on using hashes here.

Provenance

The following attestation bundles were made for cykit-0.0.9-cp314-cp314-win_amd64.whl:

Publisher: release.yml on Tapanhaz/cykit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cykit-0.0.9-cp314-cp314-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cykit-0.0.9-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4aa043d7c2396a4200ab0e3e1aed6da57c240495a84e7650aa32de053fbf2579
MD5 af9fa10c88e8a56a24c320dc64da9c2b
BLAKE2b-256 75628aeaa9c7f3f132734bdeb87a86c1588427da87ddff04cad2a1f37cbad12d

See more details on using hashes here.

Provenance

The following attestation bundles were made for cykit-0.0.9-cp314-cp314-manylinux_2_28_x86_64.whl:

Publisher: release.yml on Tapanhaz/cykit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cykit-0.0.9-cp314-cp314-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for cykit-0.0.9-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0a880251d47f81373ccbc66911ca0b236a037eae53dfbec7de911f2584fc20f3
MD5 5651f3f72d4e145b9ebbb390a3db658e
BLAKE2b-256 7af55bbb983b93b90db04b7cbc2c112230343b26798e7b9386eb26e27dcf0a02

See more details on using hashes here.

Provenance

The following attestation bundles were made for cykit-0.0.9-cp314-cp314-manylinux_2_28_aarch64.whl:

Publisher: release.yml on Tapanhaz/cykit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cykit-0.0.9-cp314-cp314-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for cykit-0.0.9-cp314-cp314-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 d429d5e0a3ca0e20f62428327469718b97d741045a63192d9ba8903d60fe148a
MD5 e110a35ca06b8700a5d5e1d0739756c6
BLAKE2b-256 546d06d3f349b61d640214b8d67c8140459a30112ff10ff6d3576cf367ea3986

See more details on using hashes here.

Provenance

The following attestation bundles were made for cykit-0.0.9-cp314-cp314-macosx_15_0_x86_64.whl:

Publisher: release.yml on Tapanhaz/cykit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cykit-0.0.9-cp314-cp314-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for cykit-0.0.9-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 020aab370b6e5430d44dd97effbc481b31382f46fb266ad60de035280287f60b
MD5 8d5a862b145b7909bc8d780097c1ca34
BLAKE2b-256 48274107fc8042dfed102bc6f2d6bb3805858e18d7a6e34c54886e67e258c379

See more details on using hashes here.

Provenance

The following attestation bundles were made for cykit-0.0.9-cp314-cp314-macosx_15_0_arm64.whl:

Publisher: release.yml on Tapanhaz/cykit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cykit-0.0.9-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: cykit-0.0.9-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 12.8 MB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for cykit-0.0.9-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 4af9b6a1f956aa1a97a22d824ee1de218f1dda52c3bbd21233c616a72e3b7e3a
MD5 ba84a7c52a5b495bc0305bf5127fb346
BLAKE2b-256 a177b8bf69bf8732d27533f4ade354f3f0aea8bd6f92833325e27db91b1b498e

See more details on using hashes here.

Provenance

The following attestation bundles were made for cykit-0.0.9-cp313-cp313-win_arm64.whl:

Publisher: release.yml on Tapanhaz/cykit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cykit-0.0.9-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: cykit-0.0.9-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 13.1 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for cykit-0.0.9-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 5ded5ae77e9a55dd7a31e65ce482b2789ce8c4548df8f3702cb760af1a219510
MD5 ff28d02517633df8c51fdfba816fa64e
BLAKE2b-256 f12ac4f93c5836c13c86487b284195d98ce8e74bc1593c986010c54d11258771

See more details on using hashes here.

Provenance

The following attestation bundles were made for cykit-0.0.9-cp313-cp313-win_amd64.whl:

Publisher: release.yml on Tapanhaz/cykit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cykit-0.0.9-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cykit-0.0.9-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 34ac3df65a8dfdb14fff502c45e87fc2f234899337707a7feeb7488c6ffb5345
MD5 24a85fa03b424d21590475a522b8f288
BLAKE2b-256 42a7147a70bc53b07d2d1f4ed1fffb6e7132d2be299d193cb474301e08afaba2

See more details on using hashes here.

Provenance

The following attestation bundles were made for cykit-0.0.9-cp313-cp313-manylinux_2_28_x86_64.whl:

Publisher: release.yml on Tapanhaz/cykit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cykit-0.0.9-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for cykit-0.0.9-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fd0aac813e64ddb07d6a691d1ac9c1410b0e1973c0227da0d28e917a3f4d4b6a
MD5 8c4fa6cc16e37cc61fce3583c6d7d52a
BLAKE2b-256 f6b054e8ffd96bf79963a21edf3338e254965b083b78efdc9b44cf6938a1beac

See more details on using hashes here.

Provenance

The following attestation bundles were made for cykit-0.0.9-cp313-cp313-manylinux_2_28_aarch64.whl:

Publisher: release.yml on Tapanhaz/cykit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cykit-0.0.9-cp313-cp313-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for cykit-0.0.9-cp313-cp313-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 ed7320db179c1f94e4ec399d0ebed158f693306df4eb13f31333763a5e59518f
MD5 0319eaad4134d937e2b046e743377635
BLAKE2b-256 7960738d00b3b826a0be3c445fef812eef491e68511b990b72894f40943748f2

See more details on using hashes here.

Provenance

The following attestation bundles were made for cykit-0.0.9-cp313-cp313-macosx_15_0_x86_64.whl:

Publisher: release.yml on Tapanhaz/cykit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cykit-0.0.9-cp313-cp313-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for cykit-0.0.9-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 e2971480e0efecf8e7432f8bd14d63337cb02e5167e8ae1bf9d7050a523d752a
MD5 590f7f9f0d7f38101444db17b491a1cf
BLAKE2b-256 cde41f2ab1292fceacc711c34ee1b5985200c880a237da7a12658771dfcab98f

See more details on using hashes here.

Provenance

The following attestation bundles were made for cykit-0.0.9-cp313-cp313-macosx_15_0_arm64.whl:

Publisher: release.yml on Tapanhaz/cykit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cykit-0.0.9-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: cykit-0.0.9-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 12.8 MB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for cykit-0.0.9-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 32de0d2254865ac834b0dc471391998a7ad0c4a890e403fba42cf6ed5a07e043
MD5 f025c5f95052d902a51223119fa59cd6
BLAKE2b-256 62795e3bc0b7598668e8c7911b0f177cacb9fafc450e481ffa0629a4a465ef92

See more details on using hashes here.

Provenance

The following attestation bundles were made for cykit-0.0.9-cp312-cp312-win_arm64.whl:

Publisher: release.yml on Tapanhaz/cykit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cykit-0.0.9-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: cykit-0.0.9-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 13.1 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for cykit-0.0.9-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 a18b4a06ec37360f6e277b72c0272d0e95436d2311444a45461d685a66d88112
MD5 8e7b1401a412cb4e07b1dbf6d8f79f2b
BLAKE2b-256 6fb8cea10abb71557136a25e37f4bfb558c04c83aac8569752b396358d52fe4a

See more details on using hashes here.

Provenance

The following attestation bundles were made for cykit-0.0.9-cp312-cp312-win_amd64.whl:

Publisher: release.yml on Tapanhaz/cykit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cykit-0.0.9-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cykit-0.0.9-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ef3fdc58c50754bb29fc85d13d80332974796f608792a60e0a2cc4767ea5975e
MD5 0103f77a868eeb44f853c9159e408017
BLAKE2b-256 c1d069bbbaa3438aa11148547c5152f740fd208dbd55ff4e6041e5a76d2d4911

See more details on using hashes here.

Provenance

The following attestation bundles were made for cykit-0.0.9-cp312-cp312-manylinux_2_28_x86_64.whl:

Publisher: release.yml on Tapanhaz/cykit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cykit-0.0.9-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for cykit-0.0.9-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7161c70598e71313d61a89665eb444e2d6854ae874a0e7186a5f0d04b9526ae6
MD5 49dd9d504bce72169f276bf6d4f1edcf
BLAKE2b-256 198e51cc3800db21f9fe78c1ef7a7013ba1328dfb5fbc3297dc59aa363807b3e

See more details on using hashes here.

Provenance

The following attestation bundles were made for cykit-0.0.9-cp312-cp312-manylinux_2_28_aarch64.whl:

Publisher: release.yml on Tapanhaz/cykit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cykit-0.0.9-cp312-cp312-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for cykit-0.0.9-cp312-cp312-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 37f27dc459f63a42a7e7fb9ab170c07e257ce935331bba9ccfd9b26de1eeaa01
MD5 36084e44c8eb18661843c0b523379bf6
BLAKE2b-256 4a65a14a030f08b56a4a08ccb40b24c506060d25d36b4edcfe48340219a99168

See more details on using hashes here.

Provenance

The following attestation bundles were made for cykit-0.0.9-cp312-cp312-macosx_15_0_x86_64.whl:

Publisher: release.yml on Tapanhaz/cykit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cykit-0.0.9-cp312-cp312-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for cykit-0.0.9-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 74e8662f651d88b030d92f00f02d241e684da05cf8b3f33ec8ccf6bbe3c0bb98
MD5 1b4c43f9c18ab8e5263d12cd00748f59
BLAKE2b-256 0fcba08c32b91e5841f39b576ed0b2a2bdc0fd1b41790bcac90efdf74c35a0ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for cykit-0.0.9-cp312-cp312-macosx_15_0_arm64.whl:

Publisher: release.yml on Tapanhaz/cykit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cykit-0.0.9-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: cykit-0.0.9-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 12.8 MB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for cykit-0.0.9-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 8dc9beba1d864412921996631e7642eb082ed83df0ba7c88158bac2aa74ce4d6
MD5 5bfd922c7d5f8e6ea6e5965e5c53c258
BLAKE2b-256 a2b4043a4ecdcbee3db27c469a847bb5ce29802ffeb6a060e138d34e3b062f0b

See more details on using hashes here.

Provenance

The following attestation bundles were made for cykit-0.0.9-cp311-cp311-win_arm64.whl:

Publisher: release.yml on Tapanhaz/cykit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cykit-0.0.9-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: cykit-0.0.9-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 13.1 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for cykit-0.0.9-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 33065cc1a570fe52f7de3d19c600c650119b3619a39a15f39d0d72725695cdff
MD5 4d6dd61d1df7e4dca2483910a72e7af7
BLAKE2b-256 b5fde50e0d40107bd909c10addc3173b58ae56e43b68f6096fdd1800ef729c41

See more details on using hashes here.

Provenance

The following attestation bundles were made for cykit-0.0.9-cp311-cp311-win_amd64.whl:

Publisher: release.yml on Tapanhaz/cykit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cykit-0.0.9-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cykit-0.0.9-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e7c26e355355a64a622c1500a454e5c2a077a64e370f1d8c43ab9bfed1990ab6
MD5 bdf8f0d2ebba34a66664ff6699aa1d00
BLAKE2b-256 de2a9a0e054b67b2159fced637c81947f98d7999d46b9b01579fc69cd57bc04b

See more details on using hashes here.

Provenance

The following attestation bundles were made for cykit-0.0.9-cp311-cp311-manylinux_2_28_x86_64.whl:

Publisher: release.yml on Tapanhaz/cykit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cykit-0.0.9-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for cykit-0.0.9-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2a02e97cbe97038e963b64cd2573e8268c24f94b097692583193523634708855
MD5 c7a3a76397a293eba5ac52efbb265585
BLAKE2b-256 589a1138e3e60f744c999fdf5ca8fd69673c4e62a8e82dae27f7af0543509907

See more details on using hashes here.

Provenance

The following attestation bundles were made for cykit-0.0.9-cp311-cp311-manylinux_2_28_aarch64.whl:

Publisher: release.yml on Tapanhaz/cykit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cykit-0.0.9-cp311-cp311-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for cykit-0.0.9-cp311-cp311-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 1da727e1b14571a8d503870c39c95458a22c40ec64dde57653f3d88d8c708556
MD5 2f8300f6c54ceab1288cfd37ab9bbf94
BLAKE2b-256 932e8e84e27ba3028a0682a9ccde2e2ee8b75a6d78e98fff9645edba87c64ab0

See more details on using hashes here.

Provenance

The following attestation bundles were made for cykit-0.0.9-cp311-cp311-macosx_15_0_x86_64.whl:

Publisher: release.yml on Tapanhaz/cykit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cykit-0.0.9-cp311-cp311-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for cykit-0.0.9-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 8d11455ad26895f093ca62f4bac546edc80761059e3e5020d907f55e26310b8e
MD5 e62fa1287a6adaccf98c38beeef3926c
BLAKE2b-256 5b170ba2fa6b9ce833bd8d4fc761a677d809dbb0b42e394c3d4c98ad28966f75

See more details on using hashes here.

Provenance

The following attestation bundles were made for cykit-0.0.9-cp311-cp311-macosx_15_0_arm64.whl:

Publisher: release.yml on Tapanhaz/cykit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cykit-0.0.9-cp310-cp310-win_arm64.whl.

File metadata

  • Download URL: cykit-0.0.9-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 12.8 MB
  • Tags: CPython 3.10, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for cykit-0.0.9-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 c05ac7bcd90c652bc43d152b872f9965e968347b0e2898fee6adfc8a7f9620f7
MD5 547c4ab7c3b7f86ef0ad243cbe43f737
BLAKE2b-256 69acd1b959e547f7cdfb0d03b838f40a9fcbb52d06673288405e16846569e3af

See more details on using hashes here.

Provenance

The following attestation bundles were made for cykit-0.0.9-cp310-cp310-win_arm64.whl:

Publisher: release.yml on Tapanhaz/cykit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cykit-0.0.9-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: cykit-0.0.9-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 13.1 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for cykit-0.0.9-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 b4964cc2859738cb1ccf1545019cf64e67894d35053e06306fac09a30377749d
MD5 8eec2bb51dfb55a7243aa013aaaa65c7
BLAKE2b-256 4917641af97a31d8b96bf8a38a8997cbbfa10078dd440770c9839f30e5daecfa

See more details on using hashes here.

Provenance

The following attestation bundles were made for cykit-0.0.9-cp310-cp310-win_amd64.whl:

Publisher: release.yml on Tapanhaz/cykit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cykit-0.0.9-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cykit-0.0.9-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8e38dfa3924657f3a2950c7640d0bab350c162181f35b1300243ef0ca4b6962d
MD5 48a1e9a090ddb0a66c04b26392ce8e29
BLAKE2b-256 f9a95abe91cdab893822c27d8fd4372ad0d05d61e846356b3ab59ca03bf5b319

See more details on using hashes here.

Provenance

The following attestation bundles were made for cykit-0.0.9-cp310-cp310-manylinux_2_28_x86_64.whl:

Publisher: release.yml on Tapanhaz/cykit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cykit-0.0.9-cp310-cp310-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for cykit-0.0.9-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 76f2bf04cf1074ced173649d715757ac6a82d71063cddd7111e7b90de294fced
MD5 40ef4ebe76fc6e7131a7c173a766a9ea
BLAKE2b-256 14b8e2858c4928565df87e2bcce94e6ce88dd59a6903061a951f00540455cab1

See more details on using hashes here.

Provenance

The following attestation bundles were made for cykit-0.0.9-cp310-cp310-manylinux_2_28_aarch64.whl:

Publisher: release.yml on Tapanhaz/cykit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cykit-0.0.9-cp310-cp310-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for cykit-0.0.9-cp310-cp310-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 ac251116d4d0fd0283543367785b261a6f2b757da73a9866965539c73d2db5f7
MD5 b75cffe4fc0c4735ed6ff7ed574037bc
BLAKE2b-256 205a5e293bf7422f741ec649d7221eaf90aa0d4a0896500ebab19d1fc6b561eb

See more details on using hashes here.

Provenance

The following attestation bundles were made for cykit-0.0.9-cp310-cp310-macosx_15_0_x86_64.whl:

Publisher: release.yml on Tapanhaz/cykit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cykit-0.0.9-cp310-cp310-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for cykit-0.0.9-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 e5a72e36d81c48fdcf840c0f5d56414cb4c62f8354a96074dff51ba7ee8a38fc
MD5 203bccdb2bb5127b7fb673ff9b4219a7
BLAKE2b-256 b26af6dbafb921f732378e92987c01a4781ea9f94d63023dfdbb537b22811ebb

See more details on using hashes here.

Provenance

The following attestation bundles were made for cykit-0.0.9-cp310-cp310-macosx_15_0_arm64.whl:

Publisher: release.yml on Tapanhaz/cykit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cykit-0.0.9-cp39-cp39-win_arm64.whl.

File metadata

  • Download URL: cykit-0.0.9-cp39-cp39-win_arm64.whl
  • Upload date:
  • Size: 12.8 MB
  • Tags: CPython 3.9, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for cykit-0.0.9-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 2c80c1f69f71b6c6260382f9f299877185a4ba8d521c7017c6bfd2929fbd8a58
MD5 552a678e44c66c16c888a1cdf4de21f2
BLAKE2b-256 07938025351e58b0eaf8fe158a5d4a4c34d755dbea52909dee5ecb54ba7c7386

See more details on using hashes here.

Provenance

The following attestation bundles were made for cykit-0.0.9-cp39-cp39-win_arm64.whl:

Publisher: release.yml on Tapanhaz/cykit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cykit-0.0.9-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: cykit-0.0.9-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 13.1 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for cykit-0.0.9-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 5bc1703c2d12f0902ab17f2139fd54e49a0d72c530e1c75c8d59455cb1baaa49
MD5 f76778dab1a44a96e082b1de2929ad98
BLAKE2b-256 75f14ccbb8568a8f32030ec69ad61f6b27dad80282c9de58963dd1ec73541c6b

See more details on using hashes here.

Provenance

The following attestation bundles were made for cykit-0.0.9-cp39-cp39-win_amd64.whl:

Publisher: release.yml on Tapanhaz/cykit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cykit-0.0.9-cp39-cp39-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cykit-0.0.9-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8e5aa9c582778619182970d1804a726c19628dafc8e6e34a12a72cca92dd6346
MD5 08b109ef72a51687a678d1443b1c6b27
BLAKE2b-256 be56002f1bfbca14bf37426e8ab0a23972f1d7fc9acd28d64a0586240b522b16

See more details on using hashes here.

Provenance

The following attestation bundles were made for cykit-0.0.9-cp39-cp39-manylinux_2_28_x86_64.whl:

Publisher: release.yml on Tapanhaz/cykit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cykit-0.0.9-cp39-cp39-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for cykit-0.0.9-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 55a494877698a8a6e0b55eba90ce09a63193342068e4c465bbca6aaa2a933e4a
MD5 2abc1d0c5ea0a984060104fdeac222da
BLAKE2b-256 7e5612e27c50f320df86ccadf5beadb653c9fdbbd9ac0089b66cee8c7a452ee4

See more details on using hashes here.

Provenance

The following attestation bundles were made for cykit-0.0.9-cp39-cp39-manylinux_2_28_aarch64.whl:

Publisher: release.yml on Tapanhaz/cykit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cykit-0.0.9-cp39-cp39-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for cykit-0.0.9-cp39-cp39-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 63093487728aee0475af773fb2e1a944a89d842ee48c20f5bc5de9056555e68e
MD5 7fb2acad9719dd6c1727e8b60e8f21b1
BLAKE2b-256 c4b9183ae6df0120bcdcec29f712720177ba37682dd83d084e4b284c6812e927

See more details on using hashes here.

Provenance

The following attestation bundles were made for cykit-0.0.9-cp39-cp39-macosx_15_0_x86_64.whl:

Publisher: release.yml on Tapanhaz/cykit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cykit-0.0.9-cp39-cp39-macosx_15_0_arm64.whl.

File metadata

  • Download URL: cykit-0.0.9-cp39-cp39-macosx_15_0_arm64.whl
  • Upload date:
  • Size: 12.8 MB
  • Tags: CPython 3.9, macOS 15.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for cykit-0.0.9-cp39-cp39-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 406313dec46a32ebe0878ca0817795a415e29840de20afe4c2863600b601d24b
MD5 9cfe929c329c08739c9642ff06dba745
BLAKE2b-256 b262455fbb55fc77b875d180e70bd0043f0419882685d00df283a0713175c4d3

See more details on using hashes here.

Provenance

The following attestation bundles were made for cykit-0.0.9-cp39-cp39-macosx_15_0_arm64.whl:

Publisher: release.yml on Tapanhaz/cykit

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