Skip to main content

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

Release files for rchitect 0.4.10

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for rchitect 0.4.10
File Size Uploaded
rchitect-0.4.10.tar.gz 36.0 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for rchitect 0.4.10
File
rchitect-0.4.10-cp314-cp314t-win_arm64.whl CPython 3.14 CPython 3.14 free-threading Windows ARM64 Details
rchitect-0.4.10-cp314-cp314t-win_amd64.whl CPython 3.14 CPython 3.14 free-threading Windows x86-64 Details
rchitect-0.4.10-cp314-cp314t-win32.whl CPython 3.14 CPython 3.14 free-threading Windows x86-32 Details
rchitect-0.4.10-cp314-cp314t-musllinux_1_2_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64 Details
rchitect-0.4.10-cp314-cp314t-musllinux_1_2_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARM64 Details
rchitect-0.4.10-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.28+ ARM64, Linux glibc 2.17+ ARM64 Details
rchitect-0.4.10-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.5+ x86-64, Linux glibc 2.28+ x86-64 Details
rchitect-0.4.10-cp314-cp314t-macosx_11_0_arm64.whl CPython 3.14 CPython 3.14 free-threading macOS 11.0+ ARM64 Details
rchitect-0.4.10-cp314-cp314t-macosx_10_15_x86_64.whl CPython 3.14 CPython 3.14 free-threading macOS 10.15+ x86-64 Details
rchitect-0.4.10-cp314-cp314-win_arm64.whl CPython 3.14 CPython 3.14 Windows ARM64 Details
rchitect-0.4.10-cp314-cp314-win_amd64.whl CPython 3.14 CPython 3.14 Windows x86-64 Details
rchitect-0.4.10-cp314-cp314-win32.whl CPython 3.14 CPython 3.14 Windows x86-32 Details
rchitect-0.4.10-cp314-cp314-musllinux_1_2_x86_64.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ x86-64 Details
rchitect-0.4.10-cp314-cp314-musllinux_1_2_aarch64.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ ARM64 Details
rchitect-0.4.10-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl CPython 3.14 CPython 3.14 Linux glibc 2.17+ ARM64, Linux glibc 2.28+ ARM64 Details
rchitect-0.4.10-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl CPython 3.14 CPython 3.14 Linux glibc 2.5+ x86-64, Linux glibc 2.28+ x86-64 Details
rchitect-0.4.10-cp314-cp314-macosx_11_0_arm64.whl CPython 3.14 CPython 3.14 macOS 11.0+ ARM64 Details
rchitect-0.4.10-cp314-cp314-macosx_10_15_x86_64.whl CPython 3.14 CPython 3.14 macOS 10.15+ x86-64 Details
rchitect-0.4.10-cp313-cp313-win_arm64.whl CPython 3.13 CPython 3.13 Windows ARM64 Details
rchitect-0.4.10-cp313-cp313-win_amd64.whl CPython 3.13 CPython 3.13 Windows x86-64 Details
rchitect-0.4.10-cp313-cp313-win32.whl CPython 3.13 CPython 3.13 Windows x86-32 Details
rchitect-0.4.10-cp313-cp313-musllinux_1_2_x86_64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ x86-64 Details
rchitect-0.4.10-cp313-cp313-musllinux_1_2_aarch64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ ARM64 Details
rchitect-0.4.10-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl CPython 3.13 CPython 3.13 Linux glibc 2.17+ ARM64, Linux glibc 2.28+ ARM64 Details
rchitect-0.4.10-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl CPython 3.13 CPython 3.13 Linux glibc 2.5+ x86-64, Linux glibc 2.28+ x86-64 Details
rchitect-0.4.10-cp313-cp313-macosx_11_0_arm64.whl CPython 3.13 CPython 3.13 macOS 11.0+ ARM64 Details
rchitect-0.4.10-cp313-cp313-macosx_10_13_x86_64.whl CPython 3.13 CPython 3.13 macOS 10.13+ x86-64 Details
rchitect-0.4.10-cp312-cp312-win_arm64.whl CPython 3.12 CPython 3.12 Windows ARM64 Details
rchitect-0.4.10-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
rchitect-0.4.10-cp312-cp312-win32.whl CPython 3.12 CPython 3.12 Windows x86-32 Details
rchitect-0.4.10-cp312-cp312-musllinux_1_2_x86_64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ x86-64 Details
rchitect-0.4.10-cp312-cp312-musllinux_1_2_aarch64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ ARM64 Details
rchitect-0.4.10-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ ARM64, Linux glibc 2.28+ ARM64 Details
rchitect-0.4.10-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.5+ x86-64, Linux glibc 2.28+ x86-64 Details
rchitect-0.4.10-cp312-cp312-macosx_11_0_arm64.whl CPython 3.12 CPython 3.12 macOS 11.0+ ARM64 Details
rchitect-0.4.10-cp312-cp312-macosx_10_13_x86_64.whl CPython 3.12 CPython 3.12 macOS 10.13+ x86-64 Details
rchitect-0.4.10-cp311-cp311-win_arm64.whl CPython 3.11 CPython 3.11 Windows ARM64 Details
rchitect-0.4.10-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
rchitect-0.4.10-cp311-cp311-win32.whl CPython 3.11 CPython 3.11 Windows x86-32 Details
rchitect-0.4.10-cp311-cp311-musllinux_1_2_x86_64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ x86-64 Details
rchitect-0.4.10-cp311-cp311-musllinux_1_2_aarch64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ ARM64 Details
rchitect-0.4.10-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ ARM64, Linux glibc 2.28+ ARM64 Details
rchitect-0.4.10-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.5+ x86-64, Linux glibc 2.28+ x86-64 Details
rchitect-0.4.10-cp311-cp311-macosx_11_0_arm64.whl CPython 3.11 CPython 3.11 macOS 11.0+ ARM64 Details
rchitect-0.4.10-cp311-cp311-macosx_10_9_x86_64.whl CPython 3.11 CPython 3.11 macOS 10.9+ x86-64 Details
rchitect-0.4.10-cp310-cp310-win_arm64.whl CPython 3.10 CPython 3.10 Windows ARM64 Details
rchitect-0.4.10-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
rchitect-0.4.10-cp310-cp310-win32.whl CPython 3.10 CPython 3.10 Windows x86-32 Details
rchitect-0.4.10-cp310-cp310-musllinux_1_2_x86_64.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ x86-64 Details
rchitect-0.4.10-cp310-cp310-musllinux_1_2_aarch64.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ ARM64 Details
rchitect-0.4.10-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ ARM64, Linux glibc 2.28+ ARM64 Details
rchitect-0.4.10-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.5+ x86-64, Linux glibc 2.28+ x86-64 Details
rchitect-0.4.10-cp310-cp310-macosx_11_0_arm64.whl CPython 3.10 CPython 3.10 macOS 11.0+ ARM64 Details
rchitect-0.4.10-cp310-cp310-macosx_10_9_x86_64.whl CPython 3.10 CPython 3.10 macOS 10.9+ x86-64 Details
rchitect-0.4.10-cp39-cp39-win_arm64.whl CPython 3.9 CPython 3.9 Windows ARM64 Details
rchitect-0.4.10-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
rchitect-0.4.10-cp39-cp39-win32.whl CPython 3.9 CPython 3.9 Windows x86-32 Details
rchitect-0.4.10-cp39-cp39-musllinux_1_2_x86_64.whl CPython 3.9 CPython 3.9 Linux musl 1.2+ x86-64 Details
rchitect-0.4.10-cp39-cp39-musllinux_1_2_aarch64.whl CPython 3.9 CPython 3.9 Linux musl 1.2+ ARM64 Details
rchitect-0.4.10-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl CPython 3.9 CPython 3.9 Linux glibc 2.28+ ARM64, Linux glibc 2.17+ ARM64 Details
rchitect-0.4.10-cp39-cp39-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.28+ x86-64, Linux glibc 2.5+ x86-64 Details
rchitect-0.4.10-cp39-cp39-macosx_11_0_arm64.whl CPython 3.9 CPython 3.9 macOS 11.0+ ARM64 Details
rchitect-0.4.10-cp39-cp39-macosx_10_9_x86_64.whl CPython 3.9 CPython 3.9 macOS 10.9+ x86-64 Details
rchitect-0.4.10-cp38-cp38-win_amd64.whl CPython 3.8 CPython 3.8 Windows x86-64 Details
rchitect-0.4.10-cp38-cp38-win32.whl CPython 3.8 CPython 3.8 Windows x86-32 Details
rchitect-0.4.10-cp38-cp38-musllinux_1_2_x86_64.whl CPython 3.8 CPython 3.8 Linux musl 1.2+ x86-64 Details
rchitect-0.4.10-cp38-cp38-musllinux_1_2_aarch64.whl CPython 3.8 CPython 3.8 Linux musl 1.2+ ARM64 Details
rchitect-0.4.10-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ ARM64, Linux glibc 2.28+ ARM64 Details
rchitect-0.4.10-cp38-cp38-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl CPython 3.8 CPython 3.8 Linux glibc 2.5+ x86-64, Linux glibc 2.28+ x86-64 Details
rchitect-0.4.10-cp38-cp38-macosx_11_0_arm64.whl CPython 3.8 CPython 3.8 macOS 11.0+ ARM64 Details
rchitect-0.4.10-cp38-cp38-macosx_10_9_x86_64.whl CPython 3.8 CPython 3.8 macOS 10.9+ x86-64 Details

