{ "info": { "author": "Pedro Buron", "author_email": "pedro@witoi.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Plugins", "Framework :: Django", "Intended Audience :: Developers", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "==================\ndjango-lifestreams\n==================\n\n.. image:: https://travis-ci.org/witoi/django-lifestreams.png\n :target: https://travis-ci.org/witoi/django-lifestreams\n :alt: Build status\n\n.. image:: https://coveralls.io/repos/witoi/django-lifestreams/badge.png?branch=master\n :target: https://coveralls.io/r/witoi/django-lifestreams?branch=master\n :alt: Coverage Status\n\n**django-lifestreams** is a lifestream application for django. Based on django-lifestream, it allows\nyou to create a lifestream on your site from any source you want.\n\nA lifestream is compound of feeds, a feed has a source and from that source the application fetch the items.\n\n\nPlugins\n==============\n\nAdd plugins to INSTALLED_APPS, and LIFESTREAMS_PLUGIN_CHOICES\n\nIncluded plugins\n----------------\n\n- *Twitter*: `lifestreams.plugins.lifestream_twitter` \n * Must install tweepy>=2.1\n- *Instagram*: `lifestreams.plugins.instagram`\n * Must install python-instagram>=0.8.0\n- *RSS*: `lifestreams.plugins.rss`\n * Must install feedparser>=5.0 & python-dateutil>=2.1\n \nLIFESTREAMS_PLUGIN_CHOICES example\n----------------------------------\n\n::\n\n LIFESTREAMS_PLUGIN_CHOICES = (\n ('lifestreams.plugins.lifestream_twitter.plugin.TwitterPlugin', 'Twitter'),\n ('lifestreams.plugins.lifestream_instagram.plugin.InstagramPlugin', 'Instagram'),\n ('lifestreams.plugins.lifestream_rss.plugin.RSSPlugin', 'RSS'),\n ) \n\n\nManagement Command\n==================\n\n::\n\n python manage.py update_lifestreams \n\n\n.. comment:", "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/witoi/django-lifestreams", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "django-lifestreams", "package_url": "https://pypi.org/project/django-lifestreams/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-lifestreams/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/witoi/django-lifestreams" }, "release_url": "https://pypi.org/project/django-lifestreams/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "A lifestreams application for Django", "version": "0.1.0" }, "last_serial": 875019, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "8d9975ae9f886e8476fe64f0a8d24886", "sha256": "9530724df5e02109348636fcfda379dec5595c688a36af76422c04e06474c5b1" }, "downloads": -1, "filename": "django-lifestreams-0.1.0.tar.gz", "has_sig": false, "md5_digest": "8d9975ae9f886e8476fe64f0a8d24886", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11584, "upload_time": "2013-09-11T00:51:35", "url": "https://files.pythonhosted.org/packages/37/9b/fb61af50b58ac67c752b4ad62e10b12748bb5d798b72207b21d103fbbade/django-lifestreams-0.1.0.tar.gz" }, { "comment_text": "", "digests": { "md5": "58a98f4bc93f5dd88010c07c199b0b92", "sha256": "d927b070c873d6adce18ff697a5fac06cc67d33558b3a8fcbd86f979a52a15ba" }, "downloads": -1, "filename": "django-lifestreams-0.1.1.tar.gz", "has_sig": false, "md5_digest": "58a98f4bc93f5dd88010c07c199b0b92", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11624, "upload_time": "2013-09-26T22:46:05", "url": "https://files.pythonhosted.org/packages/ca/df/40c29794d88df2e67799f31321df08d9d87884a53731f44a9a760d70a85d/django-lifestreams-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8d9975ae9f886e8476fe64f0a8d24886", "sha256": "9530724df5e02109348636fcfda379dec5595c688a36af76422c04e06474c5b1" }, "downloads": -1, "filename": "django-lifestreams-0.1.0.tar.gz", "has_sig": false, "md5_digest": "8d9975ae9f886e8476fe64f0a8d24886", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11584, "upload_time": "2013-09-11T00:51:35", "url": "https://files.pythonhosted.org/packages/37/9b/fb61af50b58ac67c752b4ad62e10b12748bb5d798b72207b21d103fbbade/django-lifestreams-0.1.0.tar.gz" }, { "comment_text": "", "digests": { "md5": "58a98f4bc93f5dd88010c07c199b0b92", "sha256": "d927b070c873d6adce18ff697a5fac06cc67d33558b3a8fcbd86f979a52a15ba" }, "downloads": -1, "filename": "django-lifestreams-0.1.1.tar.gz", "has_sig": false, "md5_digest": "58a98f4bc93f5dd88010c07c199b0b92", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11624, "upload_time": "2013-09-26T22:46:05", "url": "https://files.pythonhosted.org/packages/ca/df/40c29794d88df2e67799f31321df08d9d87884a53731f44a9a760d70a85d/django-lifestreams-0.1.1.tar.gz" } ] }