Skip to main content

Unicorn CPU emulator engine

Project description

Unicorn

Unicorn is a lightweight, multi-platform, multi-architecture CPU emulator framework based on QEMU.

Unicorn offers some unparalleled features:

  • Multi-architecture: ARM, ARM64 (ARMv8), M68K, MIPS, PowerPC, RISCV, SPARC, S390X, TriCore and X86 (16, 32, 64-bit)
  • Clean/simple/lightweight/intuitive architecture-neutral API
  • Implemented in pure C language, with bindings for Crystal, Clojure, Visual Basic, Perl, Rust, Ruby, Python, Java, .NET, Go, Delphi/Free Pascal, Haskell, Pharo, and Lua.
  • Native support for Windows & *nix (with Mac OSX, Linux, *BSD & Solaris confirmed)
  • High performance via Just-In-Time compilation
  • Support for fine-grained instrumentation at various levels
  • Thread-safety by design
  • Distributed under free software license GPLv2

Further information is available at http://www.unicorn-engine.org

Python Bindings for Unicorn

Originally written by Nguyen Anh Quynh, polished and redesigned by elicn, maintained by all community contributors.

Install

Install a prebuilt wheel from PyPI:

python3 -m pip install unicorn

In case you would like to develop the bindings:

DEBUG=1 THREADS=4 python3 -m pip install --user -e .
# Workaround for Pylance
DEBUG=1 THREADS=4 python3 -m pip install --user -e . --config-settings editable_mode=strict

or install it by building it by yourself:

THREADS=4 python3 -m pip install --user .

Explanations for arguments:

  • THREADS=4 will use 4 threads for building.
  • DEBUG=1 will build debug version of unicorn.
  • --user will install the bindings to your user directory instead of requiring root permission.
  • -e infers the editable mode, which gives your instant feedback instead of re-compiling every time.

Note that you should setup a valid building environment according to docs/COMPILE.md but not necessarily build it because setup.py will do this for you.

Python2 compatibility

By default, Unicorn python bindings works with Python3.7 and above, as it offers more powerful features which improves developing efficiency compared to Python2. However, Unicorn will only keep compatible with all features Unicorn1 offers regarding Python2 because it has reached end-of-life for more than 3 years at the time of writing this README. While offering all features for both Python2 & Python3 is desirable and doable, it inevitably costs too much efforts to maintain and few users really rely on this. Therefore, we assume that if users still stick to Python2, previous Unicorn1 features should be enough. If you really want some new features Unicorn2 offers, please check and pull request to unicorn/unicorn_py2. We are happy to review and accept! Even though the build of wheel packages requires Python3, it's still possible to re-tag the wheel produced from Python3 with py2 tag and then run python2 -m pip install <retagged-wheel-py>. For detailed commands please refer to our workflow files.

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

unicorn-2.1.3.tar.gz (2.9 MB view details)

Uploaded Source

Built Distributions

unicorn-2.1.3-py2-none-win_amd64.whl (15.9 MB view details)

Uploaded Python 2Windows x86-64

unicorn-2.1.3-py2-none-win32.whl (11.8 MB view details)

Uploaded Python 2Windows x86

unicorn-2.1.3-py2-none-musllinux_1_2_x86_64.whl (16.7 MB view details)

Uploaded Python 2musllinux: musl 1.2+ x86-64

unicorn-2.1.3-py2-none-musllinux_1_2_i686.whl (20.4 MB view details)

Uploaded Python 2musllinux: musl 1.2+ i686

unicorn-2.1.3-py2-none-musllinux_1_2_aarch64.whl (15.9 MB view details)

Uploaded Python 2musllinux: musl 1.2+ ARM64

unicorn-2.1.3-py2-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (16.3 MB view details)

Uploaded Python 2manylinux: glibc 2.17+ x86-64

unicorn-2.1.3-py2-none-manylinux2014_i686.manylinux_2_17_i686.whl (19.8 MB view details)

Uploaded Python 2manylinux: glibc 2.17+ i686

unicorn-2.1.3-py2-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (15.3 MB view details)

Uploaded Python 2manylinux: glibc 2.17+ ARM64

unicorn-2.1.3-py2-none-macosx_10_9_x86_64.whl (12.9 MB view details)

Uploaded Python 2macOS 10.9+ x86-64

unicorn-2.1.3-cp313-cp313-win_amd64.whl (15.9 MB view details)

Uploaded CPython 3.13Windows x86-64

unicorn-2.1.3-cp313-cp313-win32.whl (11.8 MB view details)

Uploaded CPython 3.13Windows x86

