Skip to main content

A High-Performance, Community-Driven, and Innovator Friendly Web Framework with a Rust runtime.

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
  --create                  Create a new project template.
  --docs                    Open the Robyn documentation.
  --open-browser            Open the browser on successful start.

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

When running the app using --open-browser a new browser window will open at the app location, e.g:

$ python3 app.py --open-browser

💻 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.8

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: poetry install --with dev --with test

  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 poetry run test_server. This will run a server containing several examples of routes we use for testing purposes. You can see them at integration_tests/base_routes.py. 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.43.0.tar.gz (4.2 MB view details)

Uploaded Source

Built Distributions

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

robyn-0.43.0-cp311-none-win_amd64.whl (2.3 MB view details)

Uploaded CPython 3.11Windows x86-64

robyn-0.43.0-cp311-none-win32.whl (2.3 MB view details)

Uploaded CPython 3.11Windows x86

robyn-0.43.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

robyn-0.43.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

robyn-0.43.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

robyn-0.43.0-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl (2.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.12+ i686

robyn-0.43.0-cp311-cp311-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (4.6 MB view details)

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

robyn-0.43.0-cp311-cp311-macosx_10_7_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.11macOS 10.7+ x86-64

robyn-0.43.0-cp310-none-win_amd64.whl (2.3 MB view details)

Uploaded CPython 3.10Windows x86-64

robyn-0.43.0-cp310-none-win32.whl (2.3 MB view details)

Uploaded CPython 3.10Windows x86

robyn-0.43.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

robyn-0.43.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

robyn-0.43.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

robyn-0.43.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl (2.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.12+ i686

robyn-0.43.0-cp310-cp310-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (4.6 MB view details)

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

robyn-0.43.0-cp310-cp310-macosx_10_7_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.10macOS 10.7+ x86-64

robyn-0.43.0-cp39-none-win_amd64.whl (2.3 MB view details)

Uploaded CPython 3.9Windows x86-64

robyn-0.43.0-cp39-none-win32.whl (2.3 MB view details)

Uploaded CPython 3.9Windows x86

robyn-0.43.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

robyn-0.43.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

robyn-0.43.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

robyn-0.43.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl (2.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.12+ i686

robyn-0.43.0-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (4.6 MB view details)

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

robyn-0.43.0-cp39-cp39-macosx_10_7_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.9macOS 10.7+ x86-64

robyn-0.43.0-cp38-none-win_amd64.whl (2.3 MB view details)

Uploaded CPython 3.8Windows x86-64

robyn-0.43.0-cp38-none-win32.whl (2.3 MB view details)

Uploaded CPython 3.8Windows x86

robyn-0.43.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

robyn-0.43.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.4 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

robyn-0.43.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.4 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

robyn-0.43.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl (2.6 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ i686

robyn-0.43.0-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (4.6 MB view details)

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

robyn-0.43.0-cp38-cp38-macosx_10_7_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.8macOS 10.7+ x86-64

File details

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

File metadata

  • Download URL: robyn-0.43.0.tar.gz
  • Upload date:
  • Size: 4.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.5

File hashes

Hashes for robyn-0.43.0.tar.gz
Algorithm Hash digest
SHA256 ce8a7720fbbc989f1dc9933de7cf328c6a53a1ac3c34a21b0088ac65c4739462
MD5 0cf6198179889e1c6ff07484c95efd61
BLAKE2b-256 e8300cec6a50ed7e23353573372363bfcecc9acccf382f0ab05e7e0708121537

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for robyn-0.43.0-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 27ca5529809e7173a6d4bc840f2c0b94dc31444766251b94b4fdaafede1a203a
MD5 5d17b06e650c1606dd82a2d710fc45e7
BLAKE2b-256 5758024c59da10262469a47a89e7811a620918d0e0d9afb9215d587b7b49b149

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for robyn-0.43.0-cp311-none-win32.whl
Algorithm Hash digest
SHA256 dbeb278b787d9a929109cdefb446ee0195ed709835683ab09654e5575cc33c51
MD5 ca8d7517a37285e623172dc3c1fda0bf
BLAKE2b-256 e23a755e0f91722b483e3bdd5ef69fc44eaa16d5a95f25a231978d90c9eb5b89

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.43.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cf65fd3376318a6942205aaf6f3cfe22f0b1b95b9a5847478942eb36e2766a84
MD5 45659be567d62b020f05fcab30a99de8
BLAKE2b-256 88ac9e16237512ca53e58960dbb17efceccee50d141dbb0a15e7a316f78b264d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.43.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e13dca45419a5bed079eea906c57b2124233644d77474d6aa363c0b94d2ce500
MD5 be1a4fb463a56c7ffbdb1d10d2860b1a
BLAKE2b-256 a3c13a12965a0bfc4a216b2bdd4e07acf02694802e20ebf694430f04594af8ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.43.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e875d0bd2b94b6d2c79702d52911f14136db4c78f52bf047f9a23b0268eef79b
MD5 9bcfde5ac19f69ce93184e6761952a47
BLAKE2b-256 90228732dd1364d939a7b97fcddaa0c66ed140bf8e9dbb203ddfca36f354bf5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.43.0-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 39f1657b0151cfa0150fce59beca462a8f4cdb94f56cd6af54de136c6125d732
MD5 76de04d78f5673e810d3b0403134df1c
BLAKE2b-256 ed9b96464af802af992978372a90d1b17a6eea09cb685df60d249f31b2af9acd

See more details on using hashes here.

File details

Details for the file robyn-0.43.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.43.0-cp311-cp311-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 97bb01186d080cfd82cb45d05f82ee94813dfafe22987a291145600d43a54f62
MD5 79f7d0e7fde011ad01894892a638360a
BLAKE2b-256 20c8d8de9b46e66e373b85ea8dd6fac8a6731bb43b2108cab39e1b0a60face9f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.43.0-cp311-cp311-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 2327450ee138d7d973bd61f71bcfbff537537cd16a1aac2cfc78058bbe08964f
MD5 d36d8bed9042417fe04fdb093eb7eec4
BLAKE2b-256 6f3eb29d4451832c3550a46508b2eb8430d032415dba6b0cad352a52732ba4c1

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for robyn-0.43.0-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 555952ce1cac8970c3823377561263fec06c341ff3f7c7c3d41c730f794703f3
MD5 95b95ba9d55002b29c3e5c905ee4059b
BLAKE2b-256 558dbd928126c38262c537aa9e2440cf7df77aa178b0efe7764bf49782b87a81

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for robyn-0.43.0-cp310-none-win32.whl
Algorithm Hash digest
SHA256 de7854167f12038c4e72e7f13116b278b67b239d559c1b16602ffead6c5e7572
MD5 0aa0e7f4ce74d72b793726e63375d5cd
BLAKE2b-256 88ddc20de058e23305f84f559cee8e02da32ea34be8b711e96a39a3d0421cd71

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.43.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 34eaf992420cb9da552cb12c88f3d354db4c7772687130159900d8c5dde0e4fa
MD5 cc54471fa68c3f7afc9e8c9aeb5be8e2
BLAKE2b-256 94ed850729ed38e7bb98c6c47b90bcc091164eaabefb81360aae1b166b7356a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.43.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ba0264c5076e2046c1bd71fd434e2f7227f4d19563109e2c92680c07fd87165d
MD5 8705ca6254c4b58376d3faf523576f1a
BLAKE2b-256 13b31b57607de1519d7114d59a3cb9e165f4ab250796925360882e9896262481

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.43.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0312057cbf6097188c61d856b5c0b9f38c0fc9f32ec7db8ef482c7c493001877
MD5 ba49c41642aac5a3861cca3e93280f75
BLAKE2b-256 79bfe0d85707402bf39f03a38c2245279bab9c1c0b8cffb0e349c5c048b72c1e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.43.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 6dd012d0a485173e35c42b266fc582ba747cba343a3c20a138d8bb648e95c81f
MD5 d96fbaf9027a10be705d2f680f898a95
BLAKE2b-256 51c426fb65e27776fdd61ce2136f794737bf25ffd249a3e5416af7e6bf14e06f

See more details on using hashes here.

File details

Details for the file robyn-0.43.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.43.0-cp310-cp310-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 d42c674ab0e3b0b929528659323bd5d5173644b128613dd31724111ddc691133
MD5 0f0bfef7a63bcd22ad6ebc0634a688da
BLAKE2b-256 57963c2f021979472672edd4f55d92f15b67f0b768246471f28a8d9b19747a55

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.43.0-cp310-cp310-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 d3ffd33974feb12d7116dacee76718fadb3f80076074b7e7b65c572d4069c495
MD5 a9561c42c9a722710a5c7beaae636547
BLAKE2b-256 70ddffa5720065d60af13b2588c51cada3609b0c3e77d4a855390e512ad85f26

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for robyn-0.43.0-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 7ee39737c5b591b0ebbc871d4096a3f6dd75b65580647821b9ebce655e9249d2
MD5 8a95bbe852c6c7cecc29a4a11718061b
BLAKE2b-256 28fc346be97a8c5bfa4af5b7085a512caf9834146e1958b7bbbdea906c8f2623

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for robyn-0.43.0-cp39-none-win32.whl
Algorithm Hash digest
SHA256 33bb9c077152475240180fdb3e67b8c139514f83f5f27ec979f6c061046df276
MD5 43a3289f193e0313239c48bfadedb98d
BLAKE2b-256 fc642f78de125e809b08dd12b532bf7090c1a8897c2ad767acc094ff164f4efb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.43.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cba9b5fe708c028198b3ed20e1cace835e2faa329907e3e3fdfcc30202f22226
MD5 38b3733df68c9b20093435c81686d486
BLAKE2b-256 a06db9a287b2b26d4a53ca10e4f90567254634f2a96c39162f080bce66def782

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.43.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2bde4c8c60fd22053ece7c3fd0004a86c2b89067f8f41241792afeb2b65feaf0
MD5 c00a4c95efafb9da732c2352260a574b
BLAKE2b-256 bab39ba717b320d5481e8a49c68761f3ca69b7a631839395919bb801df326084

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.43.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 88354df0593e457b08553be17c9bd79116bbaf84ff20ecb350c8d5726f02ba15
MD5 c9dc50faff4c52cffed70ddc59c117a0
BLAKE2b-256 2ef1236bcb1d75c126a61b816b241999a70d4a66849e0f85a60b8d3ee826d365

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.43.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 859344dd2a51071353a1d4e20370fe20f1641488c8142ae4809488fe19a746f4
MD5 7e63d60329d2376e0c3ef3ed09ccad8b
BLAKE2b-256 9eaf257a10eab49377087e1932157956e5309507f7a7588599befd0c6c9775d3

See more details on using hashes here.

File details

Details for the file robyn-0.43.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.43.0-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 9d5c6d0748b55704f81b31ab8f5d4107124e11b5d661116876898fc95e3029ed
MD5 56328518d852ff40ea2b2ff3cfaa7e7c
BLAKE2b-256 a887dbf3f48291e154a7af7de4e9a8ec61f4cbee7dd9988c1933f61a68f555e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.43.0-cp39-cp39-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 78f3ffe1e70aad701fb2974609bd468c32331e600deb69c04df6f3c0e82edc1d
MD5 83336a852fad85e839893bdf6c36fce1
BLAKE2b-256 62db11e168cc5d06d69c7691b1f4eeef15a0d89f9884f28eaa2d2a9e3fe4d3f4

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for robyn-0.43.0-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 d3bac0e6252d6891ba3554e44275f7f632a32864b48c52e9a8a920b6a71a0ef0
MD5 a74d1c886ecae85f4c80ecc458dd075e
BLAKE2b-256 976c9eadeb09f2986e52edf475ca2c0fb5e7136c7eef5c8c0366b7c06bad8493

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for robyn-0.43.0-cp38-none-win32.whl
Algorithm Hash digest
SHA256 e2f4720c5e777ccd907b5e651825f0439b102209f0be4ff7df9dd170c826cb0f
MD5 1bd710ad9d56d7d45be6ec2a0975b85d
BLAKE2b-256 e5277973f30bf6f75e3e0b79d6343a2a9e30fab071903a051ac4c71ceeb18786

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.43.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 680fd5c968247038cd7da5589a34f5b65362e808fc36fd495ba0c750363dc227
MD5 8056ced126e875e9ff5b26b19cdf22c7
BLAKE2b-256 c3ede9be80758b3fee4644159fd4d320f68f40b6a1df55b7e29a8feb0685a704

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.43.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 4bed7122a101d48da0d1bfa6f44bb325ce7927e625d3eb6428df44fbe96fac04
MD5 4ec12d019096402f43f14802882e6e6f
BLAKE2b-256 139a13e04a43e9d13428041e72d6ad0b5abafde8a404b79987be3ff7b46b151a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.43.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 324d457ae68f99a1b1c865c8c0a690ea4a07a9ba0968c8d7117993d88f4bfa90
MD5 77f357865c3edcd4cb37c7a270a6195f
BLAKE2b-256 33273c44cb4e2cdffe7c5bb161fc3506dc197f40dcf8202dd5fcaa1cda86a79a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.43.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 b0e608969edbdfba655f34153a34dcab4d7a04d0f0b71142b8ded560e77c0924
MD5 ee9062ff64600d1ff6816b959b02f86d
BLAKE2b-256 51c0aec18f02dcfbaaa2febf1a077f1aeec6eab5c1e9463dead76cb14f83b913

See more details on using hashes here.

File details

Details for the file robyn-0.43.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.43.0-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 4cf897d84a0acb605ef343d74eea0f54eb8845f6bde7cdc35128cab90a9489b2
MD5 fdfd7c1f1b5b22981575808aa994acca
BLAKE2b-256 b80d0fb18a61560ef8c0919df404b722a115d3a672ca450368a124ddbe96794b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.43.0-cp38-cp38-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 047a9ca2e9fc5d4a92d568d3dd776d1ec7f2c3ecb5e9fcea86792419650ef440
MD5 50f9cebb8200d5ba69e3b17852f27491
BLAKE2b-256 87c6513f4a05342375f1d82f90c600f1c520c2b5c7ef3d20f339054b6eaa7e94

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