Skip to main content

A web server that is fast!

Project description

Robyn Logo

Robyn

Twitter Downloads GitHub tag License Python

view - Documentation Discord

Robyn is a High-Performance, Community-Driven, and Innovator Friendly Web Framework with a Rust runtime. You can learn more by checking our community resources!

📦 Installation

You can simply use Pip for installation.

pip install robyn

Or, with conda-forge

conda install -c conda-forge robyn

🤔 Usage

🚀 Define your API

To define your API, you can add the following code in an app.py file.

from robyn import Robyn

app = Robyn(__file__)

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

app.start(port=8080)

🏃 Run your code

Simply run the app.py file you created. You will then have access to a server on the localhost:8080, that you can request from an other program. Robyn provides several options to customize your web server.

$ python3 app.py

To see the usage

usage: app.py [-h] [--processes PROCESSES] [--workers WORKERS] [--dev] [--log-level LOG_LEVEL]

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

options:
  -h, --help                show this help message and exit
  --processes PROCESSES     Choose the number of processes. [Default: 1]
  --workers WORKERS         Choose the number of workers. [Default: 1]
  --dev                     Development mode. It restarts the server based on file changes.
  --log-level LOG_LEVEL     Set the log level name

Log level can be DEBUG, INFO, WARNING, or ERROR.

💻 Add more routes

You can add more routes to your API. Check out the routes in this file as examples.

🐍 Python Version Support

Robyn is compatible with the following Python versions:

Python >= 3.7

It is recommended to use the latest version of Python for the best performances.

Please make sure you have the correct version of Python installed before starting to use this project. You can check your Python version by running the following command in your terminal:

python --version

💡 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!

🗒️ How to contribute

🏁 Get started

Please read the code of conduct and go through CONTRIBUTING.md before contributing to Robyn. Feel free to open an issue for any clarifications or suggestions.

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

If you still need help to get started, feel free to reach out on our community discord.

⚙️ To Develop Locally

  1. Install the development dependencies (preferably inside a virtual environment): pip install -r dev-requirements.txt

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

  3. Run maturin develop or maturin develop --cargo-extra-args="--features=io-uring" for using the experimental version of actix-web. This command will build the Robyn Rust package and install it in your virtual environment.

  4. Run python3 integration_tests/base_routes.py. This file contains several examples of routes we use for testing purposes. You can modify or add some to your likings.

You can then request the server you ran from an other terminal. Here is a GET request done using curl for example:

curl http://localhost:8080/sync/str

✨ Special thanks

✨ Contributors/Supporters

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

Star History

