`pyru_env` is a Python module for setting up a combined development environment for Python and Rust
Project description
Pyru Env
pyru_env is a Python module for setting up a combined development environment for Python and Rust.
The generated environment includes code demonstrating how Python can call Rust using the C ABI (Application Binary Interface).
Installation:
pip install pyru_env
If your Python installation is externally managed (installed with your OS), you can either use pipx or create a temporary venv that you delete after installing and running pyru_env.
Usage:
Inside an empty directory, run either:
python3 -m pyru_env
python -m pyru_env
The Python entry point of the generated environment is at:
/python/src/main.py
If running main.py produces no errors, the setup was successful.
Notes:
Your main.py includes code to build and load your rust library, depending on your OS.
The rust environment is created with "cargo new arbitrary_name --lib" except Cargo.toml includes 'crate-type = ["cdylib"]' and lib.rs is overwritten with two C ABI examples.
pyru_env internally calls venv with the same python you used to call pyru_env.
Requirements:
- Python 3.9+
- Rust (cargo, rustc) https://rustup.rs
- Tested on: Ubuntu 24, Windows 11
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyru_env-0.1.1.tar.gz.
File metadata
- Download URL: pyru_env-0.1.1.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
871d0b2f424909dfc083cc037faac1bddc0fff336552c63f642eded80846873c
|
|
| MD5 |
b22df88e9dac082ea5c75477345375c8
|
|
| BLAKE2b-256 |
30b132f9d75ff6b21c26bf502e19df8c7063d61d0c8d07035f76c38780b6459e
|
File details
Details for the file pyru_env-0.1.1-py3-none-any.whl.
File metadata
- Download URL: pyru_env-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
af129800a0198a6d204bc63ca2a72a1725023275c2c515b71ca729573d6bbae3
|
|
| MD5 |
7c6d63522b8de66834dcd6b966c0ab4f
|
|
| BLAKE2b-256 |
a897929ea35d0a4268db5372f227b5b0681c02962c9ad3bedbe38a3b8a02b99e
|