Skip to main content

Mapping R API to Python

Project description

Interoperate R with Python

CircleCI Build status codecov pypi

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 user convenience.

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

If rchitect fails to open the R shared library, user should first try to expose the path to R to the PATH vaiable.

In Linux/macOS, you could also export the environment variable R_HOME. For example,

$ export R_HOME=/usr/local/lib/R
$ radian

Sometimes, you may also need to futher specify LD_LIBRARY_PATH if R fails to find some shared libraries,

export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:`R RHOME`/lib"

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

Uploaded Source

Built Distributions

rchitect-0.3.5-cp37-cp37m-win_amd64.whl (58.1 kB view details)

Uploaded CPython 3.7mWindows x86-64

rchitect-0.3.5-cp37-cp37m-win32.whl (56.6 kB view details)

Uploaded CPython 3.7mWindows x86

rchitect-0.3.5-cp37-cp37m-manylinux1_x86_64.whl (120.0 kB view details)

Uploaded CPython 3.7m

rchitect-0.3.5-cp37-cp37m-manylinux1_i686.whl (115.5 kB view details)

Uploaded CPython 3.7m

rchitect-0.3.5-cp37-cp37m-macosx_10_6_intel.whl (122.4 kB view details)

Uploaded CPython 3.7mmacOS 10.6+ Intel (x86-64, i386)

rchitect-0.3.5-cp36-cp36m-win_amd64.whl (58.1 kB view details)

Uploaded CPython 3.6mWindows x86-64

rchitect-0.3.5-cp36-cp36m-win32.whl (56.6 kB view details)

Uploaded CPython 3.6mWindows x86

rchitect-0.3.5-cp36-cp36m-manylinux1_x86_64.whl (120.0 kB view details)

Uploaded CPython 3.6m

rchitect-0.3.5-cp36-cp36m-manylinux1_i686.whl (115.5 kB view details)

Uploaded CPython 3.6m

rchitect-0.3.5-cp36-cp36m-macosx_10_6_intel.whl (122.4 kB view details)

Uploaded CPython 3.6mmacOS 10.6+ Intel (x86-64, i386)

rchitect-0.3.5-cp35-cp35m-win_amd64.whl (58.1 kB view details)

Uploaded CPython 3.5mWindows x86-64

rchitect-0.3.5-cp35-cp35m-win32.whl (56.6 kB view details)

Uploaded CPython 3.5mWindows x86

rchitect-0.3.5-cp35-cp35m-manylinux1_x86_64.whl (120.0 kB view details)

Uploaded CPython 3.5m

rchitect-0.3.5-cp35-cp35m-manylinux1_i686.whl (115.5 kB view details)

Uploaded CPython 3.5m

rchitect-0.3.5-cp35-cp35m-macosx_10_6_intel.whl (122.4 kB view details)

Uploaded CPython 3.5mmacOS 10.6+ Intel (x86-64, i386)

rchitect-0.3.5-cp34-cp34m-win_amd64.whl (54.6 kB view details)

Uploaded CPython 3.4mWindows x86-64

rchitect-0.3.5-cp34-cp34m-win32.whl (54.5 kB view details)

Uploaded CPython 3.4mWindows x86

rchitect-0.3.5-cp34-cp34m-manylinux1_x86_64.whl (120.0 kB view details)

Uploaded CPython 3.4m

rchitect-0.3.5-cp34-cp34m-manylinux1_i686.whl (115.5 kB view details)

Uploaded CPython 3.4m

rchitect-0.3.5-cp34-cp34m-macosx_10_6_intel.whl (122.4 kB view details)

Uploaded CPython 3.4mmacOS 10.6+ Intel (x86-64, i386)

rchitect-0.3.5-cp27-cp27mu-manylinux1_x86_64.whl (123.4 kB view details)

Uploaded CPython 2.7mu

rchitect-0.3.5-cp27-cp27mu-manylinux1_i686.whl (118.6 kB view details)

Uploaded CPython 2.7mu

rchitect-0.3.5-cp27-cp27m-win_amd64.whl (54.8 kB view details)

