Skip to main content

A web server that is fast!

Project description

Robyn Logo

Robyn

Twitter Gitter Downloads Code style: black GitHub tag License Discord

view - Documentation

Robyn is a fast async Python web server with a runtime written in Rust.

Check out the talk at PyCon Sweden 2021 about Robyn: An async python web framework with a Rust runtime

📦 Installation

You can simply use Pip for installation.

pip install robyn

Or, with conda-forge

conda install -c conda-forge robyn

🤔 Usage

from robyn import Robyn

app = Robyn(__file__)

@app.get("/")
async def h(request):
    return "Hello, world!"

app.start(port=5000)

💡 Features

  • Under active development!
  • Written in Rust, btw xD
  • A multithreaded Runtime
  • Extensible
  • A simple API
  • Sync and Async Function Support
  • Dynamic URL Routing
  • Multi Core Scaling
  • WebSockets!
  • Middlewares
  • Hot Reloading
  • Community First and truly FOSS!

🗒️ Contributor Guidelines

Feel free to open an issue for any clarification or for any suggestions.

If you're feeling curious. You can take a look at a more detailed architecture here.

⚙️ To Develop Locally

  1. Install the development dependencies: pip install -r dev-requirements.txt

  2. Install the pre-commit git hooks: pre-commit install

  3. Add more routes in the integration_tests/base_routes.py file(if you like).

  4. Run maturin develop or maturin develop --cargo-extra-args="--features=io-uring" (if you want to run the experimental version).

  5. Run python3 integration_tests/base_routes.py

🏃 To Run

python3 app.py -h

usage: app.py [-h] [--processes PROCESSES] [--workers WORKERS] [--dev DEV]

Robyn, a fast async web framework with a rust runtime.

optional arguments:
  -h, --help            show this help message and exit
  --processes PROCESSES : allows you to choose the number of parallel processes
  --workers WORKERS : allows you to choose the number of workers
  --dev DEV : this flag gives the option to enable hot reloading or not and also sets the default log level to debug
  --log-level LEVEL : this flag allows you to set the log level

✨ Contributors/Supporters

To contribute to Robyn, make sure to first go through the CONTRIBUTING.md.

Thanks to all the contributors of the project. Robyn will not be what it is without all your support :heart:.

Special thanks to the PyO3 community and Andrew from PyO3-asyncio for their amazing libraries and their support for my queries. 💖

✨ Sponsors

These sponsors help us make the magic happen!

DigitalOcean Referral Badge

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

robyn-0.21.0.tar.gz (764.5 kB view details)

Uploaded Source

Built Distributions

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

robyn-0.21.0-cp310-none-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.10Windows x86-64

robyn-0.21.0-cp310-none-win32.whl (2.6 MB view details)

Uploaded CPython 3.10Windows x86

robyn-0.21.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