unicorn-2.1.3-cp313-cp313-musllinux_1_2_x86_64.whl (16.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

unicorn-2.1.3-cp313-cp313-musllinux_1_2_i686.whl (20.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

unicorn-2.1.3-cp313-cp313-musllinux_1_2_aarch64.whl (15.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

unicorn-2.1.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (16.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

unicorn-2.1.3-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (19.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

unicorn-2.1.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (15.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

unicorn-2.1.3-cp313-cp313-macosx_10_13_x86_64.whl (12.9 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

unicorn-2.1.3-cp312-cp312-win_amd64.whl (15.9 MB view details)

Uploaded CPython 3.12Windows x86-64

unicorn-2.1.3-cp312-cp312-win32.whl (11.8 MB view details)

Uploaded CPython 3.12Windows x86

unicorn-2.1.3-cp312-cp312-musllinux_1_2_x86_64.whl (16.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

unicorn-2.1.3-cp312-cp312-musllinux_1_2_i686.whl (20.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

unicorn-2.1.3-cp312-cp312-musllinux_1_2_aarch64.whl (15.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

unicorn-2.1.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (16.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

unicorn-2.1.3-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (19.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

unicorn-2.1.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (15.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

unicorn-2.1.3-cp312-cp312-macosx_10_13_x86_64.whl (12.9 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

unicorn-2.1.3-cp311-cp311-win_amd64.whl (15.9 MB view details)

Uploaded CPython 3.11Windows x86-64

unicorn-2.1.3-cp311-cp311-win32.whl (11.8 MB view details)

Uploaded CPython 3.11Windows x86

unicorn-2.1.3-cp311-cp311-musllinux_1_2_x86_64.whl (16.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

unicorn-2.1.3-cp311-cp311-musllinux_1_2_i686.whl (20.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

unicorn-2.1.3-cp311-cp311-musllinux_1_2_aarch64.whl (15.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

unicorn-2.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (16.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

unicorn-2.1.3-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (19.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

unicorn-2.1.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (15.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

unicorn-2.1.3-cp311-cp311-macosx_10_9_x86_64.whl (12.9 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

unicorn-2.1.3-cp310-cp310-win_amd64.whl (15.9 MB view details)

Uploaded CPython 3.10Windows x86-64

unicorn-2.1.3-cp310-cp310-win32.whl (11.8 MB view details)

Uploaded CPython 3.10Windows x86

unicorn-2.1.3-cp310-cp310-musllinux_1_2_x86_64.whl (16.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

unicorn-2.1.3-cp310-cp310-musllinux_1_2_i686.whl (20.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

unicorn-2.1.3-cp310-cp310-musllinux_1_2_aarch64.whl (15.9 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

unicorn-2.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (16.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

unicorn-2.1.3-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (19.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

unicorn-2.1.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (15.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

unicorn-2.1.3-cp310-cp310-macosx_10_9_x86_64.whl (12.9 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

unicorn-2.1.3-cp39-cp39-win_amd64.whl (15.9 MB view details)

Uploaded CPython 3.9Windows x86-64

unicorn-2.1.3-cp39-cp39-win32.whl (11.8 MB view details)

Uploaded CPython 3.9Windows x86

unicorn-2.1.3-cp39-cp39-musllinux_1_2_x86_64.whl (16.7 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

unicorn-2.1.3-cp39-cp39-musllinux_1_2_i686.whl (20.4 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

unicorn-2.1.3-cp39-cp39-musllinux_1_2_aarch64.whl (15.9 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

unicorn-2.1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (16.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

unicorn-2.1.3-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (19.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

unicorn-2.1.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (15.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

unicorn-2.1.3-cp39-cp39-macosx_10_9_x86_64.whl (12.9 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

unicorn-2.1.3-cp38-cp38-win_amd64.whl (15.9 MB view details)

Uploaded CPython 3.8Windows x86-64

unicorn-2.1.3-cp38-cp38-win32.whl (11.8 MB view details)

Uploaded CPython 3.8Windows x86

unicorn-2.1.3-cp38-cp38-musllinux_1_2_x86_64.whl (16.7 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

unicorn-2.1.3-cp38-cp38-musllinux_1_2_i686.whl (20.4 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

unicorn-2.1.3-cp38-cp38-musllinux_1_2_aarch64.whl (15.9 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

unicorn-2.1.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (16.4 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

unicorn-2.1.3-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (19.8 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

unicorn-2.1.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (15.3 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

unicorn-2.1.3-cp38-cp38-macosx_10_9_x86_64.whl (12.9 MB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

unicorn-2.1.3-cp37-cp37m-win_amd64.whl (15.9 MB view details)

Uploaded CPython 3.7mWindows x86-64

unicorn-2.1.3-cp37-cp37m-win32.whl (11.8 MB view details)

Uploaded CPython 3.7mWindows x86

unicorn-2.1.3-cp37-cp37m-musllinux_1_2_x86_64.whl (16.7 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ x86-64

unicorn-2.1.3-cp37-cp37m-musllinux_1_2_i686.whl (20.4 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ i686

unicorn-2.1.3-cp37-cp37m-musllinux_1_2_aarch64.whl (15.9 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ ARM64

unicorn-2.1.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (16.4 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

unicorn-2.1.3-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (19.8 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ i686

unicorn-2.1.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (15.3 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

unicorn-2.1.3-cp37-cp37m-macosx_10_9_x86_64.whl (12.9 MB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

File details

Details for the file unicorn-2.1.3.tar.gz.

File metadata

  • Download URL: unicorn-2.1.3.tar.gz
  • Upload date:
  • Size: 2.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for unicorn-2.1.3.tar.gz
Algorithm Hash digest
SHA256 0c06456cf550c228f2003cc70366afa4aece2e6e7e4c32d8f4b22c717ba6b729
MD5 0f662a46984c1183584f1509f8270df1
BLAKE2b-256 514052d9961c488d9a45c7ed26f76b50e70f0d562d7fafd936121303cc7500ad

See more details on using hashes here.

File details

Details for the file unicorn-2.1.3-py2-none-win_amd64.whl.

File metadata

  • Download URL: unicorn-2.1.3-py2-none-win_amd64.whl
  • Upload date:
  • Size: 15.9 MB
  • Tags: Python 2, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for unicorn-2.1.3-py2-none-win_amd64.whl
Algorithm Hash digest
SHA256 0458880af4230c0c68d7f8a0c81af79fa6cbe6ceafaa25402383e615587b282e
MD5 06d3a6edd628f35c0d90c3c2a875f6fc
BLAKE2b-256 9a4a23a61818935784dc50bb3875444ed42922ebf3059a65819e68093ed6d5bf

See more details on using hashes here.

File details

Details for the file unicorn-2.1.3-py2-none-win32.whl.

File metadata

  • Download URL: unicorn-2.1.3-py2-none-win32.whl
  • Upload date:
  • Size: 11.8 MB
  • Tags: Python 2, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for unicorn-2.1.3-py2-none-win32.whl
Algorithm Hash digest
SHA256 d2385a0f1b43bee5c0efe40d7f42d4bd28823e2cbf49a57abf0667ea94202aba
MD5 e45d70508610ce9bea1f8230d44aa846
BLAKE2b-256 2467ccbfe059adcdae2129e9eb7b2786d56e819c1954474922fea430d35f051d

See more details on using hashes here.

File details

Details for the file unicorn-2.1.3-py2-none-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for unicorn-2.1.3-py2-none-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4c51a275ae50d114355dea7bff025d9ed7292b0cb225f47f25cbb0f7fef4540c
MD5 dfa153220f744ffce620986c4ea667d7
BLAKE2b-256 06d056d132859c7c6867908bb17825de6af42b92b6ecaee325a71229021a4b81

See more details on using hashes here.

File details

Details for the file unicorn-2.1.3-py2-none-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for unicorn-2.1.3-py2-none-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6ca6fec8fd26415e73af77f11c3c790094d58c06aaae14718389663c738bd6b5
MD5 2914c9aa2b0b8cca39df7aec374221f2
BLAKE2b-256 265954f226d7ac8481888618221db678dea02f65bfff89a2542c518568613efd

See more details on using hashes here.

File details

Details for the file unicorn-2.1.3-py2-none-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for unicorn-2.1.3-py2-none-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6fe8ae0d67adc5efeb3658d0f4f36dd33f7b4abdfe5b39cdb9dd4bf63ab7fe6b
MD5 aa4f3ef8d73658f796b145ae2c150d95
BLAKE2b-256 c07ee87448eb5d5ebd3ade4298134b8dedf34062fd6f7ccfc060b37b680cee6a

See more details on using hashes here.

File details

Details for the file unicorn-2.1.3-py2-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for unicorn-2.1.3-py2-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 9c29461185af8c9b82b787b9babe3dc78924bc7d9d13a85f1f5a6dbdd138b250
MD5 35f400420b9770c285647453d28bf36b
BLAKE2b-256 16ea1e166c1638e4969b9056cf808076881af1d3fe22975d5179c3645a6582b8

See more details on using hashes here.

File details

Details for the file unicorn-2.1.3-py2-none-manylinux2014_i686.manylinux_2_17_i686.whl.

File metadata

File hashes

Hashes for unicorn-2.1.3-py2-none-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 a44444847f90fc4d5c3548651cad969179d22e986753d727cfa6ec86f96d262f
MD5 7eb22669b00f88f31327c353f1b1ad4e
BLAKE2b-256 abdcc22f9db8af2cc9ba07cefdaf72fc6e80fd5a1d27ee3c497f4bf4707b57d7

See more details on using hashes here.

File details

Details for the file unicorn-2.1.3-py2-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for unicorn-2.1.3-py2-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 f6a4da42718a406048f7dc9cc139e1817781ab3986da153c68fdc0a58217965f
MD5 f58260491f1ad7a09df76778fd50cbce
BLAKE2b-256 658006e00541f3692db41761641f965cbb585e94fff83bcdb3db62ceffe19832

See more details on using hashes here.

File details

Details for the file unicorn-2.1.3-py2-none-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for unicorn-2.1.3-py2-none-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7b97628094de6b98830a5c3fddb919722053b04b6b6af448c46c8728bf1f24c7
MD5 633b4a8ee91be2f7589000cbe5baeef8
BLAKE2b-256 4583ecd5617929095e42bf5d1d5f050e1b971ba6281fe4e1b37985d00c039839

See more details on using hashes here.

File details

Details for the file unicorn-2.1.3-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: unicorn-2.1.3-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 15.9 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for unicorn-2.1.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 1f218e51ed5e9047575ef6200a6acfacf3ee545e3a9df905445a01101399296e
MD5 8029df32650560ba89932e56896b0038
BLAKE2b-256 d3ddfc08dcabe1b0a38a2d0d560a06213c88fe0b6de09b956273e6800c33210c

See more details on using hashes here.

File details

Details for the file unicorn-2.1.3-cp313-cp313-win32.whl.

File metadata

  • Download URL: unicorn-2.1.3-cp313-cp313-win32.whl
  • Upload date:
  • Size: 11.8 MB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for unicorn-2.1.3-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 ff37f0307f78d1fd43420790307d684f36f56d5d8b1ad102986f99bcbfb03ecb
MD5 e10f1e9a390f83f31080caa0f6ba90cd
BLAKE2b-256 845f118641bb6d34493c9b7cb46e3b0228b168280f9962c06a6be523f3effa47

See more details on using hashes here.

File details

Details for the file unicorn-2.1.3-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for unicorn-2.1.3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a7d0cb2fd742a0914e3dfb52a41b255bdd31937ab2da449dd750ad4cc0558407
MD5 30b644660f1f3d2be82093173ca3f195
BLAKE2b-256 8fba626d86da323e4ee99addd0ebbf6a84c591331149155c90f8e50a569fd1b3

See more details on using hashes here.

File details

Details for the file unicorn-2.1.3-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for unicorn-2.1.3-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f21e05586d48414eb53a8b6a6a79f162d58feffe31a2537816665bf4d0f188ea
MD5 8fc5799a2107696d77a0589acc4c808b
BLAKE2b-256 9f9c0e88e751e52b87301d924ed054ac647afe3ed570d5a0bdbb5d35fdb616bb

See more details on using hashes here.

File details

Details for the file unicorn-2.1.3-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for unicorn-2.1.3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cc9d2b422993baa314c124f81918b9be5fb814301c8dd48a3c2b91c847951936
MD5 c4255e270ed1a24665d3d917d495073c
BLAKE2b-256 d9c0bf271847a4193fd1ccdcdf0ba30067c37b3b2de66254153366d396e014b1

See more details on using hashes here.

File details

Details for the file unicorn-2.1.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for unicorn-2.1.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dabf178a2ad5894556258d38ed9d9b9c3adca4ced10ee3d3ace772b47d02b1c8
MD5 62f5e6e16741c6078c81df9be387046c
BLAKE2b-256 d945d9902bef41673c8de08bd7bc0ee8756e5afa982264d84997eb8f4b4c6984

See more details on using hashes here.

File details

Details for the file unicorn-2.1.3-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for unicorn-2.1.3-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 67d0462f66ba961079728ff74eaf8233fba48dadea80313c0dad5ac4ba8a80be
MD5 5635509d6900a28ba260ceaaa963a75b
BLAKE2b-256 cf831eac513d57de232570be624cfc4ee6ea5d9ee370a7e795e7d1a2e9bd4562

See more details on using hashes here.

File details

Details for the file unicorn-2.1.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for unicorn-2.1.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cea0462b08e94a6b5764692b47ffa6bf2cb6d47fecd6939c874da5165dbd4ba6
MD5 3b2420b473d24bb9b0f1c426dd2ef435
BLAKE2b-256 d631d15f3217a26c9defd1aa1bc23b9dfde64a7a04c21d28e4d46670d329612f

See more details on using hashes here.

File details

Details for the file unicorn-2.1.3-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for unicorn-2.1.3-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 e86b20464b1332248b22185b06fe5a56d4913648f9a41e7286ca83b3fc443747
MD5 56c9d1db0557d7685f459b36ab091323
BLAKE2b-256 a15bd30bfab4577adbf8e7838637f22ae2353b06cf7f743152debf25f6e3219b

See more details on using hashes here.

File details

Details for the file unicorn-2.1.3-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: unicorn-2.1.3-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 15.9 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for unicorn-2.1.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 1b23084ab42fa32ce8758004ce8f3eebbd70106ca6c6deb438a292d5107f01d6
MD5 f075b2fedb0e07c2fd141a4e6d1a7f39
BLAKE2b-256 cc2eb3b9a4a6a520f79930023163515f41d8244c382330e229bb506b2cf4d6b8

See more details on using hashes here.

File details

Details for the file unicorn-2.1.3-cp312-cp312-win32.whl.

File metadata

  • Download URL: unicorn-2.1.3-cp312-cp312-win32.whl
  • Upload date:
  • Size: 11.8 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for unicorn-2.1.3-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 1fe4ddd6a0d6fd8228889857afa2b3bde1062b2c2fd3447eeef9095d6b28026e
MD5 ecd12922a45a70c79ac419b4f455b872
BLAKE2b-256 cbffd5aecef9e2eb982a3a41f53dfb56bb27eefbbd5d4d4b46271ba673ad2379

See more details on using hashes here.

File details

Details for the file unicorn-2.1.3-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for unicorn-2.1.3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dd29c8c86fea78bd228993d8d0a7d812d8c2635421e32b8840b806067cc1c72f
MD5 dfc50892f06750cab4bbe81fcbc43d25
BLAKE2b-256 6fe9171e80ba2fa78c131b7d7ac4e81a067ec285e7aaece500dfaf51d3a6f36a

See more details on using hashes here.

File details

Details for the file unicorn-2.1.3-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for unicorn-2.1.3-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7ba353f3e9fcb46a8cf0175118f51a3b06230da151ec77ff58f4c3cd51249933
MD5 c455b4be15282f67cef6704a3ee24177
BLAKE2b-256 75462ac704fdf2292ef91e088d04f4060b242700c530e0d84620c53dbaacdbc9

See more details on using hashes here.

File details

Details for the file unicorn-2.1.3-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for unicorn-2.1.3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e5b2f93cffbf2e7f572606ed4f873541e3616c39ed89bf8793180f4a52ab845d
MD5 a6a6c3456573c8a393360ae72b902fa8
BLAKE2b-256 1784c0e4841fe88a94b04a360752941f2abaadaf15efb41bc1254b355dd6c90f

See more details on using hashes here.

File details

Details for the file unicorn-2.1.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for unicorn-2.1.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8a5dac317de1fa1f61884826a353ea9e9b3e9ec8dc25b07a8526b82d4750402e
MD5 d887ad73745463295b800bf6e2e45af3
BLAKE2b-256 de5a97f514d9356a9fc5972d87f398d2bcc935d2b34a219a409464cfbc14e24a

See more details on using hashes here.

File details

Details for the file unicorn-2.1.3-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for unicorn-2.1.3-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0e71a92f636225f5dd66e6119460b17d41cae45d3a612dbce4d80f7302a07e16
MD5 778fb1c518b774c85ab1cc0d960c1f17
BLAKE2b-256 b482bff2009d4eab0eec9178c2b4de2a36368aa9f372daa7b8a91d83175fc7cf

See more details on using hashes here.

File details

Details for the file unicorn-2.1.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for unicorn-2.1.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b7109a6f3c70779359cb73c4448defec1628b9c9c101d7e604ba1537e96de988
MD5 5097f1539f1e00a5c9940c21f7521658
BLAKE2b-256 b93f15064fb123166238687c599cbd77a39b9b1c1e8e2dc57969399db9019acf

See more details on using hashes here.

File details

Details for the file unicorn-2.1.3-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for unicorn-2.1.3-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 816d4cf57ae2a86640b66b83fa1ee0e761a6a39e82d62dbfb7ec27d3f0086189
MD5 82be42ab932396fe06b8d5898abacc3f
BLAKE2b-256 9b7ca4a81d1d9ae447e7203e7593a54ae0e316e7e5f643b31513c38608a472ec

See more details on using hashes here.

File details

Details for the file unicorn-2.1.3-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: unicorn-2.1.3-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 15.9 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for unicorn-2.1.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 38b40ccfe1f1a7a8c33491ee549ab20e443d17ec58834cf46349f1478affccaf
MD5 ddb1afd5f874469d37e13f971ac30635
BLAKE2b-256 e7ad6db5fe49a583ca0c680059b0b09fc4af6b8b46c18b2fbe3b2e18f6b9f31b

See more details on using hashes here.

File details

Details for the file unicorn-2.1.3-cp311-cp311-win32.whl.

File metadata

  • Download URL: unicorn-2.1.3-cp311-cp311-win32.whl
  • Upload date:
  • Size: 11.8 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for unicorn-2.1.3-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 6d25f31334c10a82fd6b2ae9569419bf6f53dd9244ab38685a1cebd46388e34f
MD5 d4a666a7a4afd697f76de806e68146bf
BLAKE2b-256 853f0d54a4d72499e7e62808ed9174460c35db4ad262c14a3d1ee71c5856baa6

See more details on using hashes here.

File details

Details for the file unicorn-2.1.3-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for unicorn-2.1.3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 de97f9ccc010d2103083a42d548192de06b94766d1367187f0bf91cfd08d6cbf
MD5 9d6073f8b03932681b8b853341c785d8
BLAKE2b-256 7f1d216782cc1b8d7d7bf41067d8616500b369a9d4da0adb01f3c6d23285deaa

See more details on using hashes here.

File details

Details for the file unicorn-2.1.3-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for unicorn-2.1.3-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 141031e717e1c899a9276282990734f9667abc932720d3e2a22649db151ee0c4
MD5 2837405b7e617dcd7fda627d2326f1b7
BLAKE2b-256 78cf26a167a1a840412da3c3f63ba78eb1c0b4b8295b6eb3f254d76a29ceaea9

See more details on using hashes here.

File details

Details for the file unicorn-2.1.3-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for unicorn-2.1.3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e521a87eb8a16a7513815d88b4bacb724d828be452c140bd5d2d424f2e5a1ec0
MD5 1041cc8fd7582c07accbef6d564b780d
BLAKE2b-256 e59e8974f72a3d959c0aeabf196253432fa1d6ce5b9588d3231ee72cd3578575

See more details on using hashes here.

File details

Details for the file unicorn-2.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for unicorn-2.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c6699453167b1abc98e6dc13728568b383b3d02acd4ec8b5d0189c522bd90522
MD5 53193d1fe71f8f57de1ebbe7e41e8026
BLAKE2b-256 c8d012f504ff7c3354b0837baf85a3536a26c542b4c0babac17e699abe958a5a

See more details on using hashes here.

File details

Details for the file unicorn-2.1.3-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for unicorn-2.1.3-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a3450fd7042afdaeb0aa9412cc10fc8560f204b2dea4784f4f1338159c93fe9c
MD5 9c21d1623def8c747ab1baf796187a91
BLAKE2b-256 3b80ace858fa3297a0c66539433695b3a584bbf4442bf7bd4943c0eaa5f12c21

See more details on using hashes here.

File details

Details for the file unicorn-2.1.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for unicorn-2.1.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ce4eb49a65528b699bb82fc4f7b8cdf3400a1498e22aa14314f555872fc5310e
MD5 a33c578d2ac1fa2317c303dcd56323e7
BLAKE2b-256 46836079a0bc453febabc73102216a495377a520126a7125fdab1f7cdddfbdd3

See more details on using hashes here.

File details

Details for the file unicorn-2.1.3-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for unicorn-2.1.3-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ed1c489de67736d58f3c16da42227d1b65d5d5ee83eabd42d303d68a9523cfd1
MD5 a7c0f8b209e722c2aaf9b9d184030552
BLAKE2b-256 557574132e691806189ee6c86d72bed04b1d47c5e5c1c9ce9bb50c5f66df329a

See more details on using hashes here.

File details

Details for the file unicorn-2.1.3-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: unicorn-2.1.3-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 15.9 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for unicorn-2.1.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 f903d5b50fdc1855b30ad5a95063e1086a8a70a279ed8e62c979e7870e68be48
MD5 d13032985750332ed422c1d1bff72e17
BLAKE2b-256 6e4140e434af1d343a46b98883a3427236259742a99bf37f80100a393aab4270

See more details on using hashes here.

File details

Details for the file unicorn-2.1.3-cp310-cp310-win32.whl.

File metadata

  • Download URL: unicorn-2.1.3-cp310-cp310-win32.whl
  • Upload date:
  • Size: 11.8 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for unicorn-2.1.3-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 aae64ef946404275e7776e873c5621f6988915bc6813e3b272cad7b68a1c9ed5
MD5 08f82e9ddc3ec31236c23f467c008406
BLAKE2b-256 d3f733d2459ddab8fa4232473e0439f5e235fbe97acd095ed74a5526c8c07811

See more details on using hashes here.

File details

Details for the file unicorn-2.1.3-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for unicorn-2.1.3-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 65663784cebf491ceaa92f6afb24df9434843d6b7e1833f7ffe4589b35fd4e36
MD5 21974296c87f291913b61a00cff34124
BLAKE2b-256 6a1a472d2a8d592e53b2fc8824f7d8914be1c88a2e25cc239cbd789831501bf3

See more details on using hashes here.

File details

Details for the file unicorn-2.1.3-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for unicorn-2.1.3-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8b24d10474ae2d4c22bf352751d6170269d5b2b1d65a4a0f8576ea52db9988d9
MD5 714576480961308571e32b3726be3bdf
BLAKE2b-256 a08871443ab9de7087b6c8cb7af0379b7f2d21532bbe14fd29b534478bb2ec7f

See more details on using hashes here.

File details

Details for the file unicorn-2.1.3-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for unicorn-2.1.3-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 83c42310d20389ab670631407372684a0fbddae6a05665e7b3452db01a02682d
MD5 6104612d5e5e976b4d27727a2a647e97
BLAKE2b-256 7a6f8890b8852544548c0ef2d426439c0aa786cb4aeb02c9a633e0fe29f7a6e5

See more details on using hashes here.

File details

Details for the file unicorn-2.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for unicorn-2.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3668a0615560d2b70f7d4dee115a844c205aa7a5a5537ec7ab6c08af1796efa9
MD5 fb59e98f0c8794b4fc49bf794d711388
BLAKE2b-256 4ff0530a080987bcb39f89de5e62bc3ddfbba17802cd07b5700e3679137de0db

See more details on using hashes here.

File details

Details for the file unicorn-2.1.3-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for unicorn-2.1.3-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2a91edb97eb9ff4f205af5c2e54e802a832e57a4b54d82d2598adfd08d48101c
MD5 43b729c2545a385a7aba6f46a7b43ebc
BLAKE2b-256 282f841dcb58559762d061093500818f168b5166b4154d516d7023eb5f1a618d

See more details on using hashes here.

File details

Details for the file unicorn-2.1.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for unicorn-2.1.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a8e7b9396a7b76503b1d32c4b83d35e03e8b2ee81e80a2c7aee77dac7b71f25c
MD5 333c5037baaf61f94643966a7bf522d0
BLAKE2b-256 e197ecf59212c19a0f45cf4f0c9b339a4a5d71723aab3edfdde54711aec0de9a

See more details on using hashes here.

File details

Details for the file unicorn-2.1.3-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for unicorn-2.1.3-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6cbf99c139a238ee6ccfaadea35e65a88461c0ae0dcf78058c8266ff90f8866c
MD5 4b1c4faab48da69dfd66e0040621516e
BLAKE2b-256 11eebf964572cc09b53d31f77890ad1585d68313c21e33e8ec6739eadc55fe47

See more details on using hashes here.

File details

Details for the file unicorn-2.1.3-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: unicorn-2.1.3-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 15.9 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for unicorn-2.1.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 8a1ab8152d3ff04ea1bcfb907836116c82a215833e1ba445d5ae982c7b25bd1c
MD5 c377d84848a9a7418a2dfac094727e58
BLAKE2b-256 4339fa066fe28b1e94c53611f61970cbfc7cb144241ee0c20ec2e3fa36877850

See more details on using hashes here.

File details

Details for the file unicorn-2.1.3-cp39-cp39-win32.whl.

File metadata

  • Download URL: unicorn-2.1.3-cp39-cp39-win32.whl
  • Upload date:
  • Size: 11.8 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for unicorn-2.1.3-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 430569c59fd13ab844c0bebef964fd932f7f38a455f92543d6d22a1debfab523
MD5 545e95ca0d9f1464a1fabf78c935ac98
BLAKE2b-256 2f8eb2f46d2ddb23d30a991714d455e916056e48a3b849b22669ffd2f985ce31

See more details on using hashes here.

File details

Details for the file unicorn-2.1.3-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for unicorn-2.1.3-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ca2ccf27be3dde41365994ecc1a5f591d9f2ed0ace0d27aad0eeac10877757e8
MD5 63e6a7cf14713622497bb5ee5832a639
BLAKE2b-256 9df9b6d4b4ba439a12d55ac59fface7b64b60fb4bb1275f59024d98c668b86fd

See more details on using hashes here.

File details

Details for the file unicorn-2.1.3-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for unicorn-2.1.3-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7901fd0da686bf516b40726c52cea6885c8e7ba062af47b2d2d949705113821d
MD5 ac01b3c3af359828c576cdb7a748ed30
BLAKE2b-256 9679d3a15746c9a55834d094603706b94cca027ed0b1afc87472d63b3a955258

See more details on using hashes here.

File details

Details for the file unicorn-2.1.3-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for unicorn-2.1.3-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c355126e474cea5de058f9b1c7413f1ed7ba641122dac8f47bfdd577eaeb6359
MD5 4f93f4bb2704f1f01522104a7e4f445d
BLAKE2b-256 66f3ccb932477f40d8f5957958eb641c09465d954bc5e21a2b5368bf1f72db8a

See more details on using hashes here.

File details

Details for the file unicorn-2.1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for unicorn-2.1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2abeb1cc6246d06d193a4f66de3795a53228a7e5f61720a9c061331bb7cb9aed
MD5 56a56bcc43ac66e10d44754223a11382
BLAKE2b-256 1517e9b2505315f6bf281081051ce59315c0b3c721add9b0f471a8b6092974d3

See more details on using hashes here.

File details

Details for the file unicorn-2.1.3-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for unicorn-2.1.3-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 cd0cecb9b57a0d248bedd45d8afbfc0336c3030b8d03ba3cd7c79066d7452436
MD5 542bbc4120b7a17252c7b88ce20c61e7
BLAKE2b-256 bed15dff72760425f57c838eb64cb4fc07d35120e1da9055c5ba363e3c368bb1

See more details on using hashes here.

File details

Details for the file unicorn-2.1.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for unicorn-2.1.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 508df7e9aacacd6ce07d7eba5dc47b6d16dfcab2419902cc0f309c8f5f33a66d
MD5 93ac51e265d57f14aad3b3b32b25f808
BLAKE2b-256 484be0f95126d88a11d66dece1e121e626a4c9129fa9cc7d7e092a06b013cb0f

See more details on using hashes here.

File details

Details for the file unicorn-2.1.3-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for unicorn-2.1.3-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e0d668af5ed39f2cdcdfcb4e55f6c6e8e16af1031c092e9f7a14a6aaf067639d
MD5 96adfdc17f67b89836cbebf7bcf1cb4f
BLAKE2b-256 131df9f3ee736235d5c1ed7a2608f3613ae887e29da68e5b3f3f09c1d7612090

See more details on using hashes here.

File details

Details for the file unicorn-2.1.3-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: unicorn-2.1.3-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 15.9 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for unicorn-2.1.3-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 14aac20807d76378f0eb76f68198948297de602c1c2f48a6c9ffa7a86b9b9d71
MD5 981cdb0e31bf42cdaff9be178e2367a9
BLAKE2b-256 c4e440f1ffe9a2ed82a2df049f30ddc444c4e53eb17b80a39d82e8f744ab0d82

See more details on using hashes here.

File details

Details for the file unicorn-2.1.3-cp38-cp38-win32.whl.

File metadata

  • Download URL: unicorn-2.1.3-cp38-cp38-win32.whl
  • Upload date:
  • Size: 11.8 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for unicorn-2.1.3-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 666e21134d4d14b343e930624fed9338bf7df4a3c4ed03ec9e9e28a532d61ad8
MD5 d51abb910585f97414a67431ec18d5ba
BLAKE2b-256 086f4ba5b0ccfab575a0535a6e9421e5cf5a01bd060e1d5ba583b9fec5921f44

See more details on using hashes here.

File details

Details for the file unicorn-2.1.3-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for unicorn-2.1.3-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 593d4e83774b6d690dbbfd1c0d1a1b598fac8315ffee25e292933a956ea126b6
MD5 f80a4f266a0e40f0ed6a76a54540dd58
BLAKE2b-256 31605a8e75bff7d1ed2c710204de704c86a507c01f74abaf799a984cb1653463

See more details on using hashes here.

File details

Details for the file unicorn-2.1.3-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for unicorn-2.1.3-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8a0691e21a6a599217164728dabbf677993a63a7db975a9ed358b1fed3d557c9
MD5 d21a38a7d3971adacac302d0c3e5a818
BLAKE2b-256 d990dbe0a6488bc58fbaffd65c72884a67817551b8b39ae88d7aa4772470dcf1

See more details on using hashes here.

File details

Details for the file unicorn-2.1.3-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for unicorn-2.1.3-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8b93230c851dc679b3ad37d4c376d0f8ba585177e3acd3eddfea8cc13d39084a
MD5 e7793ca66585d57178ccb8c00f9d2e46
BLAKE2b-256 78ac749c492c744eca04f4053064fa428a2f5fdf05dcf5be12a1a0db53c38acf

See more details on using hashes here.

File details

Details for the file unicorn-2.1.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for unicorn-2.1.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 504d9dd77f9030e6b5f09a623e22408c472b001fd2d1edc0c196f1f55174ff73
MD5 c0938bbb9a082bbf9cfe3b95600811f9
BLAKE2b-256 54dbd3dcac0c6849bafeaedf3e76fffe7804ea07301c111c6aef9a5ae99cf2c4

See more details on using hashes here.

File details

Details for the file unicorn-2.1.3-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for unicorn-2.1.3-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2752d4509aaff2b8f25747449f19b04870d5e0e2300953cb1cdae0d90e00ce8b
MD5 35ec5c70504e8a230a89efa6055a30bc
BLAKE2b-256 1197ae90dcde73952bb72005a47ce04310856c1c953f0f2361d8fbdc13975689

See more details on using hashes here.

File details

Details for the file unicorn-2.1.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for unicorn-2.1.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4f27bcd657066cf69eb930d9e9321174a0246093f870f162a4184f2b80751ce5
MD5 ade5d7bae68831f8b6ac36c567bc662d
BLAKE2b-256 2068a27d57e4aeb634445bd1a77a082f441bff4ecd69617f045e3937a629109e

See more details on using hashes here.

File details

Details for the file unicorn-2.1.3-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for unicorn-2.1.3-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7ff9c0477cdb1ea39b6795dd37acb880fdded5a0dc5793a18a5f508d99bcf645
MD5 b43b3bd7ff7f8af7b6c4b0995a573a3a
BLAKE2b-256 f2c70608eefc03754a131a7e224825f8260d515d251fb3bb75b4e6608ce04362

See more details on using hashes here.

File details

Details for the file unicorn-2.1.3-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: unicorn-2.1.3-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 15.9 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for unicorn-2.1.3-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 48bcf3e9764812bb4a0cd11c394dd1f539664a5800aa0ab28678d44a75f48869
MD5 77a53dd701f70353f038ba8e35686a36
BLAKE2b-256 e99ff63585b4364548a6b04e41dce84ed890f64d26626bb1a949a2da1aa1f947

See more details on using hashes here.

File details

Details for the file unicorn-2.1.3-cp37-cp37m-win32.whl.

File metadata

  • Download URL: unicorn-2.1.3-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 11.8 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for unicorn-2.1.3-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 57ea6ceb50074e0cb48d34fec4a7bea0a9923c86aa64d1c205a1804f87d07787
MD5 2c2d5069e9a45dfec82cbe5fceb660ae
BLAKE2b-256 c57fac86df403da4d089bbcd2c367885303ec0db7f113e5bfba4f38dc07d085f

See more details on using hashes here.

File details

Details for the file unicorn-2.1.3-cp37-cp37m-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for unicorn-2.1.3-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0b25012675d4fff4713eff3a8b7ce39ac37ea091cc4e23f5d5b0b2e1666151fd
MD5 1fa1fe1609292244e3607386c8b05799
BLAKE2b-256 4a4cad5a9aaaf6cf3c06554b00de9d695dc4c3d7f6310eb8f8acd81fac5cfe82

See more details on using hashes here.

File details

Details for the file unicorn-2.1.3-cp37-cp37m-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for unicorn-2.1.3-cp37-cp37m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ec343e64e11eb954a99ea3c5502d01aecea5014c95c23ddaf7da50cb988dec1b
MD5 56015067b3756881dbdb8fc1038d257d
BLAKE2b-256 97586ba1c357fd0190c188a54c498beda4820b71fa6c7cea9adc70506c6fd416

See more details on using hashes here.

File details

Details for the file unicorn-2.1.3-cp37-cp37m-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for unicorn-2.1.3-cp37-cp37m-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bfa253f5d40c4c395d7a4606cadf44b0edd05245ff62ca50d9c54f7fdf2328a4
MD5 fe0fcf6bb118aa8de162f01e191a2db4
BLAKE2b-256 31968ccf6cae65a98d1771aeeb9d5f2708528dd3e2023c0de718feed3060197e

See more details on using hashes here.

File details

Details for the file unicorn-2.1.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for unicorn-2.1.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9dd1a93d216cced21f330c8d6174b0ad0fd416541b7b6ff2a9148ba43d706d44
MD5 4ee05a510118fd87cf65a14bcb015645
BLAKE2b-256 0ccfe5f758adbe6d709846e39f3bcac179aaab745669817b7ec9589848bb68c7

See more details on using hashes here.

File details

Details for the file unicorn-2.1.3-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for unicorn-2.1.3-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f6d8fcd81273ecd8e4c9d3714b85a2b2c66af35fa88b62f67618c433a8164cd3
MD5 ca16b3e474ff016dfa5a5d9b185b7fe9
BLAKE2b-256 9f98f64b0cd0c3f4b5b6436418af380c18cad6368f4f63417d0f61ed3ab54eba

See more details on using hashes here.

File details

Details for the file unicorn-2.1.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for unicorn-2.1.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ffe5d4b4d163aedf53540f9557c06a263fc2b491242978721b97717da27593a6
MD5 403e32c7e20c6213ddac267cf9aa92a9
BLAKE2b-256 eaa71ef36bacd349fb6d9c08c293371d03a9cf6ad34c081977a86adfa6157157

See more details on using hashes here.

File details

Details for the file unicorn-2.1.3-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for unicorn-2.1.3-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2a579338c808976c46371f5b0916056edaff3d68a39c1f862e5f9437826d5528
MD5 46c818bbd7bc32f87bf822fea3b0ce63
BLAKE2b-256 c97cd90d39b8e3a81812579e390dbc015a5a76ce52b1f51b852fa0f2f5c3074a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page