{ "info": { "author": "Paulo Cereigido", "author_email": "paulocereigido@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "Intended Audience :: System Administrators", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Database", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Internet :: WWW/HTTP :: Site Management", "Topic :: Software Development :: Libraries :: Application Frameworks", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "django-filepreviewfields\n========================\n\n> Fields for previewing image and video uploaded files\n\nInstallation\n------------\n\n```sh\npip install django-filepreviewfields\n```\n\nAdding to installed apps\n------------------------\n\n- To use file preview fields, you have to add it to your INSTALLED_APPS on your project's settings.py so the needed static files can be loaded:\n\n```python\n INSTALLED_APPS = (\n ...\n 'filepreviewfields',\n )\n```\n\nUsing SortedManyToManyField\n---------------------------\n\n- To use SortedManyToMany field, just create a field as if you were adding the default ManyToMany\n\n```python\n from django.db import models\n from filepreviewfields.fields import ImagePreviewField, VideoPreviewField\n\n class Movie(models.Model):\n ...\n cover = ImagePreviewField()\n video = VideoPreviewField()\n\n```\n\nLicense\n-------\n\nMIT", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/cereigido/django-filepreviewfields//tarball/0.1.2", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/cereigido/django-filepreviewfields/", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "django-filepreviewfields", "package_url": "https://pypi.org/project/django-filepreviewfields/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-filepreviewfields/", "project_urls": { "Download": "https://github.com/cereigido/django-filepreviewfields//tarball/0.1.2", "Homepage": "https://github.com/cereigido/django-filepreviewfields/" }, "release_url": "https://pypi.org/project/django-filepreviewfields/0.1.2/", "requires_dist": null, "requires_python": null, "summary": "Fields for previewing image and video uploaded files", "version": "0.1.2" }, "last_serial": 2245370, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "ae86757366a5471befd69d9edbb65d8a", "sha256": "6c5776eaf772983670885c52414a8a7758e1c67464140d447ca45fa912102fd1" }, "downloads": -1, "filename": "django-filepreviewfields-0.1.0.tar.gz", "has_sig": false, "md5_digest": "ae86757366a5471befd69d9edbb65d8a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2715, "upload_time": "2016-07-24T05:04:42", "url": "https://files.pythonhosted.org/packages/72/4d/f03abe7dffc81425a53289d545ebc4c67388fea87756c78e2a91517c95dc/django-filepreviewfields-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "af77e2a5328e116e15113645bebfdfc1", "sha256": "0a3022417dbe2c03d0659f44930b5a179593bb730d758ef17044d9ac09db6523" }, "downloads": -1, "filename": "django-filepreviewfields-0.1.1.tar.gz", "has_sig": false, "md5_digest": "af77e2a5328e116e15113645bebfdfc1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3269, "upload_time": "2016-07-24T05:41:35", "url": "https://files.pythonhosted.org/packages/2d/87/4507fa638c9365074c1dec3abdad7fb91e3505af4dd6e296ba3084154878/django-filepreviewfields-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "1eb702afb8be011644954470be284ec2", "sha256": "acefa28c8328d6da6692c665112b9e773f2976317b70d41e95c69308c7d1a617" }, "downloads": -1, "filename": "django-filepreviewfields-0.1.2.tar.gz", "has_sig": false, "md5_digest": "1eb702afb8be011644954470be284ec2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3276, "upload_time": "2016-07-26T19:51:42", "url": "https://files.pythonhosted.org/packages/91/c8/80d6ad296002c51b1a128811cf2af25c21ce416a2154a02425a005b93243/django-filepreviewfields-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1eb702afb8be011644954470be284ec2", "sha256": "acefa28c8328d6da6692c665112b9e773f2976317b70d41e95c69308c7d1a617" }, "downloads": -1, "filename": "django-filepreviewfields-0.1.2.tar.gz", "has_sig": false, "md5_digest": "1eb702afb8be011644954470be284ec2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3276, "upload_time": "2016-07-26T19:51:42", "url": "https://files.pythonhosted.org/packages/91/c8/80d6ad296002c51b1a128811cf2af25c21ce416a2154a02425a005b93243/django-filepreviewfields-0.1.2.tar.gz" } ] }