Download List

项目描述

listparser is a Python library that parses subscription lists (also called reading lists) and returns all of the feeds, subscription lists, and "opportunity" URLs that it finds. It supports OPML, RDF+FOAF, and the iGoogle exported settings format.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-12-17 01:17
0.17

基本代码现在通过 3.3 而不进行转换,在 Python 2.4 上运行,也对 Jython 2.5.2 和 2.5.3 进行测试以及 PyPy 1.8.0。RFC 822 日期/时间分析器现在支持单数字天。
The codebase now runs on Python 2.4 through 3.3 without conversion, and has also been tested on Jython 2.5.2 and 2.5.3 as well as PyPy 1.8.0. The RFC 822 date/time parser now supports single-digit days.

2011-12-17 21:14
0.16

listparser 将现在自动转换由 2to3 之内工具如果它被安装在 Python 3 环境中。只需运行 python3 setup.py 安装。此外,我们积极在 Python 3.2 测试所需的 listparser。
listparser will now automatically be converted by the 2to3 tool if it's being installed in a Python 3 environment. Simply run `python3 setup.py install`. Additionally, listparser is actively tested on Python 3.2.

2010-11-15 23:23
0.15

IronPython是现在支持。通过3.1版本的Python和Jython 2.4 2.5.1仍在积极进行测试。
IronPython is now supported. Python versions 2.4 through 3.1 and Jython 2.5.1 are still actively tested.

2010-10-23 07:39
0.14

此版本增加了对Yandex.ru的FOAF扩展,这意味着LiveJournal的FOAF文件现在支持的支持。它提高和扩大的文件。这些代码已经得到了巩固和简化。
This release adds support for the Yandex.ru FOAF extensions, which means that LiveJournal FOAF files are now supported. It improves and expands the documentation. The code has been consolidated and simplified.

2010-02-02 00:30
0.13

在注入代码的doctype无限循环错误是固定的。单元测试已经过全面整修和模块化,以及线程相关的单元测试错误是固定的。
An infinite loop bug in the doctype injection code was fixed. The unit tests have been overhauled and modularized, and a threading-related unit test bug was fixed.

Project Resources