sprockets.mixins.postgresql/docs/index.rst
2014-08-29 13:13:44 -04:00

66 lines
No EOL
2.2 KiB
ReStructuredText

sprockets.mixins.postgresql
===========================
Handler mixins that automatically connect a PostgreSQL client session upon initialization.
|Version| |Downloads| |Status| |Coverage| |License|
Installation
------------
``sprockets.mixins.postgresql`` is available on the
`Python Package Index <https://pypi.python.org/pypi/sprockets.mixins.postgresql>`_
and can be installed via ``pip`` or ``easy_install``:
.. code:: bash
pip install sprockets.mixins.postgresql
Requirements
------------
- `sprockets <https://github.com/sprockets/sprockets>`_
- `sprockets.clients.postgresql <https://github.com/sprockets/sprockets.clients.postgresql>`_
API Documentation
-----------------
.. toctree::
:maxdepth: 2
api
examples
Version History
---------------
See :doc:`history`
Issues
------
Please report any issues to the Github project at `https://github.com/sprockets/sprockets.mixins.postgresql/issues <https://github.com/sprockets/sprockets.mixins.postgresql/issues>`_
Source
------
``sprockets.mixins.postgresql`` source is available on Github at `https://github.com/sprockets/sprockets.mixins.postgresql <https://github.com/sprockets/sprockets.mixins.postgresql>`_
License
-------
``sprockets.mixins.postgresql`` is released under the `3-Clause BSD license <https://github.com/sprockets/sprockets.mixins.postgresql/blob/master/LICENSE>`_.
Indices and tables
------------------
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
.. |Version| image:: https://badge.fury.io/py/sprockets.mixins.postgresql.svg?
:target: http://badge.fury.io/py/sprockets.mixins.postgresql
.. |Status| image:: https://travis-ci.org/sprockets/sprockets.mixins.postgresql.svg?branch=master
:target: https://travis-ci.org/sprockets/sprockets.mixins.postgresql
.. |Coverage| image:: https://img.shields.io/coveralls/sprockets/sprockets.mixins.postgresql.svg?
:target: https://coveralls.io/r/sprockets/sprockets.mixins.postgresql
.. |Downloads| image:: https://pypip.in/d/sprockets.mixins.postgresql/badge.svg?
:target: https://pypi.python.org/pypi/sprockets.mixins.postgresql
.. |License| image:: https://pypip.in/license/sprockets.mixins.postgresql/badge.svg?
:target: https://sprocketsmixinspostgresql.readthedocs.org