{ "info": { "author": "David Thenon", "author_email": "sveetch@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 1.7", "Framework :: Django :: 1.8", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Topic :: Internet :: WWW/HTTP", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": ".. _Django: https://www.djangoproject.com/\n.. _DjangoCMS: https://www.django-cms.org\n.. _django-feedparser: https://github.com/sveetch/django-feedparser\n\n====================\ncmsplugin-feedparser\n====================\n\n`django-feedparser`_ plugin for DjangoCMS\n\n.. Warning::\n Version 0.3.0 has dropped support for ``DjangoCMS<=3.3.1``.\n\nLinks\n*****\n\n* Download his `PyPi package `_;\n* Clone it on his `repository `_;\n\nRequires\n********\n\n* Django >= 1.8;\n* `DjangoCMS`_ >= 3.3.1;\n* `django-feedparser`_ >= 0.1.2;\n\nInstall\n*******\n\nFirst install the package ::\n\n pip install cmsplugin-feedparser\n\nAdd it to your installed Django apps in settings : ::\n\n INSTALLED_APPS = (\n ...\n 'django_feedparser',\n 'cmsplugin_feedparser',\n ...\n )\n\nThen import their settings: ::\n\n from django_feedparser.settings import *\n from cmsplugin_feedparser.settings import *\n\nFinally install plugin models in your database using migrations: ::\n\n python manage.py migrate\n\n.. Note::\n Note than since version ``0.2.0``, this plugin has moved to Django migrations system, previous South migration will be freezed in their current state and have been moved to ``south_migrations`` directory as recommended since `South 1.0.x `_.", "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/sveetch/cmsplugin-feedparser", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "cmsplugin-feedparser", "package_url": "https://pypi.org/project/cmsplugin-feedparser/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/cmsplugin-feedparser/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/sveetch/cmsplugin-feedparser" }, "release_url": "https://pypi.org/project/cmsplugin-feedparser/0.3.0/", "requires_dist": null, "requires_python": null, "summary": "django-feedparser plugin for DjangoCMS", "version": "0.3.0" }, "last_serial": 2335540, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "f39a811d5c4028c34450c29042e6a23f", "sha256": "26ce5ed258ccf554185c4fdb073e148f9aa8696346d84e14e18c7022d14827a3" }, "downloads": -1, "filename": "cmsplugin-feedparser-0.1.0.tar.gz", "has_sig": false, "md5_digest": "f39a811d5c4028c34450c29042e6a23f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4348, "upload_time": "2015-12-15T18:15:18", "url": "https://files.pythonhosted.org/packages/40/47/1e469c02a1a966f90d7e555bc37eaea7d77085949af419a27006640923b2/cmsplugin-feedparser-0.1.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "2e442a649ad6c059596a05e148243359", "sha256": "131aef4b5ab14d4864d6735402aa28ee39ae76185b0d5b7f0bc615bb6b2e68bd" }, "downloads": -1, "filename": "cmsplugin-feedparser-0.2.0.tar.gz", "has_sig": false, "md5_digest": "2e442a649ad6c059596a05e148243359", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4877, "upload_time": "2016-01-17T00:09:52", "url": "https://files.pythonhosted.org/packages/41/ac/4c9b02cd97b5631c3e4e7d0f04b6e4138543811cfa7bdc56fd68803106a3/cmsplugin-feedparser-0.2.0.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "8442d5bd1c6b5ae04ffe7434c2e96d2a", "sha256": "9ec447f03c6c400d8f97e864aa67d2a34355b14f41b520389e92db85c083938e" }, "downloads": -1, "filename": "cmsplugin-feedparser-0.3.0.tar.gz", "has_sig": false, "md5_digest": "8442d5bd1c6b5ae04ffe7434c2e96d2a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5079, "upload_time": "2016-09-10T23:14:48", "url": "https://files.pythonhosted.org/packages/be/e3/afd55bf1ef22a74a6d54986590e5a7f20281860c8b56c039de1820660048/cmsplugin-feedparser-0.3.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8442d5bd1c6b5ae04ffe7434c2e96d2a", "sha256": "9ec447f03c6c400d8f97e864aa67d2a34355b14f41b520389e92db85c083938e" }, "downloads": -1, "filename": "cmsplugin-feedparser-0.3.0.tar.gz", "has_sig": false, "md5_digest": "8442d5bd1c6b5ae04ffe7434c2e96d2a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5079, "upload_time": "2016-09-10T23:14:48", "url": "https://files.pythonhosted.org/packages/be/e3/afd55bf1ef22a74a6d54986590e5a7f20281860c8b56c039de1820660048/cmsplugin-feedparser-0.3.0.tar.gz" } ] }