orjson-less fork of pickledb
Project description
orjson-less pickledb
A fork of pickledb that pretty much just replaces this line:
import orjson
With the following:
import json as orjson
The option argument was also removed from the save method due to it being flags passed to orjson's dumps implementation that weren't being used by pickledb itself.
Why?
Because orjson refuses to support PyPy with the reason being that it "uses private undocumented functions in cpython's API" (See #90).
Forked from commit 46ab99ffad71ea4fd8c29adcb3aea076e24a1865 (version 1.3.2).
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file orjsonless_pickledb-1.3.2.post4.tar.gz.
File metadata
- Download URL: orjsonless_pickledb-1.3.2.post4.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.32.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a9a75393e47ec77b51412b2d966cfb1db3686b31a9000256c48d169a943c88dd
|
|
| MD5 |
bef04d3cc1bfb2cb4e0bd42afc388b6c
|
|
| BLAKE2b-256 |
2b32d939689a233390fe8fdb55c443b7146fc67776f441b213b0876832e71cd6
|
File details
Details for the file orjsonless_pickledb-1.3.2.post4-py2.py3-none-any.whl.
File metadata
- Download URL: orjsonless_pickledb-1.3.2.post4-py2.py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.32.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
83b39fb8d4541e5d02e07bb0ef6a012a9ef5114b750b0e7b9ea14536f342f1f3
|
|
| MD5 |
55de6948d0ffb154c81e852b9428c386
|
|
| BLAKE2b-256 |
89399a37d28a809056e4ad9d9c16434c16a018c6e587faf407bc996e10103f7c
|