Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 669 Bytes

File metadata and controls

41 lines (25 loc) · 669 Bytes

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)