Skip to main content

A Fast Async Python backend with a Rust runtime.

Project description

Hypern

Hypern: A Versatile Python and Rust Framework

Hypern is a flexible, open-source framework built on the Rust, designed to jumpstart your high-performance web development endeavors. By providing a pre-configured structure and essential components, Hypern empowers you to rapidly develop custom web applications that leverage the combined power of Python and Rust.

With Hypern, you can seamlessly integrate asynchronous features and build scalable solutions for RESTful APIs and dynamic web applications. Its intuitive design and robust tooling allow developers to focus on creating high-quality code while maximizing performance. Embrace the synergy of Python and Rust to elevate your web development experience.

🏁 Get started

⚙️ To Develop Locally

  • Setup a virtual environment:
python3 -m venv venv
source venv/bin/activate
  • Install required packages
pip install pre-commit poetry maturin
  • Install development dependencies
poetry install --with dev --with test
  • Install pre-commit git hooks
pre-commit install
  • Build & install Rust package
maturin develop

🤔 Usage

🏃 Run your code

You will then have access to a server on the localhost:5005,

# main.py
from hypern import Hypern
from hypern.routing import Route, HTTPEndpoint

class MyEndpoint(HTTPEndpoint):
    
    async def get(self, request):
        return {"data": "Hello World"}

routing = [
    Route("/hello", MyEndpoint)
]

app = Hypern(routing)

if __name__ == "__main__":
    app.start()
$ python3 main.py

You can open swagger UI at path /docs

CLI

- host (str): The host address to bind to. Defaults to '127.0.0.1'.
- port (int): The port number to bind to. Defaults to 5000.
- processes (int): The number of processes to use. Defaults to 1.
- workers (int): The number of worker threads to use. Defaults to 1.
- max_blocking_threads (int): The maximum number of blocking threads. Defaults to 32.
- reload (bool): If True, the server will restart on file changes.
- auto_workers (bool): If True, sets the number of workers and max-blocking-threads automatically.

💡 Features

⚡ High Performance

  • Rust-powered core with Python flexibility
  • Multi-process architecture for optimal CPU utilization
  • Async/await support for non-blocking operations
  • Built on top of production-ready Rust language

🛠 Development Experience

  • Type hints and IDE support
  • Built-in Swagger/OpenAPI documentation
  • Hot reload during development
  • Comprehensive error handling and logging

🔌 Integration & Extensions

  • Easy dependency injection
  • Middleware support (before/after request hooks)
  • WebSocket support
  • Background task scheduling
  • File upload handling

🔒 Security

  • Built-in authentication/authorization (Comming soon)
  • CORS configuration
  • Rate limiting
  • Request validation

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

hypern-0.3.15.tar.gz (200.9 kB view details)

Uploaded Source

Built Distributions

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

hypern-0.3.15-cp312-cp312-win_amd64.whl (3.9 MB view details)

Uploaded CPython 3.12Windows x86-64

hypern-0.3.15-cp312-cp312-win32.whl (3.6 MB view details)

Uploaded CPython 3.12Windows x86

hypern-0.3.15-cp312-cp312-musllinux_1_2_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