Total release size: 8.0 MB

Release files / rchitect-0.4.10.tar.gz

Download URL rchitect-0.4.10.tar.gz
Size 36.0 kB
Tags Source
SHA-256 checksum
How to use checksums
730f90d87bd117df61a113b2426cff8d395fed05ff2f608a7356387589ba874b
BLAKE2b-256 checksum
How to use checksums
7e5188eb66c52322bc4d638de9c9a817b6e6e825a9353c7f63b9f9354631096b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release files / rchitect-0.4.10-cp314-cp314t-win_arm64.whl

Download URL rchitect-0.4.10-cp314-cp314t-win_arm64.whl
Size 61.9 kB
Tags CPython 3.14 CPython 3.14 free-threading Windows ARM64
SHA-256 checksum
How to use checksums
84d933bf89ab4f874dcb8bdb2cabe46c2ccda7f5758a57de50b95cadfb69d24a
BLAKE2b-256 checksum
How to use checksums
5409b703fe2d138e8aa5ffd7d2f6280a7938a58f35f7cd610a0f38bdf26e1cc3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release files / rchitect-0.4.10-cp314-cp314t-win_amd64.whl

Download URL rchitect-0.4.10-cp314-cp314t-win_amd64.whl
Size 65.3 kB
Tags CPython 3.14 CPython 3.14 free-threading Windows x86-64
SHA-256 checksum
How to use checksums
878b83862c6cec3fff5138c14d3c7a68275cd278d2c1f40a6c39d4baa3a09f34
BLAKE2b-256 checksum
How to use checksums
fe9016b68309e1339673753d50d8817ae57efff3b0435f7a4b17643293f327a8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release files / rchitect-0.4.10-cp314-cp314t-win32.whl

