{ "info": { "author": "Xavier Dupr\u00e9", "author_email": "xavier.dupre@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Topic :: Education", "Topic :: Scientific/Engineering" ], "description": "\n.. _l-README:\n\nREADME\n======\n\n.. only:: html\n\n .. image:: https://travis-ci.org/sdpython/pyrsslocal.svg?branch=master\n :target: https://travis-ci.org/sdpython/pyrsslocal\n :alt: Build status\n\n .. image:: https://ci.appveyor.com/api/projects/status/0cc1qtlccq8k7hdx?svg=true\n :target: https://ci.appveyor.com/project/sdpython/pyrsslocal\n :alt: Build Status Windows\n\n .. image:: https://circleci.com/gh/sdpython/pyrsslocal/tree/master.svg?style=svg\n :target: https://circleci.com/gh/sdpython/pyrsslocal/tree/master\n\n .. image:: https://badge.fury.io/py/pyrsslocal.svg\n :target: http://badge.fury.io/py/pyrsslocal\n\n .. image:: http://img.shields.io/github/issues/sdpython/pyrsslocal.png\n :alt: GitHub Issues\n :target: https://github.com/sdpython/pyrsslocal/issues\n\n .. image:: https://img.shields.io/badge/license-MIT-blue.svg\n :alt: MIT License\n :target: http://opensource.org/licenses/MIT\n\n .. image:: https://requires.io/github/sdpython/pyrsslocal/requirements.svg?branch=master\n :target: https://requires.io/github/sdpython/pyrsslocal/requirements/?branch=master\n :alt: Requirements Status\n\n .. image:: https://codecov.io/github/sdpython/pyrsslocal/coverage.svg?branch=master\n :target: https://codecov.io/github/sdpython/pyrsslocal?branch=master\n\n**Links:**\n\n* `GitHub/pyrsslocal `_\n* `documentation `_\n* `Blog `_\n\nWhat is it?\n-----------\n\nThis extension proposes a way to download new posts from blogs\nand to navigate through them with a couple of HTML pages\nmanaged by a local python server using a SQLite database:\n\n::\n\n from pyrsslocal import rss_update_run_server\n fLOG (OutputPrint = True)\n xml_blogs = \"subscriptions.xml\"\n dbfile = \"rss_posts.db3\"\n rss_update_run_server(dbfile, xml_blogs)\n\nThe previous example takes a dump of blogs url coming from the former Google Reader (see below),\ndownloads RSS streams, loads everything into a database (SQLlite format),\nand opens a local web application to read them, mark them, or search their titles.\nThe XML file which describes the blogs looks like this::\n\n \n \n \n\n \n\n \n\n \n \n\n.. only:: html\n\n .. image:: https://github.com/sdpython/pyrsslocal/blob/master/_doc/sphinxdoc/source/page1.png\n\n.. only:: latex\n\n .. image:: page1.png\n", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/sdpython/pyrsslocal/", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.xavierdupre.fr/app/pyrsslocal/helpsphinx/index.html", "keywords": "pyrsslocal", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "pyrsslocal", "package_url": "https://pypi.org/project/pyrsslocal/", "platform": "", "project_url": "https://pypi.org/project/pyrsslocal/", "project_urls": { "Download": "https://github.com/sdpython/pyrsslocal/", "Homepage": "http://www.xavierdupre.fr/app/pyrsslocal/helpsphinx/index.html" }, "release_url": "https://pypi.org/project/pyrsslocal/0.8.250/", "requires_dist": null, "requires_python": "", "summary": "Local RSS reader/viewer", "version": "0.8.250" }, "last_serial": 3577580, "releases": { "0.8.250": [ { "comment_text": "", "digests": { "md5": "752265f4f786e118239596633cc7402e", "sha256": "dd24c61427620681623b46bdd2d091ba52ec93b92be1de4f47c9331dc3946a95" }, "downloads": -1, "filename": "pyrsslocal-0.8.250-py3-none-any.whl", "has_sig": false, "md5_digest": "752265f4f786e118239596633cc7402e", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 255214, "upload_time": "2017-12-17T19:43:13", "url": "https://files.pythonhosted.org/packages/d2/66/60ba1740fd586f306290b7e3c464f72c7e2ca4c7bc7f733cdc464f6465ac/pyrsslocal-0.8.250-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "752265f4f786e118239596633cc7402e", "sha256": "dd24c61427620681623b46bdd2d091ba52ec93b92be1de4f47c9331dc3946a95" }, "downloads": -1, "filename": "pyrsslocal-0.8.250-py3-none-any.whl", "has_sig": false, "md5_digest": "752265f4f786e118239596633cc7402e", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 255214, "upload_time": "2017-12-17T19:43:13", "url": "https://files.pythonhosted.org/packages/d2/66/60ba1740fd586f306290b7e3c464f72c7e2ca4c7bc7f733cdc464f6465ac/pyrsslocal-0.8.250-py3-none-any.whl" } ] }