Rust-accelerated message workflow utilities
Project description
msgflows
Rust-accelerated message workflow utilities, packaged as a hybrid Rust/Python project built with maturin and PyO3.
Layout
msgflows/
├── Cargo.toml # Rust crate (native extension: _msgflows)
├── pyproject.toml # Python packaging + maturin config
├── src/lib.rs # Rust source for the native module
└── python/msgflows/ # Python package (imports the native module)
└── __init__.py
Development
# Create/activate a virtualenv, then build + install in editable mode:
pip install maturin
maturin develop
# Try it:
python -c "import msgflows; print(msgflows.hello())"
Building wheels for PyPI
# Build an abi3 wheel (works across Python >=3.9) and the sdist:
maturin build --release
maturin sdist
# Publish (needs credentials / a PyPI API token):
maturin publish
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
msgflows-0.1.0.tar.gz
(3.2 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 msgflows-0.1.0.tar.gz.
File metadata
- Download URL: msgflows-0.1.0.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
71f53d6e2cf685d07041799e43e419245cc18612cbb4871e840392cabab976dc
|
|
| MD5 |
5f938262ad3043d90c5b9b240bd839a7
|
|
| BLAKE2b-256 |
bfae7cd5f24abb4e5e0ae1c366211a727cbf36f422f0b7a29d7f36a0248d22cc
|
File details
Details for the file msgflows-0.1.0-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: msgflows-0.1.0-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 196.6 kB
- Tags: CPython 3.9+, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
96247616240c1fb97dd40cfe44e7c130879fe1b99c85d387948c890a5286b9c2
|
|
| MD5 |
bd0ce6e7a3efb5ee41dd64b8f8996269
|
|
| BLAKE2b-256 |
2c7d97e757e3f166470eaac8b031eea10131264af7514963569c36aad3b4f525
|