Star History Chart

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.34.0.tar.gz (790.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.34.0-cp311-none-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

robyn-0.34.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

robyn-0.34.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (5.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

robyn-0.34.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.34.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

robyn-0.34.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

robyn-0.34.0-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl (4.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.12+ i686

robyn-0.34.0-cp311-cp311-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (6.4 MB view details)

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

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

Uploaded CPython 3.11macOS 10.7+ x86-64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

robyn-0.34.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

robyn-0.34.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (5.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

robyn-0.34.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.34.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

robyn-0.34.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

robyn-0.34.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl (4.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.12+ i686

robyn-0.34.0-cp310-cp310-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (6.4 MB view details)

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

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

Uploaded CPython 3.10macOS 10.7+ x86-64

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

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9Windows x86

robyn-0.34.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

robyn-0.34.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (5.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

robyn-0.34.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.34.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

robyn-0.34.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

robyn-0.34.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl (4.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.12+ i686

robyn-0.34.0-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (6.4 MB view details)

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

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

Uploaded CPython 3.9macOS 10.7+ x86-64

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

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8Windows x86

robyn-0.34.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.7 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

robyn-0.34.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (5.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

robyn-0.34.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.34.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.5 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

robyn-0.34.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.6 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

robyn-0.34.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl (4.8 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ i686

robyn-0.34.0-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (6.4 MB view details)

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

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

Uploaded CPython 3.8macOS 10.7+ x86-64

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

Uploaded CPython 3.7Windows x86-64

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

Uploaded CPython 3.7Windows x86

robyn-0.34.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.7 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

robyn-0.34.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl (5.1 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ s390x

robyn-0.34.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.34.0-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.5 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARMv7l

robyn-0.34.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.6 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

robyn-0.34.0-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl (4.8 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ i686

robyn-0.34.0-cp37-cp37m-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (6.4 MB view details)

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

robyn-0.34.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.34.0.tar.gz.

File metadata

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

File hashes

Hashes for robyn-0.34.0.tar.gz
Algorithm Hash digest
SHA256 5dbb24a06adc9e4a7389e5f9b7996cc4b90438fb4d5d62964115b313cdc41a42
MD5 2f39fa6b97cd083de5074b2c262dbeb2
BLAKE2b-256 26fae5d5ddcbc34b77cb0c667afb9d11c76453b071d399e388f657905e5008c9

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for robyn-0.34.0-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 94c4920151b0e0067019e57350506e8c40b9d3771bebfa45140e618254e9639c
MD5 d802c1ed14c0ba720db9d48fd85d105e
BLAKE2b-256 33fb8492adf410a7f24e87fc4b2387a51826ac6200f478e54b0ec1d2fb71c9e1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.34.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.4

File hashes

Hashes for robyn-0.34.0-cp311-none-win32.whl
Algorithm Hash digest
SHA256 4329b1c697edfc45a4a7cd71554b898236ce67ddc77ceab5cd5a3137a2a5340e
MD5 1634d64c1b3f027920b0aac049006b67
BLAKE2b-256 f7dab7534f3ed13dfc2cf8612cf65bef9168d178cbd67e3f91b71cf78367a3fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.34.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 87e8677fdb16680954669febd67baf76534d6381a8ba5d7aa8ef6abf80a7da99
MD5 2af9a6537a70906e90f440e0e299bf43
BLAKE2b-256 9ff01b2ab3cc7e2a6e332537c4c49da3562f7b53a84e032ac6ded9a2ddd9df88

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.34.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 83b2f36cfac9524f2fa5d55c311b4ec6dc487a7c76ad8fb13021bc350be0d3db
MD5 74527bd16c694a691f251695bd41bb98
BLAKE2b-256 d2272c1e5065d3f895dab3cc505e6fc873cc829c1d6ae0a442b8fa284225aaa7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.34.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 636715e5fa7074f9e68cbb00ac12753caf0d14847888e7fa68ddcc0f36a16b82
MD5 a80eb3d06ce5955e2470686a246151ba
BLAKE2b-256 635cfccd5a895cf9130a495085c33061043dce6a9209061199070230b54f70d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.34.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 4c98ee7b284f8fa7458808f29f84e235461da57d648d221c0bf9d0e134b813a6
MD5 235ecdb7e8855e104c5613114a7bf7fe
BLAKE2b-256 b5fe4e0af2ef7f94a19e8a1e88d76a67ce428c9dd157bf6d6061a1ec8ddf9779

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.34.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 99db3b38f33cb093bb3910778b4c5c0da70f4dc1736f8acb5f1bad7d35a8ea15
MD5 7ec0b78eb07148aab9dda10f6d332cf8
BLAKE2b-256 54416eae5a8fa1f5eb35870baf418d745904a2bdfe06b3c6d9063c7f35839cae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.34.0-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 0620d590c961701260e3c9435c14eff47f391c6f8a1066f47a01deb73f645713
MD5 1111fbcb997c370764e062a1936bbaa0
BLAKE2b-256 d682c66c3bc143f9edf307af8557097a03af90d6c6b72fa660d2d20e73fb08b5

See more details on using hashes here.

File details

Details for the file robyn-0.34.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.34.0-cp311-cp311-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 8cef3a6b8677af1c35b6c2616e04209bc4f12568b9782bae7739b36b6f02321b
MD5 919e622dc190abdf57cee7ad9309d25d
BLAKE2b-256 206e4cda571e4a22982aa0e06ecdfc65d08eb9d9c32ace05807f082356553c02

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.34.0-cp311-cp311-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 4b116c408aab20ff12857ed876d465b9fa08f810ee2512dff8537b951c9f0b15
MD5 f03d48d9e6658bd9a261aed7c3294a43
BLAKE2b-256 a89397202bc62ae87f0cbcdfad5a5df124381d91443c7e1c5270173d487fefb7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.34.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.4

File hashes

Hashes for robyn-0.34.0-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 a0ca8b553d31d804e778d6619926b47db6888e5b314d1a34ada04e8911fcbdb8
MD5 2e1a537588819adf336aac99ab7aab87
BLAKE2b-256 989e982ba664e4015c49d7523c00dcbbf3f545de1cc05ca7c9972ce8428ef79f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.34.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.4

File hashes

Hashes for robyn-0.34.0-cp310-none-win32.whl
Algorithm Hash digest
SHA256 81fc038c51dfe6c8bab6dcf745a3f008b3653bb7a1ea07e12d7b17dcc2c9e467
MD5 0f2ee2d0049af0a5268cf4804c8e8459
BLAKE2b-256 2ab909033fa0728ded5e05d55ecc69e405e08f3b5a6a01ae53b473da2c57fbfa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.34.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5b375ec8f5848df4c859b1cef354a3d9467ef73cafe990daf1b9be4b854ae0bd
MD5 84661fd3d064216b0087396a1fb43a2f
BLAKE2b-256 a014ccdcf15cf85a12982e68980ba717b5e7046c42e6acf0777d990cd5a8b0dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.34.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ed7fde9495640e173e5e2774c3fe7834e78bd44f5893897512dd436fc6557b01
MD5 91ff9d89fb5467635ae1111abd9ad042
BLAKE2b-256 d1ca779c3175b5d817d5ac461bde648b1a604196dfa616ff3328a63c040254d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.34.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 389b49c66e5440628858670eade43adc1128938786b823c956a7e45591c8b65f
MD5 c52dc4dee47100cda33eebf02b34dbda
BLAKE2b-256 191f3521f5753d498caccc1d119df4e5d69485fe51a2d7e70ed8cae78cc9c244

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.34.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7c1fabab3749392c9af12a87153383cca3cfb99126d7d8a06fe5b1f185fb3325
MD5 47e8bb33579532f513a6cfb18e278901
BLAKE2b-256 3cd2d214393b822d25375d814c384ff967974f4e81b49588a01b4a2ff6ec8a62

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.34.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8413207370526a0d5e5f89bbda65162d8fe64f7ebcc9e23f0e4260dc18ac1145
MD5 24d54bc29619742f555e968566a64502
BLAKE2b-256 b6e10ae86ce6051ee79e90500e420db5b6ae89eff12bda1d7b4ebc7a454b73f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.34.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 bd6fe9400176f80b5c82eaf04246e019687750f29ac0f05e82af48e4c95e8e74
MD5 4c93c8e0b17b01a44f9149b85fc00298
BLAKE2b-256 d7d280fb86abf8573503d79d17fafba17dba7dc8bfd950b48179cd849bbe3bd2

See more details on using hashes here.

File details

Details for the file robyn-0.34.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.34.0-cp310-cp310-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 4de4aeec70a94e371f5571563a1fcc544cee7989c9b0661e1c5158d91748e4f3
MD5 e599d5900de54fe7ae10a38cb6cdf8db
BLAKE2b-256 b1fa3ce357a8673f443491d329ed07d3dd1d0be94fdef3b3e258100b97313444

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.34.0-cp310-cp310-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 f8748109ce995135f64fa0e6de9e9371238acf7b1134aa73d2379c698df29ceb
MD5 3ed0df9abac81d5d1c28a458c2f4a2eb
BLAKE2b-256 d16f194eb7318eb40c3412666c25f45ad63b69630dc4132f20d2adc3f485c6d0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.34.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.4

File hashes

Hashes for robyn-0.34.0-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 d26d172921412717baf87c70493bb2a36e917f129f6e3f4a827d46ed6686db40
MD5 fdfba44cf22792d6bd66c2f6563f2c18
BLAKE2b-256 b63faa28e0b1f0186539ad705426b0f1cc42aa003cb33df1d1af6d903597dfaf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.34.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.4

File hashes

Hashes for robyn-0.34.0-cp39-none-win32.whl
Algorithm Hash digest
SHA256 95566a760b96a8048e92e60a56f06011d7ec27ab95370e8a9153a5f4cf618300
MD5 1feb298011ed10be32fca7ebab7180d2
BLAKE2b-256 7d17180ba4f73847f07727e64230ad89e0f44eb29beba01842f3c2c722adde27

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.34.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 eadc97d7862984ffaeb2b0ae3e2fdc412c1df2338bf31707e52d42c411f5bba4
MD5 85b7cf7931d6f43d66e48b1b657795c8
BLAKE2b-256 1c198bc67ded1de60d94c32b6fb78a34e2a5fa83b86a26a988d79b8fc002a179

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.34.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 71f28648ed2d51e2db954a7995b825498a1b032ae3009df45ef3406ffdb8ed10
MD5 c1b7b5513211704ef5d5efeb37a73bc7
BLAKE2b-256 f9b1959c03b86ee18218b32161b268095eafdf6dfe306b7f0e36af8e2de5b829

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.34.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a5a22b94babf403b977560321e35de25a979a01f60ae193f11804b521bae80b2
MD5 f6c8b9174f32c78d9f153352182b8584
BLAKE2b-256 d75b88eb9b3b0e29a762aa3d1081d760ce6187df3bad5f594014e469f5ecca57

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.34.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b6a48df832c0b2b7822ca7d2f54183851b2183a45f5d72dd613f9d665005f73e
MD5 98b488d839a11d31ec2961fa9ac2c216
BLAKE2b-256 ff276ea6ce28543b3484e5f6c78c68ad109514ec275c3f3cdf3f7c24f319806a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.34.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2cc96c3628762366b8b8310e83da5f8d938b01297fd4d123046c344509e46ca5
MD5 9d678d871cce5a465b5afc7cf2fef3c6
BLAKE2b-256 3b2e742925eb8aaf3b625682d3b3a60ad08f9e61bd7e5abb5e612f35aec193fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.34.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 a778c23232282199d7ff689796a7ae2dd1aa9f9ff99698248fbe23bd3045a989
MD5 7885895ede039ad33682f4b376af5818
BLAKE2b-256 8069350feb8093b5f97329f845e7fc8eed723eeccaba6cfdfb8b622476c616ac

See more details on using hashes here.

File details

Details for the file robyn-0.34.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.34.0-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 d8e853198066975dc256ba0b70e0ccc98b25bdac527159d78f9be6a64cff41d7
MD5 4d396876f482864cc5ffcd76e447bae5
BLAKE2b-256 7d3444915f1202ee8561e7e965059c084b943008eb1a1fdc916fc1684dc3b49e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.34.0-cp39-cp39-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 5206413189dfad4615a4dc110ee1a699f34738a5c806b7a3db652fba1563f340
MD5 0fa775052478c43023714c12be92e128
BLAKE2b-256 20f90fcc09b51e62cbbfcb7bdf5304e4c61357f91a20f1f1690b1c96824233f9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.34.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.4

File hashes

Hashes for robyn-0.34.0-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 d4c6269c24df5d5def0243636626e5c263a3f9cb5611f951ee5ee56b1a25b210
MD5 e7441c9266b5bcdf57b119407645d507
BLAKE2b-256 18edad5de7031d15cb6828ad8dd5ecbedeb4a1523ed2f8e203f2b058d7c89999

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.34.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.4

File hashes

Hashes for robyn-0.34.0-cp38-none-win32.whl
Algorithm Hash digest
SHA256 7d95b07ee7e91ef9214d96488e9eb23856a013c34305193173ce76035b1250fb
MD5 e2631a4032871fb8adcfe23027d10b48
BLAKE2b-256 da20feca1caa79cef0ecbd49b5659d87f438169d27798e9020f60416505b77ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.34.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 aa3a3511ca065c349e427cce851c9474759bed9a977ceace2c9728c3f11345dc
MD5 86150d8b9daffc98b9934252dc80b629
BLAKE2b-256 cd535059b2830f1203edc73cdc8d9bc6150a1e983664089d4191052449d03076

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.34.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f983dd852b4484ca1660bef24815c91581f94f0adb1a47b3f5f2eab11f28fae2
MD5 b0bf100adf3991fdcb314fca6813189f
BLAKE2b-256 12bfb8012ce7b02faede7bf483cbabd9bda26b7c943fdb6fb4c99fd76639ed17

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.34.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6714fcfa683242ca417acab48885b19490e5c8afa19a96235507d0214c962236
MD5 bedf0d16472c1d727d793efcc2d510e7
BLAKE2b-256 396bdcab721c602feefe86ba50edbacc537726eea10ae71d421957fba5c7b00a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.34.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 418ef8ef3ac1895722ff59247af8e9a4cd528758a6b36028ba58f76a39d6266b
MD5 7a98b790d12605b76271636b5cf49fca
BLAKE2b-256 cdb9860834df6c3a49ae152b555aa26f6a22d61519bd5c6bed79ad682d39dcb9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.34.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 72d4c9fa7c700a90158bf5508d957c2dbb1f917662424bf0a1e08d254575f28b
MD5 fae172a60d0d320d53da0717a06119e1
BLAKE2b-256 f3b770de98e9eb764be6834602ca709dd9b4b21eb8a6fdde5e8e9be4904ddfe7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.34.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 14a48f25ba87206b80aac86d650d90e0ea0ee62067f9b2b45dba393c7faab74a
MD5 09d91ec3ed7c8b6455eb810a0c6f74ed
BLAKE2b-256 d2157fc1a85d38440c036e7b344b8093ce3061369f0ec1f89042a54508aed691

See more details on using hashes here.

File details

Details for the file robyn-0.34.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.34.0-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 70e40283d57c34f38d426353a2265319fab756a01f2d87d11e0a717bebd2cc95
MD5 e524131c2c7484e4eeeae60fa6e0651a
BLAKE2b-256 d53bbfe587e6f5a38ee593606aa9c47af4271d13a28e9fe68119aea1d34b68b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.34.0-cp38-cp38-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 84547ca42dcf10a0c15332edf758e48a366bdbcd3e5da168fcf1a469f0e7a690
MD5 62dc8a60fbcf6424cd9c7c8a8e57b4a8
BLAKE2b-256 96f4037f5fbdf5cc1999d1aeaacb2c894e1ff8cbc358cf2056a8371f61a8d352

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.34.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.4

File hashes

Hashes for robyn-0.34.0-cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 01e3238c5208027b873e185f17b7036f63bdeadafae76b47dcbe71648d05cb43
MD5 762eceae2fa59ee97a579a1b3388c6e8
BLAKE2b-256 f97f72eeaab0a68088a9879446ddd61e7e8e2903ec7fa29ccc631f6da1c0a33b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.34.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.4

File hashes

Hashes for robyn-0.34.0-cp37-none-win32.whl
Algorithm Hash digest
SHA256 d408ec0092dfa6601905fe187e65bbe2251a42f7fe42ef8dd18a7ab54bf1e2a8
MD5 2fb61c07e765045b6832d9f61dfb6f8d
BLAKE2b-256 c6910c304313e135693a3a042cccc914cad1d2753be4b3f5793980cc153604cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.34.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0fd21b7748e7ecfd3b99c12b1471adff9e35bc456b623d9012f01c5674063774
MD5 0df0045e107cc869748e10b7226b962d
BLAKE2b-256 53f8f3524080c7933af6851e542eba08dc076a2440c2d7b8e8593621bba9cdbc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.34.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f859f5fb09209e55218b72337123b9c2e97b69a6cefea432c55863fcf35a2ba2
MD5 a1d42356ca3b14f72a7c4bb37489dbee
BLAKE2b-256 c9e2b30ad403efe3c6d6df443a47d7c4a5ed135c270b54bc72fe6be86ffad256

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.34.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2836958ab86951273cc71340a7bf38934c093b4d2ac8df601ed7643dbce562a4
MD5 6d1fab6f508fec753e6216329a0babd5
BLAKE2b-256 57702ddda4281fcab189c099a90c045837f40a9190125a34571cef055c7e7e70

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.34.0-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 29ac9a0e2c54f7c6be43edaf0d492e8b47dfca59a52d52710f093431bed3d5ac
MD5 fca75e7c0eb24533604645bc5fead39b
BLAKE2b-256 3265e42dab900107bb601f0c7681b54f1093e11f29b06719dc44b6dc995363b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.34.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 84b140bce5ffe41e26a7c9dadddb6ce819a79a229a9678747a426173a4eb2010
MD5 9c2e5761f145741fad93f75ca179dc46
BLAKE2b-256 7bbf04fc7c42df9652e8ac73aec79a18062beb0c0f150704466784b107a93d02

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.34.0-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 34474dd489feb38ca97874518f7d0493af3641d2b46f8b5dc86329448358c493
MD5 d35c62db7619d655b3dbf163d8a1a6f8
BLAKE2b-256 8a411aa857cd13f977bf3b6e41b83b21ac6335fe68f2a396b1ace5a0d1a5a77c

See more details on using hashes here.

File details

Details for the file robyn-0.34.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.34.0-cp37-cp37m-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 321dec13818d9c0b49e21ec71581362113ad90b8c108321e0a1399218fc4df3a
MD5 dd6e9b53ea621150ee8a371d6ebadc5d
BLAKE2b-256 fded57c74a8db9b071a89ccfc88e918b5ef5c1887778f15234ec42f4b856f221

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.34.0-cp37-cp37m-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 c8c6a309d50e1e1502aa06ab1914c2ade82c7be709e75dd6a5bd957987def0ed
MD5 3d4c73bb5e86373d74a58a3a301f082b
BLAKE2b-256 4e60c0d105cf45a8243f1a24cde70ff2f1f6f10c85d62ab0d5d8990ffeb70278

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