python-orjson
Python JSON library supporting dataclasses, datetimes, and numpy
Orjson is a fast, correct JSON library for Python. It benchmarks as the fastest Python library for JSON and is more correct than the standard json
library or other third-party libraries. It serializes dataclass, datetime, numpy, and UUID instances natively.
- Versions: 3.9.7
- Website: https://github.com/ijl/orjson
- Licenses: ASL 2.0 · Expat
- Package source: gnu/packages/python-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of python-orjson
as follows:
guix install python-orjson
Or install a particular version:
guix install python-orjson@3.9.7
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of python-orjson about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/python-orjson'><img src='https://packages.guix.gnu.org/packages/python-orjson/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/python-orjson)
Example Org:
[[https://packages.guix.gnu.org/packages/python-orjson][https://packages.guix.gnu.org/packages/python-orjson/badges/latest-version.svg]]