Download URL rchitect-0.4.10-cp314-cp314t-win32.whl
Size 65.5 kB
Tags CPython 3.14 CPython 3.14 free-threading Windows x86-32
SHA-256 checksum
How to use checksums
f664a9221ad257836d7d3bff97f8484610a72a267be8f01b36a596593b340d04
BLAKE2b-256 checksum
How to use checksums
ac181e86016186365cfc336b6c253e93b3c0646b4ef16c9508a1dd758196fa9e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release files / rchitect-0.4.10-cp314-cp314t-musllinux_1_2_x86_64.whl

Download URL rchitect-0.4.10-cp314-cp314t-musllinux_1_2_x86_64.whl
Size 165.4 kB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
331cd786179a426e152ddc93872f8dfdb8c01532e962f65d496c7ba430571900
BLAKE2b-256 checksum
How to use checksums
a57757d0dfaa5cfbeb0430fe7d767c636951dbfc8544f468284a2eb2976509ba
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release files / rchitect-0.4.10-cp314-cp314t-musllinux_1_2_aarch64.whl

Download URL rchitect-0.4.10-cp314-cp314t-musllinux_1_2_aarch64.whl
Size 172.9 kB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
bab490aea42abeeb491c702aae19abcc1c0fafc32629c39e705a60efe0827375
BLAKE2b-256 checksum
How to use checksums
0fb22ec7af6780d418abcaa57cc1a6d719091e84b90cc7f65ebd82f4b27cd3fb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release files / rchitect-0.4.10-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL rchitect-0.4.10-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Size 168.9 kB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
0f1ed66b09fa947ca201a80a46d294993a40df1f0ec66be3b75a1b08eb29a781
BLAKE2b-256 checksum
How to use checksums
6a83ff6e6fadfeed881cb6e9338f338fef3a4a9f6ec9e7d72ed674542d3e256c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release files / rchitect-0.4.10-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl

Download URL rchitect-0.4.10-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Size 168.9 kB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.28+ x86-64 Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
2ee978b632984e1803d55ad1c23b2dc8f5b22d3e57c8f866c7965ed0fd7749e6
BLAKE2b-256 checksum
How to use checksums
8b5e983f56d372f82d7c58a4967023a7f77ff1aabebc74efda106b0e544f83b1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release files / rchitect-0.4.10-cp314-cp314t-macosx_11_0_arm64.whl

Download URL rchitect-0.4.10-cp314-cp314t-macosx_11_0_arm64.whl
Size 78.5 kB
Tags CPython 3.14 CPython 3.14 free-threading macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
d9bcc1a8d757f3b8ef0d4f9ec49ae25faec0f67f39d8ba103288dea0ef8f46e3
BLAKE2b-256 checksum
How to use checksums
406ba03b5eae21f733ec1fa5b39e569592921e231daf85ae12c05abfead17b72
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release files / rchitect-0.4.10-cp314-cp314t-macosx_10_15_x86_64.whl

Download URL rchitect-0.4.10-cp314-cp314t-macosx_10_15_x86_64.whl
Size 78.5 kB
Tags CPython 3.14 CPython 3.14 free-threading macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
33cab053385d78699a299970ed6d51bbe4cec4b55327a80af542bcccfbddd0f1
BLAKE2b-256 checksum
How to use checksums
e5b9c60d2102bd8730a266fc69425d3340e2c3b3b8cf7b75e5002670fe733314
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release files / rchitect-0.4.10-cp314-cp314-win_arm64.whl

Download URL rchitect-0.4.10-cp314-cp314-win_arm64.whl
Size 61.5 kB
Tags CPython 3.14 Windows ARM64
SHA-256 checksum
How to use checksums
827d4d11ccd17de18b609b56f3ba177b05b05a1b17815461a632ac9eaba511ea
BLAKE2b-256 checksum
How to use checksums
07e0bee6da802817565fe88572648e6767311436dca08a6a891685b2ece17c3b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release files / rchitect-0.4.10-cp314-cp314-win_amd64.whl

Download URL rchitect-0.4.10-cp314-cp314-win_amd64.whl
Size 65.0 kB
Tags CPython 3.14 Windows x86-64
SHA-256 checksum
How to use checksums
142a7801c1f1d4910cdb12a5eea09c94daab09702629b3a7337308ea3fadcc35
BLAKE2b-256 checksum
How to use checksums
9402e21cb9d688ea6180dc461c6ad2da7840103ac5b0236d2fc9cf8332b7f412
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release files / rchitect-0.4.10-cp314-cp314-win32.whl

Download URL rchitect-0.4.10-cp314-cp314-win32.whl
Size 65.3 kB
Tags CPython 3.14 Windows x86-32
SHA-256 checksum
How to use checksums
7178f424ae4b0cf503a72e775b2876d00751f956f4fbe3952f2678a96263c719
BLAKE2b-256 checksum
How to use checksums
88dcef3de249d56325c59df0eb96545c303b5cba718b983e2aea73a4b132a288
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release files / rchitect-0.4.10-cp314-cp314-musllinux_1_2_x86_64.whl

Download URL rchitect-0.4.10-cp314-cp314-musllinux_1_2_x86_64.whl
Size 158.9 kB
Tags CPython 3.14 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
8e9d4f7ae8aa94fb332d439aef359af37e387920ed50f9be7db9ab38b4a32f02
BLAKE2b-256 checksum
How to use checksums
0b36ff392ea0238f0105b1dfa36fc1c9cfd044aff48ac2e556d1530f53c22745
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release files / rchitect-0.4.10-cp314-cp314-musllinux_1_2_aarch64.whl

