Introduction
Welcome to Async Caches!
Async Caches was created to provide familiar caching solution to Django developers making a switch to new async frameworks, but newcomers are also welcome!
Its fully async and ships with type hints and docstrings for public API. It also has 100% test coverage.
Requirements: Python 3.6+
Installation
Async Caches can be installed form Pypi:
$ pip install async-caches
Credits and license
This is free software and you are welcome to modify and redistribute it under the conditions described in the license. For the complete license, refer to the LICENSE file.
Parts of software come from databases package developed by Tom Christie and contributors and from Django package developed by Django project maintainers and contributors.