Metadata-Version: 2.1
Name: pickledb-ujson
Version: 1.0.8
Summary: Fork of PickleDB using ujson
Home-page: https://github.com/Divkix/pickledb_ujson
License: BSD-3-Clause License
Keywords: pickledb,pickledb ujson
Author: Harrison Erd
Author-email: erdh@mail.broward.edu
Requires-Python: >=3.7,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: License :: Other/Proprietary License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Database
Requires-Dist: ujson (==5.4.0)
Project-URL: Bug Tracker, https://github.com/Divkix/pickledb_ujson/issues
Project-URL: Community, https://t.me/DivideProjects
Project-URL: Documentation, https://patx.github.io/pickledb/commands.html
Project-URL: Repository, https://github.com/Divkix/pickledb_ujson
Description-Content-Type: text/markdown

<p align="center">
<a href="https://pypi.org/project/pickledb-ujson/"><img src="https://img.shields.io/pypi/v/pickledb-ujson" alt="PyPI"></a>
<a href="https://github.com/Divkix/pickledb_ujson/actions"><img src="https://github.com/Divkix/pickledb_ujson/workflows/CI%20%28pip%29/badge.svg" alt="CI (pip)"></a>
<a href="https://pypi.org/project/pickledb-ujson/"><img src="https://img.shields.io/pypi/pyversions/pickledb-ujson.svg" alt="Supported Python Versions"></a>
<a href="https://pepy.tech/project/pickledb-ujson"><img src="https://pepy.tech/badge/pickledb-ujson" alt="Downloads"></a>
</p>

# pickleDB
pickleDB is lightweight, fast, and simple database based on the
[ujson](https://github.com/ultrajson/ultrajson) module.
And it's BSD licensed!


## pickleDB is Fun
```python
>>> 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
```python
$ pip install pickledb-ujson
```

## Links
* [website](https://patx.github.io/pickledb)
* [documentation](https://patx.github.io/pickledb/commands.html)
* [pypi](http://pypi.python.org/pypi/pickledb_ujson)
* [github repo](https://github.com/divkix/pickledb_ujson)


[![Sponsor](https://www.datocms-assets.com/31049/1618983297-powered-by-vercel.svg)](https://vercel.com/?utm_source=divideprojects&utm_campaign=oss)

