Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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

Die Codebasis jetzt 3.3 ohne Konvertierung auf Python 2.4 durchzieht, und wurde auch auf Jython 2.5.2 und 2.5.3 getestet sowie PyPy 1.8.0. Der RFC 822-Datum/Uhrzeit-Parser unterstützt jetzt einstellige Tage.
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 wird jetzt automatisch durch das 2to3-Tool konvertiert werden, wenn er in einer Python 3 Umgebung installiert wird. Führen Sie einfach 'python3 setup.py installieren'. Darüber hinaus wird Listparser aktiv auf Python 3.2 getestet.
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 wird nun unterstützt. Python-Versionen 2.4 bis 3.1 und 2.5.1 Jython sind noch aktiv getestet.
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

Diese Version bietet Unterstützung für die Yandex.ru FOAF Erweiterungen, die die LiveJournal FOAF Dateien werden nun unterstützt bedeutet. Es verbessert und erweitert die Dokumentation. Der Code wurde konsolidiert und vereinfacht.
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

Eine Endlosschleife Fehler in der Injektion doctype-Code wurde behoben. Die Unit-Tests wurden überarbeitet und modularisiert und ein Einfädeln im Zusammenhang mit Unit-Test Fehler wurde behoben.
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