Uploaded CPython 2.7mWindows x86-64

rchitect-0.3.5-cp27-cp27m-win32.whl (54.5 kB view details)

Uploaded CPython 2.7mWindows x86

rchitect-0.3.5-cp27-cp27m-manylinux1_x86_64.whl (123.4 kB view details)

Uploaded CPython 2.7m

rchitect-0.3.5-cp27-cp27m-manylinux1_i686.whl (118.6 kB view details)

Uploaded CPython 2.7m

rchitect-0.3.5-cp27-cp27m-macosx_10_6_intel.whl (122.3 kB view details)

Uploaded CPython 2.7mmacOS 10.6+ Intel (x86-64, i386)

File details

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

File metadata

  • Download URL: rchitect-0.3.5.tar.gz
  • Upload date:
  • Size: 26.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.1.0 requests-toolbelt/0.8.0 tqdm/4.34.0 CPython/3.7.4

File hashes

Hashes for rchitect-0.3.5.tar.gz
Algorithm Hash digest
SHA256 63878f5cd083fd9b16b04d98f55eaf0e42446752976fd605570dc304c7caebef
MD5 2a4da645ffc4999b058a8e91ba4ec25d
BLAKE2b-256 ef3cd01bc5b6454de78ed0aa040a7f49fa9d3ab70120249f40d6150aef8e642b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rchitect-0.3.5-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 58.1 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.34.0 CPython/2.7.16

File hashes

Hashes for rchitect-0.3.5-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 8971241a917fd29021d571bb555a155fd89ecba1a310ccbaceef3b618fd3ebf4
MD5 3da84e7afbe1d4ac05c3a762b9434e13
BLAKE2b-256 b9b6d0ca4e506545091e74b3679f880a69b388156d6bade240c5c3e0451585d9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rchitect-0.3.5-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 56.6 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.34.0 CPython/2.7.16

File hashes

Hashes for rchitect-0.3.5-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 52643c3348d0f3edaa7e86243e32834f84a16e3656deb7f4bbe34b8ccec9bf34
MD5 9e06726f0a75e2606582dec9bb8af0de
BLAKE2b-256 baacd52fd235a53f3b603815c5828a6c8035bf64ee2b973928afdfb53f4f17b0

See more details on using hashes here.

File details

Details for the file rchitect-0.3.5-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

  • Download URL: rchitect-0.3.5-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 120.0 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.1.0 requests-toolbelt/0.8.0 tqdm/4.34.0 CPython/3.7.4

File hashes

Hashes for rchitect-0.3.5-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 442e4d2b5e82dab57eb1f4a6b86257fb4e42385249218df3914f32973ca95b30
MD5 d0e097be13d301fd18ccdf021cdac03e
BLAKE2b-256 40fd854d554bc14b43d344bdcab7a42f63a9e6610c17f9c43319946e37ffc71c

See more details on using hashes here.

File details

Details for the file rchitect-0.3.5-cp37-cp37m-manylinux1_i686.whl.

File metadata

  • Download URL: rchitect-0.3.5-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 115.5 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.1.0 requests-toolbelt/0.8.0 tqdm/4.34.0 CPython/3.7.4

File hashes

Hashes for rchitect-0.3.5-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 f14eb03569948d7ca8e2c70d8af7f29a951f6149370200fdac583279e000ae41
MD5 ac3beb9d323408d0e6cde5ca880c0d08
BLAKE2b-256 311c6b4a48bb3adc3b111711ba8c740babbef6d4fa84c108e19d32235dff7d03

See more details on using hashes here.

File details

Details for the file rchitect-0.3.5-cp37-cp37m-macosx_10_6_intel.whl.

File metadata

  • Download URL: rchitect-0.3.5-cp37-cp37m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 122.4 kB
  • Tags: CPython 3.7m, macOS 10.6+ Intel (x86-64, i386)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.1.0 requests-toolbelt/0.8.0 tqdm/4.34.0 CPython/3.7.4

File hashes

