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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

robyn-0.42.1-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.1-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.1-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.1-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.1-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.1-cp311-cp311-macosx_10_7_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.11macOS 10.7+ x86-64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

robyn-0.42.1-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.1-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.1-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.1-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.1-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.1-cp310-cp310-macosx_10_7_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.10macOS 10.7+ x86-64

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

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9Windows x86

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

Uploaded CPython 3.9macOS 10.7+ x86-64

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

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8Windows x86

robyn-0.42.1-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.1-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.1-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.1-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.1-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.1-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.1.tar.gz.

File metadata

  • Download URL: robyn-0.42.1.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.1.tar.gz
Algorithm Hash digest
SHA256 ec0bfefbf618d2bf6a640e619539e84892345d3776dd30ac9b50601eca7ee61b
MD5 95c30ea28e6b2efec985e3c7b7f09ee7
BLAKE2b-256 031819cb422902215e797fb1ce8b45412d417ec521e07f58c63bc094782471cb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.42.1-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.1-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 64b8ebab257aae2753bcf5b00875ccbbaf91ea1a44029822f5ca2c71329b368f
MD5 8832a0879edb95431d89582bfcb9b1b4
BLAKE2b-256 98bfb3a905953c882f473505a31943ac47606d48ffd9c74a8eb5345f70601d31

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.42.1-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.1-cp311-none-win32.whl
Algorithm Hash digest
SHA256 9bf76a51b954adf6f92065fd4cad9050a49147d790a472973789f48f14f0b0a4
MD5 6d4a9e76e36fcd7a057851b83bf476b8
BLAKE2b-256 833c4a8759427f9de5c395a834de758a4df50472633c688d44a56ababe7105d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.42.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 06056a05351a5aad33d8b6dff06479fc91428ea5c571cddb09dd079ff830cdb4
MD5 fcb85caa13143bb4756c60118f235dc3
BLAKE2b-256 f3888ed0aee070952fa2d17cfd77facb34178b46f0a189b51a8c9f8445a6c39b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.42.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1550a5ca4d47134f05325d6737afb2ccf85d32107d5933f1ba088275eae202b1
MD5 0d7c75ff767d626d8abffe65de100caa
BLAKE2b-256 7594e217626fbdf67f160f845e221c1f4d18311136619da98516a4faba1d432a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.42.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7f0b9b0b41cf783bd480fd1e0f3643668220e97a9bd3dfeccdae4f24599d91b1
MD5 788e7715e803751db01bbc0343d10ac9
BLAKE2b-256 69fe3783c4e839413cd19c962ef845d624b952b7efabe804754cdfebc5ee56a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.42.1-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 f4568c41041163d7ec3442ed44cf8f55fd24ee371f004cd3bedd418668d71bad
MD5 0b188ae03f96afd491cc01ce16e0f186
BLAKE2b-256 def24bdbee26838e34c21d63f49f8a9d335fcd7b579deb8b44304dec1eebe801

See more details on using hashes here.

File details

