Metadata-Version: 2.1
Name: async-cache-updater
Version: 0.1.5
Summary: Caches the output of functions with time-based buckets
Home-page: https://github.com/revpoint/async-cache-updater
Author: RevPoint Media
Author-email: tech@jangl.com
License: MIT license
Keywords: async_cache_updater
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.6
License-File: LICENSE
License-File: AUTHORS.rst

===================
Async Cache Updater
===================


.. image:: https://img.shields.io/pypi/v/async-cache-updater.svg
    :target: https://pypi.python.org/pypi/async-cache-updater

.. image:: https://img.shields.io/travis/revpoint/async-cache-updater.svg
    :target: https://travis-ci.com/revpoint/async-cache-updater

.. image:: https://readthedocs.org/projects/async-cache-updater/badge/?version=latest
    :target: https://async-cache-updater.readthedocs.io/en/latest/?version=latest
    :alt: Documentation Status

.. image:: https://pyup.io/repos/github/revpoint/async-cache-updater/shield.svg
    :target: https://pyup.io/repos/github/revpoint/async-cache-updater/
    :alt: Updates



Caches the output of functions with time-based buckets


* Free software: MIT license
* Documentation: https://async-cache-updater.readthedocs.io.


Features
--------

* TODO

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.1.5 (2021-12-15)
------------------

* Add disabled setting

0.1.4 (2021-09-21)
------------------

* Fix aioredis client

0.1.3 (2021-09-21)
------------------

* Fix aioredis client

0.1.2 (2021-09-14)
------------------

* Fix cache get_many

0.1.1 (2021-09-01)
------------------

* Fix README

0.1.0 (2021-08-28)
------------------

* First release on PyPI.


