Skip to main content

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


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)

Uploaded Source

Built Distribution

oxidict-0.1.0-cp310-abi3-macosx_10_7_x86_64.whl (219.0 kB view hashes)

Uploaded CPython 3.10+ macOS 10.7+ x86-64

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page