mre / hyperjson

🐍 A hyper-fast Python module for reading/writing JSON data using Rust's serde-json.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Release to PyPI with prebuilt

wdv4758h opened this issue · comments

People should be able to use pip to install the wheel from PyPI.

This can integrate with CI, so we can do it automatically when we have release tag.
related: #2

Good idea! If you like to work on it, I'm happy to accept pull requests. 😊

Yay! This is finally done with the new 0.2.0 release. 🎉
pip install hyperjson works now.

Made possible with pyo3-pack.