File: front.rst

package info (click to toggle)
python-sqlsoup 0.9.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 456 kB
  • ctags: 130
  • sloc: python: 679; makefile: 134
file content (63 lines) | stat: -rw-r--r-- 1,755 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
============
Front Matter
============

Information about the SQLSoup project.

Project Homepage
================

SQLSoup is hosted on `Bitbucket <http://bitbucket.org>`_ - the lead project
page is at https://bitbucket.org/zzzeek/sqlsoup. Source code is tracked here
using `Mercurial <http://mercurial.selenic.com/>`_.

Releases and project status are available on Pypi at
http://pypi.python.org/pypi/sqlsoup.

The most recent published version of this documentation should be at
http://readthedocs.org/docs/sqlsoup/.

Project Status
==============

SQLSoup has been included with the SQLAlchemy distribution for many years.
As of 2012 it has been broken out into it's own project, where it can
be tracked and released separately.   The community is also invited to 
collaborate on Bitbucket, create forks, and improve the product.

.. _installation:

Installation
============

Install released versions of SQLSoup from the Python package 
index with `pip <http://pypi.python.org/pypi/pip>`_ or a similar tool::

    pip install sqlsoup

Installation via source distribution is via the ``setup.py`` script::

    python setup.py install

Dependencies
------------

SQLSoup's install process will ensure that `SQLAlchemy <http://www.sqlalchemy.org>`_ 
is installed, in addition to other dependencies.  The 0.7 series of 
SQLAlchemy or greater is recommended.


Community
=========

SQLSoup was originally written by Jonathan Ellis.   It is under maintenance
by `Mike Bayer <http://techspot.zzzeek.org>`_, and is 
loosely associated with the `SQLAlchemy`_ project. 

.. _bugs:

Bugs
====

Bugs and feature enhancements to SQLSoup should be reported on the `Bitbucket
issue tracker <https://bitbucket.org/zzzeek/sqlsoup/issues?status=new&status=open>`_.