robyn-0.21.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (5.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

robyn-0.21.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

robyn-0.21.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

robyn-0.21.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

robyn-0.21.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl (4.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.12+ i686

robyn-0.21.0-cp310-cp310-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (6.3 MB view details)

Uploaded CPython 3.10macOS 10.9+ universal2 (ARM64, x86-64)macOS 10.9+ x86-64macOS 11.0+ ARM64

robyn-0.21.0-cp310-cp310-macosx_10_7_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.10macOS 10.7+ x86-64

robyn-0.21.0-cp39-none-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.9Windows x86-64

robyn-0.21.0-cp39-none-win32.whl (2.6 MB view details)

Uploaded CPython 3.9Windows x86

robyn-0.21.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

robyn-0.21.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (5.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

robyn-0.21.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

robyn-0.21.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

robyn-0.21.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

robyn-0.21.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl (4.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.12+ i686

robyn-0.21.0-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (6.3 MB view details)

Uploaded CPython 3.9macOS 10.9+ universal2 (ARM64, x86-64)macOS 10.9+ x86-64macOS 11.0+ ARM64

robyn-0.21.0-cp39-cp39-macosx_10_7_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.9macOS 10.7+ x86-64

robyn-0.21.0-cp38-none-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.8Windows x86-64

robyn-0.21.0-cp38-none-win32.whl (2.6 MB view details)

Uploaded CPython 3.8Windows x86

robyn-0.21.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.6 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

robyn-0.21.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (5.0 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

robyn-0.21.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.4 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

robyn-0.21.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.4 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

robyn-0.21.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.5 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

robyn-0.21.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl (4.7 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ i686

robyn-0.21.0-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (6.3 MB view details)

Uploaded CPython 3.8macOS 10.9+ universal2 (ARM64, x86-64)macOS 10.9+ x86-64macOS 11.0+ ARM64

robyn-0.21.0-cp38-cp38-macosx_10_7_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.8macOS 10.7+ x86-64

robyn-0.21.0-cp37-none-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.7Windows x86-64

robyn-0.21.0-cp37-none-win32.whl (2.6 MB view details)

Uploaded CPython 3.7Windows x86

robyn-0.21.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.6 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

robyn-0.21.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl (5.0 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ s390x

robyn-0.21.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.4 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ppc64le

robyn-0.21.0-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.4 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARMv7l

robyn-0.21.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.5 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

robyn-0.21.0-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl (4.7 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ i686

robyn-0.21.0-cp37-cp37m-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (6.3 MB view details)

Uploaded CPython 3.7mmacOS 10.9+ universal2 (ARM64, x86-64)macOS 10.9+ x86-64macOS 11.0+ ARM64

robyn-0.21.0-cp37-cp37m-macosx_10_7_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.7mmacOS 10.7+ x86-64

File details

Details for the file robyn-0.21.0.tar.gz.

File metadata

  • Download URL: robyn-0.21.0.tar.gz
  • Upload date:
  • Size: 764.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.1

File hashes

Hashes for robyn-0.21.0.tar.gz
Algorithm Hash digest
SHA256 471419a0471e0b94af4b8ae2292734e02f985bfcdaf047737f800ff340799baa
MD5 62c3dad28add1dd433c3a8b7d4de87a6
BLAKE2b-256 9d9ba8b1d8a09b7b293ee5147a333f3aa9b04f6393ae0a4f80e358b6226c820e

See more details on using hashes here.

File details

Details for the file robyn-0.21.0-cp310-none-win_amd64.whl.

File metadata

  • Download URL: robyn-0.21.0-cp310-none-win_amd64.whl
  • Upload date:
  • Size: 2.8 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.1

File hashes

Hashes for robyn-0.21.0-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 568771e2bf6a8dd5b25b79314a91df49c8f7153b18013f92e57f252d2b142690
MD5 508d63a68d66380c99fc5563e20df182
BLAKE2b-256 7a8864ff3543fb6ca3aba9f1ee42d1fa52963dba5bee812f68d49ead03999187

See more details on using hashes here.

File details

Details for the file robyn-0.21.0-cp310-none-win32.whl.

File metadata

  • Download URL: robyn-0.21.0-cp310-none-win32.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.1

File hashes

Hashes for robyn-0.21.0-cp310-none-win32.whl
Algorithm Hash digest
SHA256 ad677c7f6ca70246d03226f5f23393654a7b1a002cb70ae93e1ff043c9ef2219
MD5 ddf64e6366ab4d4e106276a2c3e5bbe7
BLAKE2b-256 5a9f4e4f9d80e28cd556e0949bf965333b4df13af95e36bfce1ecae17e840ccf

See more details on using hashes here.

File details

Details for the file robyn-0.21.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for robyn-0.21.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 97f42bca72bc157bfae1299a9bc3d6749206b7a8670759f33b71f81cb2fac670
MD5 d862604fec26a14d6eabe82d030db9c7
BLAKE2b-256 e730cf6a9e9aba032218de2d0eede00363ea1698c3fc454aec05b001a9aea872

See more details on using hashes here.

File details

Details for the file robyn-0.21.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for robyn-0.21.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 5fcc4b6441f7fcc2a8d936651c918bf2f488f14c22ebb66e6c777851255d96de
MD5 c133c5841de261e66816b442d4bc22b1
BLAKE2b-256 d9f8610b3d862092b601ed2b0cef04101fc6ac002cfa1f08d3f189ae322fe829

See more details on using hashes here.

File details

Details for the file robyn-0.21.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for robyn-0.21.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 445c5fd7f67b7cddc6c5cc9c323430c038d7164bd2f7b62ddbd7090a8888b597
MD5 19a2606c319884cb6f8db089d58abf24
BLAKE2b-256 4bdf29df9e51204d4585d8c1346e13f5502e583c148d65e8573928eaea8bde8c

See more details on using hashes here.

File details

Details for the file robyn-0.21.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for robyn-0.21.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7dc696f84474bc6bdc2366e898ce4cfbd75638261c904a4cf5e752ba0fcc07ee
MD5 57a531a0eab63fe408ea7f9538e71837
BLAKE2b-256 3bbca01e859e80896333a909166512e6355fae753052e5c38d94fd8f7fe2b749

See more details on using hashes here.

File details

Details for the file robyn-0.21.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for robyn-0.21.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2d9cc27086496107c7b6b0c6a31998c5104fe40e8f450517393036a1b3e9d7ef
MD5 d889d31f335a7465df0f3afc89614092
BLAKE2b-256 3384bb5131ee29c43081ed5a6eb5a50d693105f1ad0cb5dca33c708d893b30f6

See more details on using hashes here.

File details

Details for the file robyn-0.21.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for robyn-0.21.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 5641cbf83eabbe931d4931bb914c664c3603b2b6a136825bc0a83b016befe9c5
MD5 9bab8712dffbd8c427e337e097826e0f
BLAKE2b-256 707fca602c60c16452097a558700a986f3ac9ea9a12e50981db43955c994c78a

See more details on using hashes here.

File details

Details for the file robyn-0.21.0-cp310-cp310-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for robyn-0.21.0-cp310-cp310-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 89fd1a8e813c62de9ef78782d0afdd80873fda6d4b28adc53e31a60e0aa70d8a
MD5 b2f998b51315413f1de6dc61c0599f02
BLAKE2b-256 92ca51b24c52b13df902714c544a5ddd51e3a73295fb9a8c5530f5b8b9e3e6ab

See more details on using hashes here.

File details

Details for the file robyn-0.21.0-cp310-cp310-macosx_10_7_x86_64.whl.

File metadata

File hashes

Hashes for robyn-0.21.0-cp310-cp310-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 19d9b24dbb92fdbe1cc4b54212b5391e4a4c14735cc785031e5b201cd455c8f7
MD5 b314624a1d0c33eab5f8764f2c7be50f
BLAKE2b-256 89a8b49a16541dc43226bb77343c830301100aa5b5d73c2d1368a7c1cdd416f8

See more details on using hashes here.

File details

Details for the file robyn-0.21.0-cp39-none-win_amd64.whl.

File metadata

  • Download URL: robyn-0.21.0-cp39-none-win_amd64.whl
  • Upload date:
  • Size: 2.8 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.1

File hashes

Hashes for robyn-0.21.0-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 7033c40c85c1969c32740577db6e509e9ca98f3b7e372c5b9834cadec4b032d3
MD5 ca25c58faed90c936b69f5357a69df1a
BLAKE2b-256 05847872e2d65ff85c22044f7ae03377888e7055f84de1f3be4e1e2d42ef7fb8

See more details on using hashes here.

File details

Details for the file robyn-0.21.0-cp39-none-win32.whl.

File metadata

  • Download URL: robyn-0.21.0-cp39-none-win32.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.1

File hashes

Hashes for robyn-0.21.0-cp39-none-win32.whl
Algorithm Hash digest
SHA256 de191da8b6111ac141b256a4dd8989366a354150594d078317987a69a593a6bd
MD5 9044965509b89620f3e2229dfe157e7c
BLAKE2b-256 d02a6f85a91d5a131a73acf14b5dfa14fe8eda407e5261fecf39a4fd9c934208

See more details on using hashes here.

File details

Details for the file robyn-0.21.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for robyn-0.21.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 de0403f2d4a24797b58852f24f1b429a64740d96ccccd82daa825c5a58992e40
MD5 f96ffe07033edc465ba091e99739f507
BLAKE2b-256 a9489b4b0ce2f629a612f73b80460a115945c24487a939f38e7d2b61df58f09c

See more details on using hashes here.

File details

Details for the file robyn-0.21.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for robyn-0.21.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 982d718cb5c02ae872f60d99fbb22d3a83ec46b45d7ced7c73efe7ae759be17f
MD5 1a69abf46c76a4bdae43926c47ba70c1
BLAKE2b-256 29d81fb45cbbb81bba6eac44af7604fe0e3ea8db648aa6c444fadfaa06a2b238

See more details on using hashes here.

File details

Details for the file robyn-0.21.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for robyn-0.21.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 428fc1db3cfb549aca87ddbc0e972ee27258cd44fa4794024578b65e7b347993
MD5 f53c41d85c135cd28f14fe56a356e0a9
BLAKE2b-256 0a077af7c8691fb22c517e8a1faaba973f8d50e1352f3ac5113550630a25d1b8

See more details on using hashes here.

File details

Details for the file robyn-0.21.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for robyn-0.21.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ced424c6e4bdab60c668680ed89e3e8067a7a54a706690c0045c23b7463ce839
MD5 611147706e2df1953dd374dfbb02a6b3
BLAKE2b-256 ade57e9deb03538946dc8bfc63537a4717b74fa452109dade0a98ef064891432

See more details on using hashes here.

File details

Details for the file robyn-0.21.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for robyn-0.21.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 feda2cfe3c8cf6322c923dc62ee037725fce7fe1293ba84c0c20b286fa812ba6
MD5 3b3a4a3cbecb1142b74ba92b9bf0c35b
BLAKE2b-256 b7b828bc2b48252d5786b530abf33d9f5478623b8ed595d0218f7b0fc43cb4cd

See more details on using hashes here.

File details

Details for the file robyn-0.21.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for robyn-0.21.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 56613c35bec639949c39896cd755be2637e16d74d267359555d4ac7dad1bc388
MD5 3bcf1dc49c8a6dd51b02f2eab35c6d45
BLAKE2b-256 ba9fa65852e3eff3a53c281819e83e5212134f6156f922430fccfc2263e4620d

See more details on using hashes here.

File details

Details for the file robyn-0.21.0-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for robyn-0.21.0-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 fb7b8372db7ca7f5ffb21e4e97d0116f4f6e3067b307c93d2ca0531ba9b568ad
MD5 12a35f5452402ededac8803397651ecd
BLAKE2b-256 a1cc948845105ec8bd676be7bc04007b37f8c00a56e44cd6c6b3925529913eba

See more details on using hashes here.

File details

Details for the file robyn-0.21.0-cp39-cp39-macosx_10_7_x86_64.whl.

File metadata

File hashes

Hashes for robyn-0.21.0-cp39-cp39-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 b8a21051984c45d61f02a3d4caa53173a6eeaad1cf1ccabc7dcb21de13887513
MD5 3b3fd5aea21ba5738c8d7693c6848346
BLAKE2b-256 7a3a0242f8bac2977ab249f4042bfabe1addd6bd91730938e3290fa48f1664d5

See more details on using hashes here.

File details

Details for the file robyn-0.21.0-cp38-none-win_amd64.whl.

File metadata

  • Download URL: robyn-0.21.0-cp38-none-win_amd64.whl
  • Upload date:
  • Size: 2.8 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.1

File hashes

Hashes for robyn-0.21.0-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 4c2fb7cf4193ae5f54464a7f5e17908dd8e37bd053ae70cb11dcb56f9135741e
MD5 d393b0a40bdb13ffb96616f2e366cc72
BLAKE2b-256 e8de1964fc6ad56a0bc63c2d0fd3c15b13a781f9f589dc5ec1c95dcce5b41834

See more details on using hashes here.

File details

Details for the file robyn-0.21.0-cp38-none-win32.whl.

File metadata

  • Download URL: robyn-0.21.0-cp38-none-win32.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.1

File hashes

Hashes for robyn-0.21.0-cp38-none-win32.whl
Algorithm Hash digest
SHA256 8abdba304d2aaabc3a08b9e228b378e9e4dc7e913f541b06b42fc1d17f162e6f
MD5 5ad591717a7393c371a1d9e33c7819a6
BLAKE2b-256 66d7d4451db100fca2c5aea9ad360847a54ac61c9a99558260215d0c4165b53f

See more details on using hashes here.

File details

Details for the file robyn-0.21.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for robyn-0.21.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 065b8ceba2699693beb64d9d75dc4e207c88e54aeb672892623b6573e4d2e1a7
MD5 96aeddd9a35f11c30ef2f505ae56b7fa
BLAKE2b-256 a1f1055d1f26ba455e9c5124eb01b1bb0e531be54fcc92942e2144e58bd717ff

See more details on using hashes here.

File details

Details for the file robyn-0.21.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for robyn-0.21.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 cdd430dc8e102b3e0f9e89a84ccf102a2cdeca4dc31b7c54007e306bf098c1e7
MD5 b45c15fe61772d7eff8c935256592339
BLAKE2b-256 8f3bb8056c5007ed9ae4b7be2f3b4a1e047a15af23046fbc200eac7b2940cf27

See more details on using hashes here.

File details

Details for the file robyn-0.21.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for robyn-0.21.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b156e0152b962f894d8cf5da61add6295064e5ab0456d520c950952b6d88e7ab
MD5 1b21ad08071a93bf66119307a1f1e7cb
BLAKE2b-256 db0151aa21f9bc7582e108fd73a1124f29193c6f9d7d071996085f86cf681922

See more details on using hashes here.

File details

Details for the file robyn-0.21.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for robyn-0.21.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 941db077780df057b04a8a78f5655dbc3436b8f16cf48ed3e3c3de100e126885
MD5 cb7cbdef47739c2d5d1d31fee836b2f7
BLAKE2b-256 1291e5b23c8b85e3bbd8bafaa8ee06c3f27468f4ce6eaa0dbc45fc6f856f2244

See more details on using hashes here.

File details

Details for the file robyn-0.21.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for robyn-0.21.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0c7ab328eb0ede6709f6dfb04cd738d8a52aa31a278e18fff41860709cf47e26
MD5 e11e5c33de00f62fe6f04740e5b7b0a0
BLAKE2b-256 7296c62e82af2dcec798ed82e4bfe465c2c4370115c2edfaeb7cfcccc96ffac3

See more details on using hashes here.

File details

Details for the file robyn-0.21.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for robyn-0.21.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 3a557fd93dec4628a157b42d0676dd131a394b97463efb7a082ff1909ed85713
MD5 2041e1e1317e564a8327bf090ba968f4
BLAKE2b-256 bd9412aaf9b72f1c31c8523e60ac3b9ced135363af462bd3c28cf8f99d05d237

See more details on using hashes here.

File details

Details for the file robyn-0.21.0-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for robyn-0.21.0-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 1e5bb24a55d9a49527eb3fc025e30c1caa13b8576470421b9483c93bdfe02e0f
MD5 a97f588aa5737e8eb24ae1712b15394c
BLAKE2b-256 c81ec45352c19e966926726e55c3ec3e48fe4a4d6a7224fed11ac061c57a27c0

See more details on using hashes here.

File details

Details for the file robyn-0.21.0-cp38-cp38-macosx_10_7_x86_64.whl.

File metadata

File hashes

Hashes for robyn-0.21.0-cp38-cp38-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 91f4c905b42ed8a0d42cd8ea55f31d52f7448305c111901ab2b686151d8c933f
MD5 301e62eb7b04951d00ff789c5a10171e
BLAKE2b-256 ce16c40aebd65045e61d9161cb6e4c1fdb828a01f20437a47aad5263fad7a576

See more details on using hashes here.

File details

Details for the file robyn-0.21.0-cp37-none-win_amd64.whl.

File metadata

  • Download URL: robyn-0.21.0-cp37-none-win_amd64.whl
  • Upload date:
  • Size: 2.8 MB
  • Tags: CPython 3.7, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.1

File hashes

Hashes for robyn-0.21.0-cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 e5ef9d7b3deb1a6609f24ec140f0bc978d08f1c7774aeedd93e1b24b3221f3b8
MD5 92a979221f18d7216e24f23752bbb950
BLAKE2b-256 77e392237fb2a49d8a0005b553ba9bc7bcc871c500e448f8ba5d0756e92f9cf3

See more details on using hashes here.

File details

Details for the file robyn-0.21.0-cp37-none-win32.whl.

File metadata

  • Download URL: robyn-0.21.0-cp37-none-win32.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.7, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.1

File hashes

Hashes for robyn-0.21.0-cp37-none-win32.whl
Algorithm Hash digest
SHA256 c1b48e9df243b35fa06797b6dfca9860717d0f549000ac0cb4e6d85e1091b21f
MD5 2730fa15f88ae3efbb320d0139ba4d81
BLAKE2b-256 9c32d410251fff29496750e6cc10ce9b70e0f1c4dbf45620c71d0134d9e1e0ca

See more details on using hashes here.

File details

Details for the file robyn-0.21.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for robyn-0.21.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 44293ea4a84a27b3f2bdfc81cd75701cbc276f53d6444507e88f6653af7b3ac4
MD5 55ef7a2f713d1a39fbe3bc6b734b4635
BLAKE2b-256 392472dd148bf3b5d4fef2d0e8b9370bed6b42faa88cf9cec0a13810842c8b9c

See more details on using hashes here.

File details

Details for the file robyn-0.21.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for robyn-0.21.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 51e264f41cfe89f7d8aea243851ffa849cd9e6a0b6ef63bccf0baf37d0277b0f
MD5 104d86b2a7c63ae5453799e89baca076
BLAKE2b-256 204628105469dec0090c4884e0d616200db8ad4f6472db524c7d4dce1554b797

See more details on using hashes here.

File details

Details for the file robyn-0.21.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for robyn-0.21.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1138e51914d13782592ad1fe7764817dfa5a7b332634ff2bd50757c2b8eb1d8a
MD5 b2eb525b581d1b1715e06a58a3f92fca
BLAKE2b-256 493e56b6f86c113d87cbbc324c393241a1bd49180bc49a518ac00a448c0395e0

See more details on using hashes here.

File details

Details for the file robyn-0.21.0-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for robyn-0.21.0-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f765db2e70781043a1697ff3620fe2ec93e4472016bee7b2eabe17dad389380d
MD5 bf5d20bdc7a5d9e2378d2df1578f681f
BLAKE2b-256 c424b59961f20cfc9ad41b857ba2e96306c9d304dbdcd090ac8fcb7e0174611c

See more details on using hashes here.

File details

Details for the file robyn-0.21.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for robyn-0.21.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 be023d62d26409b6f29d15e0588fadf9f2e5b5b42fbad51beb0286f1a99f7c4d
MD5 150b9acf45f942f034ab313bab8247a6
BLAKE2b-256 29c1ebdd2d9742c4e84b6f69be6117885e813c2f9e91cebb7f4a409916373978

See more details on using hashes here.

File details

Details for the file robyn-0.21.0-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for robyn-0.21.0-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 f90cfec3aac7628eaf7dca3db4aad138519578acfbe56e719fd02d582aa86c9c
MD5 9cf622a4b5f187ebd5154b1e24f8dfa1
BLAKE2b-256 0b0afb1c589bbb733dee8d250a486b329b5395386ee67fa49bf0446b969e506d

See more details on using hashes here.

File details

Details for the file robyn-0.21.0-cp37-cp37m-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for robyn-0.21.0-cp37-cp37m-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 bf3f7682dfe25b68e3057e0b9fc905c43fdba5513eea0349632453e1f6beb675
MD5 72e3eaf1181ed9348cd1c01cbfd94597
BLAKE2b-256 0d74561a96e00d1152c73bc27f45e34724323cc7326c1d723b8f0255d5528419

See more details on using hashes here.

File details

Details for the file robyn-0.21.0-cp37-cp37m-macosx_10_7_x86_64.whl.

File metadata

File hashes

Hashes for robyn-0.21.0-cp37-cp37m-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 bdc80c39d3a8b0680e7f422c40d891e32934e578c26510d64e8aab42819d19d8
MD5 87096eb92b8bd1eeaedfc9e16e1308d4
BLAKE2b-256 1496766042d178ba892c7f05cbc1095f1e16e9ea29fd85073f8ff6e0977b3764

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