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!

image

Source: TechEmpower Round 22

📦 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
  • Built in form data handling
  • Dependency Injection
  • Hot Reloading
  • Direct Rust Integration
  • 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.54.4.tar.gz (4.3 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.54.4-cp312-none-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.12Windows x86-64

robyn-0.54.4-cp312-none-win32.whl (2.1 MB view details)

Uploaded CPython 3.12Windows x86

robyn-0.54.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

robyn-0.54.4-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (2.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

robyn-0.54.4-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

robyn-0.54.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

robyn-0.54.4-cp312-cp312-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (4.2 MB view details)

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

robyn-0.54.4-cp312-cp312-macosx_10_7_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.12macOS 10.7+ x86-64

robyn-0.54.4-cp311-none-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.11Windows x86-64

robyn-0.54.4-cp311-none-win32.whl (2.1 MB view details)

Uploaded CPython 3.11Windows x86

robyn-0.54.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

robyn-0.54.4-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (2.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

robyn-0.54.4-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

robyn-0.54.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

robyn-0.54.4-cp311-cp311-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (4.2 MB view details)

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

robyn-0.54.4-cp311-cp311-macosx_10_7_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.11macOS 10.7+ x86-64

robyn-0.54.4-cp310-none-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.10Windows x86-64

robyn-0.54.4-cp310-none-win32.whl (2.1 MB view details)

Uploaded CPython 3.10Windows x86

robyn-0.54.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

robyn-0.54.4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (2.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

robyn-0.54.4-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

robyn-0.54.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

robyn-0.54.4-cp310-cp310-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (4.2 MB view details)

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

robyn-0.54.4-cp310-cp310-macosx_10_7_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.10macOS 10.7+ x86-64

robyn-0.54.4-cp39-none-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.9Windows x86-64

robyn-0.54.4-cp39-none-win32.whl (2.1 MB view details)

Uploaded CPython 3.9Windows x86

robyn-0.54.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

robyn-0.54.4-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (2.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

robyn-0.54.4-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

robyn-0.54.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

robyn-0.54.4-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (4.2 MB view details)

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

robyn-0.54.4-cp39-cp39-macosx_10_7_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.9macOS 10.7+ x86-64

robyn-0.54.4-cp38-none-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.8Windows x86-64

robyn-0.54.4-cp38-none-win32.whl (2.1 MB view details)

Uploaded CPython 3.8Windows x86

robyn-0.54.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

robyn-0.54.4-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (2.4 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

robyn-0.54.4-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.3 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

robyn-0.54.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

robyn-0.54.4-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (4.2 MB view details)

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

robyn-0.54.4-cp38-cp38-macosx_10_7_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.8macOS 10.7+ x86-64

File details

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

File metadata

  • Download URL: robyn-0.54.4.tar.gz
  • Upload date:
  • Size: 4.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.3

File hashes

Hashes for robyn-0.54.4.tar.gz
Algorithm Hash digest
SHA256 dc55ab630cd1a0668c995ce6221b008730c7c70a22c889c5db72f4eed339c8af
MD5 06d3ef0da9bdb2bd94ba4462881110a3
BLAKE2b-256 e70848c8cecc88c318ec5bf0eb83c53f788abd1c5e2a2ef20ff7bd94fbd3857f

See more details on using hashes here.

File details

Details for the file robyn-0.54.4-cp312-none-win_amd64.whl.

File metadata

  • Download URL: robyn-0.54.4-cp312-none-win_amd64.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.3

File hashes

Hashes for robyn-0.54.4-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 34f4adba7b2d7668346eb30a9ca8e51ee002e4387b46732fcfb584e3800d8402
MD5 3394c1115226baad05c7283c78e396bf
BLAKE2b-256 dd3ad2d9a072c82561540025ccfb29c1fbad175828c6fc27a1a197c62b84c126

See more details on using hashes here.

File details

Details for the file robyn-0.54.4-cp312-none-win32.whl.

File metadata

  • Download URL: robyn-0.54.4-cp312-none-win32.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.3

File hashes

Hashes for robyn-0.54.4-cp312-none-win32.whl
Algorithm Hash digest
SHA256 043ff614dc6deefe1ee191eaf86823d167e4fa64b9df3b0cd19874973e77b97d
MD5 b2f069ec983dc0d07f7a2213e03f11b6
BLAKE2b-256 3a17d7a01cc69406b16d8d0cfddfd3a29429757954939f90aae59b6b877e7aab

See more details on using hashes here.

File details

Details for the file robyn-0.54.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for robyn-0.54.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 afa15e3311800bb10b95770efc3a5956d091211a2596d1bad1715fdce3e2a056
MD5 466c1569abc4d5d0785beba1d9900431
BLAKE2b-256 47a7627df81d166af64f8175de2b65b62a64ba06e06a35e7f99a6a097e6f7ca4

See more details on using hashes here.

File details

Details for the file robyn-0.54.4-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for robyn-0.54.4-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9e6d151506c8a3305b52c60e38904b0d209e4e183692ff6e0b16667dd4f0cb8c
MD5 61c4fad2ac2f48f9fcb0f0903888359d
BLAKE2b-256 2a165af4bd3b773173cb6b10d326645f33f192bb7baaa24e0f9d4717d46228c5

See more details on using hashes here.

File details

Details for the file robyn-0.54.4-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for robyn-0.54.4-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ebdbf2ca72a2ec9cc405f4ca18b6d98b07cc0e209f90063b68035003b1daa1aa
MD5 e7cb017578ead281baec0195020bb9c6
BLAKE2b-256 68be83582cc25cc72f7a60c4acb2365cdeb8b1bcfa461d23e962cf133c2525a5

See more details on using hashes here.

File details

Details for the file robyn-0.54.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for robyn-0.54.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b9bd9f60b7095d88dab11439c1243013559e65c5290e7a3d80865117eaa6e4e9
MD5 79d19738e330b125f9d66f228c3e1a5e
BLAKE2b-256 1e83fb37235fc680913d642634c08b9dde43a498f82e2ed2f0a2f3e4fe4626af

See more details on using hashes here.

File details

Details for the file robyn-0.54.4-cp312-cp312-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for robyn-0.54.4-cp312-cp312-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 242a667a50cc2f0514412772586e1f37389042842a8ace93e3e5315b442a9bf4
MD5 56a909179ed9a7c10464548b851e92a4
BLAKE2b-256 255140df69b536cda5893655d982ea7d45659230516fa4a8588be66eda3d28dc

See more details on using hashes here.

File details

Details for the file robyn-0.54.4-cp312-cp312-macosx_10_7_x86_64.whl.

File metadata

File hashes

Hashes for robyn-0.54.4-cp312-cp312-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 1572f506dc20f7ade0106023fd269a41bc6046f00970114257505c78195e9f1d
MD5 bbca6b658dca3e4ad79c79145b65c9e4
BLAKE2b-256 2bc5651c59eb600224a4dc529f5a876ad8934337fb0973c1e548cd881c9e0e2c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.54.4-cp311-none-win_amd64.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.3

File hashes

Hashes for robyn-0.54.4-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 3fe32f1e3cf3eb2e004426c5d096ff75ac6d6f736a835206d18f426c45cbebb4
MD5 2da2ec4207a6cbf5d478da5fcd2b5336
BLAKE2b-256 04f93df668a72c3621ab2b8ecdcd3a0f35bf71e3f5212aeaa6cdee7f927a6e0c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.54.4-cp311-none-win32.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.3

File hashes

Hashes for robyn-0.54.4-cp311-none-win32.whl
Algorithm Hash digest
SHA256 89cc2a89deda068b4d7256985c851bd8a1eb5c5bd88459df5f855cb7fa34792a
MD5 dc42d0e72077498e126a81174b208844
BLAKE2b-256 468bbfab072a91c6f28b4730c6d14d29bbafb828899af949ff606636bc165c7f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.54.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 053f20193a835813b7ab85551211e1df317f6541bdaf4f96591490ebfee240a4
MD5 bdd2f110284c56c9bc076ca9d596dcb8
BLAKE2b-256 4173901021ca295fe61bde887d48a4ffdb5e81a35b2a57b2f626f7736ed35164

See more details on using hashes here.

File details

Details for the file robyn-0.54.4-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for robyn-0.54.4-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 159f156f106df27b723f62d83bd5be3a80aa60990889892046aac3f11b26019c
MD5 3f047a9446638f632c6d76693b5243e8
BLAKE2b-256 6d975e558728c7f3344555d9624a27fc05f6910d4f6b6c6ccb7624e2f490b290

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.54.4-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a7ed533b05a66ce25dcfe6615ba5437ad51239bec99df0e5812aaacc31588200
MD5 bdb1ea7d02a5d93ebf1db391513ebf6a
BLAKE2b-256 ddf1b480375871ffa31efc865d9a933d1c5827574f72636317114ae9cd9a23dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.54.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c6de20b982b76ee8a40b2d5c586c7f6c035a12f67850ff2416f5675572d56646
MD5 c6112ae20d9e470295b8a58c8939bf33
BLAKE2b-256 2d767e1065bee927b59fdee9c898bde68474b468375888b883e1cd12a87da63c

See more details on using hashes here.

File details

Details for the file robyn-0.54.4-cp311-cp311-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for robyn-0.54.4-cp311-cp311-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 15ea21459a46cc4af070883c61d77f9c2a89b707c39bc46d6d677f9972175acd
MD5 2b8aafddd76977ad6859a56be825cd2f
BLAKE2b-256 54e55cc36d58b29d117456a62e757d9933b3dc19415af904d7052e3fc48f254c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.54.4-cp311-cp311-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 c4c96a04b48011dba3fea2eaa327bb572b5e37585d6b74e09fd2dd137145336d
MD5 d5c78eecc372a021ea63d85237964b6e
BLAKE2b-256 34ba190276c9951e138f8184aa58550fb77109c6aa3ede65d1f924381baf008e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.54.4-cp310-none-win_amd64.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.3

File hashes

Hashes for robyn-0.54.4-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 90251f336a5806266006d3a7623ad98c8871961f962f18da1db29321aea1cfa5
MD5 3d5f2cd911c9d392efeb93a1bc6f2c6a
BLAKE2b-256 91c6115a7546562a23330b5132c08913ce8ac33a5393f2a0ec5fadf1d0314f3a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.54.4-cp310-none-win32.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.3

File hashes

Hashes for robyn-0.54.4-cp310-none-win32.whl
Algorithm Hash digest
SHA256 9e1644bdc0c14ce33f26aa737357d59df3f10eaf2552df5ce890577d2586bbf9
MD5 2f4e95726c840b05c3784e872ce6a7d7
BLAKE2b-256 8013fd345b04893d807982de4c12565b6fa217b77329b1fdf57003603e520caf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.54.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7fddcd3edd284e121d20392d2c0b67ac691a8fc9822d7e10ad851808d54f8deb
MD5 bb5d4517816d6ea3d00ecce2c73eeee0
BLAKE2b-256 c4c7a461ebec666b159c0ed33dd075804cb22b29210bce05fbe52cf980b90b47

See more details on using hashes here.

File details

Details for the file robyn-0.54.4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for robyn-0.54.4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 be792690354d159b6c8f9e251101b452b7d6bebac989f30efa226e40a9b04bc4
MD5 3ef4732e739a569023e592f6b70a11fd
BLAKE2b-256 1f67670ac88716e18a527bf1145d0f4203753a0e62cdf7b83b8cdae12f848817

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.54.4-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 417c8892c2a33329ecd71f6bbb468fc04402ae24e7cc7e848b90f19e572af05c
MD5 cad7e78168bd41c53719527f9ba1ffe3
BLAKE2b-256 3ac930a8c1c3c0ea0a5754f724d368dfe2e8179369f3e99abef22c8ee2bab4c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.54.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 58fd903bbf7eac85ded70232030e86a91cad866306d99c0b5d96c4c1cfd12654
MD5 b839ceac287783f38a23d423be49835a
BLAKE2b-256 22e2cb3095a55df7857159e2e5d0230a412f94212ce3123bb28d38a477a68389

See more details on using hashes here.

File details

Details for the file robyn-0.54.4-cp310-cp310-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for robyn-0.54.4-cp310-cp310-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 6d5e35ab24258f811965ab005b229b4a5b27ab4e33499cebc281f30b38d94581
MD5 06bf6dc7fb544bb417cad8678ad94618
BLAKE2b-256 84ff2ce5c04fee550142794995403c4282460e36ba5c23df6e29c467a1cf347a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.54.4-cp310-cp310-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 4a2cddfe834956c5b4e85588b716fce5c59347a5606338d533baca034f8dc3e7
MD5 9a4ddbb7f4922e6db08c7a7049cb9db2
BLAKE2b-256 4a798d7318d39e70afa701c0d20004650d1f767725c815ea9f300310e7b41886

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.54.4-cp39-none-win_amd64.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.3

File hashes

Hashes for robyn-0.54.4-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 129532c38ff6131135cf6288cad935ddc5bf4d315e7839c6aaf3b52b87e452e6
MD5 afc19a3a1a3d9442e8131cfab079898e
BLAKE2b-256 1acf5cabe28e9636537e133a2ef86922a0fc857ad8b2db03d12b2280142989ea

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.54.4-cp39-none-win32.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.3

File hashes

Hashes for robyn-0.54.4-cp39-none-win32.whl
Algorithm Hash digest
SHA256 faa384995233ea9a2f7c135ff84a34cd5a39403b76a6cdb7f11bbb62cf21ea19
MD5 6e6cc0d3eb69176ded75662b7e7e4a0d
BLAKE2b-256 2fee7e751235ef9614764456368d2c9251c9a245fdc3e604f3db4a3f2dd6a7ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.54.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d2a4a514288e691440c44009050b483d5526b8610ec719aee8802d9e29362e6c
MD5 f823ab858dd9de422b70e0209d291126
BLAKE2b-256 dce15f270aa09baac407e937fcfc6ece9b8888ab40805d1502f6fddf8987db60

See more details on using hashes here.

File details

Details for the file robyn-0.54.4-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for robyn-0.54.4-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8f6ad87b3aa298aa544832b7c325815ce1a68598c361346c381c1c16ac2a980d
MD5 70d65e606260f3740279a2b9e9a4df47
BLAKE2b-256 f37be1ee79f96e44c1f00184a0dc903efb65cbfb80ca0f6fc52245be23901d29

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.54.4-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 206b008e981ddc4a577ababd1039b359a677ef838ceb76048521356bd4b747d7
MD5 114c9f38020f8b919d01d5ecfc592dbf
BLAKE2b-256 a7dca5bdedb61ef5f8bff6f653d655d61c2daf4ff7a987dbde08309dfa85333e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.54.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1f0948f590c021d32d28194443f2358311d85eb2f32adcffd3a8f6ab739c8384
MD5 a0c700fcab2b70a1be12bacf2df645e5
BLAKE2b-256 f1b67738fbd594dc0500952ed989229c11332162c2b4d1cb6c80207d618329d9

See more details on using hashes here.

File details

Details for the file robyn-0.54.4-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for robyn-0.54.4-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 915aaf4c318d3c068cec9f6fedd9745ba0adcad2a61adb95986154da171acf13
MD5 7a54da73dfb1bde6116c266ccb7d5e34
BLAKE2b-256 f50a6c7d6b71d56dc51876b9ee20a673e2c774e1479fc036b8c85b88dfde8ed2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.54.4-cp39-cp39-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 32a36bdce0ee9b9ab476e30b90dd9cce88c4b110f54dcd10a9fff37022e469ee
MD5 63fad23207299783a972f6e45cf9e16e
BLAKE2b-256 12e9b97b12ac0b60e4c3067915dd5d172505c6c4c7a531f2c0231736d4252773

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.54.4-cp38-none-win_amd64.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.3

File hashes

Hashes for robyn-0.54.4-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 61bdcd781289e11d4f8c04e8ae6e6ad0f0bef95da07cf157e55dc6c2a6cdd74a
MD5 b5ca4879d9c22ff8a757a01c3e84f9c8
BLAKE2b-256 9b37b951c5c970ab3e6621ace96ec1b0588739b2ddf9f47ed22bd747ca287987

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.54.4-cp38-none-win32.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.3

File hashes

Hashes for robyn-0.54.4-cp38-none-win32.whl
Algorithm Hash digest
SHA256 fbfe560bdd30e10c54c3e4bae0f442dc191fe36d3b0bf5acbdc6dc7bd8ce380d
MD5 f7a6edd0e0b80bbf1a314ba622ded2fd
BLAKE2b-256 cccda226c590dbc61d18d563dac685d83b415afa8a7562758c9f7b43a53d5166

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.54.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 38e2e4e24f889da30bd0b82ea73a0c2373d642a4c1bd4582244fff3063231049
MD5 c99f2b49ac3de945d068b1613855fb01
BLAKE2b-256 c02f8e39ea5b643c4c2709fa742bbaebc960052abe2151158b517433796637d9

See more details on using hashes here.

File details

Details for the file robyn-0.54.4-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for robyn-0.54.4-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 309a9b1130f03d8e12e2ad06c8b3d5eff7184f197636e1056c0881c04b7d88a2
MD5 8bf74b77482f2b0410867bacd93c18d4
BLAKE2b-256 c2e6f2ee980dd35a61f77626124b1fb1387944b2dbf61dac55d4c10c0148c6c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.54.4-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b7562bf781498bbb32266a3a3204cf8a6a9eecada82007deef2e481e4fc31912
MD5 468005fbb05fc684d79ddb23887ccec9
BLAKE2b-256 99fa9436b5a1da1f38c7e5ea2755a7c8a96f279854edc41cc433a29b0ae69796

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.54.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6fa4cbc1af628c9596d089ffb6e102084e17491a9be546d3a1826f7a94b97f30
MD5 72f1b932e76ac81ad83923ee445e7ea6
BLAKE2b-256 51db6a8d64d579bd481c6218d8cf4194ca6a230806342c0ab76835ad6df0ff59

See more details on using hashes here.

File details

Details for the file robyn-0.54.4-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for robyn-0.54.4-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 5db441736d65e54b2d0dc9de0ff86df4aa2dc9c962210144d1b02902c185f9a7
MD5 3ef327340775e048b66fec35eed4e231
BLAKE2b-256 7c4aae4efa13c904a9391f7aac8413333429980776ca0afcac8e6fe08b8538f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.54.4-cp38-cp38-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 c2c34252853e76c427f5e66d154479b653792198f8f6981f1aa4201fd0f5effa
MD5 479ef0ee67698b8796825e866a620319
BLAKE2b-256 7bcff2a72e3caf04a64253956b929be36dacf1d4a44e107191d8e607ece51d0d

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