Details for the file robyn-0.42.1-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.1-cp311-cp311-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 acb18ad4b449f07d05d0ead6f5f88cbb0c5bd05691de28d9f90d055a5f3bc9fe
MD5 88012385c22c61ee4e91f6ec5fa2928c
BLAKE2b-256 5ba5c16330039e5241bc8455c7a149403971d1132d3348f06e9b479790433a7a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.42.1-cp311-cp311-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 98e727c9afec80e5069efb65f3f6201ec8711887f0a54742b7bcd420365495f2
MD5 43328cc2d9e411d8e7de13f09f1e6dc8
BLAKE2b-256 556d9318dea7bbdc5050ce16616eb4c8f4f444d643844293fa93ac59edc5cd2e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.42.1-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.1-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 284430701a4a26b25c7047d1ed5c6d098dc4575671736342a08875b94afb7e3f
MD5 f71fd650f5e62b4bfc63239709c456cf
BLAKE2b-256 6bae3036c82c7420a2864ba3b538dbb564de7f9767d7a7e2eb4ea38a820747c8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.42.1-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.1-cp310-none-win32.whl
Algorithm Hash digest
SHA256 d937246296134e1784555d61acdaf69fda698ff162a1a5c11cff1a841dfac107
MD5 3c26c44791d8d5b61dcddd7c7f39aa3e
BLAKE2b-256 1099af9c517737d4855722c1650dd02b72fdaec7a3db84c5f07cbbad0074052d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.42.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a664562296948df030290ab07946ce83172aa1993ab7b4eb6a38f8565ebe8e37
MD5 ce802b6038047ff4d7dcbd02ddcc6128
BLAKE2b-256 1c15bb0d340eb33db6b8a2117c491a1832f3cae006bd89e8981771bc383abf30

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.42.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a1e5a6ce8ea7d7c005bbf55df51ba4c18c5d8db5b7acd5603df49e8a2c48bf06
MD5 6a01dc47dac11475a285a95f336500be
BLAKE2b-256 95250fbcddda62d781c83da39f968c82726e8191c295cbfa78cc51671abc2935

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.42.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9f0f5b5a738691419e22cc6fe936e3cf4ced721c216f168d26bffffa90d4e630
MD5 d9a5f55eb98b6906b89afb69028eb9cf
BLAKE2b-256 f5a469a51987b5f797bd17fc0a2f9d020d284377f673e5fbbb15f747e0d6a4cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.42.1-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 4a86be7f7e3618501bb3e695721dcc0f10cb2efba9cf725ee3d8bd8c4d1372d7
MD5 83d1c01312af681b653227cb32f84393
BLAKE2b-256 440a3919f1a8a81ac28b1983f22b5169a0661194b6897975b8c86ffd57bbeec7

See more details on using hashes here.

File details

Details for the file robyn-0.42.1-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.1-cp310-cp310-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 85657637fbd88e6319fd073048da29c363567177f3860b2546d74c5d58647e88
MD5 d86b289454e1093286c3141d19ee0a1d
BLAKE2b-256 0e94d8e492ef0716ef306e59913ac79473b790d45b571664db9829bf5c1f96c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.42.1-cp310-cp310-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 35f615e38a7fda293e8ce5fc92280aee9a7d40c56ccd03796c5aed189a7b2d93
MD5 b998f4cf2c8c89c06a1ac970962e2878
BLAKE2b-256 7586c04d0bf83fd97f6da92e5f0199b72f05750d7b6c5f82d4f78cf2bf3d9b35

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.42.1-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.1-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 8dcfb482d3c4eec9f9c2944341779867f8ee1938bf21a98af9bc42ef8e59272e
MD5 a01edb5977c93ffab97c115624ce8544
BLAKE2b-256 4fb4b3545ae5cb773cd0991afce85e5e30836139439fc2cf59cdcb0cc1e4121a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.42.1-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.1-cp39-none-win32.whl
Algorithm Hash digest
SHA256 f65248f5da6f7ef8f502beab2567567f2b92808c6f52c802e0edd6efb5eac680
MD5 45a7a2003860964465f49224a9426980
BLAKE2b-256 54b78ae82f648896891c9a863ffbf01d7a6a1e98409bb320302b12deb8fae787

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.42.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 85d4eeb0eea9e9db6f3e5577971bf4bacf4070f2a46773e48a56430effc2bdd3
MD5 9e28570bb9b3e318e4bddb06c054e976
BLAKE2b-256 a7963f9fbec9092f38eca4a5419d1d6f829288724d79ff27147fc1f5099fed0a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.42.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 335b6660c8f9195ccab927b097dc120f3c9ec820e71bb677b18c74651476be11
MD5 108d86012b6a09e179ffa9f7ae8ee800
BLAKE2b-256 a7ec6b4dfc6ef120ad09fe62a455ee07a0935762f2f5936417eaa3b6d197ff10

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.42.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1d2dc10ee309ba166e9251facf22bce105ac61ad14e4064e4ae1e0a09bb62014
MD5 a82bc366fb634976ab6c8cafd12fc30f
BLAKE2b-256 0df8d6eee764c7fb3fe0c6954d2fb6f0abb56f7224028f391a0312c6af302286

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.42.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 fbd04b09d29c65f2389f0bf8e48a0871dcdd25afc4cd9e57ed7a5c709804f861
MD5 168f996f242514b55e0badf613135f56
BLAKE2b-256 9c43507908c30dec918a0b1f63d43993384436608ab85a77954c4973de44da94

