معرفی شرکت ها


cachestore-0.3.0


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Function Cache Management Tool for Python
ویژگی مقدار
سیستم عامل -
نام فایل cachestore-0.3.0
نام cachestore
نسخه کتابخانه 0.3.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده altescy
ایمیل نویسنده altescy@fastmail.com
آدرس صفحه اصلی https://github.com/altescy/cachestore
آدرس اینترنتی https://pypi.org/project/cachestore/
مجوز MIT
# CacheStore [![Actions Status](https://github.com/altescy/cachestore/workflows/CI/badge.svg)](https://github.com/altescy/cachestore/actions/workflows/ci.yml) [![Python version](https://img.shields.io/pypi/pyversions/cachestore)](https://github.com/altescy/cachestore) [![License](https://img.shields.io/github/license/altescy/cachestore)](https://github.com/altescy/cachestore/blob/master/LICENSE) [![pypi version](https://img.shields.io/pypi/v/cachestore)](https://pypi.org/project/cachestore/) **CacheStore** is a simple cache management system for Python functions. You can reuse the cached results even accross different executions. **cachestore** command enables you to manage the cached results from command line. Please see `--help` for more details. **Features** - Caching execution results by decorating target functions easily - Exporting caches into an external storage to reuse them access different exeutions - Detecting appropreate caches based on argumetns/source code of functions - Changing cache behavior via configuration file (see [exmaples](./examples)) - Providing a useful command line tool to manage caches - Written in pure Python, no external dependencies ## Installation ```bash pip install cachestore ``` ## Usage ### Python ```python from cachestore import Cache cache = Cache() @cache() def awesome_function(x, *, y="y", **kwargs): ... ``` ### CLI ```bash $ cachestore --help usage: cachestore positional arguments: {list,prune,remove} optional arguments: -h, --help show this help message and exit --version show program's version number and exit ```


زبان مورد نیاز

مقدار نام
>=3.8,<4.0 Python


نحوه نصب


نصب پکیج whl cachestore-0.3.0:

    pip install cachestore-0.3.0.whl


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

    pip install cachestore-0.3.0.tar.gz