Fork of PickleDB using ujson
Project description
Software to scrap proxies for my web scrapping and other testing purposes.
pickleDB
pickleDB is lightweight, fast, and simple database based on the ujson module. And it's BSD licensed!
pickleDB is Fun
>>> import pickledb_ujson as pickledb
>>> db = pickledb.load('test.db', False)
>>> db.set('key', 'value')
>>> db.get('key')
'value'
>>> db.dump()
True
Easy to Install
$ pip install pickledb-ujson
Links
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
pickledb_ujson-1.0.3.tar.gz
(4.8 kB
view details)
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 pickledb_ujson-1.0.3.tar.gz.
File metadata
- Download URL: pickledb_ujson-1.0.3.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.12 CPython/3.10.0 Linux/5.11.0-1022-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9f30db978f14d456f9e670e06f7564b21034214939d77d051e4e022d6f5ae6fe
|
|
| MD5 |
cb82818c51a6997fa69928b027cb47e1
|
|
| BLAKE2b-256 |
375970a094818df8fd7e507dc36b29ce162d92f58b630ddaeeb40130b297f021
|
File details
Details for the file pickledb_ujson-1.0.3-py3-none-any.whl.
File metadata
- Download URL: pickledb_ujson-1.0.3-py3-none-any.whl
- Upload date:
- Size: 6.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.12 CPython/3.10.0 Linux/5.11.0-1022-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
07de2073b55cdae16c7c63db949f0c183a29975f2858d2afccd53a8cf44d488f
|
|
| MD5 |
1d7794d5d5be5fcd4278861b87f3c2d9
|
|
| BLAKE2b-256 |
f5012bb0c98399dc2be712cee25ebc5f9570c454e76e945e7f48e923a79ef50d
|