{ "info": { "author": "Andreas.Neumeier", "author_email": "andreas@neumeier.org", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "=====\nFeeds\n=====\n\n.. image:: https://travis-ci.org/aneumeier/feeds.png?branch=master\n :target: https://travis-ci.org/aneumeier/feeds \n \n.. image:: https://coveralls.io/repos/aneumeier/feeds/badge.png \n :target: https://coveralls.io/r/aneumeier/feeds \n\nFeeds aims to be a feed aggregator, readed and potentially a replacement for feedburner_. \n\nIt is realized as a Django app. It takes feeds in any format `feedparser` can understand and aims to reproduce identical but trackable feeds, augmented with feedbrater information.\n\nDocumentation_ is in the \"docs\" directory.\n\nQuick start\n-----------\n\n1. Add \"feeds\" to your INSTALLED_APPS setting like this::\n\n INSTALLED_APPS = (\n ...\n 'feeds',\n )\n\n2. Include the feeds URLconf in your project urls.py like this::\n\n url(r'^feeds/', include( 'feeds.urls', namespace=\"planet\", app_name=\"planet\")),\n\n Mind the namespace.\n\n3. Run `python manage.py syncdb` to create the feeds models.\n\n\n.. _Documentation: http://feeds.readthedocs.org/en/latest/\n.. _feedburner: http://www.feedburner.com", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://angry-planet.com/feeds", "keywords": null, "license": "BSD License", "maintainer": null, "maintainer_email": null, "name": "feeds", "package_url": "https://pypi.org/project/feeds/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/feeds/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://angry-planet.com/feeds" }, "release_url": "https://pypi.org/project/feeds/0.9.6/", "requires_dist": null, "requires_python": null, "summary": "A feedburner replacement built on Django.", "version": "0.9.6" }, "last_serial": 1082274, "releases": { "0.9.6": [ { "comment_text": "", "digests": { "md5": "3b78e191215991fe3b1787a41f247873", "sha256": "d24b8755846f2660f692714e11460598dd9895aad8e1e2c88b04c37b1ff3e2bf" }, "downloads": -1, "filename": "feeds-0.9.6.tar.gz", "has_sig": false, "md5_digest": "3b78e191215991fe3b1787a41f247873", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 63487, "upload_time": "2014-05-06T07:57:15", "url": "https://files.pythonhosted.org/packages/4e/00/649f979b8299eb6edb0d0580d6f49715592a2073a89a8f276615678bcb9b/feeds-0.9.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3b78e191215991fe3b1787a41f247873", "sha256": "d24b8755846f2660f692714e11460598dd9895aad8e1e2c88b04c37b1ff3e2bf" }, "downloads": -1, "filename": "feeds-0.9.6.tar.gz", "has_sig": false, "md5_digest": "3b78e191215991fe3b1787a41f247873", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 63487, "upload_time": "2014-05-06T07:57:15", "url": "https://files.pythonhosted.org/packages/4e/00/649f979b8299eb6edb0d0580d6f49715592a2073a89a8f276615678bcb9b/feeds-0.9.6.tar.gz" } ] }