No project description provided
Project description
rust extension for python
Installation
pip install rspx
# or
uv add rspx
Usage
import rspx
def main():
print(f"rs module: {rspx.__all__}")
print(f"rs doc: {rspx.__doc__}")
print(f"rust sum: {rspx.sum(1, 1)}")
print(f"rust fib: {rspx.fib(10)}")
if __name__ == "__main__":
main()
Development
build
task rs:b
# or
task build
# task build:pyo3
publish
# publish to pypi
task rs:up
# or
task up
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
rspx-0.1.1.tar.gz
(3.1 kB
view details)
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 rspx-0.1.1.tar.gz.
File metadata
- Download URL: rspx-0.1.1.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d2a0e018a10e5142a032170290f97726f2db265bf7cba0037e4f1453e7ddf124
|
|
| MD5 |
e380b3d3298e4fe37c0cd904f65e5682
|
|
| BLAKE2b-256 |
359692ce2d2d45e1c8744d2a28cda08447ca209f493d7b0fca75ac4069020b49
|
File details
Details for the file rspx-0.1.1-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: rspx-0.1.1-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 199.5 kB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
37c779c9f36b0ee4ba462060f4c8d48e9a30f23f317a9870262b7cf3dff517b4
|
|
| MD5 |
4d704d273dc67e14390eae90ba7d2a27
|
|
| BLAKE2b-256 |
fb737bb51c3e7ecd3bb9950f7de8631b886d4d5cab502ac69f2260edc6e62c3b
|