Skip to main content

BQL database built on SQLite3

Project description

# Bayeslite

Bayeslite is a BQL database built on SQLite3. BQL is an extension to SQL that supports queries about the probable implications of data.

Bayeslite is part of an ongoing research project. For more information, contact bayesdb@mit.edu.

## Dependencies

Bayeslite is written in Python 2.7, using the sqlite3 module with SQLite3 >=3.8.0.

Bayeslite depends on:

The bayeslite automatic tests depend on:

The bayeslite documentation depends on:

## Test

To check that everything will work, before installing:

` $ ./check.sh `

## Install

To install system-wide, or into the current virtual environment:

` $ python setup.py build $ python setup.py install `

## Use

Import the bayeslite module. See the documentation for details on the Python API.

## Documentation

To build the documentation (requires sphinx):

` $ make doc `

The result will be placed in build/doc, with one subdirectory per output format.

To build only one output format, e.g. HTML because you don’t want to install TeX:

` $ make html `

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bayeslite-0.1.8.tar.gz (565.3 kB view hashes)

Uploaded Source

Built Distribution

bayeslite-0.1.8-py2-none-any.whl (175.0 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page