{ "info": { "author": "Wouter Claeys", "author_email": "wouter.claeys@rwo.vlaanderen.be", "bugtrack_url": null, "classifiers": [ "Development Status :: 1 - Planning", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Documentation", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: System :: Installation/Setup", "Topic :: System :: Software Distribution" ], "description": "============================\nExtensions for dogpile.cache\n============================\n\nThis library provides extensions for dogpile.cache. For the time being only one extension is provided, a memory backend that can be limited in size (number of items to cache).\n\n.. image:: https://badge.fury.io/py/dcextensions.png\n :target: http://badge.fury.io/py/dcextensions\n\n.. image:: https://travis-ci.org/OnroerendErfgoed/dcextensions.svg?branch=master\n :target: https://travis-ci.org/OnroerendErfgoed/dcextensions\n\n.. image:: https://coveralls.io/repos/OnroerendErfgoed/dcextensions/badge.png?branch=master\n :target: https://coveralls.io/r/OnroerendErfgoed/dcextensions?branch=master\n\nInstallation\n------------\n\nTo install dcextensions, use pip\n\n.. code-block:: bash\n \n pip install dcextensions\n\nUsage\n-----\n\nTo use the memory backend\n\n.. code-block:: python\n\n.. code-block:: python\n\n from dogpile.cache import make_region\n\n region = make_region().configure(\n 'dogpile.cache.memory.limited',\n expiration_time = 3600,\n arguments = {\n 'cache_size': 100,\n 'cache_dict': my_dict\n }\n )\n\n\nBoth arguments are optional. When use my_dict must be an instance of OrderedDict.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/OnroerendErfgoed/dcextensions", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "dcextensions", "package_url": "https://pypi.org/project/dcextensions/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/dcextensions/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/OnroerendErfgoed/dcextensions" }, "release_url": "https://pypi.org/project/dcextensions/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "UNKNOWN", "version": "0.0.1" }, "last_serial": 1159783, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "c2830d0a0947f0515afad73c4f7ade32", "sha256": "5d1fbf9e5ad557f5a708512070bfefc7bc75c570faefcf7cdba3395af5a59bb9" }, "downloads": -1, "filename": "dcextensions-0.0.1.tar.gz", "has_sig": false, "md5_digest": "c2830d0a0947f0515afad73c4f7ade32", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 96348, "upload_time": "2014-07-16T14:41:14", "url": "https://files.pythonhosted.org/packages/ef/9a/61e6603b26fcc82b6def5c17fdeda1eab358f10e6888fe98a78faf3bc0bf/dcextensions-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c2830d0a0947f0515afad73c4f7ade32", "sha256": "5d1fbf9e5ad557f5a708512070bfefc7bc75c570faefcf7cdba3395af5a59bb9" }, "downloads": -1, "filename": "dcextensions-0.0.1.tar.gz", "has_sig": false, "md5_digest": "c2830d0a0947f0515afad73c4f7ade32", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 96348, "upload_time": "2014-07-16T14:41:14", "url": "https://files.pythonhosted.org/packages/ef/9a/61e6603b26fcc82b6def5c17fdeda1eab358f10e6888fe98a78faf3bc0bf/dcextensions-0.0.1.tar.gz" } ] }