Skip to main content

Mapping R API to Python

Project description

Interoperate R with Python

Main codecov pypi Conda version

Installation

# install released version
pip install -U rchitect

# or the development version
pip install -U git+https://github.com/randy3k/rchitect

Why reinvent the wheel?

You may be curious why I reinvented the wheel when there is rpy2?

The main reason is to drive radian. rpy2 was not suitable because it is missing some key features for running the R REPL. Speaking of compatibility, rchitect has been thoroughly tested on multiple platforms such as Windows, macOS and Linux and we also provide binary wheels for python 3.6+.

Getting started

from rchitect import *
a = reval("1:5")     # evaluate an R expression in the global environment
b = rcopy(a)         # convert any RObject returned by `reval` to its python type
c = robject(b)       # convert any python object to its R type
d = rcall("sum", c)  # call an R function. Python objects are converted to RObjects implicitly.

FAQ

How to switch to a different R or specify the version of R.

There are a few options.

  • One could expose the path to the R binary in the PATH variable
  • The environment variable R_BINARY could also be used to specify the path to R.
  • The environment variable R_HOME could also be used to specify R home directory. Note that it is should be set as the result of R.home(), not the directory where R is located. For example, in Unix
$ env R_HOME=/usr/local/lib/R radian

Cannot find shared library

Please also make sure that R was installed with the R shared library libR.so or libR.dylib or libR.dll. On Linux, the flag --enable-R-shlib may be needed to install R from the source.

Wiki

reticulate conversions

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rchitect-0.4.7.tar.gz (32.7 kB view details)

Uploaded Source

Built Distributions

rchitect-0.4.7-pp310-pypy310_pp73-win_amd64.whl (60.2 kB view details)

Uploaded PyPy Windows x86-64

