wheezy.caching


Namewheezy.caching JSON
Version 3.2.0 PyPI version JSON
download
home_pagehttps://github.com/akornatskyy/wheezy.caching
SummaryA lightweight caching library
upload_time2023-07-28 10:58:32
maintainer
docs_urlhttps://pythonhosted.org/wheezy.caching/
authorAndriy Kornatskyy
requires_python>=3.8
licenseMIT
keywords caching dependency memory null memcache memcached pylibmc
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            # wheezy.caching

[![Build Status](https://travis-ci.org/akornatskyy/wheezy.caching.svg?branch=master)](https://travis-ci.org/akornatskyy/wheezy.caching)
[![Coverage Status](https://coveralls.io/repos/github/akornatskyy/wheezy.caching/badge.svg?branch=master)](https://coveralls.io/github/akornatskyy/wheezy.caching?branch=master)
[![Documentation Status](https://readthedocs.org/projects/wheezycaching/badge/?version=latest)](https://wheezycaching.readthedocs.io/en/latest/?badge=latest)
[![pypi version](https://badge.fury.io/py/wheezy.caching.svg)](https://badge.fury.io/py/wheezy.caching)

[wheezy.caching](https://pypi.org/project/wheezy.caching/) is a
[python](http://www.python.org) package written in pure Python code. It
is a lightweight caching library that provides integration with:

- [python-memcached](https://pypi.org/project/python-memcached/) -
  Pure Python [memcached](http://memcached.org) client.
- [pylibmc](https://pypi.org/project/pylibmc/) - Quick and small
  [memcached](http://memcached.org) client for Python written in C.

It introduces idea of *cache dependency* (effectively invalidate
dependent cache items) and other cache related algorithms.

It is optimized for performance, well tested and documented.

Resources:

- [source code](https://github.com/akornatskyy/wheezy.caching)
  and [issues](https://github.com/akornatskyy/wheezy.caching/issues)
  tracker are available on
  [github](https://github.com/akornatskyy/wheezy.caching)
- [documentation](https://wheezycaching.readthedocs.io/en/latest/)

## Install

[wheezy.caching](https://pypi.org/project/wheezy.caching/) requires
[python](http://www.python.org) version 3.8+. It is independent of operating
system. You can install it from
[pypi](https://pypi.org/project/wheezy.caching/) site:

```sh
pip install -U wheezy.caching
pip install -U wheezy.caching[pylibmc]
pip install -U wheezy.caching[python-memcached]
```

If you run into any issue or have comments, go ahead and add on
[github](https://github.com/akornatskyy/wheezy.caching).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/akornatskyy/wheezy.caching",
    "name": "wheezy.caching",
    "maintainer": "",
    "docs_url": "https://pythonhosted.org/wheezy.caching/",
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "caching dependency memory null memcache memcached pylibmc",
    "author": "Andriy Kornatskyy",
    "author_email": "andriy.kornatskyy@live.com",
    "download_url": "https://files.pythonhosted.org/packages/3b/52/71e97bdbaceffd40bd4763dab329bd09a77ec715765808d40e17e7c071ce/wheezy.caching-3.2.0.tar.gz",
    "platform": "any",
    "description": "# wheezy.caching\n\n[![Build Status](https://travis-ci.org/akornatskyy/wheezy.caching.svg?branch=master)](https://travis-ci.org/akornatskyy/wheezy.caching)\n[![Coverage Status](https://coveralls.io/repos/github/akornatskyy/wheezy.caching/badge.svg?branch=master)](https://coveralls.io/github/akornatskyy/wheezy.caching?branch=master)\n[![Documentation Status](https://readthedocs.org/projects/wheezycaching/badge/?version=latest)](https://wheezycaching.readthedocs.io/en/latest/?badge=latest)\n[![pypi version](https://badge.fury.io/py/wheezy.caching.svg)](https://badge.fury.io/py/wheezy.caching)\n\n[wheezy.caching](https://pypi.org/project/wheezy.caching/) is a\n[python](http://www.python.org) package written in pure Python code. It\nis a lightweight caching library that provides integration with:\n\n- [python-memcached](https://pypi.org/project/python-memcached/) -\n  Pure Python [memcached](http://memcached.org) client.\n- [pylibmc](https://pypi.org/project/pylibmc/) - Quick and small\n  [memcached](http://memcached.org) client for Python written in C.\n\nIt introduces idea of *cache dependency* (effectively invalidate\ndependent cache items) and other cache related algorithms.\n\nIt is optimized for performance, well tested and documented.\n\nResources:\n\n- [source code](https://github.com/akornatskyy/wheezy.caching)\n  and [issues](https://github.com/akornatskyy/wheezy.caching/issues)\n  tracker are available on\n  [github](https://github.com/akornatskyy/wheezy.caching)\n- [documentation](https://wheezycaching.readthedocs.io/en/latest/)\n\n## Install\n\n[wheezy.caching](https://pypi.org/project/wheezy.caching/) requires\n[python](http://www.python.org) version 3.8+. It is independent of operating\nsystem. You can install it from\n[pypi](https://pypi.org/project/wheezy.caching/) site:\n\n```sh\npip install -U wheezy.caching\npip install -U wheezy.caching[pylibmc]\npip install -U wheezy.caching[python-memcached]\n```\n\nIf you run into any issue or have comments, go ahead and add on\n[github](https://github.com/akornatskyy/wheezy.caching).\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A lightweight caching library",
    "version": "3.2.0",
    "project_urls": {
        "Homepage": "https://github.com/akornatskyy/wheezy.caching"
    },
    "split_keywords": [
        "caching",
        "dependency",
        "memory",
        "null",
        "memcache",
        "memcached",
        "pylibmc"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3b5271e97bdbaceffd40bd4763dab329bd09a77ec715765808d40e17e7c071ce",
                "md5": "c9b5394ced45c7e51bcb44d5908e346a",
                "sha256": "51b49ab3a9f882af760e094b1765739f94de01607939851f7f49e65240d45c14"
            },
            "downloads": -1,
            "filename": "wheezy.caching-3.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "c9b5394ced45c7e51bcb44d5908e346a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 15563,
            "upload_time": "2023-07-28T10:58:32",
            "upload_time_iso_8601": "2023-07-28T10:58:32.794223Z",
            "url": "https://files.pythonhosted.org/packages/3b/52/71e97bdbaceffd40bd4763dab329bd09a77ec715765808d40e17e7c071ce/wheezy.caching-3.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-28 10:58:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "akornatskyy",
    "github_project": "wheezy.caching",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "wheezy.caching"
}
        
Elapsed time: 0.09125s