See more details on using hashes here.

File details

Details for the file robyn-0.42.1-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.1-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 104e25165cefecba6b3117a8cdf32a259cc61bc780edc37658a085753943e441
MD5 6e270f77f27e4824a3402c58ebed1107
BLAKE2b-256 422b93b25af855f801862e20fe49780f03bea4f540ca043912a761fb3c83c2b3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.42.1-cp39-cp39-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 e0e487914f1a3b0871423f33e7d5c879cd5b873a2cb8c068b632a443f19df7aa
MD5 4f6f3209fed0f6158e3d535d837a7f99
BLAKE2b-256 2bfdb36e4915af950b16f37792a47b36091dfa77790bdf5c651146f7e81020fc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.42.1-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.1-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 fc9ff9f763f13901413b9641c920fdc30b1f7a642523559967b0d293a62babb6
MD5 4fbbf1fa897eda3d9990af6eea3d05dd
BLAKE2b-256 c73e233ffa6e0950728ffa0b8140eff8767c5320692270036d7ec2dcf10a0c79

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.42.1-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.1-cp38-none-win32.whl
Algorithm Hash digest
SHA256 1ebb6145c4db54ccd2e84a6ac99955830cb81540d6d0ee0602eacbcef353348f
MD5 cd1d9ae4a62640e12227424024fab7c6
BLAKE2b-256 27679ad50c143fc37ce30b81a7cccec432518c8f3e47b273fa4fe818c342ee2c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.42.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7b6ccb7cb178e55652fbbc6fecc5a17d8711e2dd0fbbdc6a3691f0ad05976d00
MD5 a0768c1ae2411667d0eecbec9bbb6acc
BLAKE2b-256 47aef4af7bc3a37530cf4c41cae6354d71a7f48ff0bf5e98aafdb92e8e33add3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.42.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 bf6958b3d8b34702a9b0eea2bcf4458887d102f230aa6fa173540235a5430c28
MD5 c5a5bb879f334605fb475215fa07dcf6
BLAKE2b-256 de7c557d697e4b4a0de33b0195e832d4648dd59f150a3acc4b5a583d7333e72d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.42.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 037292769123faa446273ff4af381ec65ce4e4e92340f8c11db514624ebe9731
MD5 a2f9f26ac8fab7df898c026296803934
BLAKE2b-256 f7461736b77f85e881ae54e1245ddea7db5976209ba05b61f601a79c29409362

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.42.1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 0c72b4628014e5bca06e5e515304e38cce99040d4fb1e1400073ac56c4b8eaaa
MD5 640eccac850ff718db85f6ffb93b6239
BLAKE2b-256 aa6593b7bb382a5111444339b0086f331cf562ed002fbda209e4e30d9a3a2771

See more details on using hashes here.

File details

Details for the file robyn-0.42.1-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.1-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 a388254eb4ec9e742c60e632039c8309afc672273199ef7d75cf1fd50fe47419
MD5 a28568978a3318a9c8e98413132a35b4
BLAKE2b-256 37ee71b184cb00163798ceffa0d8e24bf43ddf3b5a4f16f22b57e56b62282867

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.42.1-cp38-cp38-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 21762587bd38e47e0fbcdf4062ce7872a4e9dd00bb8a683bcbc9ea8cd72b44a1
MD5 456217e583daffc72b8f972386c164c9
BLAKE2b-256 7121393ffb836ce45c59d8f815f58fed3aa99c7a6d878e9f4b9a5a32ebd16668

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