{ "info": { "author": "Steve Lacey", "author_email": "steve@stevelacey.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3" ], "description": "Django Placehold.it\n===================\n\nA fully featured drop-in replacement of `placehold.it`_ for Django\n\n+--------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------+\n| .. image:: https://raw.githubusercontent.com/stevelacey/django-placeholdit/master/examples/160.gif | .. image:: https://raw.githubusercontent.com/stevelacey/django-placeholdit/master/examples/custom-dimensions.gif | .. image:: https://raw.githubusercontent.com/stevelacey/django-placeholdit/master/examples/custom-text.gif |\n+--------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------+\n| .. image:: https://raw.githubusercontent.com/stevelacey/django-placeholdit/master/examples/custom-colors.gif | .. image:: https://raw.githubusercontent.com/stevelacey/django-placeholdit/master/examples/automatically.gif | .. image:: https://raw.githubusercontent.com/stevelacey/django-placeholdit/master/examples/formats.jpg |\n| +------------------------------------------------------------------------------------------------------------------+ |\n| | .. image:: https://raw.githubusercontent.com/stevelacey/django-placeholdit/master/examples/scaled.gif | |\n+--------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------+\n\nFeatures\n--------\n\n- Everything `placehold.it`_ does\n- Identical URL structure\n- Improved font rendition and vertical text alignment\n\nInstallation\n------------\n\nYou can pip install the app from PyPi (recommended):\n\n::\n\n $ pip install django-placeholdit\n\nor GitHub:\n\n::\n\n $ pip install git+git://github.com/stevelacey/django-placeholdit.git#egg=DjangoPlaceholdit\n\n\nAdd django_placeholdit to your INSTALLED_APPS in settings.py:\n\n::\n\n INSTALLED_APPS = (\n # ...\n 'django_placeholdit',\n )\n\nAdd the routes into your urls.py, feel free to customise the prefix or namespace, no trailing slash:\n\n::\n\n urlpatterns = patterns(\n # ...\n url(r'^placeholders', include('django_placeholdit.urls', namespace='placeholdit')),\n )\n\nConfiguration\n-------------\n\nThe following options can be configured in your settings.py:\n\n``PLACEHOLDIT_CACHE_SECONDS`` # Number of seconds to cache placeholders. Defaults to `86400 * 7` (a week)\n\nUsage\n-----\n\nIn templates:\n\n::\n\n \n \n \n \n \n \n \n\nResulting in:\n\n::\n\n \n \n \n \n \n \n \n\nContributing\n------------\n\nFeel free to `fork django-placeholdit `_\non GitHub! I'd love to see your pull requests.\n\n.. _placehold.it: http://placehold.it", "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/stevelacey/django-placeholdit", "keywords": "django placeholder placehold.it", "license": "Copyright (c) 2015 Steve Lacey \n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.", "maintainer": null, "maintainer_email": null, "name": "django-placeholdit", "package_url": "https://pypi.org/project/django-placeholdit/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-placeholdit/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/stevelacey/django-placeholdit" }, "release_url": "https://pypi.org/project/django-placeholdit/1.0.2/", "requires_dist": null, "requires_python": null, "summary": "A fully featured drop-in replacement of placehold.it for Django", "version": "1.0.2" }, "last_serial": 1577020, "releases": { "1.0.0": [], "1.0.1": [ { "comment_text": "", "digests": { "md5": "6bdf7935dbd68de1c59b9e1bf9d713d4", "sha256": "9847e1d63ebd59e255c70bfc2da942c1ba3c2e56927f8e2807404dbf54520366" }, "downloads": -1, "filename": "django-placeholdit-1.0.1.tar.gz", "has_sig": false, "md5_digest": "6bdf7935dbd68de1c59b9e1bf9d713d4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4017, "upload_time": "2015-05-29T15:03:28", "url": "https://files.pythonhosted.org/packages/63/00/b9122323b460a2565552d1a6c2d5a0d9d427e373407108d79a5de78bf209/django-placeholdit-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "9fb6be4a6dcf0972358dce64c1de5737", "sha256": "432b36aee8a36dfadc32e6198530b30459c27cdec741aec66907e6f428100dbe" }, "downloads": -1, "filename": "django-placeholdit-1.0.2.tar.gz", "has_sig": false, "md5_digest": "9fb6be4a6dcf0972358dce64c1de5737", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4061, "upload_time": "2015-06-03T16:42:07", "url": "https://files.pythonhosted.org/packages/69/ef/5552c281e8c276244ee3103f18f2dfd20c145ffacd2771141ebac2d61668/django-placeholdit-1.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9fb6be4a6dcf0972358dce64c1de5737", "sha256": "432b36aee8a36dfadc32e6198530b30459c27cdec741aec66907e6f428100dbe" }, "downloads": -1, "filename": "django-placeholdit-1.0.2.tar.gz", "has_sig": false, "md5_digest": "9fb6be4a6dcf0972358dce64c1de5737", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4061, "upload_time": "2015-06-03T16:42:07", "url": "https://files.pythonhosted.org/packages/69/ef/5552c281e8c276244ee3103f18f2dfd20c145ffacd2771141ebac2d61668/django-placeholdit-1.0.2.tar.gz" } ] }