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

Uploaded CPython 3.11Windows x86-64

robyn-0.41.1-cp311-none-win32.whl (2.2 MB view details)

Uploaded CPython 3.11Windows x86

robyn-0.41.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.41.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.41.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.41.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.41.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.41.1-cp311-cp311-macosx_10_7_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.11macOS 10.7+ x86-64

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

Uploaded CPython 3.10Windows x86-64

robyn-0.41.1-cp310-none-win32.whl (2.2 MB view details)

Uploaded CPython 3.10Windows x86

robyn-0.41.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.41.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.41.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.41.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.41.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.41.1-cp310-cp310-macosx_10_7_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.10macOS 10.7+ x86-64

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

Uploaded CPython 3.9Windows x86-64

robyn-0.41.1-cp39-none-win32.whl (2.2 MB view details)

Uploaded CPython 3.9Windows x86

robyn-0.41.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.41.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.41.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.41.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.41.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.41.1-cp39-cp39-macosx_10_7_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.9macOS 10.7+ x86-64

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

Uploaded CPython 3.8Windows x86-64

robyn-0.41.1-cp38-none-win32.whl (2.2 MB view details)

Uploaded CPython 3.8Windows x86

robyn-0.41.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.41.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.41.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.41.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.41.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.41.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.41.1.tar.gz.

File metadata

  • Download URL: robyn-0.41.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.41.1.tar.gz
Algorithm Hash digest
SHA256 a2b25899233ae4f9b511ffdbb0761639dc14ad750a5c470588533195f78360e8
MD5 9df853a744cf9c65bd77b73a547af079
BLAKE2b-256 471c430d90e2a31a32010af5f20d34588a89cadb2c1b9a4e287f81d5d0ad383c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.41.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.41.1-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 f5e19d4016de24e99be38b0ac8e9d030f974b9b8eff9655d53b6db66ebf97956
MD5 30a0fde02170bf7989e9ccb10a603af7
BLAKE2b-256 36fcbb1cd0c72f136cc85a23755d464df9b4409eca5b7b893a197bf5fbb83a74

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.41.1-cp311-none-win32.whl
  • Upload date:
  • Size: 2.2 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.41.1-cp311-none-win32.whl
Algorithm Hash digest
SHA256 06632a9378a9545061131e79456eddac142d7251d33f441372be1579360912db
MD5 434600bfcefb6f5c100004102f957865
BLAKE2b-256 a9ec2e24a0eef5a7ccb06c322b4798dde0133ec435fece48de6e3858b2b76c85

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.41.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 49551d091f297ce0998079910107537af6da82849cd5082ff3e953b0d5dd9245
MD5 f143722e1fdae5f4a33724f25aa4ac3e
BLAKE2b-256 c0ccec3938296f3f9f54743d4903dc695a368ad3947788248523c8787588ba06

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.41.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a73b8ee5917ce781f82585678b59ab3c34f108dab4b83e9479da6f7d5d79b215
MD5 38e3d6e94d8e78bc3f36b10d8c0c839b
BLAKE2b-256 6fa32a08d44b5dc08709e72d106a23857e9e4ba160806ec533fe42ae72882ea5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.41.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 987813fce9fb0203aab83d836e88fc5a2d82b5677fca3ca08e0ba4b100279419
MD5 f4541741d4a399793904d5904ce4ce63
BLAKE2b-256 23f2dff1c03e81ed7305c4507f0ba5ec1def4a03ac41fa156be6ea1e4dd9572d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.41.1-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 19724e1fe94f352a923eb26993f1e19de87420fc139b6dd7a8c30d639de799be
MD5 5a360bc31425ff93d8df31f590497838
BLAKE2b-256 6d21a03e9b24edb7ed83870d6cb9828f220c38c3c6f5354d325fd4bfc88ae32f

See more details on using hashes here.

File details

