Skip to main content

A web server that is fast!

Project description

Robyn Logo

Robyn

sansyrox Twitter Gitter Downloads Code style: black GitHub tag License

view - Documentation

Robyn is an async Python backend server with a runtime written in Rust, btw.

Check out the talk at PyCon Sweden 2021 about Robyn: An async python web framework with a Rust runtime

📦 Installation

You can simply use Pip for installation.

pip install robyn

🤔 Usage

from robyn import Robyn

app = Robyn(__file__)

@app.get("/")
async def h(requests):
    return "Hello, world!"

app.start(port=5000)

💡 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!

🗒️ Contributor Guidelines

Feel free to open an issue for any clarification or for any suggestions.

If you're feeling curious. You can take a look at a more detailed architecture here.

⚙️ To Develop Locally

  1. Add more routes in the integration_tests/base_routes.py file(if you like).

  2. Run maturin develop

  3. Run python3 integration_tests/base_routes.py

🏃 To Run

python3 app.py -h

usage: app.py [-h] [--processes PROCESSES] [--workers WORKERS] [--dev DEV]

Robyn, a fast async web framework with a rust runtime.

optional arguments:
  -h, --help            show this help message and exit
  --processes PROCESSES : allows you to choose the number of parallel processes
  --workers WORKERS : allows you to choose the number of workers
  --dev DEV : this flag gives the option to enable hot reloading or not

✨ Contributors/Supporters

To contribute to Robyn, make sure to first go through the CONTRIBUTING.md.

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. 💖

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.15.0.tar.gz (76.2 kB view details)

Uploaded Source

Built Distributions

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

robyn-0.15.0-cp39-none-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9Windows x86

robyn-0.15.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