Hashes for rchitect-0.3.5-cp37-cp37m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 22f332167bf1638cb5a3169970ef55cd759461634a833f59c37101b428097b2e
MD5 e50ee9ba937eb229f6a113ae8222dced
BLAKE2b-256 ae3323c691680f896885806be64ff3a25364883f2eda2e67a3401d25c74e0951

See more details on using hashes here.

File details

Details for the file rchitect-0.3.5-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: rchitect-0.3.5-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 58.1 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.34.0 CPython/2.7.16

File hashes

Hashes for rchitect-0.3.5-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 526f78b183025d1b50041d0c62c8f2051ccb412551c8134f77d3f89a81e46edf
MD5 73ced1019490d14569b058a657c1c8c8
BLAKE2b-256 12b821658adc0fd708bade57b362d1a71898930ad210b54853004c001a4fa081

See more details on using hashes here.

File details

Details for the file rchitect-0.3.5-cp36-cp36m-win32.whl.

File metadata

  • Download URL: rchitect-0.3.5-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 56.6 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.34.0 CPython/2.7.16

File hashes

Hashes for rchitect-0.3.5-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 cebd4fc2be42e9c90a428c551e141c6c54842f0c0c3a357362caec3b264527a7
MD5 6fdfe68175b8fef3bffeced18f905b6e
BLAKE2b-256 327d021a57b6eba3d9314f45007f47ef882936d4d98fd1a9164773f1c87a8221

See more details on using hashes here.

File details

Details for the file rchitect-0.3.5-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

  • Download URL: rchitect-0.3.5-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 120.0 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.1.0 requests-toolbelt/0.8.0 tqdm/4.34.0 CPython/3.7.4

File hashes

Hashes for rchitect-0.3.5-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 b2181333d4ff25e63873bf148651996a0d86585e73fc4a4cd4c98634c86aabac
MD5 e84549ab5e43fbb8352e88b587b0b402
BLAKE2b-256 0d68235d0560137e493d1fea9582c0bd3d2fd69d8d766c2c955c4bdc8993f1bd

See more details on using hashes here.

File details

Details for the file rchitect-0.3.5-cp36-cp36m-manylinux1_i686.whl.

File metadata

  • Download URL: rchitect-0.3.5-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 115.5 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.1.0 requests-toolbelt/0.8.0 tqdm/4.34.0 CPython/3.7.4

File hashes

Hashes for rchitect-0.3.5-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 766d40cb8de2ea1ce2be6e69272f6dc7fda2ee4b398123b7a3fddccc2b779261
MD5 0532acd8a432055aa095f1eee09b4991
BLAKE2b-256 635c083f7cff321acc40cae9a48dfcd7d167250942eaba6e95cd569bf8315353

See more details on using hashes here.

File details

Details for the file rchitect-0.3.5-cp36-cp36m-macosx_10_6_intel.whl.

File metadata

  • Download URL: rchitect-0.3.5-cp36-cp36m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 122.4 kB
  • Tags: CPython 3.6m, macOS 10.6+ Intel (x86-64, i386)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.1.0 requests-toolbelt/0.8.0 tqdm/4.34.0 CPython/3.7.4

File hashes

Hashes for rchitect-0.3.5-cp36-cp36m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 bafe660659f6c64c2819f5c53b35c60223f107b6a4bea4e629e85b655bde56f3
MD5 376d8e4a2596060521fe88c0549359e1
BLAKE2b-256 3f88f761c1fd967d0739552a57f369f81d7724294ec7a7a076cdd431545585eb

See more details on using hashes here.

File details

Details for the file rchitect-0.3.5-cp35-cp35m-win_amd64.whl.

File metadata

  • Download URL: rchitect-0.3.5-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 58.1 kB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.34.0 CPython/2.7.16

File hashes

Hashes for rchitect-0.3.5-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 cda900eaf3a1153af5e49b3b8dd676b349bc54c44ba9009e7b982953ffd60d00
MD5 f936a97af65174c4e801fcce45d79cd7
BLAKE2b-256 57c571a90a394134242f25ce033fde51b1cf7d3653991887acdd40a561767806

See more details on using hashes here.

File details