Download URL rchitect-0.4.10-cp314-cp314-musllinux_1_2_aarch64.whl
Size 165.6 kB
Tags CPython 3.14 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
b8537d268fe4b681d4fcd666d6fc475b7af7597c64b045865a039221ba282c3e
BLAKE2b-256 checksum
How to use checksums
f905393407e424b8d7d3c4a23c788b50884275fc56d1be73f869f8a59f02364d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release files / rchitect-0.4.10-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL rchitect-0.4.10-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Size 161.7 kB
Tags CPython 3.14 Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
785e4f723611ee642bf37be3dfff4a32e408ceae207659e1d94eac2e5d3f2d6d
BLAKE2b-256 checksum
How to use checksums
87d8b147c358f4d04c044a4a29a58fb229121b0c33b988d340f3402e7ba2f77a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release files / rchitect-0.4.10-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl

Download URL rchitect-0.4.10-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Size 162.3 kB
Tags CPython 3.14 Linux glibc 2.28+ x86-64 Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
e7c46fef7ebfa7aa117f57f8ec44e9a0b27b20c88ef51f5cdb1024cdeab60f94
BLAKE2b-256 checksum
How to use checksums
194d1d3761f03b631507e8e7c0af0d0916f6b4b4c6a15af1fd74034c02667419
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release files / rchitect-0.4.10-cp314-cp314-macosx_11_0_arm64.whl

Download URL rchitect-0.4.10-cp314-cp314-macosx_11_0_arm64.whl
Size 78.3 kB
Tags CPython 3.14 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
a9bf2c2d61c4441df5a18e62e6f8645d7b40f8560088597523f3f2ac27b07ec2
BLAKE2b-256 checksum
How to use checksums
0fba2905515d66e3a4b73f5e08a1a4107b42ebb76caa49ca7724e7a043fccbb4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release files / rchitect-0.4.10-cp314-cp314-macosx_10_15_x86_64.whl

Download URL rchitect-0.4.10-cp314-cp314-macosx_10_15_x86_64.whl
Size 78.2 kB
Tags CPython 3.14 macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
ac162be0c8681f67fe42aa1749b7b78ad336dda53d2c1cbc8ddd564cf7251b71
BLAKE2b-256 checksum
How to use checksums
420a84ce771a64e6d72eb6477d632c7109bdc960b83c4e258b58781edb9f0ae9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release files / rchitect-0.4.10-cp313-cp313-win_arm64.whl

Download URL rchitect-0.4.10-cp313-cp313-win_arm64.whl
Size 61.2 kB
Tags CPython 3.13 Windows ARM64
SHA-256 checksum
How to use checksums
f28fc41322779374a8f845f1f8178ec89ac2e1389cb2e50352d973a142631ec0
BLAKE2b-256 checksum
How to use checksums
5098a944a1bfec1bcee0746690746b8eceaa52780202aef90b7750558c4f0a7e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release files / rchitect-0.4.10-cp313-cp313-win_amd64.whl

Download URL rchitect-0.4.10-cp313-cp313-win_amd64.whl
Size 64.3 kB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
66cdb58d6af715e9daf4db27473ee4e39595dadcfd48942e6c3e0319fae78bf7
BLAKE2b-256 checksum
How to use checksums
f464310a18afb2c7edfec4081367f5e58d5cd0044e169a5812edf7987f95f845
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release files / rchitect-0.4.10-cp313-cp313-win32.whl

Download URL rchitect-0.4.10-cp313-cp313-win32.whl
Size 64.7 kB
Tags CPython 3.13 Windows x86-32
SHA-256 checksum
How to use checksums
e096c6b8488e5c135016e0f2b472956574608f378b72ffb3a13ca0521d1383f8
BLAKE2b-256 checksum
How to use checksums
72aac346570039a00f2907785d4cff2fc74efdd2e49a6b3f44cf43aef6c39508
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release files / rchitect-0.4.10-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL rchitect-0.4.10-cp313-cp313-musllinux_1_2_x86_64.whl
Size 158.9 kB
Tags CPython 3.13 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
e2c6da986778b33cb355fd87e68d787e9917ad98f64f24c7ac0f603f7a21343c
BLAKE2b-256 checksum
How to use checksums
ecb063c03b5b1299a83d2c5e46eabcc6d9d48dd946c5006891467b08c8d3eb8a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release files / rchitect-0.4.10-cp313-cp313-musllinux_1_2_aarch64.whl

Download URL rchitect-0.4.10-cp313-cp313-musllinux_1_2_aarch64.whl
Size 165.6 kB
Tags CPython 3.13 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
5f2bff05411248ecf34401338c9d657ce36f5459c2b65d0c4f0bb354ee7a38d2
BLAKE2b-256 checksum
How to use checksums
fe9d2f9a53c80fee410609b13e28534785339e27a7e9c6f545c48b04ee08b944
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release files / rchitect-0.4.10-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL rchitect-0.4.10-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Size 161.7 kB
Tags CPython 3.13 Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
1cd656a4d18b1b25fdcc5277bce14fb4f736a9c5d523acf835d0d1172cc66e79
BLAKE2b-256 checksum
How to use checksums
8a06f46cbac0501f85b799bcab2a3e6191589aa1b0131ce0f3ccd37ecdc53d7f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release files / rchitect-0.4.10-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl

Download URL rchitect-0.4.10-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Size 162.4 kB
Tags CPython 3.13 Linux glibc 2.28+ x86-64 Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
4b8b7d871ebe94dcc41b14844e707a1d1e927cfd8f4a390aac72aa99cc5e131f
BLAKE2b-256 checksum
How to use checksums
a17ad75f6e2ffe434c6c9d59870262ec415694e66b75b14b0714c19945beee68
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release files / rchitect-0.4.10-cp313-cp313-macosx_11_0_arm64.whl

Download URL rchitect-0.4.10-cp313-cp313-macosx_11_0_arm64.whl
Size 78.3 kB
Tags CPython 3.13 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
ba63bc848f39f422bf607b3fbba15a3d9a56156ddb6b9108eaabb628b5fc2931
BLAKE2b-256 checksum
How to use checksums
645a31abbb09936284d262f62bedfefab036fc03b0bcbf4dacdca24640007afc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release files / rchitect-0.4.10-cp313-cp313-macosx_10_13_x86_64.whl

