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/>`_.
|