rchitect-0.4.7-pp310-pypy310_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (81.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

rchitect-0.4.7-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (80.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

rchitect-0.4.7-pp310-pypy310_pp73-macosx_11_0_arm64.whl (66.6 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

rchitect-0.4.7-pp310-pypy310_pp73-macosx_10_9_x86_64.whl (66.7 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

rchitect-0.4.7-pp39-pypy39_pp73-win_amd64.whl (60.2 kB view details)

Uploaded PyPy Windows x86-64

rchitect-0.4.7-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (81.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

rchitect-0.4.7-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (80.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

rchitect-0.4.7-pp39-pypy39_pp73-macosx_11_0_arm64.whl (66.6 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

rchitect-0.4.7-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (66.7 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

rchitect-0.4.7-pp38-pypy38_pp73-win_amd64.whl (60.2 kB view details)

Uploaded PyPy Windows x86-64

rchitect-0.4.7-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (81.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

rchitect-0.4.7-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (80.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

rchitect-0.4.7-pp38-pypy38_pp73-macosx_11_0_arm64.whl (66.6 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

rchitect-0.4.7-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (66.7 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

rchitect-0.4.7-pp37-pypy37_pp73-win_amd64.whl (60.2 kB view details)

Uploaded PyPy Windows x86-64

rchitect-0.4.7-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (81.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

rchitect-0.4.7-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (81.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

rchitect-0.4.7-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (66.7 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

rchitect-0.4.7-cp312-cp312-win_amd64.whl (63.4 kB view details)

Uploaded CPython 3.12 Windows x86-64

rchitect-0.4.7-cp312-cp312-win32.whl (63.9 kB view details)

Uploaded CPython 3.12 Windows x86

rchitect-0.4.7-cp312-cp312-musllinux_1_1_x86_64.whl (181.0 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

rchitect-0.4.7-cp312-cp312-musllinux_1_1_i686.whl (168.4 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ i686

rchitect-0.4.7-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (162.2 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

rchitect-0.4.7-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (151.0 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

rchitect-0.4.7-cp312-cp312-macosx_11_0_arm64.whl (77.7 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

rchitect-0.4.7-cp312-cp312-macosx_10_9_x86_64.whl (77.6 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

rchitect-0.4.7-cp311-cp311-win_amd64.whl (63.4 kB view details)

Uploaded CPython 3.11 Windows x86-64

rchitect-0.4.7-cp311-cp311-win32.whl (63.8 kB view details)

Uploaded CPython 3.11 Windows x86

rchitect-0.4.7-cp311-cp311-musllinux_1_1_x86_64.whl (180.8 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

rchitect-0.4.7-cp311-cp311-musllinux_1_1_i686.whl (168.2 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

rchitect-0.4.7-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (161.6 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

rchitect-0.4.7-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (150.6 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

rchitect-0.4.7-cp311-cp311-macosx_11_0_arm64.whl (77.7 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

rchitect-0.4.7-cp311-cp311-macosx_10_9_x86_64.whl (77.5 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

rchitect-0.4.7-cp310-cp310-win_amd64.whl (63.4 kB view details)

Uploaded CPython 3.10 Windows x86-64

rchitect-0.4.7-cp310-cp310-win32.whl (63.8 kB view details)

Uploaded CPython 3.10 Windows x86

rchitect-0.4.7-cp310-cp310-musllinux_1_1_x86_64.whl (179.9 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

rchitect-0.4.7-cp310-cp310-musllinux_1_1_i686.whl (167.3 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

rchitect-0.4.7-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (161.6 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

rchitect-0.4.7-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (150.6 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

rchitect-0.4.7-cp310-cp310-macosx_11_0_arm64.whl (77.7 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

rchitect-0.4.7-cp310-cp310-macosx_10_9_x86_64.whl (77.5 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

rchitect-0.4.7-cp39-cp39-win_amd64.whl (63.4 kB view details)

Uploaded CPython 3.9 Windows x86-64

rchitect-0.4.7-cp39-cp39-win32.whl (63.8 kB view details)

Uploaded CPython 3.9 Windows x86

rchitect-0.4.7-cp39-cp39-musllinux_1_1_x86_64.whl (179.8 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

rchitect-0.4.7-cp39-cp39-musllinux_1_1_i686.whl (167.1 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

rchitect-0.4.7-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (161.6 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

rchitect-0.4.7-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (150.6 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

rchitect-0.4.7-cp39-cp39-macosx_11_0_arm64.whl (77.7 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

rchitect-0.4.7-cp39-cp39-macosx_10_9_x86_64.whl (77.6 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

rchitect-0.4.7-cp38-cp38-win_amd64.whl (63.4 kB view details)

Uploaded CPython 3.8 Windows x86-64

rchitect-0.4.7-cp38-cp38-win32.whl (63.8 kB view details)

Uploaded CPython 3.8 Windows x86

rchitect-0.4.7-cp38-cp38-musllinux_1_1_x86_64.whl (180.3 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

rchitect-0.4.7-cp38-cp38-musllinux_1_1_i686.whl (167.7 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

rchitect-0.4.7-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (161.8 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

rchitect-0.4.7-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (150.8 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

rchitect-0.4.7-cp38-cp38-macosx_11_0_arm64.whl (77.7 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

rchitect-0.4.7-cp38-cp38-macosx_10_9_x86_64.whl (77.6 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

rchitect-0.4.7-cp37-cp37m-win_amd64.whl (63.4 kB view details)

Uploaded CPython 3.7m Windows x86-64

rchitect-0.4.7-cp37-cp37m-win32.whl (63.8 kB view details)

Uploaded CPython 3.7m Windows x86

rchitect-0.4.7-cp37-cp37m-musllinux_1_1_x86_64.whl (180.6 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ x86-64

rchitect-0.4.7-cp37-cp37m-musllinux_1_1_i686.whl (168.0 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

rchitect-0.4.7-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (161.3 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

rchitect-0.4.7-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (150.3 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

rchitect-0.4.7-cp37-cp37m-macosx_10_9_x86_64.whl (77.6 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

Details for the file rchitect-0.4.7.tar.gz.

File metadata

  • Download URL: rchitect-0.4.7.tar.gz
  • Upload date:
  • Size: 32.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.9

File hashes

Hashes for rchitect-0.4.7.tar.gz
Algorithm Hash digest
SHA256 6993f58d1a3afce64150643fd602ca008be23a0bb5e78166c3d3c616b59d1888
MD5 e33d9466725f0db730193c3640afdd35
BLAKE2b-256 02b54822ff52d2ce8f5b47302252bbce73f62f6864481835a17e7286ab2e6efc

See more details on using hashes here.

File details

Details for the file rchitect-0.4.7-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for rchitect-0.4.7-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 b63ab432db30dcf5a54419cc009d3c8683a390170b3a065aa8f2b6e8b0977e0e
MD5 c701152bc7ed35d30a28101eb90cdb8d
BLAKE2b-256 e771bb153938580dc2129bfe96ed2f66c42b54c69a190c813fcf7b2f71c0deb5

See more details on using hashes here.

File details

Details for the file rchitect-0.4.7-pp310-pypy310_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rchitect-0.4.7-pp310-pypy310_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 48ad7faf3f31e194653908815a95129785d761bbf1a8c765a0a175960fba24d9
MD5 3eb1cc88a9842287286aa4edba496fb4
BLAKE2b-256 79fe21cd970a15c5b54bcd77cd3c400efec68b1253a983a097eff29d8ea18143

See more details on using hashes here.

File details

Details for the file rchitect-0.4.7-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for rchitect-0.4.7-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f91dac450a70f455705e9fc3a930f275ba22ebeaf429f1417908e2732ba0fb5a
MD5 ab04de03111d7f3ee060679184757f3b
BLAKE2b-256 f6e0d6f797aa64f4605b82b44de1c052f7d9c203512403cf5f9c74a80ef63a7d

See more details on using hashes here.

File details

Details for the file rchitect-0.4.7-pp310-pypy310_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rchitect-0.4.7-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 822cba79da02fc55f3a76b13c8bf96b5be7d0998e004442b198a21726936f8b3
MD5 7c6283cc2eceb77344ac1f42d576f417
BLAKE2b-256 ec79b46b03fa3f6253112f5ed74e84ab62083fd5ca449eba237a46e71ca207f8

See more details on using hashes here.

File details

Details for the file rchitect-0.4.7-pp310-pypy310_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for rchitect-0.4.7-pp310-pypy310_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5c903eb20766fbc5665fca59b3554a6d91f69b00a8c9cd8dc9ea015747b5db77
MD5 6ce81ab4a1c6820fb942af321ead4607
BLAKE2b-256 8428f21ba9d418ca1deeb43d2ec9399fcf8f0fe975e3c9b10456fea62ea0682f

See more details on using hashes here.

File details

Details for the file rchitect-0.4.7-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for rchitect-0.4.7-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 914e39194b9d555c46f3d5fb0f512670ad860f8784b4b585aa356d9488d57915
MD5 59b8e4a3637aa64b21f9f2bbe2103b5f
BLAKE2b-256 4c017d6f34091c2b08846fc97c73ce73be69af50f791146807fcc7ea89b40996

See more details on using hashes here.

File details

Details for the file rchitect-0.4.7-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rchitect-0.4.7-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 94d7d5343f3d180f9d72870b48b827286929d2440ce8ce5719703fce1ef58ef4
MD5 d3868c75a4e875a890cdbd770be04afd
BLAKE2b-256 4a4d3f295ea8c53f709c1fe788192c7219fa2bc502e95fa95db6fa16a1d70783

See more details on using hashes here.

File details

Details for the file rchitect-0.4.7-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for rchitect-0.4.7-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b4faa556d03f79b29f4cf7926854286636f0f57db1a716a9e8446e405f76648f
MD5 641a8dc5410bf38118a49af30430b4b2
BLAKE2b-256 4077f78756680cb9431996c0d9002d885ad331385a3541ab6c9ccddc6366f7cb

See more details on using hashes here.

File details

Details for the file rchitect-0.4.7-pp39-pypy39_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rchitect-0.4.7-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e8b6b5ae6d30131828bdc887e807ff94a90f6a13ddd5b8e45d42a5295b4f06a2
MD5 b2793cb432886ec25cb8b2382b7d7b5d
BLAKE2b-256 52262e251d85cd78a5532c72dcddfdff3b1edd051d4fb4e450e937d29cb52df2

See more details on using hashes here.

File details

Details for the file rchitect-0.4.7-pp39-pypy39_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for rchitect-0.4.7-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 476be524419526f9357ff644d95c90ed5d4a49276078d297a3c05577ac1f19aa
MD5 69f0399424693260cd4980596cc9f07f
BLAKE2b-256 3ec22f5b93cc7582a154f91c5515a28287e823a0e055dc0a73da95f61007e686

See more details on using hashes here.

File details

Details for the file rchitect-0.4.7-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for rchitect-0.4.7-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 b0ebd76e7298eadea8f007953c55853eadbda83cb2dd24a7a5e27be00760f0ca
MD5 ff848cdbb8ceaa0894b7eb9bb9a67242
BLAKE2b-256 53c9a96dc460eb11a260139f7890d1e358ee872ca7289c2abfb9fa574003a3e9

See more details on using hashes here.

File details

Details for the file rchitect-0.4.7-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rchitect-0.4.7-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b66812d6d228643a6d60658a8709eb1707af9e758e0688ddcd77ac1e643e845f
MD5 2f25d846cd38b23ccc1c68b2eb5b3606
BLAKE2b-256 d3360ea8160c53f935cb1636c520cf12f386c8c48ee96b59955ee61de6e72488

See more details on using hashes here.

File details

Details for the file rchitect-0.4.7-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for rchitect-0.4.7-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e853e5547faed0071a93164216b807df2a199521daa811f9fc9c677b17acb5b6
MD5 0f7b94dc246035f221be3c71b286fa29
BLAKE2b-256 2c9b7ea319959e1a99f22a5e0d978edced22d25a779c05c8609f90644da38e4a

See more details on using hashes here.

File details

Details for the file rchitect-0.4.7-pp38-pypy38_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rchitect-0.4.7-pp38-pypy38_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e3d8bd990ac1ca63a1f4a19868447f91d5f4b87640e5f3ce3ff9f3d37877cafa
MD5 dc80c5faa511a4e62cb21c32fe99f4db
BLAKE2b-256 558abeef0f0ed19d0050cdd96b2708123deba38836128cc3a24a829dd2176ff6

See more details on using hashes here.

File details

Details for the file rchitect-0.4.7-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for rchitect-0.4.7-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7651c15a730a5d9477403eb3572b2dfa49ea3dc081fe2e653dd50d15898680d2
MD5 55d1a05c1605020fc034a96e4529b8af
BLAKE2b-256 b9268f89153457d349ce46dbe34dea882fc2b2d4986841944d17af2a1e2d6b86

See more details on using hashes here.

File details

Details for the file rchitect-0.4.7-pp37-pypy37_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for rchitect-0.4.7-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 89bd6edfc477a1092bd497ecac895fc4da7e6276dc9a2184bfb96b13bd5cd59e
MD5 1c0a7e5918c869aa2155e3b454475fdc
BLAKE2b-256 f0dd43d872de33d6485d24aed7125dba8075ddcdaa0500cef57b7ab088af2d95

See more details on using hashes here.

File details

Details for the file rchitect-0.4.7-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rchitect-0.4.7-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cffa3581286bfbccc50b47a0d5a1fda2bbb9346d8dd061ff05c26ef99d3cb58a
MD5 48db3849def0f57e59d9048153df456c
BLAKE2b-256 e8c2fb45332f1b92b04483ba2821d83cd1c58385ab8110c81ede41e839d7994b

See more details on using hashes here.

File details

Details for the file rchitect-0.4.7-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for rchitect-0.4.7-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7a4b07b2d1fa10f714cf8c9560cce3704b805aa2ee24b53313d7d5d77e3115e3
MD5 ee51603f287cf96e9f03d78bc21d6b4c
BLAKE2b-256 c51c66dff1e97b50b02c0931c3725315b8691d24bd7e308c5a3d2d4d02e5a293

See more details on using hashes here.

File details

Details for the file rchitect-0.4.7-pp37-pypy37_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for rchitect-0.4.7-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1cac532218784ca221c4b979a352ee81efc2847879dc9ce5379f5dfa38436338
MD5 7adeb80b7b2879d0e99a5e0f8c167f98
BLAKE2b-256 0f645a26d542a46887be76ba1b053b9df376a7ec3290a9e12883cc94e46ab17c

See more details on using hashes here.

File details

Details for the file rchitect-0.4.7-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: rchitect-0.4.7-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 63.4 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.9

File hashes

Hashes for rchitect-0.4.7-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 8f7e60faa6a0d9b93c4c3b0189ff40b77ff0652197adaf0581e93843eb367364
MD5 3347c913d1c080c00d0ef358f4c704b7
BLAKE2b-256 11e131488ad464ef0eb53e90ef602564fd06622efdbb7f6c2e1d27e2006c55ca

See more details on using hashes here.

File details

Details for the file rchitect-0.4.7-cp312-cp312-win32.whl.

File metadata

  • Download URL: rchitect-0.4.7-cp312-cp312-win32.whl
  • Upload date:
  • Size: 63.9 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.9

File hashes

Hashes for rchitect-0.4.7-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 e8b33c3312c636ff28eb1fa3036e23d6910a11908a3c0e6a13320e6b606d9c71
MD5 21be07c5dc454a6c77521f0794ad6cbb
BLAKE2b-256 b7813103155d573cb37b4aad3346b2cda5b8366d964298eb831c13c5e1be94d9

See more details on using hashes here.

File details

Details for the file rchitect-0.4.7-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for rchitect-0.4.7-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f36980c39260d569665ff3353d311c758d89449f6a105cbebc4b53a726d2fb31
MD5 5079dbfb532e34cfe7763f15ae461dd5
BLAKE2b-256 14f84e490bda481758d1a6ab1af97d07933ca8fa71830c67b03e5d67e00a64db

See more details on using hashes here.

File details

Details for the file rchitect-0.4.7-cp312-cp312-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for rchitect-0.4.7-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 9023ce9164abe00ee954fc5321a724be04e350f045250f4ac29344080e14de19
MD5 2d468c28469fde8ea60016381e448578
BLAKE2b-256 73fad0bfe7130a7c0c553b19a9828b6741d92f9ccdbc818ac384669d0c6ef9bc

See more details on using hashes here.

File details

Details for the file rchitect-0.4.7-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rchitect-0.4.7-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4ebfc7687e6045a846f7cd020367eb0eaa6858d9efa224527fe91b28222a94b0
MD5 673a4c2f9429b9a016351ce4396618e8
BLAKE2b-256 a102fee636c009b7da0267b6b5e4ce06f7f3d9f0a97d6a92a2a643e017289590

See more details on using hashes here.

File details

Details for the file rchitect-0.4.7-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for rchitect-0.4.7-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b31549918a3999373e761a06b62265db9e80ca2ba10da108ab6c82c7fab9b856
MD5 5f82000ab116aa01c8628d3bbb4bbc1c
BLAKE2b-256 31a38b7f695f555cc6196c63ee21f7e0ba171762d17686088c04556f6a013cc1

See more details on using hashes here.

File details

Details for the file rchitect-0.4.7-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rchitect-0.4.7-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c5b379e5e687b8a5c5a77ef258f6f043bc3d9617875d8793543fb009d8578e0b
MD5 b2db2f9a52d7d90b32be43dbd22ec9d2
BLAKE2b-256 b9aa188a4fb79e1b9c50579dbef86ffea27e61c3c68ac3f9a0b335100ef774d9

See more details on using hashes here.

File details

Details for the file rchitect-0.4.7-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for rchitect-0.4.7-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 dc84363ab4887014cffc86cbda886a2ffb617af1e6b0d0febfda88e2bb553f7a
MD5 42cd9f598bfee4dec6c849665b8d23ef
BLAKE2b-256 1557e4929c5efd9b29d27c75bd158c24ad6dfad196d929fc693d1e61e73f6f17

See more details on using hashes here.

File details

Details for the file rchitect-0.4.7-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: rchitect-0.4.7-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 63.4 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.9

File hashes

Hashes for rchitect-0.4.7-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 6c84f5f85fe478f3d0ab7943eabcd4c49a1d60aecb5304e2b064f9a9d4d2260a
MD5 563a84c1b4d3d80e7903cdfb5aedadfc
BLAKE2b-256 001b4245aa3e8ef64922e4a76079be2cf01ef1cf01341f76d28677a1f079047b

See more details on using hashes here.

File details

Details for the file rchitect-0.4.7-cp311-cp311-win32.whl.

File metadata

  • Download URL: rchitect-0.4.7-cp311-cp311-win32.whl
  • Upload date:
  • Size: 63.8 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.9

File hashes

Hashes for rchitect-0.4.7-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 5e22433010142bd40b97b960eb59818f8b1796b8a150518961c3558483c9bd0f
MD5 cdb117b35f4f5c62d169d1b2b05def02
BLAKE2b-256 8f94d1a56869804ec874f63cf81e3814b863f0850bab5da91684054937e40b0e

See more details on using hashes here.

File details

Details for the file rchitect-0.4.7-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for rchitect-0.4.7-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 8e03fabdde3ce1c7c3408409201c1c8e8ca0bc6106c3b48b7899090f6cf8b853
MD5 260a8f76ac03ff6a5026596521b21dc7
BLAKE2b-256 288629f87a61fee3341e1b06abf52ee9b56d717b43b78ed9d00b7e9d9acf05a4

See more details on using hashes here.

File details

Details for the file rchitect-0.4.7-cp311-cp311-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for rchitect-0.4.7-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 f4b1aa80fe1133c1aab4daf7c6b9635fd6e95cd108a5b510a6303c2a56c46c4a
MD5 70cb7082c171411193c97857fe028f81
BLAKE2b-256 2777e8dd34179df2e5f97db220eac22e1e2b18a542419e3397147ddd51ea1d2b

See more details on using hashes here.

File details

Details for the file rchitect-0.4.7-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rchitect-0.4.7-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fd1d98c41dd7897cf8694823ed21061a8eaf5732cc979072e7dc43190eb5dfb2
MD5 643b761090f70c0cd7624189c33762cb
BLAKE2b-256 b95b233735ac49ade99aa4051bdb3f156b6a14ad60b7b62295b38408cd61e9b2

See more details on using hashes here.

File details

Details for the file rchitect-0.4.7-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for rchitect-0.4.7-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 be755d110d59b9a3e86a414d9bb1c2a0a2b9882ee7480971e32894892c3185a5
MD5 4828192b298a14c062742309a8a9c5f1
BLAKE2b-256 4ca3a3ab2aec778609415056cc01802651a6c1ffe7ef1e60c3c18aa21154e846

See more details on using hashes here.

File details

Details for the file rchitect-0.4.7-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rchitect-0.4.7-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e1e08d3f95aa01043f50dcb51953de2c53f36ee5f42042150cacbf58c669fb48
MD5 a28189e4785e1cc2c0c2d8236099e761
BLAKE2b-256 77f3499d80211e2bc142b9abac1406f793040f82bf09c7742466b1a44a38dea5

See more details on using hashes here.

File details

Details for the file rchitect-0.4.7-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for rchitect-0.4.7-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 108bf98bff6f608610deec1c3de4a2f1ccf614cfe3c1945f9eb904dece41787f
MD5 95e36312d0842badff6d8c30d27e472c
BLAKE2b-256 3cf87053a8fdeaab4be5e699f7a0c1587a24053708ee56b8b99acaa4a09597f0

See more details on using hashes here.

File details

Details for the file rchitect-0.4.7-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: rchitect-0.4.7-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 63.4 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.9

File hashes

Hashes for rchitect-0.4.7-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 1d573453fdc1962a09c52d5e04d80fe747967897ab80714b5a7e89bdd630cf3f
MD5 6aad17b3de72a1115cb710195d9f910a
BLAKE2b-256 79c31fda945a3ddd9297139164091dc6ac751b20e176a38110530da2de6b4209

See more details on using hashes here.

File details

Details for the file rchitect-0.4.7-cp310-cp310-win32.whl.

File metadata

  • Download URL: rchitect-0.4.7-cp310-cp310-win32.whl
  • Upload date:
  • Size: 63.8 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.9

File hashes

Hashes for rchitect-0.4.7-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 367f4dfd16e398fd019ecaec607f1b7a3237164e8bb7419115be52bf4b2fceb6
MD5 73764b638c01576d6f856b5ad4099283
BLAKE2b-256 78ca0bc9cd654a4ffda510fe7242c421322eac376fe0820635b650fe93267f79

See more details on using hashes here.

File details

Details for the file rchitect-0.4.7-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for rchitect-0.4.7-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 8a12bd9eac5f1619103253e2e034e38c83a48c27fdd7642d23d4efc80a0a1830
MD5 ca4db19bace4f46ec70c919bf7426bf9
BLAKE2b-256 37cf8edde89b0e5d7366e8fd8f833a7d6fddf5f60f94f4a5d8793cdafb45cf83

See more details on using hashes here.

File details

Details for the file rchitect-0.4.7-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for rchitect-0.4.7-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 50721c357a7a16548fcb5dee6bedf2671d1578a46bb3bb9d2d9b54040b06a954
MD5 639820f6cd3e4c3646de02f639cb7a61
BLAKE2b-256 85b357863d08244eee0072af6e53e95a1ebdab2dd4967f4d4e6dceec779dd079

See more details on using hashes here.

File details

Details for the file rchitect-0.4.7-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rchitect-0.4.7-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b9b4ebc46705448f8af962ba5898f4accc101d2dca790a08b7d5a8f55da7b947
MD5 50b46529a75c990a0cf55bac314b44c5
BLAKE2b-256 f5171c955e75fdf7b88af127fbb80fc40f666ac417eba8901e15f99b3aa0a9a1

See more details on using hashes here.

File details

Details for the file rchitect-0.4.7-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for rchitect-0.4.7-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 15f6d31afe8b119f33836b4b7f1c1de70da1577051c71c1ce9da4d91bfbb5940
MD5 eeef82488328e73760336c575bd60ac0
BLAKE2b-256 a4a8a141dcef81594e4ad074d5b0a11894daa454ecb7f402e4f959ab4b94bb78

See more details on using hashes here.

File details

Details for the file rchitect-0.4.7-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rchitect-0.4.7-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 13cdce88b1b7276a81c332d9f226220d8432740db1879e96fbb8f0b6b52411ad
MD5 7766c9c6b23dea5eeee2101e96154248
BLAKE2b-256 ed31ef80a3f230048cc40286f3b0ab47ed080759d15cea4d69db64d94afbba65

See more details on using hashes here.

File details

Details for the file rchitect-0.4.7-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for rchitect-0.4.7-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 413d2f10ed0561fe57352f5b98c41c785cdcbec59fec28045d4285bb587b75a0
MD5 11fecd30fbed398e550601f2b6398843
BLAKE2b-256 e9c7500e2f8636620676e77f7a7fc655fe9b08490b4981ee084121574f5916aa

See more details on using hashes here.

File details

Details for the file rchitect-0.4.7-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: rchitect-0.4.7-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 63.4 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.9

File hashes

Hashes for rchitect-0.4.7-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 73a8c02cafc0b67dd5f47210e05ff59c6df5e8b81b99d57b9cfa3803cf3f04f5
MD5 144c57bbbaa953d5ed16fdc677f9d3b1
BLAKE2b-256 727963f65664c63b6960c91a2723b8f3b48e63d2785ae8e8255d3d074e71da68

See more details on using hashes here.

File details

Details for the file rchitect-0.4.7-cp39-cp39-win32.whl.

File metadata

  • Download URL: rchitect-0.4.7-cp39-cp39-win32.whl
  • Upload date:
  • Size: 63.8 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.9

File hashes

Hashes for rchitect-0.4.7-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 db42bee9c6dc23f5fff87df9793d1d6c0e3e6279bb310e725392018166c6d394
MD5 2a8688baf04e7b200c8a8b7a17ca882c
BLAKE2b-256 8721a017abff53b08f395da4ae9c8875fc1e6fdc5cfb7d16336202c60df9e2c6

See more details on using hashes here.

File details

Details for the file rchitect-0.4.7-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for rchitect-0.4.7-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 4885212ae79371a173766fa7c175b837264f8391c84334921ef3415416cddd2f
MD5 6f48b63a06c6bd7b31a53eab96e59172
BLAKE2b-256 90a529e49cfc2cdccace544615cbf3e9168b049c8010de3b54205fd49f37298a

See more details on using hashes here.

File details

Details for the file rchitect-0.4.7-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for rchitect-0.4.7-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 f27e2a948d2008181025988623af1f1e29b7c44fcc9b3a239fcd04deadfb95cb
MD5 a7d09f37154277df6eda80e3f3bf356d
BLAKE2b-256 b5691171c5f7b68f543d719ae35355868ef9442bc3f7af95aa489a332bc53073

See more details on using hashes here.

File details

Details for the file rchitect-0.4.7-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rchitect-0.4.7-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a0d55f6a004c99535fc5a5fd58c9877552a815eedad9d5b659b2c11cee95cd00
MD5 b733b4a545255a39b59aa6b540fa5ae5
BLAKE2b-256 2c32af36aa128e0a0515ea5dc8f7207dec8defc7972af2001f06b58eaf4ee83a

See more details on using hashes here.

File details

Details for the file rchitect-0.4.7-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for rchitect-0.4.7-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7c9c972b5c5aa8c3ebc18a284b9c91be66ac92ac2b2b05f0cb250a2ec4c3d5fd
MD5 aa0e48fb94277138adb00bd730a02fb9
BLAKE2b-256 ea26c9e3105f90850e47591b7bd59ca385d6c330e0883f0909ecef5de88b0935

See more details on using hashes here.

File details

Details for the file rchitect-0.4.7-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rchitect-0.4.7-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d37f41d21fefdeef3dd09d476633f30aba6475ececf4e740f32908e466749c1c
MD5 139be6d9a2dab740093fe1bb174483db
BLAKE2b-256 7bddd5348259ae0016e948cc45dee41f695917073c7d42de5df2a7b329245c9e

See more details on using hashes here.

File details

Details for the file rchitect-0.4.7-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for rchitect-0.4.7-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4081ddfb4df841593e39e53e75e1dd9beb689a1593f4f77e6c33818dd0f56fe8
MD5 66dd0ff60f8f0afacec4843a38190115
BLAKE2b-256 daf4d96b3b925cc7b56b516f023943bd3cfb957b29756651734b771cf704ff75

See more details on using hashes here.

File details

Details for the file rchitect-0.4.7-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: rchitect-0.4.7-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 63.4 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.9

File hashes

Hashes for rchitect-0.4.7-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 e78dd3a40b93978be83520ab5f87728ca4dc7cc79830cd2d015a5c2756c00d7c
MD5 f32e1eaef12bbc808fe032654cb1ece7
BLAKE2b-256 ac5521646848c5ef8c8f34f0c30866e6fdae6b9dd5455ecbf99791235af27e2a

See more details on using hashes here.

File details

Details for the file rchitect-0.4.7-cp38-cp38-win32.whl.

File metadata

  • Download URL: rchitect-0.4.7-cp38-cp38-win32.whl
  • Upload date:
  • Size: 63.8 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.9

File hashes

Hashes for rchitect-0.4.7-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 a9a68ec2ebeb6a1735906ab78cc332f7c349407e65b56db0baa019da55741903
MD5 1cb6e5ad783b20a88be6ccec96de9120
BLAKE2b-256 ce24efa9fc045d363fdbf5480b0e820248716e7eabf2efe647662e09f9acfae5

See more details on using hashes here.

File details

Details for the file rchitect-0.4.7-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for rchitect-0.4.7-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c3f8de3804a7994422862ff50d887e96da4d2856db1d5f036bd970490d0ff87f
MD5 4d30b2f9c70c9b9d8c7f7c90d09bd57e
BLAKE2b-256 cc92d9f6b8556ec1cdd9eceea0e2875ab0462b7324913d9cd8efacb62f83ec45

See more details on using hashes here.

File details

Details for the file rchitect-0.4.7-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for rchitect-0.4.7-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 a37be7368462fd730a81d293dcd2900aa79ca7e3ebc4b961ea3018b4fe3b0341
MD5 9f76b08730c753d4bce85519be7becae
BLAKE2b-256 d61dbcbea2779170b131ef76f2a5e6755d42ad02bf87e1614fd06928c00c9503

See more details on using hashes here.

File details

Details for the file rchitect-0.4.7-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rchitect-0.4.7-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2ffe4c15234d36ce18b682a39416df1f7545223d3e4bead06342f6d157aab915
MD5 2de2c22f31d2d136ef0a0b83b77fc0b6
BLAKE2b-256 6b32332fc4b03a279685e4a63b0542ad1901ffdf2af1c341e25c9d41cceb0d5f

See more details on using hashes here.

File details

Details for the file rchitect-0.4.7-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for rchitect-0.4.7-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 47105c916a822fe7dc1261329dde7a41344a6ff30522c3977e8671f6716ae02b
MD5 c60fe4648a7aa571afa8f4ac165320c4
BLAKE2b-256 3b0a01f8f021e10e3689b85ae79b345e9fe177911781e92cf7195f71e998f0e8

See more details on using hashes here.

File details

Details for the file rchitect-0.4.7-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rchitect-0.4.7-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e1480ab6b04a12f5911222cc47d42353888d57a29e3164e68e81883eccf0dffd
MD5 6c2951adb24693e7ff00e0d443b4226e
BLAKE2b-256 f84b59e2eb4291e459816d8d2f67db3d3d06b8ac967504535dd2193050229568

See more details on using hashes here.

File details

Details for the file rchitect-0.4.7-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for rchitect-0.4.7-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 77262251f7201b1a4969e7c6c7a4c5cad8c65327108df7beb07f908fd1299277
MD5 63a80b05fea33f16ab83e3b66ae943a7
BLAKE2b-256 5317de347610479ec41184ac1ba50d3fcd692689fd0f491d295acef2f8f1f9ac

See more details on using hashes here.

File details

Details for the file rchitect-0.4.7-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: rchitect-0.4.7-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 63.4 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.9

File hashes

Hashes for rchitect-0.4.7-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 9ed29293b1a80e63e0c8c0b17d426c71d7a7247e8e0c2f5998dea85c4fafebea
MD5 d34521b41035c0ea9302c26ab9c0be8f
BLAKE2b-256 9c7bae99ff1a4d0d0535982e6cd23a7211722f69b920cca2d70336f4430804dd

See more details on using hashes here.

File details

Details for the file rchitect-0.4.7-cp37-cp37m-win32.whl.

File metadata

  • Download URL: rchitect-0.4.7-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 63.8 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.9

File hashes

Hashes for rchitect-0.4.7-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 d1b9658fd5ade9731ecd46e89ec660b54ffa8832a2d0e617398af1854a74fcca
MD5 2dcf7e3877814cabf3532a6507c75385
BLAKE2b-256 640cdef0344bcb71002ac1e231abb1857c24cf94e84345a17e18293c6f6cecb5

See more details on using hashes here.

File details

Details for the file rchitect-0.4.7-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for rchitect-0.4.7-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 3710aaf7cc2c073544e27a7598aaa0b7e787f0297dea0971e13600b0391412e6
MD5 2b7b2b822e8caa9ba65c1040a033b0e5
BLAKE2b-256 b06b15f945b659c53e22ee9f5ef58c82b95c50601c06146bcbd37fdc9d9db5dd

See more details on using hashes here.

File details

Details for the file rchitect-0.4.7-cp37-cp37m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for rchitect-0.4.7-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 287ee345a844ff09785afe6c90175bcb2a61a387a974338d3e833213230292f0
MD5 ed2b53a6add146fcfd46f6c66cefa6cf
BLAKE2b-256 9a259804a2996dbe7e3db24e039e6fdaf2ad314a1de809fe796480a96e7282c7

See more details on using hashes here.

File details

Details for the file rchitect-0.4.7-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rchitect-0.4.7-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 66af6629bdaea87c201e1a8280062f2b492f418b70f7930699148815bf507f37
MD5 e0b946b362c1d9a9d2de66d5bdc40ee7
BLAKE2b-256 8f6d7c85722990b8acfe4c4fa6065769f2dbcbfea959622f5ff2df0c52263d9c

See more details on using hashes here.

File details

Details for the file rchitect-0.4.7-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for rchitect-0.4.7-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0a3b8ad1bbc02bdc95ba78b6615ec82bde17ae295e09fb2ce8617f0815840355
MD5 fe48e4c34128474a94cb3aa0822d948a
BLAKE2b-256 03e675b3920b68a3abc8c902b8c1226a93ec55f256bbcf1296face4dc94dc8d6

See more details on using hashes here.

File details

Details for the file rchitect-0.4.7-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for rchitect-0.4.7-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ba2ecf4c4bca560fef6fc988d92142ccbc876ab90b5d428ecb80e1322bb88df3
MD5 e5edae36243df90dedf85adda9011f75
BLAKE2b-256 a9aa08953424f85ca6d72e99352fcd95e6778b2488e3da31f6510513e3af3c6e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page