hypern-0.3.15-cp312-cp312-musllinux_1_2_i686.whl (4.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

hypern-0.3.15-cp312-cp312-musllinux_1_2_armv7l.whl (4.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

hypern-0.3.15-cp312-cp312-musllinux_1_2_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

hypern-0.3.15-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

hypern-0.3.15-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (5.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

hypern-0.3.15-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (4.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

hypern-0.3.15-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

hypern-0.3.15-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

hypern-0.3.15-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.whl (4.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.12+ i686

hypern-0.3.15-cp312-cp312-macosx_11_0_arm64.whl (3.6 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

hypern-0.3.15-cp312-cp312-macosx_10_12_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

hypern-0.3.15-cp311-cp311-win_amd64.whl (3.9 MB view details)

Uploaded CPython 3.11Windows x86-64

hypern-0.3.15-cp311-cp311-win32.whl (3.6 MB view details)

Uploaded CPython 3.11Windows x86

hypern-0.3.15-cp311-cp311-musllinux_1_2_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

hypern-0.3.15-cp311-cp311-musllinux_1_2_i686.whl (4.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

hypern-0.3.15-cp311-cp311-musllinux_1_2_armv7l.whl (4.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

hypern-0.3.15-cp311-cp311-musllinux_1_2_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

hypern-0.3.15-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

hypern-0.3.15-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (5.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

hypern-0.3.15-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (4.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

hypern-0.3.15-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

hypern-0.3.15-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

hypern-0.3.15-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl (4.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.12+ i686

hypern-0.3.15-cp311-cp311-macosx_11_0_arm64.whl (3.6 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

hypern-0.3.15-cp311-cp311-macosx_10_12_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

hypern-0.3.15-cp310-cp310-win_amd64.whl (3.9 MB view details)

Uploaded CPython 3.10Windows x86-64

hypern-0.3.15-cp310-cp310-win32.whl (3.6 MB view details)

Uploaded CPython 3.10Windows x86

hypern-0.3.15-cp310-cp310-musllinux_1_2_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

hypern-0.3.15-cp310-cp310-musllinux_1_2_i686.whl (4.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

hypern-0.3.15-cp310-cp310-musllinux_1_2_armv7l.whl (4.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

hypern-0.3.15-cp310-cp310-musllinux_1_2_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

hypern-0.3.15-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

hypern-0.3.15-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (5.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

hypern-0.3.15-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (4.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

hypern-0.3.15-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

hypern-0.3.15-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

hypern-0.3.15-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl (4.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.12+ i686

hypern-0.3.15-cp310-cp310-macosx_11_0_arm64.whl (3.6 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

hypern-0.3.15-cp310-cp310-macosx_10_12_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

File details

Details for the file hypern-0.3.15.tar.gz.

File metadata

  • Download URL: hypern-0.3.15.tar.gz
  • Upload date:
  • Size: 200.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for hypern-0.3.15.tar.gz
Algorithm Hash digest
SHA256 1c4b65d0151604bbf825f256c53ae0890b8ea1aed6a4892432cd69adf2b83159
MD5 86c3ee18c28de6f43e6eaf48ae8d34a5
BLAKE2b-256 84ddf8fc7a6cfa45e9a31e6323fce86fdacd592f9de870a3e34f5e8e2598a02b

See more details on using hashes here.

File details

Details for the file hypern-0.3.15-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: hypern-0.3.15-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 3.9 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for hypern-0.3.15-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 88ce960c60e98fcd1cb5304762cb9fd9a6cf5207b74074571de05bb62357084d
MD5 8411c90ae2c960b5f68f5169acab3a8b
BLAKE2b-256 da04ea503410823e656be169c0e5b659819d503efee51950a7892f89fed9305c

See more details on using hashes here.

File details

Details for the file hypern-0.3.15-cp312-cp312-win32.whl.

File metadata

  • Download URL: hypern-0.3.15-cp312-cp312-win32.whl
  • Upload date:
  • Size: 3.6 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for hypern-0.3.15-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 01228859025f06bf9f7f6a8c5b198eb43c396e5dece98f7b6d7028735babd9cf
MD5 12895094728e35b4fa4aa0093fc38979
BLAKE2b-256 f78404ad68f64a581547507261a3eed8d966556f1a14f51bffd658859862413f

See more details on using hashes here.

File details

Details for the file hypern-0.3.15-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for hypern-0.3.15-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bf9c289fb3a843a359bddc5572f84e81271876f793f1843463b4389eab2722ec
MD5 fb8777ad4b26dd7c0153505d22b038a9
BLAKE2b-256 f93a5067a85593874cb0969783ce06a0e963b8e2622d5243dd6d0f1e4b551a9c

See more details on using hashes here.

File details

Details for the file hypern-0.3.15-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for hypern-0.3.15-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 471b15e32b10c1065ed20361a8246b35bd8c8ca5dd34c916cd2b2568d3a34699
MD5 f508509c0cf77c72207a2497abcf1376
BLAKE2b-256 6e1447f0534c637c5f16e031f8f74cb94876414622212d92c549e5831d73dc6a

See more details on using hashes here.

File details

Details for the file hypern-0.3.15-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for hypern-0.3.15-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 5d14adeb94cedd71feed3eb43429114a46cf3f7bbdecef5fffddcc46698a6771
MD5 a265b4ea96ab6696c265ca15cb149656
BLAKE2b-256 2fefd9d9cb3cfd71e437d68c3e995b914f46d701b35f98111c7d9bbcd18e7c88

See more details on using hashes here.

File details

Details for the file hypern-0.3.15-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for hypern-0.3.15-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 597d6511d1db67d9c798d0cae9162286f256e645d5f6a41c4c8296b7527ee70a
MD5 7a910212c4fe29c99b01e9b847e05502
BLAKE2b-256 71b6a4ea6353c72a5e692deffa2c0d8e51eed00505592d618af2f76fc91b6393

See more details on using hashes here.

File details

Details for the file hypern-0.3.15-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for hypern-0.3.15-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2f9a9b73f0bf2b05defd1f613e6290452875f498172812ad7623934569a5bb4c
MD5 35c25952aa63f7bc0418df4442739e1d
BLAKE2b-256 817e69d7dc05e58c92622f76854e1e5928c7848944d4db5ef1c8fb81aa2a8356

See more details on using hashes here.

File details

Details for the file hypern-0.3.15-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for hypern-0.3.15-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 48ccf2e3fd5d0044cdb6c801204189fd51c4b6ea45ae2e6f9042260a4d40aa0b
MD5 1ae915ffe072f59cda30f5e6e27720a7
BLAKE2b-256 8ef60709d847183b0dcb76ad981351a868e77c94ec93ae57ef06282f890a2abe

See more details on using hashes here.

File details

Details for the file hypern-0.3.15-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for hypern-0.3.15-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3e331f3033c2d163ffca8aeef52ff8f57c5e887cb400751bf6a1399aed7c8317
MD5 baae63b0a026b4c0db98811d9ca981e0
BLAKE2b-256 95b2fb2e96b412a1f53737c16de8f421e06cb789d7402b6b5f7d11ab346cb4bb

See more details on using hashes here.

File details

Details for the file hypern-0.3.15-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for hypern-0.3.15-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ed8a52de3555896b88e0b6e2db923cb28932ed58f2542de7da7a208b33ae5fb1
MD5 cc2c931416f09325391e446c1db4fc6e
BLAKE2b-256 bc8dd84d5ae83ea06763caf3d16f03172055b4f582dd246374c7541c0c943b87

See more details on using hashes here.

File details

Details for the file hypern-0.3.15-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for hypern-0.3.15-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5e362961363e13a5a76a4a7c426dd315697e1e51f0afa953d60541bb6612c59e
MD5 3fe470a35f506abee08dd04b5d2eb7dc
BLAKE2b-256 f9e534bb28d67032ccb2361b343b4eed1c8d41df924ea3c4046e27934b65922a

See more details on using hashes here.

File details

Details for the file hypern-0.3.15-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for hypern-0.3.15-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 e3a297c3398152b1c62158bbeeeaa050916ea935fd9e8009636f0fa72d35bae1
MD5 29ea803a885127602cad904a91c72f18
BLAKE2b-256 1d8d4e03c9876abdac2ec015cbc730548ef9a8aa6c0f37f42e2fab9e7adb83a9

See more details on using hashes here.

File details

Details for the file hypern-0.3.15-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hypern-0.3.15-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a6c5adc4dd5653bc21a5a6ac4710842a52ac31c5793512959c7bac9c14494bdf
MD5 ba249508204e492fd0c34a92a1959fa9
BLAKE2b-256 cb826fe3909b566c193cb987acc8417e08de9133bf54205dd9f55396bba1fa61

See more details on using hashes here.

File details

Details for the file hypern-0.3.15-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for hypern-0.3.15-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 76b4e6ed140dfff2c5d19714e730b7928c70a51679da0d80d41fc863f8fc1672
MD5 e51a599d05bc5317ac588441545ee121
BLAKE2b-256 650f6783589e2603ee60d39ae720e9d21f23271dedd19a04d41b3f7e90dd91d5

See more details on using hashes here.

File details

Details for the file hypern-0.3.15-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: hypern-0.3.15-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 3.9 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for hypern-0.3.15-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 cd8a570e02add461191cd6e8d8d29e317dc9bfeeced56b6bd420187332fa333d
MD5 1c17f3844c162b04eebc780cb5086e45
BLAKE2b-256 07012d4f902849607beeaa2f70b7e69cb3638d00c60c24b6de2d6426fc3af09f

See more details on using hashes here.

File details

Details for the file hypern-0.3.15-cp311-cp311-win32.whl.

File metadata

  • Download URL: hypern-0.3.15-cp311-cp311-win32.whl
  • Upload date:
  • Size: 3.6 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for hypern-0.3.15-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 6cfe050032769bbffe2bea6a2199658c8eb927c631b0a218c975823651a64db2
MD5 fb48edb0067c47fef3ad7ad20f2b7f74
BLAKE2b-256 6a9eb6d505a8e130b2cc6d450011bf9558e77595a7689009ffe73bd0f0249562

See more details on using hashes here.

File details

Details for the file hypern-0.3.15-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for hypern-0.3.15-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c06525c6fec307a707d8b8a05dc349fd87de76f1661c97989a32b3e7edfa9db6
MD5 afffd37cd2dd3af822611ac5c411f0fb
BLAKE2b-256 b90bc75f8c2542d4d5b84d8438da954ebd527e0f3416db2ea837d0218b8ea860

See more details on using hashes here.

File details

Details for the file hypern-0.3.15-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for hypern-0.3.15-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 37ced0960813e69660f5a3085870e68caf3582aac7004bfa3927930f20187a6c
MD5 5999d534643d1694a7771202f0612673
BLAKE2b-256 c5aace18a44eac009190f258d66630b76b4212004c5f293f94827c48a0031222

See more details on using hashes here.

File details

Details for the file hypern-0.3.15-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for hypern-0.3.15-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 341ddcd01428afe231dd420f99b8f139528cb95f1701e9662a41183d1c111fe0
MD5 6abc5cc1569a254b7f0bd4263d8c9de6
BLAKE2b-256 02854d19181b4c9e02a87676a5eb67c67757bba8d4fd6bb5a9555f4103ca50f1

See more details on using hashes here.

File details

Details for the file hypern-0.3.15-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for hypern-0.3.15-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1aa898f8ef2f9cb8543d72b8719adf11ee504264dec6f8e387b228253a616f1c
MD5 2770bde5a99c637b05d500e0171d6077
BLAKE2b-256 eed9217d506b64cb21e883fa5519bc859cc66fa16fc25af52790ac34186da4cb

See more details on using hashes here.

File details

Details for the file hypern-0.3.15-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for hypern-0.3.15-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fd373b3088049982d18a41bd16b6666fe028b88212bb3e368e47e065b3f8631b
MD5 c061fa4b48a8fc5835c4aaee3b4b0835
BLAKE2b-256 d5f259291b23d73c630557a73fb5fa64360ada145b6e5140d0f77802b81fbe92

See more details on using hashes here.

File details

Details for the file hypern-0.3.15-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for hypern-0.3.15-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ba3e22baa55db0c69ca157e33f5bad8932872d07d2fe03e6d9e35f11f1851571
MD5 f723862a6d77827d6b0b4e8d703a7a53
BLAKE2b-256 3a3fd83ebd922fddf10a2a1b0875aa47426cd631f785a9b7e854f8b353226f74

See more details on using hashes here.

File details

Details for the file hypern-0.3.15-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for hypern-0.3.15-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3201e285bab90fcd4b49b8f4485834695dcfc0777a8ebd4b69b0253e873d269b
MD5 596407f0eb10413adbb4b3f6dace21dd
BLAKE2b-256 22c118cbb9f43e6b81bbeb6637ecfbc65b8875ccf6100cc76c7f5c03f54e2878

See more details on using hashes here.

File details

Details for the file hypern-0.3.15-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for hypern-0.3.15-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0b0a40dc4feade525c9421ae95929d2792c9c478232f6a3edd8b8e2dbdde1a45
MD5 dd62256bec5a04cd163b5c90170f1a8e
BLAKE2b-256 b664b7802bf73c66cc26beb8343de2360406e4932da8b6529923ceca711e1b64

See more details on using hashes here.

File details

Details for the file hypern-0.3.15-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for hypern-0.3.15-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 21eb47d9ea6ae20ce1257a7fe0aaadc00f6b974a56cb9b3d0e868baa70eea022
MD5 99fad5c7acaf5fe66e637cc12f71877d
BLAKE2b-256 4579eef9eed9b2048b6c41f57281256eaed5855d4cde9ca08693ff83e666c037

See more details on using hashes here.

File details

Details for the file hypern-0.3.15-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for hypern-0.3.15-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 f5b001eb44cbbc2165b40b7e0f380e1f881805c7770d8c829f5201dab223c351
MD5 135f9539f61251c6461390592d5756c0
BLAKE2b-256 f4fd61ff5b1b3d156e65b59b9aa278253aabdc602a8ac675425e8246305b6cf0

See more details on using hashes here.

File details

Details for the file hypern-0.3.15-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hypern-0.3.15-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c8ff48a71fe26dc906cde55a8e918f32d99b16979cdab98778d7ade6de7b29ed
MD5 0b1cb38f2d722d2e97b102230d65489f
BLAKE2b-256 db01e6d60d9b0ac7fa9a98071e48574157a40d2ddba4cd07b2345ab1e040a073

See more details on using hashes here.

File details

Details for the file hypern-0.3.15-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for hypern-0.3.15-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e1d2b4a2076ab18de4ed0f01222dde5d45e0bf46230d602a717d9dbf9c61f044
MD5 bd1b3a306f319e863d32ae9109929428
BLAKE2b-256 dfd59168c146680822da1173984878421f372cebae0fc0223b3683b646f95dd3

See more details on using hashes here.

File details

Details for the file hypern-0.3.15-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: hypern-0.3.15-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 3.9 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for hypern-0.3.15-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 d5a86cb826c3459dad28606ffeaa563ed65100f374fd492158fb3eec78218bed
MD5 cdc223cff22a73ceabe560c5eeaf58d5
BLAKE2b-256 5be91e13727473a5092bc8910fbb251c659dcfb76afd513b8c01a7e404b2eca2

See more details on using hashes here.

File details

Details for the file hypern-0.3.15-cp310-cp310-win32.whl.

File metadata

  • Download URL: hypern-0.3.15-cp310-cp310-win32.whl
  • Upload date:
  • Size: 3.6 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for hypern-0.3.15-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 56b1cafa5e3b96e2bb348c35e01d3bd39f5bdf5f0a9ea74832bf1a06c3eb9460
MD5 df63b27c858acc3adfb5de913e0c7e35
BLAKE2b-256 bb3c548a234732c7db3cb49196e7db3462e21b852adb61d833decfc18d5d454b

See more details on using hashes here.

File details

Details for the file hypern-0.3.15-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for hypern-0.3.15-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e40aede214dd57380d38a8edf41451e22e3f560c145ce9ea24fb2e4b6d54758d
MD5 e5577b4e6eaf60e26bc77a1f8e3aa4be
BLAKE2b-256 1f5737903da335479adf1c0c9db7dcdcf5a9285e893dc37d6550b48e8d62b807

See more details on using hashes here.

File details

Details for the file hypern-0.3.15-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for hypern-0.3.15-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3030a0fb47abfdb209f778cf9d92870fa43a0a13323e13568266a73d84c3febf
MD5 4f37019e408e8290ec2d7c59f8d42957
BLAKE2b-256 655938cf0f1a7494d6f4c07073e37fefff79b7ee66863274dd232d438ad024ac

See more details on using hashes here.

File details

Details for the file hypern-0.3.15-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for hypern-0.3.15-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 796833c353f9f9aec85d69dd12331d325e03772de7092e41f6618dbedfd005f8
MD5 12e17d2100e91ef2ae269f103b0e3d5e
BLAKE2b-256 9916aa84dfc3c620a43c6a7ff52134e676b4468b271f3752e17b6bcb4ba34ef8

See more details on using hashes here.

File details

Details for the file hypern-0.3.15-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for hypern-0.3.15-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 10bd23b761cf4cf50335cb4ec48e9460e728266f1b17fed7e5ea41a61aabadec
MD5 2aad3274dbc08cd86478fd7c4a9fea44
BLAKE2b-256 d9f2a76bbeded1f6fba46172ed17aed6c16d5059c60b9fd249baad0468a89587

See more details on using hashes here.

File details

Details for the file hypern-0.3.15-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for hypern-0.3.15-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 62c1d5ac3182c0c7cf4f2ecee6945f229b4a5e4281c9a7816fbbaa2065b481e3
MD5 2c07f734b65a21e5af5b5f98c0a04f72
BLAKE2b-256 5bdca72988c440f3c2db2a3dbca977ef45abf0ecfd73ce2575d07e9ea0f061c1

See more details on using hashes here.

File details

Details for the file hypern-0.3.15-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for hypern-0.3.15-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 77f8de8895c637208c967819bcb1fe7a70d0dc1b30dfd05cd14bee1f2253920c
MD5 066434fce7de31afa1c5f0c725333421
BLAKE2b-256 f6ac200c0554efca60bffbf92a0dae5ca15bddef9176bc6dbf408afa99348059

See more details on using hashes here.

File details

Details for the file hypern-0.3.15-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for hypern-0.3.15-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 97ba8b3a0e70ed6c0de36161bf0bf8c67940064ec262372135627567d858cb96
MD5 43bc05dd4f8d28ec411de971bfd2e47f
BLAKE2b-256 3202fc4966b57e1a92eef3d3353f5fa4637a85ce7b6a4b77511453a6a6b97e5f

See more details on using hashes here.

File details

Details for the file hypern-0.3.15-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for hypern-0.3.15-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 cd668558f221c9160bc1349dc083ae3631ca1c0725379c3094fb8b12fea27966
MD5 26b96118c8ca6140762dbc6324e76a77
BLAKE2b-256 f9b394dbec8780a590edfa701737b695d13fbbcd7045ac5b0789c31a69db24ad

See more details on using hashes here.

File details

Details for the file hypern-0.3.15-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for hypern-0.3.15-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 26c7f6301bf0cc53c3efcdb2c01e7fe55d342decaccc5cd042ddbce855bce65d
MD5 a7af2d3150f7c1779af52edce8691b4b
BLAKE2b-256 5b52c002061401963ff35cd1177c1bed9aa204dfbe6dfbfdb6d5dcaadf468798

See more details on using hashes here.

File details

Details for the file hypern-0.3.15-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for hypern-0.3.15-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 4cc67026d422f27934d12561067bc4c704f3dc22007dea73a4b098a7747a8769
MD5 d93d12046f742ae18db39891bf6d0c71
BLAKE2b-256 5e803e3935e0deca7e712a5c3f634526b302ae03bbd2856d236f533d59e906ab

See more details on using hashes here.

File details

Details for the file hypern-0.3.15-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hypern-0.3.15-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 91e8ee4ab7a648b89629e65411d9d5e351b94999851b1b6d0eb924e6dadb6204
MD5 cb4ae28ace77cbc53d07b59fcf58de77
BLAKE2b-256 22fee26ace3a609d2b9a1ad482b50a356f0c436784b93ab7bc314f71fe111389

See more details on using hashes here.

File details

Details for the file hypern-0.3.15-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for hypern-0.3.15-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f8a0b159b3b6d90316fd00f87cbb46fdfe0fbdbc71c6a6b638647fed625ba91b
MD5 261af05437480ef09119004e317667cc
BLAKE2b-256 dc6e29d16b108a7f31799b674b19a689de306b87f4f7e9ab8ad216e8b01baa6e

See more details on using hashes here.

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