Download URL rchitect-0.4.10-cp313-cp313-macosx_10_13_x86_64.whl
Size 78.2 kB
Tags CPython 3.13 macOS 10.13+ x86-64
SHA-256 checksum
How to use checksums
1b8cc1dda68983cfb942d4d4b3f62f5b5340a8076ec3d33d1f33ea37e0ca1aac
BLAKE2b-256 checksum
How to use checksums
e4a3d89cb4ce4f3d7674292acc3d2d7c607a0de4d6061b2a85c954484e6dcd6b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release files / rchitect-0.4.10-cp312-cp312-win_arm64.whl

Download URL rchitect-0.4.10-cp312-cp312-win_arm64.whl
Size 61.2 kB
Tags CPython 3.12 Windows ARM64
SHA-256 checksum
How to use checksums
1d1c0ef92f6a135b20ba9a001b3be11a97391b449655d774f19f79e6e96e0875
BLAKE2b-256 checksum
How to use checksums
4195c149b5e3a841d80003e443832ace7d155287a423b8fdb5a0e6a66840edbe
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release files / rchitect-0.4.10-cp312-cp312-win_amd64.whl

Download URL rchitect-0.4.10-cp312-cp312-win_amd64.whl
Size 64.3 kB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
e2ca66434615639d73953e01529467d6073393d9624a7643b5df603c8ad21282
BLAKE2b-256 checksum
How to use checksums
5840c7b3d23d28acce9df8e904bbcdcacb51fa96ee63a1d7e862a45780aa3e13
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release files / rchitect-0.4.10-cp312-cp312-win32.whl

Download URL rchitect-0.4.10-cp312-cp312-win32.whl
Size 64.7 kB
Tags CPython 3.12 Windows x86-32
SHA-256 checksum
How to use checksums
ff1ff22de95361c69fa6ad8615d069a6ebd536fb280f929d92fbb88fd099e29d
BLAKE2b-256 checksum
How to use checksums
aa4e1cc43c9833e686d0a01ce7e5a7261588c884af538ec05ed675ea80fc211f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release files / rchitect-0.4.10-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL rchitect-0.4.10-cp312-cp312-musllinux_1_2_x86_64.whl
Size 158.9 kB
Tags CPython 3.12 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
98ae19dd37499d668a33ce071c24d46cdd52938a1bd8b00dff471e546b79d7ce
BLAKE2b-256 checksum
How to use checksums
872c126bc196db9f3daa4249b20e4fddc44f25708efd6947ad2122716ef02f55
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release files / rchitect-0.4.10-cp312-cp312-musllinux_1_2_aarch64.whl

Download URL rchitect-0.4.10-cp312-cp312-musllinux_1_2_aarch64.whl
Size 165.6 kB
Tags CPython 3.12 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
1437505596e4c6b7e9ce7da4c2c9384cc577f509715583b1f603674d93c53f9c
BLAKE2b-256 checksum
How to use checksums
296920b1b9e3549eba780d531246f3e3b6950454f7fd6ad6059fac2126dea314
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release files / rchitect-0.4.10-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL rchitect-0.4.10-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Size 161.8 kB
Tags CPython 3.12 Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
5c0c8120380b5d1f034be1e18bc88fd382b0bd540b6efcc07376631e43d10dbe
BLAKE2b-256 checksum
How to use checksums
8d5f4f852daaf85e06beeb502091c980d8ce3240e08a7ff51778b63b252352b3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release files / rchitect-0.4.10-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl

Download URL rchitect-0.4.10-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Size 162.4 kB
Tags CPython 3.12 Linux glibc 2.28+ x86-64 Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
2259c21910aded12a5b4a87dd9fc1a6d69fe904896024f903decbd0ea5fc4d46
BLAKE2b-256 checksum
How to use checksums
d62b5b6eb786fee2d639d898fd9a4bafac244f0aa2f1d6a26802c082406f61a3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release files / rchitect-0.4.10-cp312-cp312-macosx_11_0_arm64.whl

Download URL rchitect-0.4.10-cp312-cp312-macosx_11_0_arm64.whl
Size 78.3 kB
Tags CPython 3.12 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
beff681a0864a8760f99217ee158adf07c56259d97ee8cf20c0cae3a70619b6b
BLAKE2b-256 checksum
How to use checksums
137ffcf8c7b53d217ad129d24382d5ab4ab4e59e38ee0a26d1c4a4c875838db1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release files / rchitect-0.4.10-cp312-cp312-macosx_10_13_x86_64.whl

Download URL rchitect-0.4.10-cp312-cp312-macosx_10_13_x86_64.whl
Size 78.2 kB
Tags CPython 3.12 macOS 10.13+ x86-64
SHA-256 checksum
How to use checksums
8ae8f300ebc97bba51894e025c4e15dc158160a95e0d4a5dc621cd504b83f914
BLAKE2b-256 checksum
How to use checksums
33cbd26b75d8360222155988257afcd79968cfa51d7a41bc633415dcd67d6e5a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release files / rchitect-0.4.10-cp311-cp311-win_arm64.whl

Download URL rchitect-0.4.10-cp311-cp311-win_arm64.whl
Size 61.1 kB
Tags CPython 3.11 Windows ARM64
SHA-256 checksum
How to use checksums
32d8817921fd2debe9a5e3de8c76de2b9afeb007354a468073b509a5cb73cd1a
BLAKE2b-256 checksum
How to use checksums
11b1575e59b4a86a191d18bc4f3900823112bdf107a40d867853f591386f07ea
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release files / rchitect-0.4.10-cp311-cp311-win_amd64.whl

