Python wrapper for the whitespace library
Project description
libvanitas
Python binding for the whitespace library.
Example
import libvanitas
w = libvanitas.Whitespace("https://note.ms")
w.post("test_ns", "1", "Hello from Python.")
assert w.get("test_ns", "1") == "Hello from Python."
import libvanitas
import time
n = libvanitas.Ntms("https://note.ms")
while True:
n.post("1", "Ho ho ho")
time.sleep(0.5)
Compiling
maturin build
You need maturin to compile the project into a Python wheel.
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
libvanitas-0.1.1.tar.gz
(37.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 libvanitas-0.1.1.tar.gz.
File metadata
- Download URL: libvanitas-0.1.1.tar.gz
- Upload date:
- Size: 37.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9d13f4dc2d15f541844e81c7ac9b045e163012db6d23e0a71fff050757ecf864
|
|
| MD5 |
993ff27f76578c419e1bf16cf2c4350f
|
|
| BLAKE2b-256 |
17730c06601ce24467ca0aace802d1848d8cac07f1ee74089a17bed8521fd8ec
|
File details
Details for the file libvanitas-0.1.1-cp310-none-win_amd64.whl.
File metadata
- Download URL: libvanitas-0.1.1-cp310-none-win_amd64.whl
- Upload date:
- Size: 2.0 MB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3025cfe96ae0b1e78a0be2e93fddd17f8dee87148f065c65417c6de71fcefaed
|
|
| MD5 |
731f57266d5d1da238aae2b1c2b3f312
|
|
| BLAKE2b-256 |
03638ed5fa14e46592966b525ace80f2c499c0236737cc7a1b4db69552aecbb9
|