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=8080)

💡 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 Appwrite Logo

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.24.0.tar.gz (768.7 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.24.0-cp311-none-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.11Windows x86-64

robyn-0.24.0-cp311-none-win32.whl (2.6 MB view details)

Uploaded CPython 3.11Windows x86

robyn-0.24.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

robyn-0.24.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (5.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

robyn-0.24.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

robyn-0.24.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

robyn-0.24.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

robyn-0.24.0-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl (4.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.12+ i686

robyn-0.24.0-cp311-cp311-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (6.3 MB view details)

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

robyn-0.24.0-cp311-cp311-macosx_10_7_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.11macOS 10.7+ x86-64

robyn-0.24.0-cp310-none-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

robyn-0.24.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.24.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.24.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.24.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.24.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.24.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.24.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.24.0-cp310-cp310-macosx_10_7_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.10macOS 10.7+ x86-64

robyn-0.24.0-cp39-none-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9Windows x86

robyn-0.24.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.24.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.24.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.24.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.24.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.24.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.24.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.24.0-cp39-cp39-macosx_10_7_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.9macOS 10.7+ x86-64

robyn-0.24.0-cp38-none-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8Windows x86

robyn-0.24.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.24.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.24.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.24.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.24.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.24.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.24.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.24.0-cp38-cp38-macosx_10_7_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.8macOS 10.7+ x86-64

robyn-0.24.0-cp37-none-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.7Windows x86-64

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

Uploaded CPython 3.7Windows x86

robyn-0.24.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.24.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.24.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.24.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.24.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.24.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.24.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.24.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.24.0.tar.gz.

File metadata

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

File hashes

Hashes for robyn-0.24.0.tar.gz
Algorithm Hash digest
SHA256 ed9f81dcead04fbbc29ec9dbb8998b0e4360c134e6c78875e8cad48fb0517540
MD5 69a72d091b5c781a345e1a03df6a37f0
BLAKE2b-256 21dd83beda68c6992329fe933e2fb2061bbb4eae91c5fd8cac1202ffad1b6b08

See more details on using hashes here.

File details

Details for the file robyn-0.24.0-cp311-none-win_amd64.whl.

File metadata

  • Download URL: robyn-0.24.0-cp311-none-win_amd64.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.1

File hashes

Hashes for robyn-0.24.0-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 b585298c7ed9b5945eb9f97503bee32d0146fa658fad3a9a73ca6d307903a9ac
MD5 7688fb481b5e94dd8309d0ea9796458c
BLAKE2b-256 c7163092935fe66887cca1c156a5da1af92b69518a8de48826ba6de6c9b17659

See more details on using hashes here.

File details

Details for the file robyn-0.24.0-cp311-none-win32.whl.

File metadata

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

File hashes

Hashes for robyn-0.24.0-cp311-none-win32.whl
Algorithm Hash digest
SHA256 34eae560cc27628349e37616cec49c69e790c2fec148a12e1dabac04109d4db0
MD5 254bcde3a8b556511fc7511faebc2e72
BLAKE2b-256 e818fb232b869c9ca21376786e36be10b65f49eab6b0474b0b737acc52ebc832

See more details on using hashes here.

File details

Details for the file robyn-0.24.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for robyn-0.24.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9481a96a38db6816d8f003140a7dcd59b868ccdf8cf3a17b6be157349f6e2a14
MD5 c680d75a73c446b8b10d99e14a7e4a03
BLAKE2b-256 f043d8961e15f668e29597b1d95483378483df7e963e1e28c31227e740d8848d

See more details on using hashes here.

File details

Details for the file robyn-0.24.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for robyn-0.24.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 acd1b2041b1663f832eaa290b4aa89f24650ea727edbf80efe0f29ff128a41fc
MD5 e73fbaf8581bb091b47e4fa268dae6ac
BLAKE2b-256 964448a9d3fde49e996e810c40541445dfe4162d7b9fffbf290c3e6de2f99e0e

See more details on using hashes here.

File details

Details for the file robyn-0.24.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for robyn-0.24.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 35e714e675664be408f739f0b473eb40c01d93e7059a2d943ff614fcd638a3db
MD5 a3822f5ec062b57947a73c856672ef06
BLAKE2b-256 5c148f35cc68b0c17ae5667340d6ace9977dedaebeba7425abb7b2b871025ab1

See more details on using hashes here.

File details

Details for the file robyn-0.24.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for robyn-0.24.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 95de714db08044b9f4e0bf4580df65dea315bb5ecbcf8ca0b9238dd45c969f2e
MD5 eba2e615860be036343c9866a5fd290c
BLAKE2b-256 6668ce5614acc59a833d18a221df3125f7fe67b0a98cb1daff3bc4e3cff54491

See more details on using hashes here.

File details

Details for the file robyn-0.24.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for robyn-0.24.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c5a664ff67d6dbd52830e0eefc2b3bf310acfb0bae5f0cb18dcd1ed95db0fa35
MD5 5fac74704064c050dbf8c685811727a2
BLAKE2b-256 380880dc094854832ce441ddfbf7ee0a6a5e33c97273b3666c03946d85f147c1

See more details on using hashes here.

File details

Details for the file robyn-0.24.0-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for robyn-0.24.0-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 ab760cc75a2b5fa25d207546e3fe7a271e75bb93558650876c3384e7c0bbaaad
MD5 de6bd0eefba4212968047900653d8140
BLAKE2b-256 9581cd5a20bfff74398e753ec14a663eae124a06884d1ae1940afd52c2a6555b

See more details on using hashes here.

File details

Details for the file robyn-0.24.0-cp311-cp311-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for robyn-0.24.0-cp311-cp311-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 ec9be0568abeb40701427921be2ea2501d9b0a320ce2f22e4631ba316c1ae94b
MD5 95cb77f08ee16fc7dc43d90686afb617
BLAKE2b-256 89c2e6078f7d802b5ec3c49a6a9fe1cffa4be984ffd673dc9f777272ea231441

See more details on using hashes here.

File details

Details for the file robyn-0.24.0-cp311-cp311-macosx_10_7_x86_64.whl.

File metadata

File hashes

Hashes for robyn-0.24.0-cp311-cp311-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 bcef9fc2732ce9c4fd1609c2d9071f1378a071593b2f963ad5f871bcf0782b95
MD5 833890e2eac1da9c1c0987f9e3421125
BLAKE2b-256 f120cb60f72cfc13ed041c6a89dbaf96a442d44fd500cd84194114d02fb1c8f6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.24.0-cp310-none-win_amd64.whl
  • Upload date:
  • Size: 2.7 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.24.0-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 ca891cccc7d4882307e9a6a148c89571545207419a627d50566da260a27a95e9
MD5 96552580afa3442cd59cad48c13ca8ad
BLAKE2b-256 bb553576aaeb4d40ea09cdd48d95aea18c933adb7204a1056df7d995d783c37b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.24.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.24.0-cp310-none-win32.whl
Algorithm Hash digest
SHA256 9bd99b4c6230cd1a1edf38928f55071f0e223f6cc4be11059917a4e784ea40b3
MD5 19033db5f9910c183157fb08e25a46b5
BLAKE2b-256 e00666bd2518e069c9377ed318786a4a17bd51a4c244a498dd60ab078c10c91b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.24.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 664163c4d1e52f67aa1d3ca6dcd5892e22e1953e3e78deffbf3bedae5fddcb38
MD5 36957d67d6250fb89b70acf77f073afa
BLAKE2b-256 2de64561231e4b62fd73c38e066c21fba39051a2f1c110cd51eb84c05d597288

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.24.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 afba442631892e1abec5c45832b5b893a86647c339d95a36d493a4389a168161
MD5 7c2263cb0bed3cdd1c1325dfd43ba479
BLAKE2b-256 938a4a7a03b0bf23425a5aae91900eb3da1ac596a03e6dc93401376d91906d24

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.24.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2bdf0abb1ef5c2e14420fd9e4992db4b8bc62d5681912e83f8cdc555d1ccb9a9
MD5 d52cc6269b8aa53a664708932688461e
BLAKE2b-256 a122346adbd085fb3b1b9c4969847a5d6e62b8fd8ab3fa15ab51f665cb213813

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.24.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c7fa3d87f898f881a2c254cc5ac8496342d30c48d1fa345dc7cac29dc4e9c89d
MD5 878c9ab832a1a217347dc089e22d04df
BLAKE2b-256 cd010ba24a9c580e27175d857cceaf271fa0dfa833b35a87b23eaa98e571b42a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.24.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8b3458daf3088834530277e1a2ef1677975cb47869732c9a4527c8501acfaf68
MD5 41d418329eb63370d77cde49b2e37408
BLAKE2b-256 41570f614e7f01e712f3a146d009ee0e19fe34206fe10d543c7fcbcec9fc5473

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.24.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 eeb79090d06c7a4b6092b6df6f02b9244feab4789fb8d734c226ed92fca05103
MD5 e4a0aeecd7339c987ea00008fcb5e962
BLAKE2b-256 9742a4c25beae29b27a41c3cd21859ea70cc2e0bbe9230122c6a0e148fa90503

See more details on using hashes here.

File details

Details for the file robyn-0.24.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.24.0-cp310-cp310-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 85fa4ef3aa8464ae78cab227e7673031c2d6d2226285d718c91890855745ea2f
MD5 c2e6049c566ad9488fec9a362165d280
BLAKE2b-256 b07beaac4ce7abadc3208ef135d1a96556aab0a190f812becbcaf56fcf036944

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.24.0-cp310-cp310-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 9ab9d7ecb0cfb6db840bd0285820328f45d24c503bcdbf063616c980afc5e435
MD5 b761b9c4db9f3243aaff45b959b4c6eb
BLAKE2b-256 c77381bc673f72e355a8c77c241cf7bef9844c9cfd7f12db8764190ed2adcd09

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.24.0-cp39-none-win_amd64.whl
  • Upload date:
  • Size: 2.7 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.24.0-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 926ff44aaaa6f5c785bf73d7e3388ce0ad8536243dbd4678abf497aa7fcb1c86
MD5 ea7c6eddf7e8ecddefa70d687569fed2
BLAKE2b-256 5a2caaa1e8414261df00a6e90e8deb612a2f750d63356bdd8bae1baa6b0fc95e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.24.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.24.0-cp39-none-win32.whl
Algorithm Hash digest
SHA256 a30cd4bde16642510b2018960a363e77d1b0ea456f592641408cb4b9ea7f9f01
MD5 34325bf15b642184866611af39bb61b1
BLAKE2b-256 0479af42fab345ce992d6adc517737f8ec818d35b570ab5693b86f22cf3c6aa0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.24.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1aee54f1caad57c753645f6006335510dad9947adb33dca4b15f925bd9feeacd
MD5 3e8b1d9fe1e3a82c3cdf1f25e4bd4778
BLAKE2b-256 703f2b4584bcf26fe388d7d34568d500dc0accaf739eef4ff275ac58b1d96d9c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.24.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 224740c572c9f510ff463cced18af271b63446a490153271223a715822cd5e04
MD5 7d8a973bf77992bacb16ea28bcf16a5b
BLAKE2b-256 0f37efb20851475d1e520fb08f49ef76507158e8ea39310832ffdba430e5c299

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.24.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 578012f095a06e41e0227eab86c15e1b090029fb315e6ea8e7a4bb9410a6f745
MD5 b5aecde1dd64f716e85ca88a5972f485
BLAKE2b-256 a4e177b1c20879543ddbd035bbc96bdb9b0315110dbf027a92b2150cb0e270c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.24.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 46b41fd81930a7fa199b9dfba7755edecfbc9ed42e34a45fe31afb897b796b94
MD5 122ffb0fa3ff23ecb6b0492267d6c346
BLAKE2b-256 e3809dd4b00e2809ec8a089a7b2b5e67885ddcbac72826461c7c335e27d4fa19

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.24.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f566201f74388e8d85e1368fc5c65c59e96f559aa6d3633506864cbee25f234b
MD5 06b6c51507bbdfc87214fdad9ff0ef51
BLAKE2b-256 be76cf0c0e3fcbbf7288f45d827849b9edf857eaef848ef3fe4066d9cc4a3441

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.24.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 64ecd7c43fa04c1499a9046589d85716959a9b4d7ac3d1f6c58d2dca2a599c85
MD5 e30bb191db21b086297bb372f3e51be9
BLAKE2b-256 7c888a19eda7dea1103f89db50d8062e497d3d2cd564f44baf40276c5fd9c035

See more details on using hashes here.

File details

Details for the file robyn-0.24.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.24.0-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 0c26944f9f4452cdab6fdaaeeadbdc44bf6b7b7cedf0d3653f6c992986eb403f
MD5 fcf7941d67775ce660a941bb000cfced
BLAKE2b-256 6a5e762806a76d0caf247de32dc95cf8ff07685a215c56e6d2a2a068bc4ab14c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.24.0-cp39-cp39-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 6557ebbc617d1697528974ea403de3a2d7302fb192b42fda1a079788ab4e141f
MD5 45d95bd180ca30ca03e022b1acc6f626
BLAKE2b-256 2568c282e9bb5cfe64467fee45cc1dea3ee20853f48aed73d30e94238dc1629e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.24.0-cp38-none-win_amd64.whl
  • Upload date:
  • Size: 2.7 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.24.0-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 4a7785607e6b27678c4c81f5240391d06b508d10a380adc923c2590776f229e8
MD5 a4ac66313bdc553fa5c6e729519ef5ed
BLAKE2b-256 f35f575519757bce4bbad8e20d330316563e1664d8ce76d82026324e029c04ee

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.24.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.24.0-cp38-none-win32.whl
Algorithm Hash digest
SHA256 2da9e4afe9f0c341fd909cbe271915648c2834eef2953a37303c4a98f0a04709
MD5 f957a5e3e18264fadc106ee308427b66
BLAKE2b-256 fbe20b3406f3afd9f921343dcfb107993c08a3ee7b3a6575f95c27823e6e7461

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.24.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b0781f7e7bb16bdc2a9f728af6552435adcc891eb214e30f487a452af2c02d42
MD5 a18a78597a3f729c62ce3e069450ced4
BLAKE2b-256 c7736d469e03653ecd226f45ecd52bf0c7e7ea229973f5db15b9aa4d78e98c30

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.24.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c2ecf92b61836d070e7c14b03b7efe91c98e4179c91ecf6f5c52e23949f60d3a
MD5 1decd52a32bef9d8e66e858171484202
BLAKE2b-256 64e163f964548429fddc7bee5415f54432c11559534ebdb949a39b1788399718

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.24.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8d5500397c3456839b6c7f86dd2b0a47ea46de7f8ab263ae21262de6cb3af7db
MD5 287647d19a7c8e253ca7bd2e2bc6e44a
BLAKE2b-256 2a039ece570367cf17ea00a0249b9aaf4d5b444271ca998ce282f504ddb9bbfd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.24.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 38944ccf9d0ce5b8f4d694acbb855d8d5d83dce80b6774c9a3e8da004f96de76
MD5 903ec54e42fabafd4d45992f132b4b3d
BLAKE2b-256 19fb541cc109cc66373992d75c7e946af4ea2b704b6a3071374bad4782f703b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.24.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6edfa8b2923777c0faef5066b901e84fd2afd035d52d744565d9056685f607db
MD5 984b26435a58295060f2519153fbd466
BLAKE2b-256 fb1867b194f544b67a8072cae0c729390d157c93761bd9ad506bc5a71efba508

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.24.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 51dabc6321c2d5fe3e51c01dae30bf0fcf0c1e20ceaf06dedcd95051c1a25922
MD5 06ae68598fb4008013b0d2616cfe57b7
BLAKE2b-256 2e921b14e7edd2314a5629e75043ede62bce79528570638272291c4cada4feeb

See more details on using hashes here.

File details

Details for the file robyn-0.24.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.24.0-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 8d4501d5c5ef0ab19b217c24eb28466fb9c8fde39739961a2ffb4a480d94602b
MD5 9a22e07416db517fc0bd62259a9ad73e
BLAKE2b-256 13241e04e31e1a1bc3ea604fade4aa6280eb07102a904b2db078a7fd6538cc4e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.24.0-cp38-cp38-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 9b9ac13723552808a1e86d7c4cce86207afb3e1a9a6555d3cf5ee5896357f9bb
MD5 655b905a8db2d45bebae161a4f24e65c
BLAKE2b-256 4375955876cf535bedf809f75652271356c63fc3c4f931c0c5e868cc6f407426

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.24.0-cp37-none-win_amd64.whl
  • Upload date:
  • Size: 2.7 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.24.0-cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 8053171729ac12c8f314aa9579c765e220d8442f497935bd4c807971ba82a4eb
MD5 054642cc943562808284b8700d99c85b
BLAKE2b-256 11d11ff49c9a7598f2bc779355fe2e02a36d7f6bc365bc4b38e2587e2cd1b5d6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.24.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.24.0-cp37-none-win32.whl
Algorithm Hash digest
SHA256 ea4f44fdf05705a69a97ef27401c95129f4a3bfca1a4799f30fb2a3692f8d51f
MD5 4deee98696645dce2e93608e58c97f87
BLAKE2b-256 8939ded8f801233a54e6aa9c2459596078e062c6a7d735125f0e5e3d5e761e3d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.24.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 95aba9fe0d4d2481aab6d1aa3b470bcb4dded3cebd336e4ed30c9e254997b8a7
MD5 89c96cc9235e1dff0822556e62090c83
BLAKE2b-256 a8156a18ccfef80347bfa3c5becedc4528377008b78af84413b54e4b48b42364

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.24.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 38b5b316b2e561925a9b4b5faedd8e9184a2642937c02d9fba79eb8512ca7ef0
MD5 c642726cf897725f343a5fb07488de1b
BLAKE2b-256 51505c567444fa50e9a5a4906555407dce864cc8814c62e98f464aa27a7ca287

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.24.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 86d8dab7b71b2bd909fa3053d5b41837f47e73e09b95ef58a64e1d69295fcdff
MD5 d464de4bc922cd35ff217b94eba8983d
BLAKE2b-256 0a74e35737a1de3a76fa1efeb481844ef12d4ff9b8ad21fc3ca7338df8ec123c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.24.0-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9b0ddcab687e89b617d92adfb1663bbd992e450ca1131ce89c4779a78ebcb9c1
MD5 a883e890e2495f42041157a05920be0a
BLAKE2b-256 be001e1eb6c84a5392de1846a89207563a0ad2e4adebe0a1ed036a9d10867c16

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.24.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 064286caed878018b239cc5f819a25b963a8f58ee40c3fd69e3ccb98ae012e9d
MD5 d90ff86acb898dc2117f676f698f76f4
BLAKE2b-256 62cba8e8a6c901eb323b87dd3e90478bcbbfeb2cdfb31d3a71c7769b67464c81

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.24.0-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 c423dd5738a70fd3f0ca97b3b07e8c82dbd3affe0e86ee3af02c3c92dfcd99b7
MD5 ca53e83d8261cb43721bb38d47a27f84
BLAKE2b-256 26bf30a357d1a90e1e9d209e3a9ea59e16e2bd56ce8572474d8e03db1524026f

See more details on using hashes here.

File details

Details for the file robyn-0.24.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.24.0-cp37-cp37m-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 7f7fc56e0564f6b366ad5d930f3005cc241f916c33b772b5e498a1bb290fc971
MD5 1ed619566213f5cc1ece5d48056bcb19
BLAKE2b-256 f61ba817b1eefd80dc204e3fae4e805f27a4582a120a4167a77f4630bd2ab3bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.24.0-cp37-cp37m-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 66d682cf31a8e7802f444a1fe9158e139f9608274cea91457f5382d8eb5a9f6a
MD5 2f50ddf41ca585df44759f533017e496
BLAKE2b-256 f497555c295e81e50bdad575f3b806f57035c798a5943676a13eba48d456abae

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