{ "info": { "author": "Philip Garnero", "author_email": "philip.garnero@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Web Environment", "Framework :: Django", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2.7", "Topic :: Internet :: WWW/HTTP", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Django foundation filefield widget\n===================================\n\nThis module provides a form widget to style file inputs in a foundation fashion.\n\n\nInstallation\n------------\n\nInstall with pip::\n\n pip install django-foundation-filefield-widget\n\n\nAdd `foundation_filefield_widget` app to your `INSTALLED_APPS`\n\n.. code-block:: python\n\n INSTALLED_APPS = (\n ...\n 'foundation_filefield_widget',\n )\n\nUse the widget in your forms :\n\n.. code-block:: python\n\n from django import forms\n from foundation_filefield_widget.widgets import FoundationFileInput, FoundationImageInput\n\n class MyForm(forms.Form):\n my_file = forms.FileField(widget=FoundationFileInput)\n my_image = forms.FileField(widget=FoundationImageInput)\n\n\nDon't forget to include the media part of your form in your templates.\n\nIf you want to easily define forms you should look into `crispy-forms `_\nAnd if you want to define forms styled with Foundation you should also check `crispy-forms-foundation `_", "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/PhilipGarnero/django-foundation-filefield-widget", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "django-foundation-filefield-widget", "package_url": "https://pypi.org/project/django-foundation-filefield-widget/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-foundation-filefield-widget/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/PhilipGarnero/django-foundation-filefield-widget" }, "release_url": "https://pypi.org/project/django-foundation-filefield-widget/0.0.4/", "requires_dist": null, "requires_python": null, "summary": "A form widget to style file inputs in a foundation fashion.", "version": "0.0.4" }, "last_serial": 1672046, "releases": { "0.0.1": [], "0.0.2": [ { "comment_text": "", "digests": { "md5": "3dc6415811e1da17779f078f0f3d70ad", "sha256": "2bb3e5d104ef6a67088e048f9b6e41dc3d91c9f278b27518b8a13d9637108396" }, "downloads": -1, "filename": "django-foundation-filefield-widget-0.0.2.tar.gz", "has_sig": false, "md5_digest": "3dc6415811e1da17779f078f0f3d70ad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3703, "upload_time": "2015-05-10T19:34:42", "url": "https://files.pythonhosted.org/packages/82/3e/f3554b3f07655e2c2cc445df5afa20ddc6347b7e89c4805030a0e13b0784/django-foundation-filefield-widget-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "54bde733e1f79ffba842b0b7fe2a9eff", "sha256": "acb170a9949b4a6e9637e70448901f84be78fff79d3ed9041fa23a79717e4d66" }, "downloads": -1, "filename": "django-foundation-filefield-widget-0.0.3.tar.gz", "has_sig": false, "md5_digest": "54bde733e1f79ffba842b0b7fe2a9eff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3801, "upload_time": "2015-05-16T14:56:42", "url": "https://files.pythonhosted.org/packages/a8/57/f7b3e2b258cd89f598e9208a2c9c18bb1a58d598fa8adacc21c6fe973986/django-foundation-filefield-widget-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "b57dad42bfe8e5119f5f0f3c0c55aa72", "sha256": "2609dbbb59bfdd1e03521ad80a4272dbc796621554e19a78967773158ad16a7d" }, "downloads": -1, "filename": "django-foundation-filefield-widget-0.0.4.tar.gz", "has_sig": false, "md5_digest": "b57dad42bfe8e5119f5f0f3c0c55aa72", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10539, "upload_time": "2015-08-10T21:50:30", "url": "https://files.pythonhosted.org/packages/4e/08/2b6d0c448becdc305bca395f5f4398e12af1ad20cf357a3370bbe2e3d66e/django-foundation-filefield-widget-0.0.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b57dad42bfe8e5119f5f0f3c0c55aa72", "sha256": "2609dbbb59bfdd1e03521ad80a4272dbc796621554e19a78967773158ad16a7d" }, "downloads": -1, "filename": "django-foundation-filefield-widget-0.0.4.tar.gz", "has_sig": false, "md5_digest": "b57dad42bfe8e5119f5f0f3c0c55aa72", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10539, "upload_time": "2015-08-10T21:50:30", "url": "https://files.pythonhosted.org/packages/4e/08/2b6d0c448becdc305bca395f5f4398e12af1ad20cf357a3370bbe2e3d66e/django-foundation-filefield-widget-0.0.4.tar.gz" } ] }