Details for the file rchitect-0.3.5-cp35-cp35m-win32.whl.

File metadata

  • Download URL: rchitect-0.3.5-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 56.6 kB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.34.0 CPython/2.7.16

File hashes

Hashes for rchitect-0.3.5-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 6fbc6e6f975364b35e898abb515d9f6542d5cfa1d42c38752bbae4c03402a211
MD5 cd3d14b6b68479a487c367215b267d59
BLAKE2b-256 e0df2a1248a5391541a15dc8441c07e5a7398c540942fae071b63c992ca297d4

See more details on using hashes here.

File details

Details for the file rchitect-0.3.5-cp35-cp35m-manylinux1_x86_64.whl.

File metadata

  • Download URL: rchitect-0.3.5-cp35-cp35m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 120.0 kB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.1.0 requests-toolbelt/0.8.0 tqdm/4.34.0 CPython/3.7.4

File hashes

Hashes for rchitect-0.3.5-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 9e8b9fcc0a37d6ba255d53a8de2fab661060eb572d0760f834d626304ccb8f66
MD5 df16f29d4c394c876853fbca07e2db12
BLAKE2b-256 da66bb5eb5e4a0ef579c3dea3dba1270f4c1e89b156b8a69aeba2c2e1e2a540e

See more details on using hashes here.

File details

Details for the file rchitect-0.3.5-cp35-cp35m-manylinux1_i686.whl.

File metadata

  • Download URL: rchitect-0.3.5-cp35-cp35m-manylinux1_i686.whl
  • Upload date:
  • Size: 115.5 kB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.1.0 requests-toolbelt/0.8.0 tqdm/4.34.0 CPython/3.7.4

File hashes

Hashes for rchitect-0.3.5-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 d9064754b01af6680cccbb1175c68ff17f7a72b4e801d5ea33bc2e54afd18b1e
MD5 412e73324f7d495faa2610ed0d1b32b8
BLAKE2b-256 202369910e3ce1a7703a37681f4d617289972b5b34620c0ec423183ce75544b5

See more details on using hashes here.

File details

Details for the file rchitect-0.3.5-cp35-cp35m-macosx_10_6_intel.whl.

File metadata

  • Download URL: rchitect-0.3.5-cp35-cp35m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 122.4 kB
  • Tags: CPython 3.5m, macOS 10.6+ Intel (x86-64, i386)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.1.0 requests-toolbelt/0.8.0 tqdm/4.34.0 CPython/3.7.4

File hashes

Hashes for rchitect-0.3.5-cp35-cp35m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 e849c3b91c0264e4786acbb0869f8c910fba85abccd965c03a2ef0ce7459b972
MD5 171b167c93bb6c72d5ad182d8c91b6eb
BLAKE2b-256 9cb09131b2ed267b5c1e167f797c75c6dc8a24a657823189fef1d9696363569b

See more details on using hashes here.

File details

Details for the file rchitect-0.3.5-cp34-cp34m-win_amd64.whl.

File metadata

  • Download URL: rchitect-0.3.5-cp34-cp34m-win_amd64.whl
  • Upload date:
  • Size: 54.6 kB
  • Tags: CPython 3.4m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.34.0 CPython/2.7.16

File hashes

Hashes for rchitect-0.3.5-cp34-cp34m-win_amd64.whl
Algorithm Hash digest
SHA256 3cdee234b200e08acec432c93b81f576620be625d7da086128192067c0a84f67
MD5 844a30c6f584ad623ec75e6858b9b37a
BLAKE2b-256 11b06f81e9d096fcc6024cc7d7f3af38ebd18417be3b4131f02cf87bf9cb6560

See more details on using hashes here.

File details

Details for the file rchitect-0.3.5-cp34-cp34m-win32.whl.

File metadata

  • Download URL: rchitect-0.3.5-cp34-cp34m-win32.whl
  • Upload date:
  • Size: 54.5 kB
  • Tags: CPython 3.4m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.34.0 CPython/2.7.16

File hashes

