Metadata-Version: 2.4
Name: tendril-caching
Version: 0.3.0
Summary: Caching Infrastructure for Tendril
Home-page: https://github.com/tendril-framework/tendril-caching
Author: Chintalagiri Shashank
Author-email: shashank@chintal.in
Project-URL: Documentation, https://tendril-caching.readthedocs.io/en/latest
Project-URL: Bug Tracker, https://github.com/tendril-framework/tendril-caching/issues
Project-URL: Source Repository, https://github.com/tendril-framework/tendril-caching
Keywords: tendril
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: redis
Requires-Dist: wheel
Provides-Extra: docs
Requires-Dist: setuptools_scm; extra == "docs"
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx-argparse; extra == "docs"
Requires-Dist: alabaster; extra == "docs"
Provides-Extra: tests
Requires-Dist: setuptools_scm; extra == "tests"
Requires-Dist: sphinx; extra == "tests"
Requires-Dist: sphinx-argparse; extra == "tests"
Requires-Dist: alabaster; extra == "tests"
Requires-Dist: pytest; extra == "tests"
Requires-Dist: pytest-flake8; extra == "tests"
Requires-Dist: pytest-cov; extra == "tests"
Requires-Dist: coveralls[yaml]; extra == "tests"
Provides-Extra: build
Requires-Dist: setuptools_scm; extra == "build"
Requires-Dist: sphinx; extra == "build"
Requires-Dist: sphinx-argparse; extra == "build"
Requires-Dist: alabaster; extra == "build"
Requires-Dist: pytest; extra == "build"
Requires-Dist: pytest-flake8; extra == "build"
Requires-Dist: pytest-cov; extra == "build"
Requires-Dist: coveralls[yaml]; extra == "build"
Provides-Extra: publish
Requires-Dist: setuptools_scm; extra == "publish"
Requires-Dist: sphinx; extra == "publish"
Requires-Dist: sphinx-argparse; extra == "publish"
Requires-Dist: alabaster; extra == "publish"
Requires-Dist: pytest; extra == "publish"
Requires-Dist: pytest-flake8; extra == "publish"
Requires-Dist: pytest-cov; extra == "publish"
Requires-Dist: coveralls[yaml]; extra == "publish"
Requires-Dist: twine; extra == "publish"
Requires-Dist: pygithub; extra == "publish"
Provides-Extra: dev
Requires-Dist: setuptools_scm; extra == "dev"
Requires-Dist: sphinx; extra == "dev"
Requires-Dist: sphinx-argparse; extra == "dev"
Requires-Dist: alabaster; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-flake8; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: coveralls[yaml]; extra == "dev"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license-file
Dynamic: platform
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary



.. image:: https://img.shields.io/pypi/v/tendril-caching.svg?logo=pypi
    :target: https://pypi.org/project/tendril-caching

.. image:: https://img.shields.io/pypi/pyversions/tendril-caching.svg?logo=pypi
    :target: https://pypi.org/project/tendril-caching

.. image:: https://img.shields.io/travis/tendril-framework/tendril-caching.svg?logo=travis
    :target: https://travis-ci.org/tendril-framework/tendril-caching

.. image:: https://img.shields.io/coveralls/github/tendril-framework/tendril-caching.svg?logo=coveralls
    :target: https://coveralls.io/github/tendril-framework/tendril-caching

.. image:: https://img.shields.io/codacy/grade/363acc44e8c240dc9db79935860191b4?logo=codacy
    :target: https://www.codacy.com/app/chintal/tendril-caching

.. image:: https://img.shields.io/requires/github/tendril-framework/tendril-caching.svg
    :target: https://requires.io/github/tendril-framework/tendril-caching/requirements

.. image:: https://img.shields.io/pypi/l/tendril-caching.svg
    :target: https://www.gnu.org/licenses/agpl-3.0.en.html



.. inclusion-marker-do-not-remove

Introduction
------------

TODO Some brief introduction


Package Information
-------------------

The latest version of the documentation, including installation, usage, and
API/developer notes can be found at
`ReadTheDocs <https://tendril-caching.readthedocs.io/en/latest/index.html>`_.

The latest version of the sources can be found at
`GitHub <https://github.com/tendril-framework/tendril-caching>`_. Please use 
GitHub's features to report bugs, request features, or submit pull/merge requests.

The principle author for ``tendril-caching`` is Chintalagiri Shashank. The 
author can be contacted if necessary via the information on the
`author's github profile <https://github.com/chintal>`_ . See the AUTHORS file
for a full list of collaborators and/or contributing authors, if any.

``tendril-caching`` is distributed under the terms of the
`AGPLv3 license <https://www.gnu.org/licenses/agpl-3.0.en.html>`_ .
A copy of the text of the license is included along with the sources.


