File: README.md

package info (click to toggle)
podcastparser 0.6.3-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 432 kB
  • sloc: python: 574; makefile: 155
file content (10 lines) | stat: -rw-r--r-- 486 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
podcastparser: Simple, fast and efficient podcast parser
========================================================

The podcast parser project is a library from the gPodder project to provide an
easy and reliable way of parsing RSS- and Atom-based podcast feeds in Python.


## Automated Tests

To run the unit tests you need [`nose`](http://nose.readthedocs.io/en/latest/).  If you have `nose` installed, use the `nosetests` command in the repository's root directory to run the tests.