{ "info": { "author": "Dwaiter.com", "author_email": "dev@dwaiter.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Topic :: Utilities" ], "description": "Queue Front\n===========\n\nA lowest-common-denominator API for interacting with lightweight queues.\nA fork of https://code.google.com/p/queues/. This main reason for this\nfork was to add python 3.0+ compatibility. Although you should be aware\nthat the backend libraries may not be python 3.0+ compatible.\n\nBackends\n--------\n\n- Amazon sqs\n\n - `boto `__, MIT\n\n- memcached\\*\n\n - `pylibmc `__, 3-clause BSD\n (a python wrapper around `TangentOrg\u2018s `__\n `libmemcached `__\n library.)\n - `bmemcached `__,\n MIT (a pure python module)\n\n- beanstalkd\n\n - `beanstalkc `__,\n APL-2.0\n\n- redis\n\n - `redis-py `__, MIT\n\n\\*memcached backends must use a queueing server such as MemcacheQ.\n\nExample\n-------\n\n::\n\n $ export QUEUE_BACKEND=redisd\n $ export QUEUE_REDIS_CONNECTION=localhost:6379\n $ python\n >>> from queue_front import queues\n >>> q = queues.Queue('myname')\n >>> q.write('test')\n True\n >>> len(q)\n 1\n >>> q.read()\n test\n >>> queues.get_list()\n ['myname']\n\nAdvanced\n========\n\nPackages Security\n-----------------\n\nThis module, when packaged, is signed with the following key:\n\nMario Rosa's Key with id 0x8EBBFA6F (full fingerprint F261 96E4 8EF2\nED4A 26F8 58E9 04AA 48D1 8EBB FA6F) and his email is mario@dwaiter.com\n\nYou can find this key on servers like\n`pgp.mit.edu `__.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/dwaiter/queue-front", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "queue-front", "package_url": "https://pypi.org/project/queue-front/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/queue-front/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://bitbucket.org/dwaiter/queue-front" }, "release_url": "https://pypi.org/project/queue-front/0.7.2/", "requires_dist": null, "requires_python": null, "summary": "A lowest-common-denominator API for interacting with lightweight queues. A fork of https://code.google.com/p/queues/.", "version": "0.7.2" }, "last_serial": 3090212, "releases": { "0.7.2": [ { "comment_text": "", "digests": { "md5": "65386cb82bb17ea56f4783de384d5487", "sha256": "c441fd55a1e5059a3f44259e22179deadc5a5153058c02178e19c567ee598c73" }, "downloads": -1, "filename": "queue-front-0.7.2.tar.gz", "has_sig": true, "md5_digest": "65386cb82bb17ea56f4783de384d5487", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7376, "upload_time": "2014-01-20T14:36:59", "url": "https://files.pythonhosted.org/packages/11/49/2a58a1d1ea9f1a6fe22e269ecf1305421b249a6cb18feea89c4ead85f571/queue-front-0.7.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "65386cb82bb17ea56f4783de384d5487", "sha256": "c441fd55a1e5059a3f44259e22179deadc5a5153058c02178e19c567ee598c73" }, "downloads": -1, "filename": "queue-front-0.7.2.tar.gz", "has_sig": true, "md5_digest": "65386cb82bb17ea56f4783de384d5487", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7376, "upload_time": "2014-01-20T14:36:59", "url": "https://files.pythonhosted.org/packages/11/49/2a58a1d1ea9f1a6fe22e269ecf1305421b249a6cb18feea89c4ead85f571/queue-front-0.7.2.tar.gz" } ] }