Python JIT compiler for near-native performance of low-level arithmetic
Project description
pyrbo
Python JIT compiler for near-native performance of low-level arithmetic
Install
These are generic installation instructions.
To use, permanently
The quickest way to get started is to install the current release from PyPI:
pip3 install --user pyrbo
To use, temporarily
If you prefer to keep .local clean, install to a virtualenv:
python3 -m venv venvname
venvname/bin/pip install pyrbo
. venvname/bin/activate
To develop
First clone the repo using HTTP or SSH:
git clone https://github.com/combatopera/pyrbo.git
git clone git@github.com:combatopera/pyrbo.git
Now use pyven's pipify to create a setup.py, which pip can then use to install the project editably:
python3 -m venv pyvenvenv
pyvenvenv/bin/pip install pyven
pyvenvenv/bin/pipify pyrbo
python3 -m venv venvname
venvname/bin/pip install -e pyrbo
. venvname/bin/activate
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
pyrbo-10.tar.gz
(20.8 kB
view details)
Built Distribution
pyrbo-10-py3-none-any.whl
(22.7 kB
view details)
File details
Details for the file pyrbo-10.tar.gz
.
File metadata
- Download URL: pyrbo-10.tar.gz
- Upload date:
- Size: 20.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 04e04d2738b7edd8446fb03e6279709af5431d37c7742be96e99e4336d90bb59 |
|
MD5 | d952dbd833633d8dc64779a7d421bf48 |
|
BLAKE2b-256 | e533982b352be19b2071bc64ac838d8f1df7633ba3e68c45de8d4872a40006e1 |
File details
Details for the file pyrbo-10-py3-none-any.whl
.
File metadata
- Download URL: pyrbo-10-py3-none-any.whl
- Upload date:
- Size: 22.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9bf96db07ffe0c08399f0aae6fe33a914f051402f8d315bd366a93b719b0ce9d |
|
MD5 | 82347add6f8fdcea7f4f683bb2fd213b |
|
BLAKE2b-256 | d6b65ff18055e00667d08c50a58ca53a37b60a3c22c6400d972527ee38865923 |