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 details)
Built Distribution
File details
Details for the file oxidict-0.1.0.tar.gz
.
File metadata
- Download URL: oxidict-0.1.0.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 00759c553650c0a7a48eb489309b10f4e6224b0ca50328b2baadd417d3b27af4 |
|
MD5 | ea98e214471999736cd394ba9b54f7a3 |
|
BLAKE2b-256 | 576160a16bcf2f0069094ecb66951407ab46f231ecf6e5ba0a35dc802c23ab01 |
File details
Details for the file oxidict-0.1.0-cp310-abi3-macosx_10_7_x86_64.whl
.
File metadata
- Download URL: oxidict-0.1.0-cp310-abi3-macosx_10_7_x86_64.whl
- Upload date:
- Size: 219.0 kB
- Tags: CPython 3.10+, macOS 10.7+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 30b822c7da21fdfeaaab1f7a970c7a6ece4f29a3af66a67d2cdd048ec70417c4 |
|
MD5 | ce3147215fc2497ed4de5f012d3c5ade |
|
BLAKE2b-256 | ef7acb4f2dda89c63a7d5a0358694a3fd51f54fa288cacdc3ff257055fb537d7 |