robyn-0.15.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (4.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

robyn-0.15.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

robyn-0.15.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

robyn-0.15.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.12+ x86-64

robyn-0.15.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl (3.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.12+ i686

robyn-0.15.0-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (5.0 MB view details)

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

robyn-0.15.0-cp39-cp39-macosx_10_7_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.9macOS 10.7+ x86-64

robyn-0.15.0-cp38-none-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8Windows x86

robyn-0.15.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.3 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

robyn-0.15.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (4.7 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

robyn-0.15.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.6 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

robyn-0.15.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.7 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

robyn-0.15.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ x86-64

robyn-0.15.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl (3.8 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ i686

robyn-0.15.0-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (5.0 MB view details)

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

robyn-0.15.0-cp38-cp38-macosx_10_7_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.8macOS 10.7+ x86-64

robyn-0.15.0-cp37-none-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.7Windows x86-64

robyn-0.15.0-cp37-none-win32.whl (2.2 MB view details)

Uploaded CPython 3.7Windows x86

robyn-0.15.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.3 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ s390x

robyn-0.15.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (4.7 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ppc64le

robyn-0.15.0-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.6 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARMv7l

robyn-0.15.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.7 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

robyn-0.15.0-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ x86-64

robyn-0.15.0-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl (3.8 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ i686

robyn-0.15.0-cp37-cp37m-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (5.0 MB view details)

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

robyn-0.15.0-cp37-cp37m-macosx_10_7_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.7mmacOS 10.7+ x86-64

File details

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

File metadata

  • Download URL: robyn-0.15.0.tar.gz
  • Upload date:
  • Size: 76.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for robyn-0.15.0.tar.gz
Algorithm Hash digest
SHA256 2785623ae978276cc36ea5b8d131a012f049f0cd68229772a4d2ec375e395b47
MD5 00ed9655285a3f96ffbd8f421d8a7124
BLAKE2b-256 b69e0c3d1fb10ecd1ed5308b9d6a02ece36668e5459202db4283133f32a6cdfe

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.15.0-cp39-none-win_amd64.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for robyn-0.15.0-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 e053e8f19fbcd8d098eb672a66381dc236d3e1502c835df816c50b35caa7f5c5
MD5 e355ea0f99baee6ca3956314eb6188da
BLAKE2b-256 a894474dab5758386b4175f9ac7ed09f955d48baed16b34b4ac9392971324466

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.15.0-cp39-none-win32.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for robyn-0.15.0-cp39-none-win32.whl
Algorithm Hash digest
SHA256 8da321296e30baabb5f58aeea6bbafbb491124747908e2b10b919d229865cbda
MD5 41fdf6dc2bb590cd2087b962b57ec76c
BLAKE2b-256 ff0887a1c7107ec4ce5a17f8b60dd8e4a066f3349803bbbb557a662013870f76

See more details on using hashes here.

File details

Details for the file robyn-0.15.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

  • Download URL: robyn-0.15.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 4.3 MB
  • Tags: CPython 3.9, manylinux: glibc 2.17+ s390x
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for robyn-0.15.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1141f35df322cebf45c38693be495d1edd3d22a4fddbc942f734e02fd68ed351
MD5 17dc9e9957632f9f64d85801e7204768
BLAKE2b-256 01636d89b4cdffd27428826f3082d14409fec8fc58baedf91257683bd6fd2467

See more details on using hashes here.

File details

Details for the file robyn-0.15.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

  • Download URL: robyn-0.15.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 4.7 MB
  • Tags: CPython 3.9, manylinux: glibc 2.17+ ppc64le
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for robyn-0.15.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a90dd0428ce0e84386b67a95c7277cf85ac0d37fcf45a0d6fcbb19dcae306a84
MD5 83e21f5874b27c9d6303b12c3260e9bb
BLAKE2b-256 35ed78aeeae7253dc89a46396ea3ccf74cbb15d3a77091df47284d6d53ebdc3c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.15.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 3.6 MB
  • Tags: CPython 3.9, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for robyn-0.15.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d57580324a98595c275003ec5a0610925453c85756dc7e362ccc2928f599a05a
MD5 c8c2fa773a46d18e87434cefa81d3da2
BLAKE2b-256 9ce02715319a85d3e53d20ab70edb7f63b021015ff8ba8fd5aeb10cfc41da414

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.15.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 3.7 MB
  • Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for robyn-0.15.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 df03451bbd4c09b86550597e1ebbfd8d85db8a21d667bcd83aa3acd8efba4d3f
MD5 7c211ca9fb5bbd1616833c9aaeb92323
BLAKE2b-256 50c21bfc2e4d90a2188db3d64773a064fb825ce411fe27d1dee4e462d4c9ae8d

See more details on using hashes here.

File details

Details for the file robyn-0.15.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

  • Download URL: robyn-0.15.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
  • Upload date:
  • Size: 3.7 MB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for robyn-0.15.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 42d9d5d82cd0a546b29be7319dcf333605ac9cace85a5c86e48e91cbb549db91
MD5 e88b8d237210e4bde9f5f263f90780e3
BLAKE2b-256 b6bb56b287ebda10e4b7c16d3c8f19c283961044d84f15cb885986e8ddcc5205

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.15.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
  • Upload date:
  • Size: 3.8 MB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for robyn-0.15.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 018e923e1a9c3880a8fef76becf756e5faae1e228da4929ede6d7c91c187e39d
MD5 8fc4d48f07e63aabbca5662b1b6b0a1f
BLAKE2b-256 ba09d0f223967933c041f231599b89a6710caa7cb20c4ddee8d4ace2033f00cf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.15.0-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
  • Upload date:
  • Size: 5.0 MB
  • Tags: CPython 3.9, macOS 10.9+ universal2 (ARM64, x86-64), macOS 10.9+ x86-64, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for robyn-0.15.0-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 5a75bb74aae964dc4922df398a7843dfbd85f8afaa6dff7d1fd927b3406b1cc8
MD5 43c556c58d6fc750ea80e78224f70e67
BLAKE2b-256 424f3a05c762495861bcdb0052cc20a257f02d4ea81cca82ef21c5949440b62e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.15.0-cp39-cp39-macosx_10_7_x86_64.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.9, macOS 10.7+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for robyn-0.15.0-cp39-cp39-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 7aa9003ff035eecc5390f6fa604a893cb9190aaffaed150d43fc2b1a30cbe8f8
MD5 0980cc291a4a8a667407ef6e7138bb0d
BLAKE2b-256 906ef18da6f6f961e5556e6284b93ff96a6450cfab16fd5eed2717c2d868822a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.15.0-cp38-none-win_amd64.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for robyn-0.15.0-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 3a110127b7e2e09101d7d42c333c7eb5190bf4b5a62d41db04c0aa798180d3fe
MD5 a3629e2a34f0eb2216d767ed070fb961
BLAKE2b-256 297709bb2120c9249f3d252b74d76c3585b15ce025fd70cc5592a0ecf6a4b12e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.15.0-cp38-none-win32.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for robyn-0.15.0-cp38-none-win32.whl
Algorithm Hash digest
SHA256 17d7c7b409a2fcc551f8253b751de753758de8516360ed7c9331e3998892c730
MD5 62cd5d047b679a5f15093e15e756c637
BLAKE2b-256 56db43fc0e511dff7fbd86a869a616a880ca356cd5af2c340f3460ab2a85a2d2

See more details on using hashes here.

File details

Details for the file robyn-0.15.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

  • Download URL: robyn-0.15.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 4.3 MB
  • Tags: CPython 3.8, manylinux: glibc 2.17+ s390x
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for robyn-0.15.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1e019323cab5ea76820e9d54cd6c313e51ffe6bc9e4f351d84181cfa39b9520f
MD5 8f1b46df71fc4cf48eb7804b3747055d
BLAKE2b-256 84a353c135092abbd0113ea713f68b2cd96feaf25c8ac05e6260e38a15108ff6

See more details on using hashes here.

File details

Details for the file robyn-0.15.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

  • Download URL: robyn-0.15.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 4.7 MB
  • Tags: CPython 3.8, manylinux: glibc 2.17+ ppc64le
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for robyn-0.15.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a54e402be94f63dfaa307b7e7ca43e47d0c26e178116b755101a8b12aab38e0d
MD5 d5f335513232f27828f85d9b7fc0d801
BLAKE2b-256 8fa86fafbf0104c97681aedb00f593f392e72b9c2b06996f403909b153a3f403

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.15.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 3.6 MB
  • Tags: CPython 3.8, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for robyn-0.15.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c5a3ef60545f8bf09a441878b8de0e49003d730f0043cd88f2872e5769a7468f
MD5 c008ad1ffe97c8b06e8c152d39cc8c26
BLAKE2b-256 7413c25fac16cff31e9a34d3a910946bcc6eaabb20fa72cda4ef796538129cc2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.15.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 3.7 MB
  • Tags: CPython 3.8, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for robyn-0.15.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 54d9e888356adad6fe51e05de5d2f860a86169b4497098d99a3115353dee464f
MD5 0979d3b0ebcbe4a503df7c17671e7938
BLAKE2b-256 b95e2ffc35fb18512d612e3952a33302e27f0870b3fb12f44ecab1e6b6493229

See more details on using hashes here.

File details

Details for the file robyn-0.15.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

  • Download URL: robyn-0.15.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
  • Upload date:
  • Size: 3.7 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for robyn-0.15.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 ab567f7dc1113aa4f26ea97b5d2d1ccc8c1030a13c84ac12f0818bc40128f09d
MD5 31f82c9e5162e3653f540141633a5966
BLAKE2b-256 4666413cda4fb41d013d30e4f77bceff7b96ff9d6a621d26db3cad4ee37b50a4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.15.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
  • Upload date:
  • Size: 3.8 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for robyn-0.15.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 e4445e9252aa3cc642e947d84c3be850d0e2c1f600893ae191d9a4ad7da5d87b
MD5 936e547cd3d1f86b05bc3b89e97d250a
BLAKE2b-256 c954163bc76f49a981fef61133ed35f5bd611a8639937f9a147244bd300e427a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.15.0-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
  • Upload date:
  • Size: 5.0 MB
  • Tags: CPython 3.8, macOS 10.9+ universal2 (ARM64, x86-64), macOS 10.9+ x86-64, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for robyn-0.15.0-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 9e5f94746ee5c456a81dda91095bf1333f72e6babc184ea325ad1415b35b68f9
MD5 9584cca55c7adb35f71c9e0580938ad2
BLAKE2b-256 433b70b165d243764b38dd7b453f740e96ff9330c89f6f6599ce2ea9ccd7a54a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.15.0-cp38-cp38-macosx_10_7_x86_64.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.8, macOS 10.7+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for robyn-0.15.0-cp38-cp38-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 aa34068731f333820b11c7374834d564ee5d63abac0b826c49796859efa0f73f
MD5 efd5519e002fa9bc0da7af3cc0ed52b1
BLAKE2b-256 12c2934da9002820f2f1ca8e49363cd27ae38bf9a65407e4f8f8c02db5d726f2

See more details on using hashes here.

File details

Details for the file robyn-0.15.0-cp37-none-win_amd64.whl.

File metadata

  • Download URL: robyn-0.15.0-cp37-none-win_amd64.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.7, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for robyn-0.15.0-cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 85ec105b797e52873ffbe3fdab8246caa9cb04fbcc6e076e7b2da588ed926d8a
MD5 b209210294f1f600ff6af0bf831a82e9
BLAKE2b-256 37d9002313f9b479f5788fe6817646cb7f592dbf985a02f7110c9ff5afa47c6a

See more details on using hashes here.

File details

Details for the file robyn-0.15.0-cp37-none-win32.whl.

File metadata

  • Download URL: robyn-0.15.0-cp37-none-win32.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.7, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for robyn-0.15.0-cp37-none-win32.whl
Algorithm Hash digest
SHA256 365c4f969a458766ee5550496fa343af307c965d789aa58b8d5c96a9f8413dc1
MD5 39c2d585a13cd034ef1e80f12df8d6ef
BLAKE2b-256 b0f1bb62343834013fc5fb4513c9fa4cb9e04e14d8a1b28d01688f89df50a6f6

See more details on using hashes here.

File details

Details for the file robyn-0.15.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

  • Download URL: robyn-0.15.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 4.3 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.17+ s390x
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for robyn-0.15.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 56cbe368b781849640acfb7fff7901ce96df8d5f70a51a0f3dc97ddc480efa47
MD5 f6ef25aec2a0acb6d4a9eff5815d875f
BLAKE2b-256 f7fb4f65e56f48fad89af94b9effd8eef78145e63a81c4aaa0dd6f631c960fa6

See more details on using hashes here.

File details

Details for the file robyn-0.15.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

  • Download URL: robyn-0.15.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 4.7 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.17+ ppc64le
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for robyn-0.15.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e9fb359437dcaa5aad9bc7a0fbf203a65d7277583d8e7422a82c4821c059f2b4
MD5 3185718429fff01ad10b22a52e17542d
BLAKE2b-256 2f21a92884de9bbe24b5d2d1e94a15b1f02316d62b5db6ce2e1fabbea5d2644b

See more details on using hashes here.

File details

Details for the file robyn-0.15.0-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

  • Download URL: robyn-0.15.0-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 3.6 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for robyn-0.15.0-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 65111dec95749bb8808c3d49bfd7efb6e7ff026621b03842bfc698cc7b2fe26c
MD5 ffbb948fbd486e8fcf3032f3c0463ae6
BLAKE2b-256 dc8f94a24ebc1d1d3bee9995a0f9d6ed4ac6e6d7e95997e44467599a02e29d8e

See more details on using hashes here.

File details

Details for the file robyn-0.15.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: robyn-0.15.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 3.7 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for robyn-0.15.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0cb8d45a427c4f0a9e09921f797cbccfc348a7e68bbdef3144c47a62d3db703a
MD5 fa7bc9775f6eee1239d9ebe80f85ff00
BLAKE2b-256 860b5f900a41a08bb8a3ccc2d1311578765f316d3ceda908fc17e11646ba9b21

See more details on using hashes here.

File details

Details for the file robyn-0.15.0-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

  • Download URL: robyn-0.15.0-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
  • Upload date:
  • Size: 3.7 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for robyn-0.15.0-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 9a0f0b0d503abbdea31a3396bd4e248b7bc31c5842ca8145019e5afa74c2fe4a
MD5 1bdfa2d5f79e59b88dc39aefdb09ef89
BLAKE2b-256 aaeb767d201f2705cb645181425173791b14875f950cb86446b709942142580f

See more details on using hashes here.

File details

Details for the file robyn-0.15.0-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

  • Download URL: robyn-0.15.0-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl
  • Upload date:
  • Size: 3.8 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for robyn-0.15.0-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 5a1739d8a7e4a37d4f186239e179b5ea0a8ca09afcb96bc40256cba46dfe9476
MD5 ba6589a33c8a5e565150a091911c3905
BLAKE2b-256 5d526a34ad2d8ae727867d3d413a83028d5f528c4c3a72b3fe25a6a359c7dde6

See more details on using hashes here.

File details

Details for the file robyn-0.15.0-cp37-cp37m-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl.

File metadata

  • Download URL: robyn-0.15.0-cp37-cp37m-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
  • Upload date:
  • Size: 5.0 MB
  • Tags: CPython 3.7m, macOS 10.9+ universal2 (ARM64, x86-64), macOS 10.9+ x86-64, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for robyn-0.15.0-cp37-cp37m-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 41b39c34130ca94f039d49dfa4c27fa2b97d44462a6b7ae29ffaed26028fe3da
MD5 450b04e26e3631e0872563e453ebc796
BLAKE2b-256 12f17d12137381a0c24ac3ea52706cca1548dc3211c85939f4bc387a3b970fd6

See more details on using hashes here.

File details

Details for the file robyn-0.15.0-cp37-cp37m-macosx_10_7_x86_64.whl.

File metadata

  • Download URL: robyn-0.15.0-cp37-cp37m-macosx_10_7_x86_64.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.7m, macOS 10.7+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for robyn-0.15.0-cp37-cp37m-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 7614869c33b3fb1a927cee55da56412560dc8aecbd445a2a007932811bd9a8b1
MD5 93af58d441842c08fc79262976423afc
BLAKE2b-256 ccd881343254c4fdf62de9082dceb41ed3f1ca3df3b7c68b0a272a0834badd45

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