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 an async Python backend server with a runtime written in Rust, btw.

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.19.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.19.0-cp310-none-win_amd64.whl (2.6 MB view details)

Uploaded CPython 3.10Windows x86-64

robyn-0.19.0-cp310-none-win32.whl (2.4 MB view details)

Uploaded CPython 3.10Windows x86

robyn-0.19.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

robyn-0.19.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

robyn-0.19.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

robyn-0.19.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

robyn-0.19.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

robyn-0.19.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl (4.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.12+ i686

robyn-0.19.0-cp310-cp310-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (5.7 MB view details)

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

robyn-0.19.0-cp310-cp310-macosx_10_7_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.10macOS 10.7+ x86-64

robyn-0.19.0-cp39-none-win_amd64.whl (2.6 MB view details)

Uploaded CPython 3.9Windows x86-64

robyn-0.19.0-cp39-none-win32.whl (2.4 MB view details)

Uploaded CPython 3.9Windows x86

robyn-0.19.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

robyn-0.19.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

robyn-0.19.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

robyn-0.19.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

robyn-0.19.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

robyn-0.19.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl (4.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.12+ i686

robyn-0.19.0-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (5.7 MB view details)

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

robyn-0.19.0-cp39-cp39-macosx_10_7_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.9macOS 10.7+ x86-64

robyn-0.19.0-cp38-none-win_amd64.whl (2.6 MB view details)

Uploaded CPython 3.8Windows x86-64

robyn-0.19.0-cp38-none-win32.whl (2.4 MB view details)

Uploaded CPython 3.8Windows x86

robyn-0.19.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

robyn-0.19.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.7 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

robyn-0.19.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.3 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

robyn-0.19.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

robyn-0.19.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

robyn-0.19.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl (4.3 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ i686

robyn-0.19.0-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (5.7 MB view details)

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

robyn-0.19.0-cp38-cp38-macosx_10_7_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.8macOS 10.7+ x86-64

robyn-0.19.0-cp37-none-win_amd64.whl (2.6 MB view details)

Uploaded CPython 3.7Windows x86-64

robyn-0.19.0-cp37-none-win32.whl (2.4 MB view details)

Uploaded CPython 3.7Windows x86

robyn-0.19.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

robyn-0.19.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.7 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ s390x

robyn-0.19.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.3 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ppc64le

robyn-0.19.0-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.1 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARMv7l

robyn-0.19.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.2 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

robyn-0.19.0-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl (4.3 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ i686

robyn-0.19.0-cp37-cp37m-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (5.7 MB view details)

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

robyn-0.19.0-cp37-cp37m-macosx_10_7_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.7mmacOS 10.7+ x86-64

File details

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

File metadata

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

File hashes

Hashes for robyn-0.19.0.tar.gz
Algorithm Hash digest
SHA256 67c560bfba8ae2613fd53c915e3fdacd78766a7df4b87464854afc2f92a9b63f
MD5 0aacd485d7d1c33119604cb578f839a1
BLAKE2b-256 18f8c3ed315ac0020741888ea1492b2f1ecebe10b68a7dadb1e1836edbbd64b2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.19.0-cp310-none-win_amd64.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.0

File hashes

Hashes for robyn-0.19.0-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 eca86a95d2755918d2749c5e2cab0a77c56f1c48c8b274406d5525efb73ec617
MD5 98f4cd7ceb838db2c7e0e8a27198bb59
BLAKE2b-256 d2520a08bd7778913bf4be6d9fc6506a0b8995ec04997357336c6730020e0e99

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.19.0-cp310-none-win32.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.0

File hashes

Hashes for robyn-0.19.0-cp310-none-win32.whl
Algorithm Hash digest
SHA256 c01549400ca47760365d6f77b44e32b50bc8ea531a0ce535c8c3684b098fe134
MD5 7618ed3e16b9b0a59a895a529ae45478
BLAKE2b-256 7790f78d7e30b389525d88c1cc3e94deba7fd7c77706b4eb98b7d72e54bf76db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.19.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d868a0ab7f4977b5eed64723ed68dd5e4d132fcad69d440a867270c91847709a
MD5 c46c454c003d498a2a007a7c5d457468
BLAKE2b-256 3542879ae583ef6aa7648a8d10a29f273cd5ee96c83f0530714bcdfd2050044d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.19.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f30d6385e3744a93b50465039804af5ed93d6b0ef5a0f8ee23596129f8aa3c3b
MD5 1b6701dc704c133668903f321980d5ba
BLAKE2b-256 5601046439107c655d8f9fa076ce7ad582f657ac6f729bcfc270e304876c7987

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.19.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1dcfeec4ed4670fb3f569697a925a0169e9ff9554bfbe540c77beef0e426f4fc
MD5 07097f9a15be1d62eb76f3fb75cbfb33
BLAKE2b-256 fa0262fc94c9b7743d5cd4bed3509d255b372baa731535fca78d1908b3be2094

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.19.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2d5919b25c2f19d07264409b0833997becf6c32bd145318990586d5534762b24
MD5 da8223b3b2afc74c40bf09e31e1afe02
BLAKE2b-256 d5159f655dfeacca013562a6caa9e806cfb91ebcd45548b725d6c0cca8fc64ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.19.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 921998fc97d4b5ed49d0a9194c03be0eaadda853067c5ce6dadcfd1d073ace81
MD5 491d9e062ab8148a88107325f38d584f
BLAKE2b-256 bd4f586e5d5a78af929b808e3f83510de270270dbe9676547233fe26a941a18e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.19.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 49eab21716cdde82760887cac6eed952526a8ed69d3b9d8587e14200aead482f
MD5 26285a4a5f36a8d3c3376af900d40474
BLAKE2b-256 20049a00f42d94a45bba9440ab020cbc56aa45ad96499a2e6ca13c5bfcfe5806

See more details on using hashes here.

File details

Details for the file robyn-0.19.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.19.0-cp310-cp310-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 98d5fc5b8d8d49f34ff816bac5eee806a18d05148499f0a135588397b45ee108
MD5 627c0a3cd08139c740e07838862aa634
BLAKE2b-256 a7d6cfc6b94be524093b5b299f0d63323b3d982b3576c5fe21c37bdc9006c89c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.19.0-cp310-cp310-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 39486f89bc6e7ca799520ef701aad2184985a6467110a603c05619d9362b5f63
MD5 366e81e40300119d3c0bff5663410a50
BLAKE2b-256 bb895d868fc912f85c92433ed46ff2e9412a8da4f6d3ccd490e4d8bbf3527cc8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.19.0-cp39-none-win_amd64.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.0

File hashes

Hashes for robyn-0.19.0-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 1f1e98d71dd32681f5b35f9f69244c47226d93b03c2cd0b08e5b56a2f80ee4c0
MD5 59923f892ad8707b74dc88436cbc1983
BLAKE2b-256 bd7b3e273855b63b2f7b84fe64eeda325fe81f34d862a35f18f1df7e3e6209fb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.19.0-cp39-none-win32.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.0

File hashes

Hashes for robyn-0.19.0-cp39-none-win32.whl
Algorithm Hash digest
SHA256 5d5bb4e7c17cd9888013ee59aeef86002baf03280b93c0e0baef6dc4798501d9
MD5 e7fa38b4591ab120d549cedc9c6f9a9b
BLAKE2b-256 60a5ece3bf4ef821822f1b00a05f5e3ae95f0aa0963d7a50db041c9791f07ac6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.19.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e5889e0154dc54092cff7bf5307fee00c013fe9ce3c21b237626124201554957
MD5 ef5a2fd73ee4adb0fcc3ee868615f84f
BLAKE2b-256 d24a7a1a0f913ebb98cc44f7b1669910815fbffcce13a2ae4eb84a4968920124

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.19.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 312cb3888f6968849981b5c0e079a784c47d3c9385eadd705779cf1c3779a6b9
MD5 805abe54e00f154f0732a8d5a7e346cf
BLAKE2b-256 32e6d5767ab4a44fa0ee3e8837da15182af56c608b2cffe6639a5fe2da822930

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.19.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 04f92b19ce7cf305b28c2aa271fc715778a4b8183bfdd689a2cca9bbbd29b095
MD5 d518fffaddc8963a0b37efdbc940e521
BLAKE2b-256 f9e95b14e230a51034dfb146ba4fad4fc2e9fa56ec055d7623979de856e700f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.19.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 4245c81489e354e1387b4a6e496b22303754ec43fa96f9f7f502d83445124282
MD5 714674af0ecb4235b7c0b9a8f369c228
BLAKE2b-256 509de2c5b7376f1af01985552950f1e0c2c9923940ae1a1968a0ef6dc3eae2c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.19.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7c6da39c7e5113c85348684867a7d0ecd74f762deb2f329a56ccf7cbb06322c3
MD5 9267290ebbe33c1efa0b0476f60cc34b
BLAKE2b-256 2a06706e270b7d921856c5b7917c7de8a55590142ea8f0177ce0584cd3818a22

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.19.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 96593f0913b45e278aad32d00ad4494c85d85dc34489364db322e1bd12ecdc8a
MD5 866adfa6ea85104fda1354463c6b5178
BLAKE2b-256 e937b9cf330dbdb649494197f675335ec0347013e25229311f2d96ed2c74e56a

See more details on using hashes here.

File details

Details for the file robyn-0.19.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.19.0-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 dd64a41346741c1d8fdd9f3415d0def16bd236c49676e4ad0a2a498515c6aac9
MD5 7b688a2eeac3901c2e62a553380b9dbf
BLAKE2b-256 8a26eef41454e2afdaba7fb8c87999a6bed81bcc293bd934801c6e18025ec7c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.19.0-cp39-cp39-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 d0e2bf930c0c5eb2b269ec39b8a4f45561d480075c48e9367f7f6d9d41a5f91a
MD5 96a2abecb4b9f8731b78e01a01717121
BLAKE2b-256 976ef8bfc52ef0394aef3114ee23882d2ff307351ae5edec67e6b512ea6a2e3d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.19.0-cp38-none-win_amd64.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.0

File hashes

Hashes for robyn-0.19.0-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 110a5d36718f5467a050c624a49e9db4d411b8f39365df4c6fc84f72b57e9eb6
MD5 15ed4970b8bff679592abd47f01b8863
BLAKE2b-256 11bd05fae4c8f6732a0c357cba634ed637df200325018ad899609d63c4be41ad

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.19.0-cp38-none-win32.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.0

File hashes

Hashes for robyn-0.19.0-cp38-none-win32.whl
Algorithm Hash digest
SHA256 1668ca29de9d05460a999ffb30fa80cf983307ca9dd198f9e0c2527c302741e3
MD5 b4602259ac2db07daa3ffd0db469ba07
BLAKE2b-256 612361fd4c83b55bfd6dec76948b256d4bce27ae6f101b810b747e0bb5c23d47

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.19.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7e7d73bfa9ea01541458d7247b20f8b30f3ceb8e39b2ed41e8166ffb31359309
MD5 4b816a1fa532e5d24ecf99a2a3bce3b5
BLAKE2b-256 f3b683460c02d80c6eb78daa68d84b7474e28cabe1c28c69dcdcbed3a0aabc59

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.19.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 97ff70500d9a08db590d3a392dfe1b1b6d1264f4db8a65dca1d596d0278a79e7
MD5 3a840ecad1af9b198a04f4d49c0b063a
BLAKE2b-256 3e1a08ac98848ce7cc2d4b284081adcae92de7c3f23780b92a51d0fbd7d52531

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.19.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4a898e1009e26039db5d20b5b107fe5a5ad2f35ef52d5386814950ca30c7c6f7
MD5 d0652e454c5e027c099a0bd83a8ae0bd
BLAKE2b-256 ffff70315a713ed8fbca66b6b4c41d4c60689b49a635e88990153bb5e14d74ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.19.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 70d43de5f2a94ae3f9e8632f89d664be15fddc8bcee2dbe2d715c2fa395bf3fc
MD5 57b5c7e5127a7d1ab22450d3a58ac5e1
BLAKE2b-256 a862304e79b30f39388da3487cddbd3e222bd5d3ebf7a8baedb51f37d9f0cdee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.19.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4e1e1fda8fee6726eeca0e26d56ccceef2ffbe99d390512782eec9637955d5c3
MD5 a90280d8940497f0110c6a49735b0ce4
BLAKE2b-256 74acaec538ea62fab1dd449bc6c947d639610a5ef26735d31b4501474ee48e8a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.19.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 734d4abcb71aa7075d26af1fd1d93e9044e87be2457bed1ee0760bd67558bcaf
MD5 1ff787a074b8205383b8bcf458b5bc51
BLAKE2b-256 9be574d7f11168d5977460fe9bf0ccb907e80ee2b4e9f91000bbfc6a174c6ae3

See more details on using hashes here.

File details

Details for the file robyn-0.19.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.19.0-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 83a43edec7b0d5484497e603a6d8e53f6f66782f49930364272f95277c5b861d
MD5 4bd5c951950e93532c29e0304f309fd8
BLAKE2b-256 9d5521d9dbd9613ae44cb2a9138db89c45795ed75988a527524bb6f73fdddbbc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.19.0-cp38-cp38-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 d7c85b5dd4ce38ff94d749991ac39bbd088a022db25a6a14244f7b231563749e
MD5 e4ad69b7b208b093bf6ef7a7210c17cf
BLAKE2b-256 ae7d14824cce1e5b232130257001b0bc040f4277f6f4798b2b589a2c71b62fcb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.19.0-cp37-none-win_amd64.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.7, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.0

File hashes

Hashes for robyn-0.19.0-cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 d7036676ff2756f6a58d82f413e22b8f6af8900645f5c77c8ce9a0ea5b8d5438
MD5 0fb3906c47d8da5dfe542a8dbd4bc972
BLAKE2b-256 0da5f22559daeeec43a5857ea4272e3e457d013d1965df3c97424a63e3a1fef5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.19.0-cp37-none-win32.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.7, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.0

File hashes

Hashes for robyn-0.19.0-cp37-none-win32.whl
Algorithm Hash digest
SHA256 e3ad3d05fd31dfd9c540bfb95c14bfaee2b139d5def0d705a0afadcb0e2ddbbb
MD5 475b33e617a21ae893d9273450b62e40
BLAKE2b-256 f1a28951455afcf45e65a1cb0df4081f163d58058f460bc7bee242e583170eac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.19.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a99827f8fdc4237b91d466b4b3f733c0c516e21394a7c359d18660c4babc31be
MD5 3ee487e58ff8adb0ef528dae5211f0f8
BLAKE2b-256 0a05654159c2e7556ee6b6966fefc6d1ace2f89051ff04cd1814288136eb4976

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.19.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1ced2b5b5c1be61548f571d8c22e8cfd58f4f19ea5d886309473484f49ba3c51
MD5 4d95cf673a22d4dc9cba7a06a0efe973
BLAKE2b-256 fcb7385c98814553a3c73d7e32c4d52fd7ec30fa41ba893bff90304a0bf2987c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.19.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 057fbef2e1686b229679e84b8731675231cd6c3c0f71743abeac25a44a8a0449
MD5 cf9e46b6002337419d71f3494e2a6fa1
BLAKE2b-256 e70e83374f7e851c4307b02c7383230d8fc4a51bfbf71df88f2dcd6606b6ec7e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.19.0-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 dc9abb4e4f471321ef73fb90dbba422de69fd5470522fbb4fa309538eb223725
MD5 c50c78c1c6e21ad787ac22923f73b112
BLAKE2b-256 ae923dfa32a19eec6ba0612464f3233009a6d21a01e6fc16c1abfc59604bdaa4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.19.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bdd0fe5f7a9991a8c8c27b3f91291bb448f94623f98f2a10a1aadc4a96476700
MD5 57756bfbabfb4ac23728fba0b436edbf
BLAKE2b-256 87175ce2693bc425f2f81374135a783d2d79d0c3349cd5b033c0316500359a0f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.19.0-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 dc27a2985d6b71258e4852f5cbf062b42820ab14e21997317fda0bd43cf00a8b
MD5 cdadc025bb4782478b6a511d8591a369
BLAKE2b-256 989ffcacf2334d44e873ad9dd405454167acb8faaaa9355a1b91cb967b1a2b5a

See more details on using hashes here.

File details

Details for the file robyn-0.19.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.19.0-cp37-cp37m-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 2e9e49218c474900a793546e4c0b6a23ac9f86c9f5fd05e41acfe93b4eb67ec2
MD5 f88cb22bf441b24452401914ca883a50
BLAKE2b-256 3658b40a249eec3b00023e6be3fb18496aa8a671283cfbd637cd53f0691b3d10

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.19.0-cp37-cp37m-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 e24d1c88e12b0fa409e0448bb1865152bb65e91455037d7f00a60a855f31d643
MD5 f407802c12f9c5628d20434d21e75db3
BLAKE2b-256 77d724918c47902d81003e916c0c19a686338db6438af7f5545c0fc65c3172a3

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