{ "info": { "author": "Rafa Mu\u00c3\u00b1oz C\u00c3\u00a1rdenas", "author_email": "contact+fs@rmunoz.net", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Introduction\n============\n\nLeolo is a RSS/Atom feed manager library. It allows you to:\n\n- Add/Edit a list of feeds.\n- Get any content from feeds:\n - Feed title.\n - Feed url.\n - Feed's last update.\n - Feed's new entries:\n - Entry title.\n - Entry link.\n - Entry content.\n - Entry enclosures.\n - Entry links (included in content).\n- Filter new entries.\n\n\nDependencies\n============\n\n- Python 2.6\n- SQLAlchemy\n- pysqlite\n- pyparsing\n- FeedParser\n\n\nInstallation\n============\n\nInstall dependencies\n--------------------\n\nThere is more than one way to do this:\n\n\nIn Debian/Ubuntu with root access\n_________________________________\n\n $ sudo apt-get install python-sqlalchemy python-pyparsing python-feedparser python-sqlite\n\n\nWith easy_install\n_________________\n\nIf you have root access, then you can do:\n\n$ sudo easy_install feedparser pyparsing pysqlite SQLAlchemy\n\nIf you haven't, make sure you set a valid --install-dir which is also in your\nPYTHONPATH:\n\n$ easy_install --install-dir=$HOME/lib/python feedparser pyparsing pysqlite SQLAlchemy\n\n\nManual installation\n___________________\n\nVisit each website and follow their instructions to install the software:\n\n- http://www.sqlalchemy.org/\n- http://code.google.com/p/pysqlite/\n- http://pyparsing.wikispaces.com/\n- http://www.feedparser.org/\n\n\nLeolo installation\n------------------\n\nFirst, download the source code from the official page: http://github.com/Menda/Leolo\n\n$ sudo python setup.py install\n\nor\n\n$ python setup.py install --home=$HOME\n\nIf installation was successful, configure the ''settings.py'' file.\n\n\nUninstalling Leolo\n------------------\n\nUnfortunatelly, there isn't a ''python setup.py uninstall'', you have to do\nit manually.\n\nGo to the place where you installed the application - e.g. $HOME/lib/python -\nand delete the .egg file(s) and the line which points at it in\n''easy-install.pth''.\n\n\nUsage\n=====\n\nTake a look to the examples directory to have an idea of how to\nuse this library.", "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/Menda/Leolo", "keywords": "rss atom feed xml manager management", "license": "Apache License, Version 2.0", "maintainer": null, "maintainer_email": null, "name": "leolo", "package_url": "https://pypi.org/project/leolo/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/leolo/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/Menda/Leolo" }, "release_url": "https://pypi.org/project/leolo/v0.6-3-g6099/", "requires_dist": null, "requires_python": null, "summary": "RSS/Atom feed manager library.", "version": "v0.6-3-g6099" }, "last_serial": 210572, "releases": { "v0.5-10-gea1e": [], "v0.5-11-g45ff": [], "v0.5-12-g6792": [], "v0.5-15-g2016": [], "v0.6": [], "v0.6-3-g6099": [] }, "urls": [] }