معرفی شرکت ها


async-caches-0.3.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Caching library reimplementing django.core.cache with async support and type hints, inspired by encode/databases.
ویژگی مقدار
سیستم عامل -
نام فایل async-caches-0.3.0
نام async-caches
نسخه کتابخانه 0.3.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Rafał Pitoń
ایمیل نویسنده kontakt@rpiton.com
آدرس صفحه اصلی https://github.com/rafalp/async-caches
آدرس اینترنتی https://pypi.org/project/async-caches/
مجوز BSD
# Async Caches [![Build Status](https://travis-ci.org/rafalp/async-caches.svg?branch=master)](https://travis-ci.org/rafalp/async-caches) [![Codecov](https://codecov.io/gh/rafalp/async-caches/branch/master/graph/badge.svg)](https://codecov.io/gh/rafalp/async-caches) [![PyPI](https://img.shields.io/badge/release-0.3-green.svg)](https://pypi.org/project/async-caches/) [![Documentation](https://img.shields.io/badge/documentation-github.io-blue.svg)](https://rafalp.github.io/async-caches/) Caching library reimplementing [`django.core.cache` API](https://docs.djangoproject.com/en/2.2/topics/cache/#the-low-level-cache-api) with async support and type hints, inspired by [`encode/databases`](https://github.com/encode/databases). Currently three cache backends are available: * `dummy` - Dummy cache backend that doesn't cache anything. Used to disable caching in tests! * `locmem` - Cache backend that stores data in local memory. Lets you develop and test caching without need for actual cache server. * `redis` - Redis cache intended for use in actual deployments. **Requirements:** Python 3.6+ **Documentation:** https://rafalp.github.io/async-caches/ ## Installation ```console $ pip install async-caches ``` ## Contributing Contributions are welcome! If you've found a bug, got idea, question or just want to share the love, open [GitHub issue](https://github.com/rafalp/async-caches/issues) or pull request! ## 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](https://github.com/encode/databases/issues) package developed by Tom Christie and contributors and from [Django](https://github.com/django/django) package developed by Django project maintainers and contributors.


نیازمندی

مقدار نام
>=1.2.0 aioredis


نحوه نصب


نصب پکیج whl async-caches-0.3.0:

    pip install async-caches-0.3.0.whl


نصب پکیج tar.gz async-caches-0.3.0:

    pip install async-caches-0.3.0.tar.gz