pysui-fastcrypto is a Python wrapper library for MytenLab/fastcrypto.
The primary use of this library is for pysui. It is not intended for general usage although others are not prevented from using it.
Building pysui-fastcrypto for Python
Clone this repo
Install Python (3.10+)
Create a virtual environment - python3 -m venv env
Activate the environment - . env/bin/activate
Update pip if needed - pip install -U pip
Install maturin - pip install -r requirements.txt
Build the create and python wrapper - maturin develop
The last step will compile the Rust crate and create a Python wheel and install pysui-fastcrypto in the virtual environment.
Installing pysui-fastcrypto from PyPi
Install Python (3.10+)
Create a virtual environment - python3 -m venv env
Activate the environment - . env/bin/activate
Update pip if needed - pip install -U pip
Install pysui-fastcrypto - pip install pysui-fastcrypto
The last step will compile the Rust crate and create a Python wheel and install pysui-fastcrypto in the virtual environment.
Documentation for pysui-fastcrypto
Run - cargo doc --open
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pysui_fastcrypto-0.7.5.tar.gz.
File metadata
- Download URL: pysui_fastcrypto-0.7.5.tar.gz
- Upload date:
- Size: 27.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3ee22d9b1b75da7fd7bfd8b4dd9aac30b5f809c96595ceccede39daaa503b279
|
|
| MD5 |
d66ec07e7778b152cf5e847e13fb7b57
|
|
| BLAKE2b-256 |
35319ee937f8db76d47f391052c6e3d5556bd61855b60c162a2ccb8d9fd77916
|