Download URL rchitect-0.4.10-cp311-cp311-win_amd64.whl
Size 64.2 kB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
c74761db8536298deae4987875abbc77c938cd586f9fe0ad36e995ddb13a0011
BLAKE2b-256 checksum
How to use checksums
1218dfd324e9e2833d300f1f38ec850a46dbec45b959ca5459be66ea2414a3be
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release files / rchitect-0.4.10-cp311-cp311-win32.whl

Download URL rchitect-0.4.10-cp311-cp311-win32.whl
Size 64.6 kB
Tags CPython 3.11 Windows x86-32
SHA-256 checksum
How to use checksums
8cc4d542d77a5cc1d2aacc1c323851327c5ff803072562408cd67cacaa78a71e
BLAKE2b-256 checksum
How to use checksums
b92ddcedad369720068e1401227010afed761b33521e29497e1dc4b4f5d33e5d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release files / rchitect-0.4.10-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL rchitect-0.4.10-cp311-cp311-musllinux_1_2_x86_64.whl
Size 158.3 kB
Tags CPython 3.11 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
9a599a3111c6408796fcce2b6fb080a0fef206c99ae8722ecbc07256a3f8250b
BLAKE2b-256 checksum
How to use checksums
2d79582a9a4b7fbb7cec7d3467bf839ce1445a2be8680fb2792542974823c506
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release files / rchitect-0.4.10-cp311-cp311-musllinux_1_2_aarch64.whl

Download URL rchitect-0.4.10-cp311-cp311-musllinux_1_2_aarch64.whl
Size 165.1 kB
Tags CPython 3.11 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
46dddef6926620f8321f5661b21042f46a41735cc76161ef9241c38997eb0129
BLAKE2b-256 checksum
How to use checksums
bcf739daa2dffd558f91eeba1ad0f4b7ee9742f0aa51d024f61a3970ee177d1d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release files / rchitect-0.4.10-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL rchitect-0.4.10-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Size 161.3 kB
Tags CPython 3.11 Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
a9459736e9308ddd0627ce1bee083f7c849a397b7d20c57baaa6fbff29c08c45
BLAKE2b-256 checksum
How to use checksums
0eb5d0fad5bca30c6daaec2108ac6dbef6ee0be19e572840dde3a6651de82ecd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release files / rchitect-0.4.10-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl

Download URL rchitect-0.4.10-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Size 161.8 kB
Tags CPython 3.11 Linux glibc 2.28+ x86-64 Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
66209439db053835cb316c294faff07c3fc7255729ac93df4c59e6657907ab6f
BLAKE2b-256 checksum
How to use checksums
0f940de44972ab8dcf87a55359ada98164edb6a5fec17b8afa06175502e68cba
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release files / rchitect-0.4.10-cp311-cp311-macosx_11_0_arm64.whl

Download URL rchitect-0.4.10-cp311-cp311-macosx_11_0_arm64.whl
Size 78.3 kB
Tags CPython 3.11 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
cc0b498ba7e54a53ccb5507b120c71cbf894c1faa20448a7ea361cc1f5be626e
BLAKE2b-256 checksum
How to use checksums
6d9a1bf328eb2fec3babcadf0c025cb4b90a7b09663ff8a36123e7c23601c717
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release files / rchitect-0.4.10-cp311-cp311-macosx_10_9_x86_64.whl

Download URL rchitect-0.4.10-cp311-cp311-macosx_10_9_x86_64.whl
Size 78.1 kB
Tags CPython 3.11 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
386bc93693eaa76fa716175d27b2df066df289001a740848f9a4f686d2911c3e
BLAKE2b-256 checksum
How to use checksums
570e4fe2b77e3e00eec5afc8917e3a7251ef097ae71f926d2b4c63c1aaf6f0ac
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release files / rchitect-0.4.10-cp310-cp310-win_arm64.whl

Download URL rchitect-0.4.10-cp310-cp310-win_arm64.whl
Size 61.1 kB
Tags CPython 3.10 Windows ARM64
SHA-256 checksum
How to use checksums
d2c579f30bde788926804c75ded903b4bad13ab245ca25d05bc36190160ee63a
BLAKE2b-256 checksum
How to use checksums
c6e835f83bfe1d912baae4c39e3edba03cd73cfbc366974440bf4b4ab3c04c65
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release files / rchitect-0.4.10-cp310-cp310-win_amd64.whl

Download URL rchitect-0.4.10-cp310-cp310-win_amd64.whl
Size 64.2 kB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
bda3f401f4851770fddf6f9663a9edef90c1f19d529cf32c26d9cedde1ef7cb9
BLAKE2b-256 checksum
How to use checksums
81785f1a039e6e6b0935fcdc7a91e993b275c6c3bf6c39c865575a246a587c4f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release files / rchitect-0.4.10-cp310-cp310-win32.whl

Download URL rchitect-0.4.10-cp310-cp310-win32.whl
Size 64.6 kB
Tags CPython 3.10 Windows x86-32
SHA-256 checksum
How to use checksums
58d07c184d89440a83d623c489108cf9cd43a4b1e32f22897838672339072e17
BLAKE2b-256 checksum
How to use checksums
17da8c8bc3cc73ff7f117434697b7198799dbf3e88f7bf05fd04fc404f41827c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release files / rchitect-0.4.10-cp310-cp310-musllinux_1_2_x86_64.whl

Download URL rchitect-0.4.10-cp310-cp310-musllinux_1_2_x86_64.whl
Size 158.3 kB
Tags CPython 3.10 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
1fd00fb98142c54887360bc4fe69a5a253fcf8d523b6efe14290cec0b20675e5
BLAKE2b-256 checksum
How to use checksums
e694900974bee4348b233de38e20aa169a95488cd7c064930071873146edb8af
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release files / rchitect-0.4.10-cp310-cp310-musllinux_1_2_aarch64.whl

