Metadata-Version: 1.1
Name: yamicache
Version: 0.2.0
Summary: Yet another in-memory caching package
Home-page: https://github.com/mtik00/yamicache
Author: Timothy McFadden
Author-email: tim@timandjamie.com
License: MIT license
Description: =========
        yamicache
        =========
        
        
        .. image:: https://img.shields.io/pypi/v/yamicache.svg
                :target: https://pypi.python.org/pypi/yamicache
                :alt: Pypi Version
        
        .. image:: https://img.shields.io/travis/mtik00/yamicache.svg
                :target: https://travis-ci.org/mtik00/yamicache
                :alt: Travis Status
        
        .. image:: https://readthedocs.org/projects/yamicache/badge/?version=latest
                :target: https://yamicache.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        .. image:: https://coveralls.io/repos/github/mtik00/yamicache/badge.svg?branch=master
                :target: https://coveralls.io/github/mtik00/yamicache?branch=master
                :alt: Coveralls Status
        
        
        Yet another in-memory caching package
        
        
        * Free software: MIT license
        * Documentation: https://yamicache.readthedocs.io.
        
        
        Features
        --------
        
        * Memoization
        * Selective caching based on decorators
        * Mutli-threaded support
        * Optional garbage collection thread
        * Optional time-based cache expiration
        
        Credits
        ---------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        
        =======
        History
        =======
        
        0.2.0 (2017-09-03)
        ------------------
        
        * Added cache key collision checking
        
        
        0.1.1 (2017-09-01)
        ------------------
        
        * Fix #1: ``Cache.cached()`` ignores ``timeout`` parameter
        
        
        0.1.0 (2017-08-28)
        ------------------
        
        * First release on PyPI.
        
Keywords: yamicache
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
