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

Uploaded Source

Built Distributions

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

rchitect-0.4.10-cp314-cp314t-win_arm64.whl (61.9 kB view details)

Uploaded CPython 3.14tWindows ARM64

rchitect-0.4.10-cp314-cp314t-win_amd64.whl (65.3 kB view details)

Uploaded CPython 3.14tWindows x86-64

rchitect-0.4.10-cp314-cp314t-win32.whl (65.5 kB view details)

Uploaded CPython 3.14tWindows x86

rchitect-0.4.10-cp314-cp314t-musllinux_1_2_x86_64.whl (165.4 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

rchitect-0.4.10-cp314-cp314t-musllinux_1_2_aarch64.whl (172.9 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

rchitect-0.4.10-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (168.9 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

rchitect-0.4.10-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (168.9 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

rchitect-0.4.10-cp314-cp314t-macosx_11_0_arm64.whl (78.5 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

rchitect-0.4.10-cp314-cp314t-macosx_10_15_x86_64.whl (78.5 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

rchitect-0.4.10-cp314-cp314-win_arm64.whl (61.5 kB view details)

Uploaded CPython 3.14Windows ARM64

rchitect-0.4.10-cp314-cp314-win_amd64.whl (65.0 kB view details)

Uploaded CPython 3.14Windows x86-64

rchitect-0.4.10-cp314-cp314-win32.whl (65.3 kB view details)

Uploaded CPython 3.14Windows x86

rchitect-0.4.10-cp314-cp314-musllinux_1_2_x86_64.whl (158.9 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

rchitect-0.4.10-cp314-cp314-musllinux_1_2_aarch64.whl (165.6 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

rchitect-0.4.10-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (161.7 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

rchitect-0.4.10-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (162.3 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

rchitect-0.4.10-cp314-cp314-macosx_11_0_arm64.whl (78.3 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

rchitect-0.4.10-cp314-cp314-macosx_10_15_x86_64.whl (78.2 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

rchitect-0.4.10-cp313-cp313-win_arm64.whl (61.2 kB view details)

Uploaded CPython 3.13Windows ARM64

rchitect-0.4.10-cp313-cp313-win_amd64.whl (64.3 kB view details)

Uploaded CPython 3.13Windows x86-64

rchitect-0.4.10-cp313-cp313-win32.whl (64.7 kB view details)

Uploaded CPython 3.13Windows x86

rchitect-0.4.10-cp313-cp313-musllinux_1_2_x86_64.whl (158.9 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

rchitect-0.4.10-cp313-cp313-musllinux_1_2_aarch64.whl (165.6 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

rchitect-0.4.10-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (161.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

rchitect-0.4.10-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (162.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

rchitect-0.4.10-cp313-cp313-macosx_11_0_arm64.whl (78.3 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

rchitect-0.4.10-cp313-cp313-macosx_10_13_x86_64.whl (78.2 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

rchitect-0.4.10-cp312-cp312-win_arm64.whl (61.2 kB view details)

Uploaded CPython 3.12Windows ARM64

rchitect-0.4.10-cp312-cp312-win_amd64.whl (64.3 kB view details)

Uploaded CPython 3.12Windows x86-64

rchitect-0.4.10-cp312-cp312-win32.whl (64.7 kB view details)

Uploaded CPython 3.12Windows x86

rchitect-0.4.10-cp312-cp312-musllinux_1_2_x86_64.whl (158.9 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

rchitect-0.4.10-cp312-cp312-musllinux_1_2_aarch64.whl (165.6 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

rchitect-0.4.10-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (161.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

rchitect-0.4.10-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (162.4 kB view details)

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

rchitect-0.4.10-cp312-cp312-macosx_11_0_arm64.whl (78.3 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

rchitect-0.4.10-cp312-cp312-macosx_10_13_x86_64.whl (78.2 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

rchitect-0.4.10-cp311-cp311-win_arm64.whl (61.1 kB view details)

Uploaded CPython 3.11Windows ARM64

rchitect-0.4.10-cp311-cp311-win_amd64.whl (64.2 kB view details)

Uploaded CPython 3.11Windows x86-64

rchitect-0.4.10-cp311-cp311-win32.whl (64.6 kB view details)

Uploaded CPython 3.11Windows x86

rchitect-0.4.10-cp311-cp311-musllinux_1_2_x86_64.whl (158.3 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

rchitect-0.4.10-cp311-cp311-musllinux_1_2_aarch64.whl (165.1 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

rchitect-0.4.10-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (161.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

rchitect-0.4.10-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (161.8 kB view details)

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

rchitect-0.4.10-cp311-cp311-macosx_11_0_arm64.whl (78.3 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

rchitect-0.4.10-cp311-cp311-macosx_10_9_x86_64.whl (78.1 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

rchitect-0.4.10-cp310-cp310-win_arm64.whl (61.1 kB view details)

Uploaded CPython 3.10Windows ARM64

rchitect-0.4.10-cp310-cp310-win_amd64.whl (64.2 kB view details)

Uploaded CPython 3.10Windows x86-64

rchitect-0.4.10-cp310-cp310-win32.whl (64.6 kB view details)

Uploaded CPython 3.10Windows x86

rchitect-0.4.10-cp310-cp310-musllinux_1_2_x86_64.whl (158.3 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

rchitect-0.4.10-cp310-cp310-musllinux_1_2_aarch64.whl (165.2 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

rchitect-0.4.10-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (161.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

rchitect-0.4.10-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (161.8 kB view details)

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

rchitect-0.4.10-cp310-cp310-macosx_11_0_arm64.whl (78.3 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

rchitect-0.4.10-cp310-cp310-macosx_10_9_x86_64.whl (78.1 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

rchitect-0.4.10-cp39-cp39-win_arm64.whl (61.1 kB view details)

Uploaded CPython 3.9Windows ARM64

rchitect-0.4.10-cp39-cp39-win_amd64.whl (64.2 kB view details)

Uploaded CPython 3.9Windows x86-64

rchitect-0.4.10-cp39-cp39-win32.whl (64.6 kB view details)

Uploaded CPython 3.9Windows x86

rchitect-0.4.10-cp39-cp39-musllinux_1_2_x86_64.whl (158.3 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

rchitect-0.4.10-cp39-cp39-musllinux_1_2_aarch64.whl (165.2 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

rchitect-0.4.10-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (161.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

rchitect-0.4.10-cp39-cp39-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (161.8 kB view details)

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

rchitect-0.4.10-cp39-cp39-macosx_11_0_arm64.whl (78.3 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

rchitect-0.4.10-cp39-cp39-macosx_10_9_x86_64.whl (78.1 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

rchitect-0.4.10-cp38-cp38-win_amd64.whl (64.2 kB view details)

Uploaded CPython 3.8Windows x86-64

rchitect-0.4.10-cp38-cp38-win32.whl (64.5 kB view details)

Uploaded CPython 3.8Windows x86

rchitect-0.4.10-cp38-cp38-musllinux_1_2_x86_64.whl (158.4 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

rchitect-0.4.10-cp38-cp38-musllinux_1_2_aarch64.whl (165.1 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

rchitect-0.4.10-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (161.3 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

rchitect-0.4.10-cp38-cp38-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (161.8 kB view details)

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

rchitect-0.4.10-cp38-cp38-macosx_11_0_arm64.whl (78.1 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

rchitect-0.4.10-cp38-cp38-macosx_10_9_x86_64.whl (77.9 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: rchitect-0.4.10.tar.gz
  • Upload date:
  • Size: 36.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.15

File hashes

Hashes for rchitect-0.4.10.tar.gz
Algorithm Hash digest
SHA256 730f90d87bd117df61a113b2426cff8d395fed05ff2f608a7356387589ba874b
MD5 6483636ca4b2432eed7abe694f9abc09
BLAKE2b-256 7e5188eb66c52322bc4d638de9c9a817b6e6e825a9353c7f63b9f9354631096b

See more details on using hashes here.

File details

Details for the file rchitect-0.4.10-cp314-cp314t-win_arm64.whl.

File metadata

  • Download URL: rchitect-0.4.10-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 61.9 kB
  • Tags: CPython 3.14t, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.15

File hashes

Hashes for rchitect-0.4.10-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 84d933bf89ab4f874dcb8bdb2cabe46c2ccda7f5758a57de50b95cadfb69d24a
MD5 145c033f7bcc9bdda794d99013884ddc
BLAKE2b-256 5409b703fe2d138e8aa5ffd7d2f6280a7938a58f35f7cd610a0f38bdf26e1cc3

See more details on using hashes here.

File details

Details for the file rchitect-0.4.10-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: rchitect-0.4.10-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 65.3 kB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.15

File hashes

Hashes for rchitect-0.4.10-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 878b83862c6cec3fff5138c14d3c7a68275cd278d2c1f40a6c39d4baa3a09f34
MD5 6d102b9ee1223d509be23bc2841c9675
BLAKE2b-256 fe9016b68309e1339673753d50d8817ae57efff3b0435f7a4b17643293f327a8

See more details on using hashes here.

File details

Details for the file rchitect-0.4.10-cp314-cp314t-win32.whl.

File metadata

  • Download URL: rchitect-0.4.10-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 65.5 kB
  • Tags: CPython 3.14t, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.15

File hashes

Hashes for rchitect-0.4.10-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 f664a9221ad257836d7d3bff97f8484610a72a267be8f01b36a596593b340d04
MD5 5ec0dd8f501fe98782388498c93cedcd
BLAKE2b-256 ac181e86016186365cfc336b6c253e93b3c0646b4ef16c9508a1dd758196fa9e

See more details on using hashes here.

File details

Details for the file rchitect-0.4.10-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rchitect-0.4.10-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 331cd786179a426e152ddc93872f8dfdb8c01532e962f65d496c7ba430571900
MD5 660bfb05ef98958b4bfa713ffee38117
BLAKE2b-256 a57757d0dfaa5cfbeb0430fe7d767c636951dbfc8544f468284a2eb2976509ba

See more details on using hashes here.

File details

Details for the file rchitect-0.4.10-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rchitect-0.4.10-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bab490aea42abeeb491c702aae19abcc1c0fafc32629c39e705a60efe0827375
MD5 4262c8d4b3b56479958b9ae1b3aa0f62
BLAKE2b-256 0fb22ec7af6780d418abcaa57cc1a6d719091e84b90cc7f65ebd82f4b27cd3fb

See more details on using hashes here.

File details

Details for the file rchitect-0.4.10-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rchitect-0.4.10-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0f1ed66b09fa947ca201a80a46d294993a40df1f0ec66be3b75a1b08eb29a781
MD5 9301e2e12e62ff83ebe85599bd2b141c
BLAKE2b-256 6a83ff6e6fadfeed881cb6e9338f338fef3a4a9f6ec9e7d72ed674542d3e256c

See more details on using hashes here.

File details

Details for the file rchitect-0.4.10-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for rchitect-0.4.10-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 2ee978b632984e1803d55ad1c23b2dc8f5b22d3e57c8f866c7965ed0fd7749e6
MD5 7bfbe8e08fdd005fa6d6532440d5d18c
BLAKE2b-256 8b5e983f56d372f82d7c58a4967023a7f77ff1aabebc74efda106b0e544f83b1

See more details on using hashes here.

File details

Details for the file rchitect-0.4.10-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rchitect-0.4.10-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d9bcc1a8d757f3b8ef0d4f9ec49ae25faec0f67f39d8ba103288dea0ef8f46e3
MD5 78526953710db91411c5f21fb4428a15
BLAKE2b-256 406ba03b5eae21f733ec1fa5b39e569592921e231daf85ae12c05abfead17b72

See more details on using hashes here.

File details

Details for the file rchitect-0.4.10-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for rchitect-0.4.10-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 33cab053385d78699a299970ed6d51bbe4cec4b55327a80af542bcccfbddd0f1
MD5 f81b22fdf1a1865f8496be465fceb44e
BLAKE2b-256 e5b9c60d2102bd8730a266fc69425d3340e2c3b3b8cf7b75e5002670fe733314

See more details on using hashes here.

File details

Details for the file rchitect-0.4.10-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: rchitect-0.4.10-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 61.5 kB
  • Tags: CPython 3.14, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.15

File hashes

Hashes for rchitect-0.4.10-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 827d4d11ccd17de18b609b56f3ba177b05b05a1b17815461a632ac9eaba511ea
MD5 ca6757c6cd12258e56f400074ec5b511
BLAKE2b-256 07e0bee6da802817565fe88572648e6767311436dca08a6a891685b2ece17c3b

See more details on using hashes here.

File details

Details for the file rchitect-0.4.10-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: rchitect-0.4.10-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 65.0 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.15

File hashes

Hashes for rchitect-0.4.10-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 142a7801c1f1d4910cdb12a5eea09c94daab09702629b3a7337308ea3fadcc35
MD5 591664f6be2857f754b78e1dbd1cb033
BLAKE2b-256 9402e21cb9d688ea6180dc461c6ad2da7840103ac5b0236d2fc9cf8332b7f412

See more details on using hashes here.

File details

Details for the file rchitect-0.4.10-cp314-cp314-win32.whl.

File metadata

  • Download URL: rchitect-0.4.10-cp314-cp314-win32.whl
  • Upload date:
  • Size: 65.3 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.15

File hashes

Hashes for rchitect-0.4.10-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 7178f424ae4b0cf503a72e775b2876d00751f956f4fbe3952f2678a96263c719
MD5 fd927e90c1d142d222bd691d5ae09933
BLAKE2b-256 88dcef3de249d56325c59df0eb96545c303b5cba718b983e2aea73a4b132a288

See more details on using hashes here.

File details

Details for the file rchitect-0.4.10-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rchitect-0.4.10-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8e9d4f7ae8aa94fb332d439aef359af37e387920ed50f9be7db9ab38b4a32f02
MD5 d2136b73a5cbcc312376aa49305706b4
BLAKE2b-256 0b36ff392ea0238f0105b1dfa36fc1c9cfd044aff48ac2e556d1530f53c22745

See more details on using hashes here.

File details

Details for the file rchitect-0.4.10-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rchitect-0.4.10-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b8537d268fe4b681d4fcd666d6fc475b7af7597c64b045865a039221ba282c3e
MD5 000d01f13bb4da98874edabb5e2b9248
BLAKE2b-256 f905393407e424b8d7d3c4a23c788b50884275fc56d1be73f869f8a59f02364d

See more details on using hashes here.

File details

Details for the file rchitect-0.4.10-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rchitect-0.4.10-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 785e4f723611ee642bf37be3dfff4a32e408ceae207659e1d94eac2e5d3f2d6d
MD5 af951a7609e0cb85977487e1159fb317
BLAKE2b-256 87d8b147c358f4d04c044a4a29a58fb229121b0c33b988d340f3402e7ba2f77a

See more details on using hashes here.

File details

Details for the file rchitect-0.4.10-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for rchitect-0.4.10-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 e7c46fef7ebfa7aa117f57f8ec44e9a0b27b20c88ef51f5cdb1024cdeab60f94
MD5 f2ae677cd9f693360a6a9b2af200cf2e
BLAKE2b-256 194d1d3761f03b631507e8e7c0af0d0916f6b4b4c6a15af1fd74034c02667419

See more details on using hashes here.

File details

Details for the file rchitect-0.4.10-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rchitect-0.4.10-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a9bf2c2d61c4441df5a18e62e6f8645d7b40f8560088597523f3f2ac27b07ec2
MD5 24a48c0856a544fd83c2138f4474be87
BLAKE2b-256 0fba2905515d66e3a4b73f5e08a1a4107b42ebb76caa49ca7724e7a043fccbb4

See more details on using hashes here.

File details

Details for the file rchitect-0.4.10-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for rchitect-0.4.10-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 ac162be0c8681f67fe42aa1749b7b78ad336dda53d2c1cbc8ddd564cf7251b71
MD5 9d428a890dc6d58b8ef51ab020f72839
BLAKE2b-256 420a84ce771a64e6d72eb6477d632c7109bdc960b83c4e258b58781edb9f0ae9

See more details on using hashes here.

File details

Details for the file rchitect-0.4.10-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: rchitect-0.4.10-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 61.2 kB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.15

File hashes

Hashes for rchitect-0.4.10-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 f28fc41322779374a8f845f1f8178ec89ac2e1389cb2e50352d973a142631ec0
MD5 5d435a11de9d743de739a94f3adcc579
BLAKE2b-256 5098a944a1bfec1bcee0746690746b8eceaa52780202aef90b7750558c4f0a7e

See more details on using hashes here.

File details

Details for the file rchitect-0.4.10-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: rchitect-0.4.10-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 64.3 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.15

File hashes

Hashes for rchitect-0.4.10-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 66cdb58d6af715e9daf4db27473ee4e39595dadcfd48942e6c3e0319fae78bf7
MD5 a3f67be131791afc2103b84ffe08fd0d
BLAKE2b-256 f464310a18afb2c7edfec4081367f5e58d5cd0044e169a5812edf7987f95f845

See more details on using hashes here.

File details

Details for the file rchitect-0.4.10-cp313-cp313-win32.whl.

File metadata

  • Download URL: rchitect-0.4.10-cp313-cp313-win32.whl
  • Upload date:
  • Size: 64.7 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.15

File hashes

Hashes for rchitect-0.4.10-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 e096c6b8488e5c135016e0f2b472956574608f378b72ffb3a13ca0521d1383f8
MD5 dd42d51282ab4005168bedc51470aa32
BLAKE2b-256 72aac346570039a00f2907785d4cff2fc74efdd2e49a6b3f44cf43aef6c39508

See more details on using hashes here.

File details

Details for the file rchitect-0.4.10-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rchitect-0.4.10-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e2c6da986778b33cb355fd87e68d787e9917ad98f64f24c7ac0f603f7a21343c
MD5 692e04894432e7cf56973df64fe5b680
BLAKE2b-256 ecb063c03b5b1299a83d2c5e46eabcc6d9d48dd946c5006891467b08c8d3eb8a

See more details on using hashes here.

File details

Details for the file rchitect-0.4.10-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rchitect-0.4.10-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5f2bff05411248ecf34401338c9d657ce36f5459c2b65d0c4f0bb354ee7a38d2
MD5 d02859764d62995d5197ba06a62e4943
BLAKE2b-256 fe9d2f9a53c80fee410609b13e28534785339e27a7e9c6f545c48b04ee08b944

See more details on using hashes here.

File details

Details for the file rchitect-0.4.10-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rchitect-0.4.10-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1cd656a4d18b1b25fdcc5277bce14fb4f736a9c5d523acf835d0d1172cc66e79
MD5 2a59ad36e22cb79a3ac191d47651fd37
BLAKE2b-256 8a06f46cbac0501f85b799bcab2a3e6191589aa1b0131ce0f3ccd37ecdc53d7f

See more details on using hashes here.

File details

Details for the file rchitect-0.4.10-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for rchitect-0.4.10-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 4b8b7d871ebe94dcc41b14844e707a1d1e927cfd8f4a390aac72aa99cc5e131f
MD5 90bed10b88bc9d2d327d617d99a62a18
BLAKE2b-256 a17ad75f6e2ffe434c6c9d59870262ec415694e66b75b14b0714c19945beee68

See more details on using hashes here.

File details

Details for the file rchitect-0.4.10-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rchitect-0.4.10-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ba63bc848f39f422bf607b3fbba15a3d9a56156ddb6b9108eaabb628b5fc2931
MD5 bddf2c2921bf03740c6720f46cea4383
BLAKE2b-256 645a31abbb09936284d262f62bedfefab036fc03b0bcbf4dacdca24640007afc

See more details on using hashes here.

File details

Details for the file rchitect-0.4.10-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for rchitect-0.4.10-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 1b8cc1dda68983cfb942d4d4b3f62f5b5340a8076ec3d33d1f33ea37e0ca1aac
MD5 6f74162ac29c91cd2893ac7fcdf7da4a
BLAKE2b-256 e4a3d89cb4ce4f3d7674292acc3d2d7c607a0de4d6061b2a85c954484e6dcd6b

See more details on using hashes here.

File details

Details for the file rchitect-0.4.10-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: rchitect-0.4.10-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 61.2 kB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.15

File hashes

Hashes for rchitect-0.4.10-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 1d1c0ef92f6a135b20ba9a001b3be11a97391b449655d774f19f79e6e96e0875
MD5 1f43958b760528fab32555e5dd125085
BLAKE2b-256 4195c149b5e3a841d80003e443832ace7d155287a423b8fdb5a0e6a66840edbe

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rchitect-0.4.10-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 64.3 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.15

File hashes

Hashes for rchitect-0.4.10-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 e2ca66434615639d73953e01529467d6073393d9624a7643b5df603c8ad21282
MD5 eece650b4d8fc1755cead1009b3dff97
BLAKE2b-256 5840c7b3d23d28acce9df8e904bbcdcacb51fa96ee63a1d7e862a45780aa3e13

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rchitect-0.4.10-cp312-cp312-win32.whl
  • Upload date:
  • Size: 64.7 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.15

File hashes

Hashes for rchitect-0.4.10-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 ff1ff22de95361c69fa6ad8615d069a6ebd536fb280f929d92fbb88fd099e29d
MD5 0cc693c0e591461519a0ba8286a77b50
BLAKE2b-256 aa4e1cc43c9833e686d0a01ce7e5a7261588c884af538ec05ed675ea80fc211f

See more details on using hashes here.

File details

Details for the file rchitect-0.4.10-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rchitect-0.4.10-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 98ae19dd37499d668a33ce071c24d46cdd52938a1bd8b00dff471e546b79d7ce
MD5 42519480f1a7b5e24bd93b92c1310383
BLAKE2b-256 872c126bc196db9f3daa4249b20e4fddc44f25708efd6947ad2122716ef02f55

See more details on using hashes here.

File details

Details for the file rchitect-0.4.10-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rchitect-0.4.10-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1437505596e4c6b7e9ce7da4c2c9384cc577f509715583b1f603674d93c53f9c
MD5 70d068fb0c99d8520b58e55fa55667cd
BLAKE2b-256 296920b1b9e3549eba780d531246f3e3b6950454f7fd6ad6059fac2126dea314

See more details on using hashes here.

File details

Details for the file rchitect-0.4.10-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rchitect-0.4.10-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5c0c8120380b5d1f034be1e18bc88fd382b0bd540b6efcc07376631e43d10dbe
MD5 67af9876ace7f55b5c4eb4d716ad887b
BLAKE2b-256 8d5f4f852daaf85e06beeb502091c980d8ce3240e08a7ff51778b63b252352b3

See more details on using hashes here.

File details

Details for the file rchitect-0.4.10-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for rchitect-0.4.10-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 2259c21910aded12a5b4a87dd9fc1a6d69fe904896024f903decbd0ea5fc4d46
MD5 29a98635363d59d7711c49c118c43b06
BLAKE2b-256 d62b5b6eb786fee2d639d898fd9a4bafac244f0aa2f1d6a26802c082406f61a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rchitect-0.4.10-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 beff681a0864a8760f99217ee158adf07c56259d97ee8cf20c0cae3a70619b6b
MD5 d0d07e4f296f49ae4046c22d4a063aa2
BLAKE2b-256 137ffcf8c7b53d217ad129d24382d5ab4ab4e59e38ee0a26d1c4a4c875838db1

See more details on using hashes here.

File details

Details for the file rchitect-0.4.10-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for rchitect-0.4.10-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 8ae8f300ebc97bba51894e025c4e15dc158160a95e0d4a5dc621cd504b83f914
MD5 80d00f670b082e2749b7b949554249c6
BLAKE2b-256 33cbd26b75d8360222155988257afcd79968cfa51d7a41bc633415dcd67d6e5a

See more details on using hashes here.

File details

Details for the file rchitect-0.4.10-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: rchitect-0.4.10-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 61.1 kB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.15

File hashes

Hashes for rchitect-0.4.10-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 32d8817921fd2debe9a5e3de8c76de2b9afeb007354a468073b509a5cb73cd1a
MD5 a2c241ebf2260f92f520c1db4e122a38
BLAKE2b-256 11b1575e59b4a86a191d18bc4f3900823112bdf107a40d867853f591386f07ea

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rchitect-0.4.10-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 64.2 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.15

File hashes

Hashes for rchitect-0.4.10-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 c74761db8536298deae4987875abbc77c938cd586f9fe0ad36e995ddb13a0011
MD5 1ec8c22a1c54cf4d87cd986418ba7b95
BLAKE2b-256 1218dfd324e9e2833d300f1f38ec850a46dbec45b959ca5459be66ea2414a3be

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rchitect-0.4.10-cp311-cp311-win32.whl
  • Upload date:
  • Size: 64.6 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.15

File hashes

Hashes for rchitect-0.4.10-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 8cc4d542d77a5cc1d2aacc1c323851327c5ff803072562408cd67cacaa78a71e
MD5 18d8870bfd5ddc51d78e39a3a3eb87ac
BLAKE2b-256 b92ddcedad369720068e1401227010afed761b33521e29497e1dc4b4f5d33e5d

See more details on using hashes here.

File details

Details for the file rchitect-0.4.10-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rchitect-0.4.10-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9a599a3111c6408796fcce2b6fb080a0fef206c99ae8722ecbc07256a3f8250b
MD5 82d0d4ea650eaa16d04373a4fb0c1b3b
BLAKE2b-256 2d79582a9a4b7fbb7cec7d3467bf839ce1445a2be8680fb2792542974823c506

See more details on using hashes here.

File details

Details for the file rchitect-0.4.10-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rchitect-0.4.10-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 46dddef6926620f8321f5661b21042f46a41735cc76161ef9241c38997eb0129
MD5 00d364797df7ed44a3befdc06efcd06e
BLAKE2b-256 bcf739daa2dffd558f91eeba1ad0f4b7ee9742f0aa51d024f61a3970ee177d1d

See more details on using hashes here.

File details

Details for the file rchitect-0.4.10-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rchitect-0.4.10-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a9459736e9308ddd0627ce1bee083f7c849a397b7d20c57baaa6fbff29c08c45
MD5 fd148c8e32c77124741cb61e8eb772cf
BLAKE2b-256 0eb5d0fad5bca30c6daaec2108ac6dbef6ee0be19e572840dde3a6651de82ecd

See more details on using hashes here.

File details

Details for the file rchitect-0.4.10-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for rchitect-0.4.10-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 66209439db053835cb316c294faff07c3fc7255729ac93df4c59e6657907ab6f
MD5 776a79febefdc3b6f6f79e20c365f4ff
BLAKE2b-256 0f940de44972ab8dcf87a55359ada98164edb6a5fec17b8afa06175502e68cba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rchitect-0.4.10-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cc0b498ba7e54a53ccb5507b120c71cbf894c1faa20448a7ea361cc1f5be626e
MD5 bcc5e1d37dd4687c2fa463ffc02e69ef
BLAKE2b-256 6d9a1bf328eb2fec3babcadf0c025cb4b90a7b09663ff8a36123e7c23601c717

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rchitect-0.4.10-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 386bc93693eaa76fa716175d27b2df066df289001a740848f9a4f686d2911c3e
MD5 bfe75d794f5b44e495505e2888497d53
BLAKE2b-256 570e4fe2b77e3e00eec5afc8917e3a7251ef097ae71f926d2b4c63c1aaf6f0ac

See more details on using hashes here.

File details

Details for the file rchitect-0.4.10-cp310-cp310-win_arm64.whl.

File metadata

  • Download URL: rchitect-0.4.10-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 61.1 kB
  • Tags: CPython 3.10, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.15

File hashes

Hashes for rchitect-0.4.10-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 d2c579f30bde788926804c75ded903b4bad13ab245ca25d05bc36190160ee63a
MD5 2c405b161a034e4c29823a051ce887d1
BLAKE2b-256 c6e835f83bfe1d912baae4c39e3edba03cd73cfbc366974440bf4b4ab3c04c65

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rchitect-0.4.10-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 64.2 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.15

File hashes

Hashes for rchitect-0.4.10-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 bda3f401f4851770fddf6f9663a9edef90c1f19d529cf32c26d9cedde1ef7cb9
MD5 92275644831746b47b0819493431bfaf
BLAKE2b-256 81785f1a039e6e6b0935fcdc7a91e993b275c6c3bf6c39c865575a246a587c4f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rchitect-0.4.10-cp310-cp310-win32.whl
  • Upload date:
  • Size: 64.6 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.15

File hashes

Hashes for rchitect-0.4.10-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 58d07c184d89440a83d623c489108cf9cd43a4b1e32f22897838672339072e17
MD5 9428b4d674de6250ba9d2758dcf4b647
BLAKE2b-256 17da8c8bc3cc73ff7f117434697b7198799dbf3e88f7bf05fd04fc404f41827c

See more details on using hashes here.

File details

Details for the file rchitect-0.4.10-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rchitect-0.4.10-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1fd00fb98142c54887360bc4fe69a5a253fcf8d523b6efe14290cec0b20675e5
MD5 3bf6c2de1540e23de99a69cc2745603f
BLAKE2b-256 e694900974bee4348b233de38e20aa169a95488cd7c064930071873146edb8af

See more details on using hashes here.

File details

Details for the file rchitect-0.4.10-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rchitect-0.4.10-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4fdac7f582878caa5c181e9ddb5b6c66d0640974945d640894820b57863dd1d9
MD5 ce2470cf3fc1be9f1c0b417dd1942e8b
BLAKE2b-256 07140197d1cb2c58847985a2398d1b02e7c97aa26199fc697d45d6a2c60b7b33

See more details on using hashes here.

File details

Details for the file rchitect-0.4.10-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rchitect-0.4.10-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2bc0ed94bdc92e380a31497565964665625ab81bfa503ad618081b3489b3ddd9
MD5 cceb923226ce5571afd8fa23a5cc0863
BLAKE2b-256 5e3af7f41da4735f1b84c74bcc32d98146fbd7ce3a5e331e3f5ac4de85e173e4

See more details on using hashes here.

File details

Details for the file rchitect-0.4.10-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for rchitect-0.4.10-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 7f8f282c81c1c267973c6a11356f161aea3cbe2475abfb2a25e77b265635ab2b
MD5 70867e8de841d9e14a871388aaf6b330
BLAKE2b-256 5fbe9b95eb732cba228471617f37f5aaeac387116853439213e4f3e5e451c52e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rchitect-0.4.10-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fca531bf168c60c77881426eb938ec402def84d0676eb5ff9dad016c25e05a18
MD5 8435d434a18a59eb81e95b1a745a7176
BLAKE2b-256 c06b6689bbb832bad3752cda6e221515463fc58c0f51e33ddbc610af27873969

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rchitect-0.4.10-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2bdeb9e82613e1b064a9b5c664143dfd2e39d84f52e8246f28f38a944680a0e0
MD5 8ec09229cb97fd7184a77c872f05d101
BLAKE2b-256 2dd25ae2effa09a6c94ffc0e9447567f5abcc6b512e2a9c72ba3bb627451fc8f

See more details on using hashes here.

File details

Details for the file rchitect-0.4.10-cp39-cp39-win_arm64.whl.

File metadata

  • Download URL: rchitect-0.4.10-cp39-cp39-win_arm64.whl
  • Upload date:
  • Size: 61.1 kB
  • Tags: CPython 3.9, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.15

File hashes

Hashes for rchitect-0.4.10-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 79c2c23dc2acdb38c8c1c444c270b20288b56aaee6cc3c34e2726bd11a4c8d8c
MD5 3e7b86c5cc9c200863af37192ee65426
BLAKE2b-256 09515adbf53d366751fad0b1a4c63161bcac97e28277c880cffb9e60d70df7a5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rchitect-0.4.10-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 64.2 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.15

File hashes

Hashes for rchitect-0.4.10-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 d60f9bad9810394cc2a3719b6a60aedc6a5f96cbace30f4872c665bff9648c22
MD5 42a76446940b303f7d9314c8750e5ec4
BLAKE2b-256 d8ffd63a1c50a3991e0dd4889a4c6e52bbf135c952d94712e6cd9791bda487e1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rchitect-0.4.10-cp39-cp39-win32.whl
  • Upload date:
  • Size: 64.6 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.15

File hashes

Hashes for rchitect-0.4.10-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 019545cf201d824d6a49f56be3039432ef66a0cf621fcacf3e2c1757c7e52c8c
MD5 2f0c025b37e32e38ee2c14364a876ef6
BLAKE2b-256 46aa1a445ccb790c8c8d0db76a3dece18d6ecdde2334ee85e919262cb13501f4

See more details on using hashes here.

File details

Details for the file rchitect-0.4.10-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rchitect-0.4.10-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 030d06fba5b6be6be89225cd358d6df7b5cb2704bfe52e8636205fcb0d5fd248
MD5 b364124e1c23adef2f56a4b6dae48651
BLAKE2b-256 2c72ee710f24f19d869486ef102dfa2631adb6305ee1900515501d09d06db817

See more details on using hashes here.

File details

Details for the file rchitect-0.4.10-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rchitect-0.4.10-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a30c8075f2e666980c8a0d82a335a9de641e1e21cb4b4c7443df478f7acc06d9
MD5 9e170265de63fff2cbb7baabd355f6c5
BLAKE2b-256 cddcf78b80ac8b79a336511e2ea62e9feba8d009f69076f0f511d263086a3a36

See more details on using hashes here.

File details

Details for the file rchitect-0.4.10-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rchitect-0.4.10-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7d0cbe1873f453796076fa6d2746b62148b36eac08d3dacf386035a66893b369
MD5 a29682f2e53e7d4843ff834e11dfde9b
BLAKE2b-256 5ccdd67e32a9ad118d08cec7bb6aba28440ff210cd95600c48049b131c6039b4

See more details on using hashes here.

File details

Details for the file rchitect-0.4.10-cp39-cp39-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for rchitect-0.4.10-cp39-cp39-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 48c523824b656a09cde62546393f8c280bbc785d00c4de0115a262d4070fd3cc
MD5 3b414b4d983a5c9545402b0de49ce0fd
BLAKE2b-256 430aa5913f875e07f032313815db5e1bf2db6efcbcb1b3e8ebd55b386f5c102d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rchitect-0.4.10-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 50b7f9ca63bf015fd89b06ddd3604d5799fa15d1a36106ad695146ee78667603
MD5 ef5028a7352647314529bb53a6611529
BLAKE2b-256 4722c657842795a4e25f138d5d2c0a8646142fe927c0ea1f5ae25be598e6fb19

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rchitect-0.4.10-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9691a0dde33a8d3efb430d582c0b49cba29939dc055817eef9bb390432b5a228
MD5 6b99f009b4d19f2c9020ec31c7815510
BLAKE2b-256 016dce9031029ff8fce4992ff366919dfed979ea8d80a4a73fdf9afd7744d194

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rchitect-0.4.10-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 64.2 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.15

File hashes

Hashes for rchitect-0.4.10-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 09daa36e70f24c8c234d71fb28d04b391a5125ae8da363ebbda10fb4d04b11f6
MD5 30bc9160dadb3965d407260804591c16
BLAKE2b-256 489fbce042e9a8fa73e9ab0f6c1bbe1bdd2471de3ea01dc02e9a9854a0131ac6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rchitect-0.4.10-cp38-cp38-win32.whl
  • Upload date:
  • Size: 64.5 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.15

File hashes

Hashes for rchitect-0.4.10-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 0525ecdbfea00e131b645bdf7b67c37096dab1ce25adde3f4c830704aa62b182
MD5 de35cf54df9528a022e6dbd7c4257b6d
BLAKE2b-256 450b07529ec8fde2150417e0f09583e9483bef5eca066217b8bf91da7fbe418d

See more details on using hashes here.

File details

Details for the file rchitect-0.4.10-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rchitect-0.4.10-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0155fe0fe87ca83251df104c9dd3c3e5d98319e1b2ec3f3c71a7db0ff347304c
MD5 1a907b6e65f9e257379793bf9243c888
BLAKE2b-256 633154cd09c40ab6180ef9d253441a480ae83b66000979ace7b5b03b396132f2

See more details on using hashes here.

File details

Details for the file rchitect-0.4.10-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rchitect-0.4.10-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9539dc43e8db43601f665e6010f49e0bb03d91a47d5558989b811bfc494cf152
MD5 a1fe2106b54fcbc83457edceb050d97c
BLAKE2b-256 b90ba07ccbf8a686a8199ccd0b21c283ef88e09ca82b0a9c0dee28cb646b18b2

See more details on using hashes here.

File details

Details for the file rchitect-0.4.10-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rchitect-0.4.10-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3dade253ac462dd4954131762e0e6c2775f8200d3988c5337ce6fc8762806ac8
MD5 9dff68a7e188fc936090dccf04caa6d6
BLAKE2b-256 a1e8aa7c9761dc4d8ec679de9aa08ee61c8243b8ba841918bb85c8fae68e663c

See more details on using hashes here.

File details

Details for the file rchitect-0.4.10-cp38-cp38-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for rchitect-0.4.10-cp38-cp38-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 87f4148b5127fe2814610e2e9448acaaeb281c30a2627a06b1898d61abd0940e
MD5 9b09b5d2101944f535b437919af3db6b
BLAKE2b-256 006479badeda921c1c5ef4989e5ded0c4666441b96f6ed4024bb78d472110fc0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rchitect-0.4.10-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0e2b7a33565bef2ccd75247008182128eae3058c1018c509f6c0f83b68bf32dc
MD5 a3498cf05947d0779ffdfd10cb73afa0
BLAKE2b-256 8abd713009da94a8f2864ee991d4b2d71f27d525e3e95f8175bbc4eb0c8a4499

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rchitect-0.4.10-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3e35a9f4d56e8d32e3fe1b7ca4f11204ba699971bd1269bd25f98e559c7ad229
MD5 86dabc8734df208f3199b6b4828bc857
BLAKE2b-256 49e8d80bbaf3254ea46824d4c2c7fa68468bab777d78fed61023be9c49a98da5

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