An open API service indexing awesome lists of open source software.

https://github.com/j-obog/simple-db

A lightweight, NoSQL database for Python.
https://github.com/j-obog/simple-db

database disk nosql python

Last synced: 5 months ago
JSON representation

A lightweight, NoSQL database for Python.

Awesome Lists containing this project

README

          

A lightweight, NoSQL database for Python.

[![Build Status](https://app.travis-ci.com/J-Obog/simple-db.svg?branch=master)](https://app.travis-ci.com/github/J-Obog/simple-db)

## Installing:

Installing with pip:

```
$ pip install simple-db
```

Installing with setup.py:

```
$ git clone https://github.com/J-Obog/simple-db
$ cd simple-db
$ python setup.py install
```