Details for the file robyn-0.41.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.41.1-cp311-cp311-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 d626ceaf8726acdfefbbfe347b3a6452c4a0905bec998ab7aadf79c51ad6c66e
MD5 99f86976c0cfc1789ea0df0d055dad4a
BLAKE2b-256 c9097134ff873c367eea80b713d1819161861c963df38be9691aa135c484f75c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.41.1-cp311-cp311-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 3673814bfe1c6435f22556e583130372fc96b7d8effa6d4ec0658c37d5ccb39c
MD5 0827bb3bca5a55bdce3aead5551fe742
BLAKE2b-256 0a2298bc3e014868280d757bcad1f19006544d5a4d225662b3a6c2dddf466f71

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.41.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.41.1-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 371f0bdf286f2f0256fba241c6c58356ec3e360704ab7bebcd3d7d6b8d2c477a
MD5 91bc0e7ddaa0cfb310c3e6b1f6fc4024
BLAKE2b-256 af12a17a35e38f2a348115888aa51dfeba98fc98f75f0d9a46cae776b6740bdb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.41.1-cp310-none-win32.whl
  • Upload date:
  • Size: 2.2 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.41.1-cp310-none-win32.whl
Algorithm Hash digest
SHA256 c7d1546c8de53e178489626a829fb225b78d81f1c223361d5d00589a10c93e8a
MD5 bdf6805f3f39e0d5dcd52832413839b9
BLAKE2b-256 a56a4f5b8a3012fc1fad57b59ad9f6b277eee0a31d5b3adaaf9d0e1b93f8e1b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.41.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 25d44449a20a075d77e767b8e73aa10209716af76808ae927473a4111ef6af08
MD5 e210e25434ee9280584766c814bcbb5c
BLAKE2b-256 9d1f270e838916715d69ca1d7ed74137effed2e0fb073e42322adafe85c9614c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.41.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 853194fa0db5ac8e82d5056f76de94926b1bb602da838358b7ee20065c24dd6f
MD5 1fcd299d61ee678c263245adbd9db152
BLAKE2b-256 9d30d2edf7caccc901242f406a861b6933ab2e10a0fbdc6c2cf8546455e512b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.41.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0d8f5ae96ca176d53211cdb6728d3a5a462c5f98fe61a18087f5bae4dc612795
MD5 9a2a509e9e188d92f958d293c737a0ee
BLAKE2b-256 32c9d6188f02cad16ebfe60a432d6d679369e485f8f89dc5ca4b0c3d951868b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.41.1-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 3eb6e803ca3e35fa80ed3222fb04cad888545f65580e5c80832ca5bd7c35af24
MD5 31875a874c7b7a3e7d738a77e4741631
BLAKE2b-256 45c15066ca97e355e24b048f3fd904647e39999c57c9493be814ce8ba1a1190c

See more details on using hashes here.

File details

Details for the file robyn-0.41.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.41.1-cp310-cp310-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 4c488da32040f84c9b5a42740bfcdbb4e5515aeb7dbf42ae6f95f85f3ac80cdb
MD5 3f8d4c2fc9fbcd026fd46dfc542525f6
BLAKE2b-256 51eaaf07db29120a05a2a37a8c7441598ca65d1aef489adf9f16c939358f4cb4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.41.1-cp310-cp310-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 9787d12b1b1b447c1393491c3466c32d248812035517b7b777252da1428f1be5
MD5 0047b66574d47144acbce3a8ffd217f7
BLAKE2b-256 354b887aef139103a0144526dfe457db43007f4a51076a3081823036ce2669bf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.41.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.41.1-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 362e6a220be080e26533a42aefdef83e1d0b59e6ba3128960e8eeed2a0bedbe7
MD5 ae03695f58373f91f57025ada46b273e
BLAKE2b-256 4e5b6f4310a68ee2c3a418945a69526950577394ddf4a10fe300b56cdcf05f09

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.41.1-cp39-none-win32.whl
  • Upload date:
  • Size: 2.2 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.41.1-cp39-none-win32.whl
Algorithm Hash digest
SHA256 28b7b8fb04d53b5b72c95d02d6d88762963f8e4076c79e5726a983cb8b721db9
MD5 8d09d2ff8e8957d44efd29d635f43c75
BLAKE2b-256 2faa1770809c1d3193498732508b5cb33c54e2acf71c5302bbeed799bf91d0ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.41.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1ac27070926cab828e95fb90657dad65b5d7adfd82364ceaa99b193ffc2758bf
MD5 1b786921acd96b64f42ecc85f29b5a90
BLAKE2b-256 0506b218442290c5955b2a87a739e105a6453257fe9f97b96e4385ba48147c33

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.41.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5b5570b4ea0eef3055a9dd6d3f7e030061722fcb0831882a16c69cbf9d22757b
MD5 4f3f3ad53025a42776219dfd1c63b6dc
BLAKE2b-256 74b88035d983c136f49e2e143d3e37d05209394e12fa418b7566d6e702541ee6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.41.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f0a55e8ba1ad5bbc95228f76f87b3f8301a160731bd1d3ff91c0c9112dc83604
MD5 a84a9fd44162ae45c5e978832507b08e
BLAKE2b-256 6a995f1c96cc2efe0c9c5b7f0710b935e4a84910c81a46b50cdc129fb2dc4ff9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.41.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 3ed75f4fd0ff1f2a065851464c4ea7ad56747e2d530c96c7f067ba002a53a778
MD5 2b2ef997718ed19721cc1e21ef0135bb
BLAKE2b-256 8f177fbf08b49b378cb70d827794c3b25c772e0582c016e25f427ac453b9655c

