{ "info": { "author": "Estante Virtual", "author_email": "ebertti@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Natural Language :: Portuguese (Brazilian)", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6" ], "description": "LessCache\n=========\n\nServerless cache backend for Django and Flask\n\nWorking with: AWS Dynamodb\n\n\n.. image:: https://badges.gitter.im/Join%20Chat.svg\n :alt: Join the chat at https://gitter.im/ebertti/lesscache\n :target: https://gitter.im/ebertti/lesscache?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge\n\n.. image:: https://img.shields.io/badge/django-1.11%202.0%202.1-brightgreen.svg\n :target: http://pypi.python.org/pypi/lesscache\n\n.. image:: https://img.shields.io/pypi/v/lesscache.svg?style=flat\n :target: http://pypi.python.org/pypi/lesscache\n\n.. image:: https://img.shields.io/pypi/pyversions/lesscache.svg?maxAge=2592000\n :target: http://pypi.python.org/pypi/lesscache\n\n.. image:: https://img.shields.io/pypi/format/lesscache.svg?maxAge=2592000\n :target: http://pypi.python.org/pypi/lesscache\n\n.. image:: https://img.shields.io/pypi/status/lesscache.svg?maxAge=2592000\n :target: http://pypi.python.org/pypi/lesscache\n\n.. image:: https://img.shields.io/travis/ebertti/lesscache/master.svg?maxAge=2592000\n :target: https://travis-ci.org/ebertti/lesscache\n \n.. image:: https://img.shields.io/requires/github/ebertti/lesscache.svg?maxAge=2592000\n :target: https://requires.io/github/ebertti/lesscache/requirements/\n\n.. image:: https://img.shields.io/coveralls/ebertti/lesscache/master.svg?maxAge=2592000\n :target: https://coveralls.io/r/ebertti/lesscache?branch=master\n \n.. image:: https://img.shields.io/codeclimate/github/ebertti/lesscache.svg\n :target: https://codeclimate.com/github/ebertti/lesscache\n\n.. image:: https://landscape.io/github/ebertti/lesscache/master/landscape.png?style=flat\n :target: https://landscape.io/github/ebertti/lesscache/master\n\n\nInstallation\n------------\n\n**pip**\n\n ``pip install lesscache``\n \n**pipenv**\n\n ``pipenv install lesscache``\n\nSetup on Django\n---------------\n\nOn Django Settings\n\n.. code-block:: python\n\n instaled_apps = [\n ...\n 'lesscache.compact.django'\n ]\n\n CACHES = {\n 'default': {\n 'BACKEND': 'lesscache.compact.django.cache.DjangoCache',\n }\n }\n\n\nRun manage command to create cache table on Dynamodb before using\n\n ``python manage.py create_dynamodb_cache``\n\nSetup on Flask\n--------------\n\n**WIP**", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/ebertti/lesscache/", "keywords": "cache,django,flask,aws,dynamodb", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "lesscache", "package_url": "https://pypi.org/project/lesscache/", "platform": "OS Independent", "project_url": "https://pypi.org/project/lesscache/", "project_urls": { "Homepage": "http://github.com/ebertti/lesscache/" }, "release_url": "https://pypi.org/project/lesscache/0.1/", "requires_dist": null, "requires_python": "", "summary": "AWS Dynamodb as cache backend for Django and Flask", "version": "0.1" }, "last_serial": 4491769, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "324da0acc1401af7dc25996b0a1e7ef2", "sha256": "50e4e0c1af8ac30963929b01fd6941f8d3a68e670347ff58842a3661c1b075a5" }, "downloads": -1, "filename": "lesscache-0.1.tar.gz", "has_sig": false, "md5_digest": "324da0acc1401af7dc25996b0a1e7ef2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8865, "upload_time": "2018-11-15T23:55:36", "url": "https://files.pythonhosted.org/packages/7d/8d/b057477df7ba8df6d7f374eca7b1c240f56be7a0abb8587ca34cd68db901/lesscache-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "324da0acc1401af7dc25996b0a1e7ef2", "sha256": "50e4e0c1af8ac30963929b01fd6941f8d3a68e670347ff58842a3661c1b075a5" }, "downloads": -1, "filename": "lesscache-0.1.tar.gz", "has_sig": false, "md5_digest": "324da0acc1401af7dc25996b0a1e7ef2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8865, "upload_time": "2018-11-15T23:55:36", "url": "https://files.pythonhosted.org/packages/7d/8d/b057477df7ba8df6d7f374eca7b1c240f56be7a0abb8587ca34cd68db901/lesscache-0.1.tar.gz" } ] }