A Python driver for BedquiltDB.


Keywords
bedquilt, bedquiltdb, database, json, json-store
License
MIT
Install
pip install pybedquilt==0.1.0

Documentation

PyBedquilt

A Python2/3 driver for BedquiltDB.

Installation

To install pybedquilt from pip::
$ pip install pybedquilt

Documentation

https://pybedquilt.readthedocs.org/en/latest

Example App

https://github.com/BedquiltDB/webapp-example

Tests

First, ensure there is a postgresql database running with bedquiltdb installed on a "bedquilt_test" database, then once a suitable python environment is set up, run:

$ make test

Development and Test prerequisites

  • Python >= 2.7
  • pyscopg2
  • gnu make
  • mkdocs (for building docs)