Download URL rchitect-0.4.10-cp310-cp310-musllinux_1_2_aarch64.whl
Size 165.2 kB
Tags CPython 3.10 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
4fdac7f582878caa5c181e9ddb5b6c66d0640974945d640894820b57863dd1d9
BLAKE2b-256 checksum
How to use checksums
07140197d1cb2c58847985a2398d1b02e7c97aa26199fc697d45d6a2c60b7b33
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release files / rchitect-0.4.10-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL rchitect-0.4.10-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Size 161.3 kB
Tags CPython 3.10 Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
2bc0ed94bdc92e380a31497565964665625ab81bfa503ad618081b3489b3ddd9
BLAKE2b-256 checksum
How to use checksums
5e3af7f41da4735f1b84c74bcc32d98146fbd7ce3a5e331e3f5ac4de85e173e4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release files / rchitect-0.4.10-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl

Download URL rchitect-0.4.10-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Size 161.8 kB
Tags CPython 3.10 Linux glibc 2.28+ x86-64 Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
7f8f282c81c1c267973c6a11356f161aea3cbe2475abfb2a25e77b265635ab2b
BLAKE2b-256 checksum
How to use checksums
5fbe9b95eb732cba228471617f37f5aaeac387116853439213e4f3e5e451c52e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release files / rchitect-0.4.10-cp310-cp310-macosx_11_0_arm64.whl

Download URL rchitect-0.4.10-cp310-cp310-macosx_11_0_arm64.whl
Size 78.3 kB
Tags CPython 3.10 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
fca531bf168c60c77881426eb938ec402def84d0676eb5ff9dad016c25e05a18
BLAKE2b-256 checksum
How to use checksums
c06b6689bbb832bad3752cda6e221515463fc58c0f51e33ddbc610af27873969
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release files / rchitect-0.4.10-cp310-cp310-macosx_10_9_x86_64.whl

Download URL rchitect-0.4.10-cp310-cp310-macosx_10_9_x86_64.whl
Size 78.1 kB
Tags CPython 3.10 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
2bdeb9e82613e1b064a9b5c664143dfd2e39d84f52e8246f28f38a944680a0e0
BLAKE2b-256 checksum
How to use checksums
2dd25ae2effa09a6c94ffc0e9447567f5abcc6b512e2a9c72ba3bb627451fc8f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release files / rchitect-0.4.10-cp39-cp39-win_arm64.whl

Download URL rchitect-0.4.10-cp39-cp39-win_arm64.whl
Size 61.1 kB
Tags CPython 3.9 Windows ARM64
SHA-256 checksum
How to use checksums
79c2c23dc2acdb38c8c1c444c270b20288b56aaee6cc3c34e2726bd11a4c8d8c
BLAKE2b-256 checksum
How to use checksums
09515adbf53d366751fad0b1a4c63161bcac97e28277c880cffb9e60d70df7a5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release files / rchitect-0.4.10-cp39-cp39-win_amd64.whl

Download URL rchitect-0.4.10-cp39-cp39-win_amd64.whl
Size 64.2 kB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
d60f9bad9810394cc2a3719b6a60aedc6a5f96cbace30f4872c665bff9648c22
BLAKE2b-256 checksum
How to use checksums
d8ffd63a1c50a3991e0dd4889a4c6e52bbf135c952d94712e6cd9791bda487e1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release files / rchitect-0.4.10-cp39-cp39-win32.whl

Download URL rchitect-0.4.10-cp39-cp39-win32.whl
Size 64.6 kB
Tags CPython 3.9 Windows x86-32
SHA-256 checksum
How to use checksums
019545cf201d824d6a49f56be3039432ef66a0cf621fcacf3e2c1757c7e52c8c
BLAKE2b-256 checksum
How to use checksums
46aa1a445ccb790c8c8d0db76a3dece18d6ecdde2334ee85e919262cb13501f4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release files / rchitect-0.4.10-cp39-cp39-musllinux_1_2_x86_64.whl

Download URL rchitect-0.4.10-cp39-cp39-musllinux_1_2_x86_64.whl
Size 158.3 kB
Tags CPython 3.9 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
030d06fba5b6be6be89225cd358d6df7b5cb2704bfe52e8636205fcb0d5fd248
BLAKE2b-256 checksum
How to use checksums
2c72ee710f24f19d869486ef102dfa2631adb6305ee1900515501d09d06db817
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release files / rchitect-0.4.10-cp39-cp39-musllinux_1_2_aarch64.whl

Download URL rchitect-0.4.10-cp39-cp39-musllinux_1_2_aarch64.whl
Size 165.2 kB
Tags CPython 3.9 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
a30c8075f2e666980c8a0d82a335a9de641e1e21cb4b4c7443df478f7acc06d9
BLAKE2b-256 checksum
How to use checksums
cddcf78b80ac8b79a336511e2ea62e9feba8d009f69076f0f511d263086a3a36
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release files / rchitect-0.4.10-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL rchitect-0.4.10-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Size 161.3 kB
Tags CPython 3.9 Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
7d0cbe1873f453796076fa6d2746b62148b36eac08d3dacf386035a66893b369
BLAKE2b-256 checksum
How to use checksums
5ccdd67e32a9ad118d08cec7bb6aba28440ff210cd95600c48049b131c6039b4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release files / rchitect-0.4.10-cp39-cp39-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl

Download URL rchitect-0.4.10-cp39-cp39-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Size 161.8 kB
Tags CPython 3.9 Linux glibc 2.28+ x86-64 Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
48c523824b656a09cde62546393f8c280bbc785d00c4de0115a262d4070fd3cc
BLAKE2b-256 checksum
How to use checksums
430aa5913f875e07f032313815db5e1bf2db6efcbcb1b3e8ebd55b386f5c102d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release files / rchitect-0.4.10-cp39-cp39-macosx_11_0_arm64.whl

