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

Or, with conda-forge

conda config --add channels conda-forge
conda config --set channel_priority strict
conda 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. Install the development dependencies: pip install -r dev-requirements.txt

  2. Install the pre-commit git hooks: pre-commit install

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

  4. Run maturin develop or maturin develop --cargo-extra-args="--features=io-uring" (if you want to run the experimental version).

  5. 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 and also sets the default log level to debug
  --log-level LEVEL : this flag allows you to set the log level

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

✨ Sponsors

These sponsors help us make the magic happen!

DigitalOcean Referral Badge

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.17.0.tar.gz (82.0 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.17.0-cp39-none-win_amd64.whl (2.6 MB view details)

Uploaded CPython 3.9Windows x86-64

robyn-0.17.0-cp39-none-win32.whl (2.4 MB view details)

Uploaded CPython 3.9Windows x86

robyn-0.17.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

robyn-0.17.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

robyn-0.17.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

robyn-0.17.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

robyn-0.17.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.12+ x86-64

robyn-0.17.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl (4.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.12+ i686

robyn-0.17.0-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (5.6 MB view details)

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

robyn-0.17.0-cp39-cp39-macosx_10_7_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.9macOS 10.7+ x86-64

robyn-0.17.0-cp38-none-win_amd64.whl (2.6 MB view details)

Uploaded CPython 3.8Windows x86-64

robyn-0.17.0-cp38-none-win32.whl (2.4 MB view details)

Uploaded CPython 3.8Windows x86

robyn-0.17.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.6 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

robyn-0.17.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.3 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

robyn-0.17.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

robyn-0.17.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

robyn-0.17.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ x86-64

robyn-0.17.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl (4.3 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ i686

robyn-0.17.0-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (5.6 MB view details)

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

robyn-0.17.0-cp38-cp38-macosx_10_7_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.8macOS 10.7+ x86-64

robyn-0.17.0-cp37-none-win_amd64.whl (2.6 MB view details)

Uploaded CPython 3.7Windows x86-64

robyn-0.17.0-cp37-none-win32.whl (2.4 MB view details)

Uploaded CPython 3.7Windows x86

robyn-0.17.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.6 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ s390x

robyn-0.17.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.3 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ppc64le

robyn-0.17.0-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.1 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARMv7l

robyn-0.17.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.2 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

robyn-0.17.0-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ x86-64

robyn-0.17.0-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl (4.3 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ i686

robyn-0.17.0-cp37-cp37m-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (5.6 MB view details)

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

robyn-0.17.0-cp37-cp37m-macosx_10_7_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.7mmacOS 10.7+ x86-64

File details

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

File metadata

  • Download URL: robyn-0.17.0.tar.gz
  • Upload date:
  • Size: 82.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for robyn-0.17.0.tar.gz
Algorithm Hash digest
SHA256 f63e64638c538e27487fd4bc56ce6f65f5d8222097b8d1b8e3e4709f3e3a6c0e
MD5 cafae80f59a67b881e2edac1255d68dd
BLAKE2b-256 30a7fe9061280cd2b7a6c4cff4433b5d2b84951a57f33b4b58ba4a2165845a5c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.17.0-cp39-none-win_amd64.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for robyn-0.17.0-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 74cda007f6b079d1d79af264879894f580b8ab0523a58858c067a421dda80283
MD5 6450ee44519f9cdbbb5c992a27521bef
BLAKE2b-256 3762e1176732a8fbb4fcb1f185c69c281866d3064a2bf8507b3c2fd2a21976c7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.17.0-cp39-none-win32.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for robyn-0.17.0-cp39-none-win32.whl
Algorithm Hash digest
SHA256 5318e785f1efacaf5500043743f3625dd47c9eb0b706f2032ff758273c877669
MD5 013284fdcd6f5311c9fd436f3d3a5f18
BLAKE2b-256 2abfb63410799ed5f918dd94d1edd5989135ed40e62e04c0f3e444c2915e98c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.17.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 53168501b356011702d67714a47ea7d0f83822db4e5be0ee0d333048d9ce95e1
MD5 c56682ffdc991388f1e0efcdbaaee93f
BLAKE2b-256 3257893948110fdcb6b3108320f8e07b2963bdc1c7fd9a725b9d71efcac1c1e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.17.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 357faff8c770b7c5f3013215dad45f461ec1d16d8d53b5f5271310e057b59618
MD5 ecb4718b3347aae4bd9aef210454a39a
BLAKE2b-256 2652e669e9fe6ef5c42d38c48f20a659640e9c72c7433ae9588703e638e6432b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.17.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 fd349f1fbb05c0f74f5f85b018187421621c0e801f49e5e8a16448a8eb77cb61
MD5 dee4ded0a08a7181598b88a7bc8aacf7
BLAKE2b-256 ccad511d1afc5f1f72f0ce6f8f1c0544f7ced9b56e5e734af88228d0d1c2aba2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.17.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 37b917092679fb31200b772c358bee9de512e1fa2219ab63c237cd8869fafcac
MD5 309fcbcb59bcc5d57b12d413c4dc8b99
BLAKE2b-256 ecf19deaa692f811fe9c68c3d684bef4c3bf9c9bf57455eb121d7d1c85b5d0b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.17.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 91c8fe678ce97ef2fcb7de4f6cd9aba383b5d88228360a75e8c192bb9f60f804
MD5 994962db3cef3a39205115246e08d56f
BLAKE2b-256 eb68d3a43032b19253f328a571d3d77714d14e4336379af2449255402a80c1e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.17.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 54982567936fab459a04fbc6fe27ea96da51e953f3308be864c9636b23596f30
MD5 3cc25ee8653ad783cfe661cc90a1da17
BLAKE2b-256 0a6b8190954d70449113725bfb60f1165f9278d8a394c6af92474a825813eab1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.17.0-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 033df4eebdc6ff04e9b8123004224872df2defa7fa712d200742d85510d28e05
MD5 369ee48ca90eabe2cb66be1fadaaae18
BLAKE2b-256 e10d6f8397571d677cc694a435957d37c9b70ce20b087537f643d66b3d6720f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.17.0-cp39-cp39-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 96f5f40cf7357deaa4e68ba7d54b95fc2a6c037fbc7c979223b8127cc0e0b212
MD5 2992965b3a9ac8329e4aa5c161602781
BLAKE2b-256 9a2fbeb1c4df11b79f730bcd86998189086d531dafdfa2632c6c7ab31257bf1e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.17.0-cp38-none-win_amd64.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for robyn-0.17.0-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 e8b0137efa1a19dc432f88fa967b0f72002bf6aef3d4acc2d9e55e5f8aac55a8
MD5 de05f658922d3f02d8c984a987b61998
BLAKE2b-256 2057d6c5829654bd77eab030227f32c6ce37dc8866eae2e74229fb7ab36c0fb6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.17.0-cp38-none-win32.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for robyn-0.17.0-cp38-none-win32.whl
Algorithm Hash digest
SHA256 aa57f1f4f6973d242dc1b5f926a78cecd2a43cb06d34dd387d9a4131205ee9cb
MD5 17ad7858548100346b059081d39547e0
BLAKE2b-256 a16bf7036720910c5e7dd00a4aff6cb8de1f7a6a22e11be1747b63a91d8b7bcf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.17.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a812356a602eded1241b4186b2985fc740e69f06a198f26239ef8d275f45ecb1
MD5 af21349cb81c9b99f9f7dbed54ea9047
BLAKE2b-256 81c772154ed415481ad980cb59f380674305257abc3ebc41a8f8d28434024b37

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.17.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b4cb32a5e69c89f4469c8b70301cf2794170d198abf0cc3b2c40b6848bdd7924
MD5 ff155ac52f1d04020f837c97f28c699a
BLAKE2b-256 4103aef7701969be3fa63361193677d1f18c9e98b9abde923458b4dd0bc8f8d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.17.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5e31076801c7b8974fe7165e9a38d25ab716cdd39fa69a7b99eba8112174bd30
MD5 43c32d7b1a9ece8cb96e2f8da20bdbd0
BLAKE2b-256 d1ed1634c2132b343da94cf4ba9596808dd8a364a6c03b7ec52e3828e06f9e7a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.17.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d6823f5b3cca1768a54d32ce6e3729ed2dff29c03f02a8976740d58b40541df4
MD5 7d7d127f5fff11fa9f5f94e994e92886
BLAKE2b-256 4663b0f49cbbcfb7fe2f573a230c9d73b075f9eed15876781ac46d3ba688b11f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.17.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 88a69b7007c2ae6a0e81db1d2edc0f467acc2e0b49f4a92f61f7e61e29f0427a
MD5 3cc3b5078cb938efc94c589e7b500b8a
BLAKE2b-256 ef93d74e69c4cb72e15747adcefc16f7c118e7cd725340bcfe6dfd6f52400d20

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.17.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 d9e34e36897e663f60b0ef48239be66585c5a20137fff9e10219c58fa2023f67
MD5 483b624f757a68cfa87081c3ccd86d2d
BLAKE2b-256 713251eef347715419362bab6f3b4a3a045468fe4a2f5190dde23174ad131e48

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.17.0-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 cd656c84c23d81de24e71f854c631578d8570a0ae0c04251893c3c195b93de69
MD5 8f1bc6e3eb7f87a9a5126c85ac9aa4e2
BLAKE2b-256 0c83e0d82caf66dbe0191032ced318907267bf0c3eba0bd67ee6ffa68a849e72

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.17.0-cp38-cp38-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 25b44134078897c869226bcd48f85838957c21eaf8829a01972277523563b4be
MD5 78ed0d721368b228ad3b0d4c4bc8ab14
BLAKE2b-256 eb4683bfada9fd02b9e7a36798b5d38e0c7acb201860aca210198076a3367ff3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.17.0-cp37-none-win_amd64.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.7, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for robyn-0.17.0-cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 41284d19fe340999b89c4a6369aa1cee50d61ce5651788672a59f8a55fa7f35c
MD5 31567abb3a088df80e14f2f20a592ef2
BLAKE2b-256 f84d3f4f73f94381055dbf3ea507ca44475bac9e231e81e30df8a0ab792c181b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robyn-0.17.0-cp37-none-win32.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.7, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for robyn-0.17.0-cp37-none-win32.whl
Algorithm Hash digest
SHA256 dc294541335e081b150cb7be5dbda317e934cbcdda6a322ff51e8ae79f56b10d
MD5 3660dca0b23aba057fa5787e3282adf5
BLAKE2b-256 db17e857acccaa89a5d205a505c10e737020c3ba9eb6641b3c3cf9f26bc6ae20

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.17.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 073000400e1b4a76c23fe4963a45b2fabcc5c123cc869bfd1c90e107a1b74330
MD5 84f9d1fd7f226c10dc13ad92a7b5b85d
BLAKE2b-256 59db030f9b6bc85b09531d99f986a5f20b76e0c0c18af40b154de2c63bf89e19

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.17.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 636002c0069d1bfd9d85ed9e90bfb4010f5bc9d29d5ff56e5af6c5e3b44eb317
MD5 95b95b836eea12e9f9356012726ebe95
BLAKE2b-256 d9dad799b8569e4776c31f5aa9c95d574bb1278dfa711199c93dc41614bee33b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.17.0-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 50b6421e3c4069977045a82fff5bfb60163b02dd588b61e228ced52b27107fdd
MD5 cfdfd3273fd814c26e3823dc18cba604
BLAKE2b-256 3188209224a6d370de28f775f650a886c5f3976768724345e746745594650b10

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.17.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 affd20a0b301143138afb42732d4b9ab23364ab75f9b81e6076ce9219a9694a4
MD5 b13ad192e566447d7bea1015790a7a76
BLAKE2b-256 c4e9ef06ba73bda76280cbce4e83e6182555450d28c796d6227d11c110f964b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.17.0-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 31dd8d5295257cac339ac1a090e42008c4f70b04f5d1281f0377cc931c622502
MD5 de14abb3b58bd05894e19c7e70848264
BLAKE2b-256 ff4e4b08b4821f215a4e46dcd4829c2c5f79d73e08b598689d66910d3e74b049

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.17.0-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 ac7d023cec61ef8cce0e50f93b529aa97f5c83c3c4fea6541f8467f5debe6063
MD5 70cac3dd896e180fc843f7f1b6b50fce
BLAKE2b-256 370dfd0a0c15d12a88a40bd847c93dc19f676516b1d35bac4c3ba95acbe80329

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.17.0-cp37-cp37m-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 2df81741e663671f108d9caac7488df1638ae9a51c8df6da711be116e503c30e
MD5 6250e70a8c87cc123cbc98987ad1f5a5
BLAKE2b-256 aa7b769f8181b9c26acfab6442598f1363c6f91a2b446c694150a0aadf9e1904

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robyn-0.17.0-cp37-cp37m-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 5c85358766c3af87a214c468999c2ab9d2b86e26d962a5ea1fec39e8963a95a1
MD5 7c97c89e48e8f12dac7aba570e42c851
BLAKE2b-256 32941fe2e767ed86fc5dae574cae513e3752e2410c0c4fe0178e739707df838d

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