Hashes for rchitect-0.3.5-cp34-cp34m-win32.whl
Algorithm Hash digest
SHA256 adc8d7cbef574ec8bb8176db10a0c191725e9efbbe3122c400db78f58e634ca9
MD5 f2a6b31f0d9527e1deedb548aeeafe17
BLAKE2b-256 45498925e8c1bd4f670ba5975f297e2a59df3103a4c7ec11a3d94005aad8c12a

See more details on using hashes here.

File details

Details for the file rchitect-0.3.5-cp34-cp34m-manylinux1_x86_64.whl.

File metadata

  • Download URL: rchitect-0.3.5-cp34-cp34m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 120.0 kB
  • Tags: CPython 3.4m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.1.0 requests-toolbelt/0.8.0 tqdm/4.34.0 CPython/3.7.4

File hashes

Hashes for rchitect-0.3.5-cp34-cp34m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 0da9939742fb8c3282015f86e2ac5f665ffc620f19e58ee87e66fec64fe64cf8
MD5 4504ba51b18b0ad95963722e0679794a
BLAKE2b-256 f78a73000b8d17faea9b85f664d381f5c45ba717fd2a35911e8951e5db2622cb

See more details on using hashes here.

File details

Details for the file rchitect-0.3.5-cp34-cp34m-manylinux1_i686.whl.

File metadata

  • Download URL: rchitect-0.3.5-cp34-cp34m-manylinux1_i686.whl
  • Upload date:
  • Size: 115.5 kB
  • Tags: CPython 3.4m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.1.0 requests-toolbelt/0.8.0 tqdm/4.34.0 CPython/3.7.4

File hashes

Hashes for rchitect-0.3.5-cp34-cp34m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 7b9c971406c18e26463112859031d62dba7e5badd88b5c1a9e27238319c9e9cd
MD5 c2775fd1343ea807584f3e9605dda43a
BLAKE2b-256 ad064bb35b91edfcfa36f46b6f0f29619cb9944e4f326b3eb4be3e238684970e

See more details on using hashes here.

File details

Details for the file rchitect-0.3.5-cp34-cp34m-macosx_10_6_intel.whl.

File metadata

  • Download URL: rchitect-0.3.5-cp34-cp34m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 122.4 kB
  • Tags: CPython 3.4m, macOS 10.6+ Intel (x86-64, i386)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.1.0 requests-toolbelt/0.8.0 tqdm/4.34.0 CPython/3.7.4

File hashes

Hashes for rchitect-0.3.5-cp34-cp34m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 40cbd1834cef642e8c3c108949ede95c9af1715e148af802db67b742951b9f49
MD5 24b1409a86d8dcdd8fbd674cc097924f
BLAKE2b-256 6ff6daa813b5b950b27f75c65a0431889914be27a82e3dcf1389ea1e4b6d916e

See more details on using hashes here.

File details

Details for the file rchitect-0.3.5-cp27-cp27mu-manylinux1_x86_64.whl.

File metadata

  • Download URL: rchitect-0.3.5-cp27-cp27mu-manylinux1_x86_64.whl
  • Upload date:
  • Size: 123.4 kB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.1.0 requests-toolbelt/0.8.0 tqdm/4.34.0 CPython/3.7.4

File hashes

Hashes for rchitect-0.3.5-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 e1f243d47f242d492fe1aad9543b26f3f3a9e1858708491755e2d42993f16215
MD5 48d5c1da577fd5894f840acaf23f2299
BLAKE2b-256 fa09f20e10ef3791b424d24adf6a9814b22dbf3e1563c4cfc44a47bffe06d59c

See more details on using hashes here.

File details

Details for the file rchitect-0.3.5-cp27-cp27mu-manylinux1_i686.whl.

File metadata

  • Download URL: rchitect-0.3.5-cp27-cp27mu-manylinux1_i686.whl
  • Upload date:
  • Size: 118.6 kB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.1.0 requests-toolbelt/0.8.0 tqdm/4.34.0 CPython/3.7.4

File hashes

