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.42.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.42.0-cp311-none-win_amd64.whl (2.3 MB view details)

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

robyn-0.42.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.42.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.42.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.42.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.42.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.42.0-cp311-cp311-macosx_10_7_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.11macOS 10.7+ x86-64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

robyn-0.42.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.42.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.42.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.42.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.42.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.42.0-cp310-cp310-macosx_10_7_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.10macOS 10.7+ x86-64

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

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9Windows x86

robyn-0.42.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.42.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.42.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.42.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl (2.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.12+ i686

robyn-0.42.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.42.0-cp39-cp39-macosx_10_7_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.9macOS 10.7+ x86-64

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

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8Windows x86

robyn-0.42.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.42.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.42.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.42.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.42.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.42.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.42.0.tar.gz.

File metadata

  • Download URL: robyn-0.42.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.42.0.tar.gz
Algorithm Hash digest
SHA256 e17b6848e4aa6d300c8677dda9a9699e8d629addffd864596784b2fc228e6c98
MD5 32c806d041d9d74bd58b850860c7bd13
BLAKE2b-256 3909fcbf04c4dc1d37c81c6256ebf08156b14b923148239231921a2fccab3d69

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.42.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.42.0-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 36383c55bb057b63884f3aac9eec12fb3bf9450fe546c22ceae66f5e2b6ddbdd
MD5 a076b177c7def4d116ce6006d5e620b8
BLAKE2b-256 8295dbbcc3cd005d345a933c0a96bea18c0f595eae9acaa783504b0eb84f995e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.42.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.42.0-cp311-none-win32.whl
Algorithm Hash digest
SHA256 4e3fcc107b310484b61a510eddf266d875ed58e6c1494061cd6b2223d49902c7
MD5 03c13b642a2eaf6860e3a213333c755a
BLAKE2b-256 1a89d5b6a191d5f510a3089837b4d390994c0042cdb814fae1648e4ebcbfd7b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.42.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 22596ce94695177371c1bf18c9f1bd7cd2ee1a177bc1966d250f6e62e5235fac
MD5 ea13050cae6786fafb3697e61195c815
BLAKE2b-256 b39a08f951efae8d5b6244382f85cb30a3e7c45df6e898a7500fed4966fdefbf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.42.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b78f62074effac42d3cc1bbfbd639d152c009e56fae05df4114befe739fd0522
MD5 b434f1fc3f5fc326f8cb7187d54dfa57
BLAKE2b-256 748fdeb53ceb24e5ff7cc4b96092755c3e3f4eba023df0316b44af0911a33d92

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.42.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 aa6fa5a95e807ec2523473a3825dbbca7015a065409a36d79182e89f2feb4941
MD5 6d01959291201625e215a5a76e954c72
BLAKE2b-256 9fbb3b60f2dd1cc7a8a90574770b4ee3b4f2891b34329cbf7b9ebe2e9c628d45

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.42.0-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 c51a94c9d5dad6bdeea7acd21ca1cc6bfcbe3d28cbc533d87353a4670a422609
MD5 93a56e12075bfbe959dfdc4b6c8f4854
BLAKE2b-256 37ffa38a00a07bb30a6f0616e665855d16be5b7f748a994377a8b8f523b34cc8

See more details on using hashes here.

File details

Details for the file robyn-0.42.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.42.0-cp311-cp311-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 919986e5f9d4d1dcb4440c7e2c3c08f77115ab598ae6baaa7330ee8988fbdec5
MD5 2859a6b06585f66ae7204b08afce398c
BLAKE2b-256 a391999328e82007c92b850fa4bf0a479c04f4956dec02672b613ad37148f251

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.42.0-cp311-cp311-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 ebf5c7c469c049b33c42f4b6a2262845d69557175f98cca5cac8140f51c3fa3f
MD5 abd8ba44ebbd32baa34fb01708432528
BLAKE2b-256 43d3044e7bef4e3c40bf2cf0fc27387bb2fca5f82217c28a947fcab53db61845

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.42.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.42.0-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 3b9dce355107d0683b9f0d89224e3919a5ca88d17ccc05dbd895daa570e8605a
MD5 1072ff08820a8b439f70b9d8de7bb4ce
BLAKE2b-256 2a037fbcd2d515dfd7e89128efb12f1be9e7587763342553100bdbcd22ce0c1c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.42.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.42.0-cp310-none-win32.whl
Algorithm Hash digest
SHA256 c8c51a67665e1421833a33917df4252b6cd5e092c9873a84838994d64d4d70ea
MD5 cdbe8053389ffc17ecef6348655c1839
BLAKE2b-256 3f0d4358ee252ac2be2f208c67540f0b9d2caa3085bf60ab983a77a49c0b9b50

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.42.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2090e38581d7ec702a7f1829fb9c89800be2e0ac60b6cd2565d1d46ff331c01c
MD5 562d487eb9e9f91838841dab9ab8a6d8
BLAKE2b-256 b34547fd9faa223d0b59b8bd102756c6ef7fc70fd093a8b3a11db01e9c99151b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.42.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 db04a9b6a87e736e88c1d57b5c0689976dfba2af709b9fbb41b03f9a867374aa
MD5 9e7b45f2e5dbbe02e1e58fd95b5a6798
BLAKE2b-256 0dd02783e5484ba06210cad87bec3f74e67a36d500392c6e35ccc2dcf08dd717

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.42.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7cf98a28caf6789cf56518da1b380e6f6fd0750900d123453ac6be7f5e19d50e
MD5 635043fc9b5e7fb0bcaca3b1322982d5
BLAKE2b-256 e1b84e547e535e19762e30a00482b2a01ccf08b743a3887e1d2740084216a8fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.42.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 30ab4f9af50dd18fefa07585dad207c14b905bcf868bc18f1ca32eacaaa82996
MD5 290e59aad931a60dc4df5e11bee1b3c9
BLAKE2b-256 7ba949de11152e934c0186a141cf59697baa044d90482d48cecce39b07ec1074

See more details on using hashes here.

File details

Details for the file robyn-0.42.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.42.0-cp310-cp310-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 9d30e668e4a3e47e93e4bd0bf5b5018ee60906c67f98abd111a67c419302f1b5
MD5 a71955b68ff25502fdf21c405d7440dd
BLAKE2b-256 3da603625bcc553c16e642dc1917e9f146c78dd658e07a2f446a8a7fbb667423

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.42.0-cp310-cp310-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 0a29fe2cee0c7cec04403db4bbd8e1818966cca1fdb00f2a4bbad2a726eb9190
MD5 bfc0fa3b7b92502f20d0108af74bd794
BLAKE2b-256 98e16cb95c23258492ffcbb3c3a8f3db9a3affc9b3d8b25ed3f58aa87320c48b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.42.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.42.0-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 023dda5e002185cd8a659cb61a13acaee43dca007bb5f7298d640ba9888445e3
MD5 835d889bbd430328b77c2c0fe3895a78
BLAKE2b-256 a91de52e6d2ee41eca3fcdcb5fccc371e6482b96099520719ad29773a5ad2808

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.42.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.42.0-cp39-none-win32.whl
Algorithm Hash digest
SHA256 49763f27470814978be83b441761f1df738dc748e559f194bc31168f501b4db1
MD5 2b39511f840637331534a7e0e6049498
BLAKE2b-256 f4c79557759b9d3f39e414de2ee7794ae0421e1f32a18d31197858daa55335cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.42.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 77fa78b2eb209a361c04fec4bb36ec765edec5ef917947d45fe85f15595336e9
MD5 df2721f781aefb70ae49fd181ac38fe4
BLAKE2b-256 f05bdbbcff550f780209eb7da5a525c0a0e9be75c6368a9f2297620965fc05a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.42.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 51e6fcb04f4aa7ee8a6f392f82b1a2641ef5e589910a28f0a30a9e4f3d0be217
MD5 2a3a07ccdb2899bc0a01fbdce8ae0ec2
BLAKE2b-256 7fd611e42810051663273a7c547d557a12269c0e961c5c57329fa76addeba872

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.42.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5645572da8a018d9398fd89a03ca7c1abff3651b3c283d71f8b76c5f20c28e1c
MD5 3f0ad758bc69d80ef59c2034418968ad
BLAKE2b-256 550e3098a7417a57cab50387d8e0bd6df51bd8e0487d32197f39ddcd16225f4d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.42.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 4fc738ed7ee5e52f93fab62a4983b4fd578d23ef380e5fe43ac37d114834cdfb
MD5 aafe0a8a53976306873d7dbd08070db4
BLAKE2b-256 08557d905b90499746402b0c985c8c16deed3ec1e4c9191a911ce0dbb2d44dbc

See more details on using hashes here.

File details

Details for the file robyn-0.42.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.42.0-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 afa8fef16a7941734865761eda04903b019edd21c6149603d8e31a0db5367d98
MD5 0ec8e64a78ed8858b0af2535a8143356
BLAKE2b-256 01dbf9c30bf9451a11b08465443d62e6fa75c44ef6fc4795aef82f7d96b05e65

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.42.0-cp39-cp39-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 71b32cae26ca16005dd0c12251d763bbc2ae9b77bc4a6030f8f31d053ad74e15
MD5 6c409e6f8b44cf961a02581da2b0dd51
BLAKE2b-256 b6a10c95b8b5e8325ce4de6dc76ca02ab7c17de4aa71aab7323d9ac27231de68

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.42.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.42.0-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 b1ac0aede3b59938b2a10b2602e3660827907e3fcecce41a5b4fbd7b26a5b765
MD5 20facf75503677919f07982b710191ea
BLAKE2b-256 a2ddd246bf96b5a91727d98f7dddc584acfb5fd16619d3cc1983f1b2e6e15993

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.42.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.42.0-cp38-none-win32.whl
Algorithm Hash digest
SHA256 851ce3b333da32cc232752f286a044a381e9358a9635ae3c170acbd4e5b302b8
MD5 b1f9a4ff9593e8629239690cae5943c1
BLAKE2b-256 86d4efa181bbce7ba0a9361a08bc925aed49a4d6577af81358c45f6e8f7be5c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.42.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e6437105908eb9ba4167fc3df3f8db15826f5edd09723a801086109b0b5ae726
MD5 ac0e3d0831a2b5b6a79f73ee93fd0176
BLAKE2b-256 663664b19277b769176b337c64a30fd83d74e1ec150740e8ce0a14b1fda1cf21

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.42.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1e836753929b2cab519e2e776f2c465378116724a55b6c60b83b58da5a70c107
MD5 1b5160f25eb57106b9be9c52b177fd38
BLAKE2b-256 3ffb3062539e507e724ce713c0211a235cb37e7ba30c4a37449cbe13de2f2456

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.42.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2cb4c2cd0760abcbc5e9483034a2c095c9b02eb49b5c80028a2a1210c736f0b9
MD5 73ae801d039f2f360c2ebdf886903c1c
BLAKE2b-256 81e0f1028690b1005951269cb97676ee8fbcffd46227d634394ab7a71d38f1a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.42.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 190d98fabb127b289d679ba16d4b8b841a58e7578fc26f1ba6210232036c7571
MD5 b5c4395d77b370851855cc486c8dcaac
BLAKE2b-256 9a72e58832852be5a148148d6ba062a569feb1e527839cd054a2a1bc18c8b89e

See more details on using hashes here.

File details

Details for the file robyn-0.42.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.42.0-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 318ea3316193c7b093edbc2410010b803247e20de3e091e97aaa6cb2969eedd0
MD5 c2c2a640436b39e5d6675c0dbc6fb5be
BLAKE2b-256 57a53c7ada7bd5ddac71a60ff3beabe44bed609c3891aba2405b7e23fce64d3c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.42.0-cp38-cp38-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 afc5f16608a43ee91ec6abf0dd04bf5dbdb003bf7da05471de696f7417ae16be
MD5 bafdaf5009577057f16d6120e81a36fd
BLAKE2b-256 fece6ae289ab5daff0a449ede74583413e395c0fcf298cf93396f7ad55751240

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