File: front.rst

package info (click to toggle)
python-dogpile.cache 1.3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 772 kB
  • sloc: python: 5,462; makefile: 155; sh: 104
file content (28 lines) | stat: -rw-r--r-- 769 bytes parent folder | download | duplicates (3)
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
============
Front Matter
============

Information about the dogpile.cache project.

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

dogpile.cache is hosted on GitHub at https://github.com/sqlalchemy/dogpile.cache.

Releases and project status are available on Pypi at https://pypi.python.org/pypi/dogpile.cache.

The most recent published version of this documentation should be at https://dogpilecache.sqlalchemy.org.

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

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

    pip install dogpile.cache

Bugs
====

Bugs and feature enhancements to dogpile.cache should be reported on the `GitHub
issue tracker
<https://github.com/sqlalchemy/dogpile.cache/issues/>`_.