See more details on using hashes here.

File details

Details for the file robyn-0.41.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.41.1-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 e301b31fbc7b5985bc7fe3bdfb5d3b5443ae56a820939ef8610fb6d3209e5f7a
MD5 fd493fec464e5eb8ab117b90af570135
BLAKE2b-256 bf411e18ee631fe89f62cb3fe087ce2ff23f4c15330bc120836c627a8548c5da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.41.1-cp39-cp39-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 e94e12681052e095d9f1fad627b532ac17fd08865232a58c0ff8fb1f8bc65149
MD5 bd5287fb0282c89185f9023d6b3423da
BLAKE2b-256 8f32c69b4e8f5834df8a5b1fad53263ff57edd957e3ece60353357b39a2c9ca6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.41.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.41.1-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 cfd14dc364a14e6f8d56473b61856ed1a339e1406617fa4ad5b4f689f21672d2
MD5 ae81826c45b7278d704293531e17acaa
BLAKE2b-256 971610c75717f1db09b8eefc7bf4c5dee41fa178623a2ce11db85f2a36ee483e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.41.1-cp38-none-win32.whl
  • Upload date:
  • Size: 2.2 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.41.1-cp38-none-win32.whl
Algorithm Hash digest
SHA256 8541e67572f51b91e9c4a09730c0fbaaf9691964bab1f5393e63b9f44284802e
MD5 c836a2f8fcbe445f8ddc8c4688d001bc
BLAKE2b-256 7c61975802dfda97b1ce7774edf9729a71a081cc976513f2d0f5127af48c9bdc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.41.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0fc122753410a8bb077ef0b88087d275456eee511ab185c87c6772cbced2ba1b
MD5 38175568d221acd93374a2f3ec9fa833
BLAKE2b-256 e903aa5ad6d6fca6eadd7dc0417bccfcc73dd04054a2ef43316b0a6874877514

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.41.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9eea03d434e007ff213b1ba0f713e7f5e250d194e5e0a4c7f636823b94cd0268
MD5 1c31238a06e5c260b1cbef3089ef44b5
BLAKE2b-256 6c4d46a52420f31a653c37a0d64f48adb72c9474b7e22e8d2a558d3154b4146c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.41.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5ef10e50df97ca18427ead2748dba0be1faa976a1cedc556441df208a3efc0a6
MD5 df84277a00ba44ab2156f3b1a170bb13
BLAKE2b-256 cf6c7331e273951a8b57bcc2d81e3453712314bdb2bb107066e8e3a90c74e70a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.41.1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 548b5db9401d94d70d1c6d8027bc508c65c33deea75f027dd1740560779c73cb
MD5 a3b8e73216d803bee0a5d5934ce9eeec
BLAKE2b-256 5229fe546fabdcced5a0341081040fc37b1a3e04f35252ccff1d0e2a6ac97ced

See more details on using hashes here.

File details

Details for the file robyn-0.41.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.41.1-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 75729fd0cd8edcc319549b059373af6ce879cd99ebdfa5fd3ce02b0143425bae
MD5 28603a8af1f6e86e315493f88d7d3585
BLAKE2b-256 4c35b56e929c57f1f49b6213c91912439d7c384f6afdfc5627595adb34de0c41

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.41.1-cp38-cp38-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 8046f132a5f2d4def79cf5599c2609e3f3959c0c0e348f745f01ebcde11da06b
MD5 4d967f28bfe847df7ff88dd08baf6bfa
BLAKE2b-256 5b177663905e22f04e5c269bf7811168f2a31953de06f939bf677adbee725c28

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