No project description provided
Project description
OxiDict
Rust's HashMap brought over to Python with PyO3.
python3.12 -m venv .venv
source .venv/bin/activate
pip install -U pip maturin uv
maturin develop
In the Python shell:
>>> from oxidict import OxiDict
>>> o = OxiDict()
>>> o.insert("key1", "value1")
>>> print(o.get("key1"))
value1
>>> print(o)
{"key1": "value1"}
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
oxidict-0.1.0.tar.gz
(4.5 kB
view hashes)
Built Distribution
Close
Hashes for oxidict-0.1.0-cp310-abi3-macosx_10_7_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 30b822c7da21fdfeaaab1f7a970c7a6ece4f29a3af66a67d2cdd048ec70417c4 |
|
MD5 | ce3147215fc2497ed4de5f012d3c5ade |
|
BLAKE2b-256 | ef7acb4f2dda89c63a7d5a0358694a3fd51f54fa288cacdc3ff257055fb537d7 |