{ "info": { "author": "Rafa\u0142 Pito\u0144", "author_email": "kontakt@rpiton.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "# Async Caches\n\n[![Build Status](https://travis-ci.org/rafalp/async-caches.svg?branch=master)](https://travis-ci.org/rafalp/async-caches)\n[![Codecov](https://codecov.io/gh/rafalp/async-caches/branch/master/graph/badge.svg)](https://codecov.io/gh/rafalp/async-caches)\n[![PyPI](https://img.shields.io/badge/release-0.3-green.svg)](https://pypi.org/project/async-caches/)\n[![Documentation](https://img.shields.io/badge/documentation-github.io-blue.svg)](https://rafalp.github.io/async-caches/)\n\nCaching 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).\n\nCurrently three cache backends are available:\n\n* `dummy` - Dummy cache backend that doesn't cache anything. Used to disable caching in tests!\n* `locmem` - Cache backend that stores data in local memory. Lets you develop and test caching without need for actual cache server.\n* `redis` - Redis cache intended for use in actual deployments.\n\n**Requirements:** Python 3.6+\n**Documentation:** https://rafalp.github.io/async-caches/\n\n\n## Installation\n\n```console\n$ pip install async-caches\n```\n\n\n## Contributing\n\nContributions are welcome!\n\nIf 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!\n\n\n## Credits and license\n\nThis 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.\n\nParts 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.\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/rafalp/async-caches", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "async-caches", "package_url": "https://pypi.org/project/async-caches/", "platform": "any", "project_url": "https://pypi.org/project/async-caches/", "project_urls": { "Homepage": "https://github.com/rafalp/async-caches" }, "release_url": "https://pypi.org/project/async-caches/0.3.0/", "requires_dist": [ "aioredis (>=1.2.0)" ], "requires_python": "", "summary": "Caching library reimplementing django.core.cache with async support and type hints, inspired by encode/databases.", "version": "0.3.0" }, "last_serial": 5682925, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "496296e259244e9df6c0eedb9e1a1958", "sha256": "38076f1161e819740b0ce91c9652871117a7d91b54b060a1e200022c1a6aa1e9" }, "downloads": -1, "filename": "async_caches-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "496296e259244e9df6c0eedb9e1a1958", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 10026, "upload_time": "2019-07-14T17:14:58", "url": "https://files.pythonhosted.org/packages/b3/52/91a176ea2a7a227b305a41685b6a877a8af297b91e37627b29f2cd6f0540/async_caches-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "aa79876e9ef5891d9b4ac47535d0d7bf", "sha256": "91d6ea8d02b788a125726f541852eebddb9d244aae109c4552e4976cf859c981" }, "downloads": -1, "filename": "async-caches-0.1.0.tar.gz", "has_sig": false, "md5_digest": "aa79876e9ef5891d9b4ac47535d0d7bf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7295, "upload_time": "2019-07-14T17:15:00", "url": "https://files.pythonhosted.org/packages/61/4a/2d8b42c5281feaa1914bd5e2d06768bcbeda0d67d4cc2ba3b131d017a445/async-caches-0.1.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "2cc11374cd53bcb9b5e7b64852b38cd7", "sha256": "eeb911d28ff883b085b616c519a3042188636d591ee1d2eb89fba8be1ed052bd" }, "downloads": -1, "filename": "async_caches-0.2.0-py3-none-any.whl", "has_sig": false, "md5_digest": "2cc11374cd53bcb9b5e7b64852b38cd7", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 10327, "upload_time": "2019-07-19T22:14:44", "url": "https://files.pythonhosted.org/packages/69/80/656a32993c906d91b60925747f16db1d3263de6f54e6fc08f3f754d6ed7f/async_caches-0.2.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "96ce077870fc71d9839080f6aca56479", "sha256": "351437800cb046d4403ef1f595fdf18d55e6f17c57496992bf83bd33a6f203eb" }, "downloads": -1, "filename": "async-caches-0.2.0.tar.gz", "has_sig": false, "md5_digest": "96ce077870fc71d9839080f6aca56479", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7611, "upload_time": "2019-07-19T22:14:46", "url": "https://files.pythonhosted.org/packages/7e/1d/023a2cce533d4a0e5f73699d196684aad7bf0ee09a0ef2770f077fb9baed/async-caches-0.2.0.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "a00982b95229d12d5d1ee297cffed299", "sha256": "b627c907e873149fa7cf9e2aa5eb4e9b8a641360a474d1850d6d99dff685a0f6" }, "downloads": -1, "filename": "async_caches-0.3.0-py3-none-any.whl", "has_sig": false, "md5_digest": "a00982b95229d12d5d1ee297cffed299", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 10300, "upload_time": "2019-08-15T15:59:41", "url": "https://files.pythonhosted.org/packages/f1/4b/85fc906c752dfaa5d29dd5f31c37c9bac9dbd5c3e88d4ea005a27ca7708a/async_caches-0.3.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "810723b90f78f5ff898ec61bc68275e4", "sha256": "b860095e286f598ad568fe120136d8f418754b39fd20ab1e60fdcfc1e39c7e6a" }, "downloads": -1, "filename": "async-caches-0.3.0.tar.gz", "has_sig": false, "md5_digest": "810723b90f78f5ff898ec61bc68275e4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7591, "upload_time": "2019-08-15T15:59:43", "url": "https://files.pythonhosted.org/packages/01/45/9b0da42a898be24b57ee4ed75968cca60cd6b675d18822acd3ccd2e5f0b3/async-caches-0.3.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a00982b95229d12d5d1ee297cffed299", "sha256": "b627c907e873149fa7cf9e2aa5eb4e9b8a641360a474d1850d6d99dff685a0f6" }, "downloads": -1, "filename": "async_caches-0.3.0-py3-none-any.whl", "has_sig": false, "md5_digest": "a00982b95229d12d5d1ee297cffed299", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 10300, "upload_time": "2019-08-15T15:59:41", "url": "https://files.pythonhosted.org/packages/f1/4b/85fc906c752dfaa5d29dd5f31c37c9bac9dbd5c3e88d4ea005a27ca7708a/async_caches-0.3.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "810723b90f78f5ff898ec61bc68275e4", "sha256": "b860095e286f598ad568fe120136d8f418754b39fd20ab1e60fdcfc1e39c7e6a" }, "downloads": -1, "filename": "async-caches-0.3.0.tar.gz", "has_sig": false, "md5_digest": "810723b90f78f5ff898ec61bc68275e4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7591, "upload_time": "2019-08-15T15:59:43", "url": "https://files.pythonhosted.org/packages/01/45/9b0da42a898be24b57ee4ed75968cca60cd6b675d18822acd3ccd2e5f0b3/async-caches-0.3.0.tar.gz" } ] }