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.20.0.tar.gz (764.3 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.20.0-cp310-none-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

robyn-0.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.0-cp310-cp310-macosx_10_7_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.10macOS 10.7+ x86-64

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

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9Windows x86

robyn-0.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.0-cp39-cp39-macosx_10_7_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.9macOS 10.7+ x86-64

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

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8Windows x86

robyn-0.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.0-cp38-cp38-macosx_10_7_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.8macOS 10.7+ x86-64

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

Uploaded CPython 3.7Windows x86-64

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

Uploaded CPython 3.7Windows x86

robyn-0.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.0.tar.gz.

File metadata

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

File hashes

Hashes for robyn-0.20.0.tar.gz
Algorithm Hash digest
SHA256 de875299b345d7d9bd73af6d9a854a56b33e84a8453bd20961e41936c685f035
MD5 9937bfb8cf16dec84ebab3a3c8fc3b74
BLAKE2b-256 fb875185304917d2a40698c1b5668907dc149c6445630ef7096eb7d957739de6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.20.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.20.0-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 a6b555171b045a918e1e25bc3d9c65f3a85c5c680b4be6b4754c9d0be7455d9d
MD5 935c788cb6d547cfba5898a537aa350b
BLAKE2b-256 493447cdfdeab8ea8459b2b89b06c81e6f07e330df817186bf3c560ca1a20deb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.20.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.20.0-cp310-none-win32.whl
Algorithm Hash digest
SHA256 a6600192c998c6d43567b9cb7802cd5b0307bbf011ace13026d3805eb7fa298b
MD5 4c5be1fcb06beccf854a39965c3e03f7
BLAKE2b-256 825ad212088ae4303b966ffcd87c9723fc2972ddc16a709fbc4ec8fac8c8795c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.20.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 056b71c6f0f5089b690b560c23e6f999437f7b1d4917649acc379da5b30487f1
MD5 4a7d133cdf7ede5bb6e575337471b1ad
BLAKE2b-256 e037e98641a03d68f806302a6e397b17ba2c72112ce8e640600962c085d8ae43

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.20.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4b11c0c85c9a82aaad98fbbcf5045e338c8f4d7566459124c9a28b175e9e3618
MD5 47bc17dcabdd800819634e2a08e094a8
BLAKE2b-256 9f0482cb236cac183ee63797b2916a587a0014963b30ff386a675874e9fdaf1b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.20.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6027cf65d6d1062e8fedcdee3155fd0ebc30f44e2e6a7cda514ae4f44649da0f
MD5 5e2b8b3a5747fbfb17dceb9ec8f32dc1
BLAKE2b-256 48dbee6c1649e1c26a18fd024b02fdba1badffad3e199f8e2017b98ffbae77b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.20.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 dc6bb229564a1cb081dc6cb3f38e26823960873c93c42bdab7dba9d2812e8dc2
MD5 1d0fa82be1c2dca9208991e9b1659316
BLAKE2b-256 3897d0ce558b3699048992a404e73850ebdd670799e4c6d6cce05613859d5f02

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.20.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1ca3d4d32a50b537bbe9bf017db367bc25a74afdd62c3dd7d57d8c7a191a18c1
MD5 5d91d6f9307ad543d9fe1d855d365e9d
BLAKE2b-256 24bb2c05cd2c250c0899fcee39b021b5786080d9d64f7e5b256bb995c688c5a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.20.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 da199fd697ada081b840d2b3ef1cebeef61e85d9406714c90354011ece0113a1
MD5 9d65e16dc070e59a55e009c2123bd1ff
BLAKE2b-256 477461eac079fae034bd9ef0cd9e48f6e9cae2f26152b1c5c255711619589916

See more details on using hashes here.

File details

Details for the file robyn-0.20.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.20.0-cp310-cp310-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 bbb6bc471c0ff87e2fdb3f16bc5cf0edab457a05c74b6d6a560313ef95a6ea92
MD5 fc85dbd92f65df24e04c30c6f6c60da5
BLAKE2b-256 31e321110d39967f4614a440c9aaab238046d7514d697714e6312fce2b8814d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.20.0-cp310-cp310-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 d9945394362682d4986b83e96386c5e16246cc33b8fb66c5c5bdc3684d9a26ee
MD5 ce283f9fd807c82def84fa3402240734
BLAKE2b-256 5fb94b2418c3d4158d1f547ebd63988f95f77f74ec29407c605f84be138f82a2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.20.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.20.0-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 726fec38080daf710f85e28649340aaf4934d7157d251dbbdb7fa1e805a83ad3
MD5 3b6d5a51da9f14c0f3ac364901917525
BLAKE2b-256 1018b226e7c1783538966df6fb74f372f6b546fde4222cc07d9cb7726728c5e2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.20.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.20.0-cp39-none-win32.whl
Algorithm Hash digest
SHA256 746771f168ca9482c95cb3c5153a678862ba0be2883329a370ce5de04d2a5d60
MD5 5ec5de14e450d3a7c74961d8d5bb8445
BLAKE2b-256 e05fb0e3160fcd5359af4c8b13d6e7eda610f5cb6174ae1044036350db8eb7df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.20.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 827a6ffcb430de3372eb1a3eb795e149887bcd0a3bf13abc328c9444ef34bf7c
MD5 8b69873045facdec57aac26dce6dac1f
BLAKE2b-256 db890200999aebaf3e95a44fe3efbd5a10f83c2e456877246e878a0f0201d728

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.20.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b42f4413ae25df0f3ba24f903d7f0587a577b5ee1a78044c3c28755094fdb8af
MD5 a9bf1ab290f4f467a5ade67c18034aef
BLAKE2b-256 2c08e5dbdff12824b6289684cdbacc5e5d251616865ceb4dbbe279cdb2320bd9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.20.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 cc54b65cc79eeb3b0e6a683f9ad0bb67ff71d9414ac7882b698758e1e4ce6804
MD5 2af3f725f75098ac640d4518cb6c3bf4
BLAKE2b-256 599873211d63c8667f354f380c85a402d4fbddaf7b55f0a1ec584a0a54efcb5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.20.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0d10e216c04b3ec746964572fe37312c122338a967b8f2e606a87cb78d9fe10d
MD5 06fd629ad392e1d58dc7002f8de38b32
BLAKE2b-256 e7705c4c05e26a8af347c699d259bbe9d4c217a9c6b455b3deaec7e6e2b3d009

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.20.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 79aa394cb7503c056bc82daa9b0a54495b7e2b516a399392e514a7c9f8e602db
MD5 5d21cf4ae801fe7bcd0eaf6a5a6b182a
BLAKE2b-256 a7d91c37fc4b83141460d2e6f1dd79a95ee7c62bff9bdc1cc268325557a0cc63

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.20.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 bc23e28aa40547e3077c255cac1ba65447e12007c07f364b579b785c8edb5625
MD5 ac6adb319c5e224031ae01da5c1627f2
BLAKE2b-256 0abfa950d5c7a3cc66dec1947d6fd30746b061bdb5684b0ac0de8027bdb77e2d

See more details on using hashes here.

File details

Details for the file robyn-0.20.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.20.0-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 6e4889b5f04e552c629450f00d3fe48a0177a1d283238c4ed2bf8066f7f28b89
MD5 5844e27579fc9ba16997703e9e329d05
BLAKE2b-256 67e87e31add24ade93e7fb651a8b5fd7a8f1010073e9a9c1ae446256d8e2af01

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.20.0-cp39-cp39-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 6e1090e593a5ba20bdb7887351a8f099bfd217cb7bd89172fb1bbfb29c8b6ca0
MD5 e8fb92085197a983ceab527b2be1470e
BLAKE2b-256 844b97cb50714160cf537e192e2ba149803d15fb2da0a5a02e0af7cef33f0df6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.20.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.20.0-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 77ec4face9618cd9bcf4e3ce331ccce540fab9285ebe25e31eb2aa0660dddb60
MD5 337f87a2a3736dffb6a16ebc7ab07b0d
BLAKE2b-256 695716cac44302a6aa17698c4ffeaf29d186df457d0b6f78dab8c572f3ce9802

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.20.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.20.0-cp38-none-win32.whl
Algorithm Hash digest
SHA256 dd54ce017f8bcfd754df45f592a3f8377d0a68482ab56a2b918d0e1bd4eb508e
MD5 9b908e0d52b7e159c2b86d7de9986a3b
BLAKE2b-256 9813533c5e475a7b83c9396b015063b2dad56e69dc0c8bbf1371dff23224957a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.20.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4b2d1ba4459e5db163f952ec9159134a43c9cf6072ffcecd58498bf62e5e4035
MD5 c1b93c23bbbc2ac89c1b7b22d72c95b9
BLAKE2b-256 8abf258176d686353bc124033238870e23f10b44768a456d8bf7ca199261b8e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.20.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 852f8fbede16d2061a2289f7a103f761449a3f413bdf85ed182e6f9875cf1435
MD5 5f40992bbd46ebd3e255e34dfb57c7f9
BLAKE2b-256 bb218250f6c5b8c1049c78ebe90f44f35588a00b1d54573cfcd9a834583293c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.20.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 53c419439c1c4c8f7b1d58e5a7dac95bbce931439381dd18fba14f2974d54ce3
MD5 d38e12e60c328faaf3867ed6f0c7ab51
BLAKE2b-256 d6463e5334213551ebbea6eaa050156299b4c7bfdae18f9ea8e06f64a228b470

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.20.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b0fbef01b77150a3d1821b861faa008ead361e0e9e2cf1bd8858defbea116217
MD5 9c74d861c14b4bc4436a3683d42d1b28
BLAKE2b-256 cde810ae6a477a7c860cd14060c56ccaff3f207ba1693f972b9be554ce1488a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.20.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2ca6898eabad6cadabc489320a3c93bccbbd68abcb738a60f19fff6ae32736ea
MD5 d916897a4edbe5ebdaeada48f6314d51
BLAKE2b-256 3b9c582d4a5aaa4589dbb5b44de273e2095e656e2c298d76593735514d3e3074

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.20.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 d065f5fd4406d6c786fec1decf81c5f24c42ed0bc3441947b97a1f79c8a56549
MD5 3fe4f987facbedd48fa06adbaa067289
BLAKE2b-256 55b379d26aa392aaea5bcd7ebcdc0de4988abe812cb1cefebe450a99ddf83640

See more details on using hashes here.

File details

Details for the file robyn-0.20.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.20.0-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 2f7f2c2f2d31d50a70fb9a855bca593e5759df876b9f02e9a29199fc93f4fc1e
MD5 efd500b89759366355e84c9bc69c6652
BLAKE2b-256 b93eb8a833dc2f8b5816804569dd3f2fc80822e3632bf2654e45a1d38a692091

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.20.0-cp38-cp38-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 98eab0f9a66ddd0410a5ef05f044c585b1950fb4244ccdf2f30b9acc45645b6b
MD5 fd6a3903bcb18448047a9bbb5422ee72
BLAKE2b-256 fb1df21dbb726856f4643de242c83d1ff3f609e1e22f80ae0db0607fc13a296b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.20.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.20.0-cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 bd9619990bcdcc9b9e9328abc6be961017079e644e577b1c8e17011c03988b54
MD5 6d683494dd9c826ac9ead256cc58c861
BLAKE2b-256 eb1940bcf8b8818edd25177e4a5a6088fd5c219f30805eff7d582904c5d00f65

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.20.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.20.0-cp37-none-win32.whl
Algorithm Hash digest
SHA256 05f8ff395f32ce9a9a063da1fd7af5086d3e7168a24712c48ca3476c73122ba4
MD5 d3fbb77e803b13527b54b9b73d28bedc
BLAKE2b-256 d3c816818285b216cccbe9df7965dbd50000480b03b0bf22a065ffe4dfa72efb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.20.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 deac4ea24842df1de330a79553ee37cc3f8c55a52d398273ea224931259e714c
MD5 3689acf990940b8f4a091c3134fae01a
BLAKE2b-256 75f4c6d9aaa6deadf7ed7ec88d29e2cd89b7b32ed5bc57998e046f338f57a895

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.20.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 429635a2713196583fb8c5049c9de92ef1e97a11f3d865b17275d44c5907637f
MD5 b45a56be0ff0aa13204c6f08472fa2e9
BLAKE2b-256 c81f71bdd0afac4255e2c3b9ed36308b7331b543486da479da0c37e36dce3b85

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.20.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e34b688c8f527ece1ecbfe40cc4941ad160e292769d896e9477199c428dac947
MD5 bf9b6fdc4e9c493eb874c0349cc147f0
BLAKE2b-256 328386db0002fe04eda98dfbce058680e7affbf72b269ba355431d7c7776d1d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.20.0-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6201c8331e4056c1f828fda97b4023aea25e54dad19f718118f02c0099a08329
MD5 6f7f3a19f34d048b721cd0181f27e780
BLAKE2b-256 4ff6e4e613c5cd3dad888590fe5dafc5d092587fe1fd849f9db5fa1eaaabaa63

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.20.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 731d401b9a841249b2aaeb41dff5ad8cc7ce1e6b41772fb544d38c92275e255b
MD5 25a81dcd3b7e061a2c46fb06cb119f84
BLAKE2b-256 c1055d0791c4c02cc937131195c90e31fea49d0df516d735a8fbc797d59a0976

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.20.0-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 8885c7b17069e0fa43e11290230e99730253b6bac57220423f6068ad7b20efca
MD5 e32bc60f4e278623e4425c1a6b951046
BLAKE2b-256 b6d41745b4fd5c8a2a1bcb14c4bff13be54aa4c77909d3b1bb627180af2c32c9

See more details on using hashes here.

File details

Details for the file robyn-0.20.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.20.0-cp37-cp37m-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 61e499d651842100a0aefa79bdedb53abe977279a984dccbea1c98d62b180a6e
MD5 1613eae314ac59c1c1474179470a88b1
BLAKE2b-256 53b1ef71194669bb9d73652b9be4a21701ce2ab63bfa4fe47051475a3125e57f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.20.0-cp37-cp37m-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 5482e0c60d14fe1c15327fac1dcf7b37897584305a1750caeb0fbe5efc174717
MD5 8c4b7b417b3368b1cf2a6da65b2704da
BLAKE2b-256 1c2b45ea7526debeec53d5b061a0150a5e36f7d46da6768a3fc7f7264474f278

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