Hashes for rchitect-0.3.5-cp27-cp27mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 294b7a5fb6a53925dd99ef02bf314e5934aafd710ea5999cf8ee33d0e68ac737
MD5 080253bbdbdc46edda0d08c592387c23
BLAKE2b-256 e390c9c558234c42ed6e7986663904f9ef65a670264f00c35bd6cc75b225eb3e

See more details on using hashes here.

File details

Details for the file rchitect-0.3.5-cp27-cp27m-win_amd64.whl.

File metadata

  • Download URL: rchitect-0.3.5-cp27-cp27m-win_amd64.whl
  • Upload date:
  • Size: 54.8 kB
  • Tags: CPython 2.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.34.0 CPython/2.7.16

File hashes

Hashes for rchitect-0.3.5-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 1f4765dec294cfdcb8668a979fd55569b127fc5de2ebb0ae9a7a00b1a35063f2
MD5 b8a52fc11c22fbf9b94f5f1231ed383f
BLAKE2b-256 39fcbbfcea606c02055b5daf11502200ba61460ff4200ea40e2a472951b7cc79

See more details on using hashes here.

File details

Details for the file rchitect-0.3.5-cp27-cp27m-win32.whl.

File metadata

  • Download URL: rchitect-0.3.5-cp27-cp27m-win32.whl
  • Upload date:
  • Size: 54.5 kB
  • Tags: CPython 2.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.34.0 CPython/2.7.16

File hashes

Hashes for rchitect-0.3.5-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 73f2030125e22153cfc892cfc6b6034a58adf7052f3ca45b7698fea107fb0d3d
MD5 780782936c62ac55548f2b2544ce6f91
BLAKE2b-256 c9116f0ac4052790a35bbf93d50d73bdc0c47f523a5c261131d4f7d4fa576951

See more details on using hashes here.

File details

Details for the file rchitect-0.3.5-cp27-cp27m-manylinux1_x86_64.whl.

File metadata

  • Download URL: rchitect-0.3.5-cp27-cp27m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 123.4 kB
  • Tags: CPython 2.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.1.0 requests-toolbelt/0.8.0 tqdm/4.34.0 CPython/3.7.4

File hashes

Hashes for rchitect-0.3.5-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 f32b062a94d186e59ebcd7ee54dea2ca93e4840bc6bf40654d1a989091d3bfc1
MD5 5a10f30ff3cb31f882e29b6551b7791d
BLAKE2b-256 292b8f1e62060e84c5a3447e59ecf4c6deb3501e333a38985a1b0280c965a452

See more details on using hashes here.

File details

Details for the file rchitect-0.3.5-cp27-cp27m-manylinux1_i686.whl.

File metadata

  • Download URL: rchitect-0.3.5-cp27-cp27m-manylinux1_i686.whl
  • Upload date:
  • Size: 118.6 kB
  • Tags: CPython 2.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.1.0 requests-toolbelt/0.8.0 tqdm/4.34.0 CPython/3.7.4

File hashes

Hashes for rchitect-0.3.5-cp27-cp27m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 a7bbce578dffe6f5799a1f7e6d1e86f9b1ba6b6cf9674be2eee803bf5ca99ac0
MD5 0dedf00251a01785df22cb1e7770fa91
BLAKE2b-256 9a1224b0b398fd7c79dbbddcb3f9fbfd51ca908e1ce70e7c3f106a7c58ce4501

See more details on using hashes here.

File details

Details for the file rchitect-0.3.5-cp27-cp27m-macosx_10_6_intel.whl.

File metadata

  • Download URL: rchitect-0.3.5-cp27-cp27m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 122.3 kB
  • Tags: CPython 2.7m, macOS 10.6+ Intel (x86-64, i386)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.1.0 requests-toolbelt/0.8.0 tqdm/4.34.0 CPython/3.7.4

File hashes

Hashes for rchitect-0.3.5-cp27-cp27m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 6763db15183cd7bb2fc952c3a5d2f88c469cf31e579eb45279af494de7971654
MD5 13bd95329cdeb573bc4af898d1c62fe2
BLAKE2b-256 a7201ede2282fa16a7000129e1e51e075af6ea017f76020d09cfd40355141783

See more details on using hashes here.

Supported by

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