{ "info": { "author": "Igor Tokarev", "author_email": "TigorC@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "# django-foundation-form\n\nReusable Django app for display [zurb foundation forms](http://foundation.zurb.com/)\n\n## Installation\nInstall with pip: `pip install foundationform`\n\nAdd `'foundationform',` to INSTALLED_APPS\n\n## Usage\n\nSimple form:\n\n```html\n{% load foundation %}\n\n

Form

\n
\n {{ form|foundation }}\n \n
\n```\n\nInline labels:\n\n```html\n{% load foundation %}\n\n

Form

\n
\n {{ form|foundationinline }}\n \n
\n```\n\nRender form fields:\n```html\n{% load foundation %}\n\n

Form

\n
\n {{ form.title|foundation }}\n {{ form.text|foundationinline }}\n \n
\n```\n\n### Running the tests\nInstall [tox](http://tox.testrun.org/) and run `tox` from the source checkout", "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/TigorC/django-foundation-form", "keywords": null, "license": "See LICENSE.txt", "maintainer": null, "maintainer_email": null, "name": "foundationform", "package_url": "https://pypi.org/project/foundationform/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/foundationform/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/TigorC/django-foundation-form" }, "release_url": "https://pypi.org/project/foundationform/0.2/", "requires_dist": null, "requires_python": null, "summary": "Reusable Django app for display zurb foundation forms", "version": "0.2" }, "last_serial": 1001042, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "f562f8366f5ce610453912f1f97a9214", "sha256": "8d129ee48e07c51b716de06393a8f7fea2e2c0bc7e83d17e92a1040ed439a0a5" }, "downloads": -1, "filename": "foundationform-0.1.0.tar.gz", "has_sig": false, "md5_digest": "f562f8366f5ce610453912f1f97a9214", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3793, "upload_time": "2013-07-14T15:11:57", "url": "https://files.pythonhosted.org/packages/c1/b4/8b4f19291432055b417d79bd143bb20c84855590bf134d443afdbc23775e/foundationform-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "91dfb95c398ed82911fc0b254ba6dc0c", "sha256": "4a6c63f06d6e355265cbd07142c9afafb49cfca3b4dfc1a3ecc184bc91348b6c" }, "downloads": -1, "filename": "foundationform-0.1.1.tar.gz", "has_sig": false, "md5_digest": "91dfb95c398ed82911fc0b254ba6dc0c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4138, "upload_time": "2013-07-20T03:16:48", "url": "https://files.pythonhosted.org/packages/c6/fd/c983c1049238a3fbfadf89d3705080e629543042fd336d913e48b0c9b83a/foundationform-0.1.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "69de8c1a29fb3388d2019489f090429d", "sha256": "34848cd4d51927e4471afd80d3cf0f5c584a117a63f92154191e4aecb6d8427a" }, "downloads": -1, "filename": "foundationform-0.2.tar.gz", "has_sig": false, "md5_digest": "69de8c1a29fb3388d2019489f090429d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4802, "upload_time": "2014-02-16T06:00:35", "url": "https://files.pythonhosted.org/packages/e6/b1/24ec101684697d0b1b30f4b04376b844ebc1f31579cb61237232cf9ccbe3/foundationform-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "69de8c1a29fb3388d2019489f090429d", "sha256": "34848cd4d51927e4471afd80d3cf0f5c584a117a63f92154191e4aecb6d8427a" }, "downloads": -1, "filename": "foundationform-0.2.tar.gz", "has_sig": false, "md5_digest": "69de8c1a29fb3388d2019489f090429d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4802, "upload_time": "2014-02-16T06:00:35", "url": "https://files.pythonhosted.org/packages/e6/b1/24ec101684697d0b1b30f4b04376b844ebc1f31579cb61237232cf9ccbe3/foundationform-0.2.tar.gz" } ] }