Download URL rchitect-0.4.10-cp39-cp39-macosx_11_0_arm64.whl
Size 78.3 kB
Tags CPython 3.9 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
50b7f9ca63bf015fd89b06ddd3604d5799fa15d1a36106ad695146ee78667603
BLAKE2b-256 checksum
How to use checksums
4722c657842795a4e25f138d5d2c0a8646142fe927c0ea1f5ae25be598e6fb19
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release files / rchitect-0.4.10-cp39-cp39-macosx_10_9_x86_64.whl

Download URL rchitect-0.4.10-cp39-cp39-macosx_10_9_x86_64.whl
Size 78.1 kB
Tags CPython 3.9 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
9691a0dde33a8d3efb430d582c0b49cba29939dc055817eef9bb390432b5a228
BLAKE2b-256 checksum
How to use checksums
016dce9031029ff8fce4992ff366919dfed979ea8d80a4a73fdf9afd7744d194
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release files / rchitect-0.4.10-cp38-cp38-win_amd64.whl

Download URL rchitect-0.4.10-cp38-cp38-win_amd64.whl
Size 64.2 kB
Tags CPython 3.8 Windows x86-64
SHA-256 checksum
How to use checksums
09daa36e70f24c8c234d71fb28d04b391a5125ae8da363ebbda10fb4d04b11f6
BLAKE2b-256 checksum
How to use checksums
489fbce042e9a8fa73e9ab0f6c1bbe1bdd2471de3ea01dc02e9a9854a0131ac6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release files / rchitect-0.4.10-cp38-cp38-win32.whl

Download URL rchitect-0.4.10-cp38-cp38-win32.whl
Size 64.5 kB
Tags CPython 3.8 Windows x86-32
SHA-256 checksum
How to use checksums
0525ecdbfea00e131b645bdf7b67c37096dab1ce25adde3f4c830704aa62b182
BLAKE2b-256 checksum
How to use checksums
450b07529ec8fde2150417e0f09583e9483bef5eca066217b8bf91da7fbe418d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release files / rchitect-0.4.10-cp38-cp38-musllinux_1_2_x86_64.whl

Download URL rchitect-0.4.10-cp38-cp38-musllinux_1_2_x86_64.whl
Size 158.4 kB
Tags CPython 3.8 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
0155fe0fe87ca83251df104c9dd3c3e5d98319e1b2ec3f3c71a7db0ff347304c
BLAKE2b-256 checksum
How to use checksums
633154cd09c40ab6180ef9d253441a480ae83b66000979ace7b5b03b396132f2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release files / rchitect-0.4.10-cp38-cp38-musllinux_1_2_aarch64.whl

Download URL rchitect-0.4.10-cp38-cp38-musllinux_1_2_aarch64.whl
Size 165.1 kB
Tags CPython 3.8 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
9539dc43e8db43601f665e6010f49e0bb03d91a47d5558989b811bfc494cf152
BLAKE2b-256 checksum
How to use checksums
b90ba07ccbf8a686a8199ccd0b21c283ef88e09ca82b0a9c0dee28cb646b18b2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release files / rchitect-0.4.10-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL rchitect-0.4.10-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Size 161.3 kB
Tags CPython 3.8 Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
3dade253ac462dd4954131762e0e6c2775f8200d3988c5337ce6fc8762806ac8
BLAKE2b-256 checksum
How to use checksums
a1e8aa7c9761dc4d8ec679de9aa08ee61c8243b8ba841918bb85c8fae68e663c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release files / rchitect-0.4.10-cp38-cp38-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl

Download URL rchitect-0.4.10-cp38-cp38-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Size 161.8 kB
Tags CPython 3.8 Linux glibc 2.28+ x86-64 Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
87f4148b5127fe2814610e2e9448acaaeb281c30a2627a06b1898d61abd0940e
BLAKE2b-256 checksum
How to use checksums
006479badeda921c1c5ef4989e5ded0c4666441b96f6ed4024bb78d472110fc0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release files / rchitect-0.4.10-cp38-cp38-macosx_11_0_arm64.whl

Download URL rchitect-0.4.10-cp38-cp38-macosx_11_0_arm64.whl
Size 78.1 kB
Tags CPython 3.8 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
0e2b7a33565bef2ccd75247008182128eae3058c1018c509f6c0f83b68bf32dc
BLAKE2b-256 checksum
How to use checksums
8abd713009da94a8f2864ee991d4b2d71f27d525e3e95f8175bbc4eb0c8a4499
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release files / rchitect-0.4.10-cp38-cp38-macosx_10_9_x86_64.whl

Download URL rchitect-0.4.10-cp38-cp38-macosx_10_9_x86_64.whl
Size 77.9 kB
Tags CPython 3.8 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
3e35a9f4d56e8d32e3fe1b7ca4f11204ba699971bd1269bd25f98e559c7ad229
BLAKE2b-256 checksum
How to use checksums
49e8d80bbaf3254ea46824d4c2c7fa68468bab777d78fed61023be9c49a98da5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release history Release notifications | RSS feed

This release

0.4.10 This release

72 release files

0.4.9

72 release files

0.4.7

67 release files

0.4.6

64 release files

0.4.4

63 release files

0.4.3

63 release files

0.4.2

63 release files

0.4.1

63 release files

0.3.9

28 release files

0.3.8

28 release files

0.3.7

28 release files

0.3.6

28 release files

0.3.5

28 release files

0.3.4

28 release files

0.3.1

28 release files

0.3.0

28 release files

0.2.4

1 release file

0.2.3

1 release file

0.2.2

1 release file

0.2.1

1 release file

0.2.0

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page