{ "info": { "author": "Yuri Prezument", "author_email": "y@yprez.com", "bugtrack_url": null, "classifiers": [], "description": "=============\ndjango-useful\n=============\n\nA collection of reusable Django snippets.\n\n\nUnlike other similar packages, I'll try to keep it fully tested, documented,\nand compatible with several Django and Python versions.\n\n\n**Travis CI build status:** |travis-ci-status|\n\n\n**Work in progress**:\nCurrently this package is still under development, and intended mainly for my\npersonal use. New features will be added gradually.\n\n\n**Compatible with:**\n\n* **Python:** 2.6, 2.7\n* **Django:** 1.3, 1.4\n* **Celery:** 2.5, 3.0 *(optional)*\n\nInstallation\n------------\n\nInstall by using pip or easy_install::\n\n pip install django-useful\n\nOr install from source::\n\n git clone git@github.com:yprez/django-useful.git\n cd django-useful\n python setup.py install\n\nTo add this application into your project, just add it to your\n``INSTALLED_APPS`` setting::\n\n INSTALLED_APPS = (\n ...\n 'useful',\n )\n\n\n------------\n\n\nFor more details, see the `Documentation`_.\n\n\n.. _`Documentation`: http://django-useful.rtfd.org/\n\n.. |travis-ci-status| image:: https://secure.travis-ci.org/yprez/django-useful.png?branch=master\n :target: http://travis-ci.org/yprez/django-useful", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/yprez/django-useful", "keywords": null, "license": "ISC", "maintainer": null, "maintainer_email": null, "name": "django-useful", "package_url": "https://pypi.org/project/django-useful/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-useful/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/yprez/django-useful" }, "release_url": "https://pypi.org/project/django-useful/0.1.2/", "requires_dist": null, "requires_python": null, "summary": "Reusable Django snippets", "version": "0.1.2" }, "last_serial": 727840, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "e591e33f58e584d2b0d7db7605648a07", "sha256": "84e4be526f037bb8d7b6f347c72198724c753ce548a0cf70b9c17bfeeea200f4" }, "downloads": -1, "filename": "django-useful-0.1.0.tar.gz", "has_sig": false, "md5_digest": "e591e33f58e584d2b0d7db7605648a07", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5035, "upload_time": "2012-09-25T19:58:39", "url": "https://files.pythonhosted.org/packages/f3/99/f8c917879c06bbae9e055c14ae6dda586a4a38417664e467fe0c07271f4b/django-useful-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "f364bb7f4be90394c7bc3d8024d5f5d7", "sha256": "27cd02c6dd978419d4cc9cd906bba9bc4e4d5ba516b998cfa4a23c29f68fe8c7" }, "downloads": -1, "filename": "django-useful-0.1.1.tar.gz", "has_sig": false, "md5_digest": "f364bb7f4be90394c7bc3d8024d5f5d7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5067, "upload_time": "2012-10-11T15:15:09", "url": "https://files.pythonhosted.org/packages/44/05/6311da9d5fe14a8256e77476db30ef471f6bd433b05c730202bc69a78aad/django-useful-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "49e220102d14710edf46b9c69c5c30a1", "sha256": "d6275a56f76b615c4ed05ac06b1b6610ffcfb320c6967e871496d7810173f90d" }, "downloads": -1, "filename": "django-useful-0.1.2.tar.gz", "has_sig": false, "md5_digest": "49e220102d14710edf46b9c69c5c30a1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5528, "upload_time": "2012-11-21T17:16:29", "url": "https://files.pythonhosted.org/packages/5c/f4/9aeb54eb455be585f13c389d6a7be94495b96dafb8f5baf6418b5a28f811/django-useful-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "49e220102d14710edf46b9c69c5c30a1", "sha256": "d6275a56f76b615c4ed05ac06b1b6610ffcfb320c6967e871496d7810173f90d" }, "downloads": -1, "filename": "django-useful-0.1.2.tar.gz", "has_sig": false, "md5_digest": "49e220102d14710edf46b9c69c5c30a1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5528, "upload_time": "2012-11-21T17:16:29", "url": "https://files.pythonhosted.org/packages/5c/f4/9aeb54eb455be585f13c389d6a7be94495b96dafb8f5baf6418b5a28f811/django-useful-0.1.2.tar.gz" } ] }