264 lines
No EOL
21 KiB
HTML
264 lines
No EOL
21 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
|
|
<title>Feedgenerator — python-feedgen 0.4.0 documentation</title>
|
|
|
|
<link rel="stylesheet" href="_static/lernfunk.css" type="text/css" />
|
|
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
|
|
|
<script type="text/javascript">
|
|
var DOCUMENTATION_OPTIONS = {
|
|
URL_ROOT: './',
|
|
VERSION: '0.4.0',
|
|
COLLAPSE_INDEX: false,
|
|
FILE_SUFFIX: '.html',
|
|
HAS_SOURCE: true
|
|
};
|
|
</script>
|
|
<script type="text/javascript" src="_static/jquery.js"></script>
|
|
<script type="text/javascript" src="_static/underscore.js"></script>
|
|
<script type="text/javascript" src="_static/doctools.js"></script>
|
|
<link rel="top" title="python-feedgen 0.4.0 documentation" href="#" />
|
|
<link rel="next" title="API Documentation" href="api.html" />
|
|
</head>
|
|
<body>
|
|
<div class="header"><h1 class="heading"><a href="#">
|
|
<span>python-feedgen 0.4.0 documentation</span></a></h1>
|
|
<h2 class="heading"><span>Feedgenerator</span></h2>
|
|
</div>
|
|
<div class="topnav">
|
|
|
|
<p>
|
|
<a class="uplink" href="#">Contents</a>
|
|
  ::  
|
|
<a href="api.html">API Documentation</a>  »
|
|
</p>
|
|
|
|
</div>
|
|
<div class="content">
|
|
|
|
|
|
<div class="contents topic" id="table-of-contents">
|
|
<p class="topic-title first">Table of Contents</p>
|
|
<ul class="simple">
|
|
<li><a class="reference internal" href="#feedgenerator" id="id3">Feedgenerator</a><ul>
|
|
<li><a class="reference internal" href="#installation" id="id4">Installation</a></li>
|
|
<li><a class="reference internal" href="#create-a-feed" id="id5">Create a Feed</a></li>
|
|
<li><a class="reference internal" href="#generate-the-feed" id="id6">Generate the Feed</a></li>
|
|
<li><a class="reference internal" href="#add-feed-entries" id="id7">Add Feed Entries</a></li>
|
|
<li><a class="reference internal" href="#extensions" id="id8">Extensions</a></li>
|
|
<li><a class="reference internal" href="#testing-the-generator" id="id9">Testing the Generator</a></li>
|
|
</ul>
|
|
</li>
|
|
<li><a class="reference internal" href="#module-documentation" id="id10">Module documentation</a></li>
|
|
<li><a class="reference internal" href="#indices-and-tables" id="id11">Indices and tables</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="section" id="feedgenerator">
|
|
<h1><a class="toc-backref" href="#id3">Feedgenerator</a><a class="headerlink" href="#feedgenerator" title="Permalink to this headline">¶</a></h1>
|
|
<p><a class="reference external" href="https://travis-ci.org/lkiesow/python-feedgen.svg?branch=master">![Build Status</a>
|
|
](<a class="reference external" href="https://travis-ci.org/lkiesow/python-feedgen">https://travis-ci.org/lkiesow/python-feedgen</a>)</p>
|
|
<p>This module can be used to generate web feeds in both ATOM and RSS format. It
|
|
has support for extensions. Included is for example an extension to produce
|
|
Podcasts.</p>
|
|
<p>It is licensed under the terms of both, the FreeBSD license and the LGPLv3+.
|
|
Choose the one which is more convenient for you. For more details have a look
|
|
at license.bsd and license.lgpl.</p>
|
|
<p>More details about the project:</p>
|
|
<ul class="simple">
|
|
<li>Repository: <a class="reference external" href="https://github.com/lkiesow/python-feedgen">https://github.com/lkiesow/python-feedgen</a></li>
|
|
<li>Documentation: <a class="reference external" href="http://lkiesow.github.io/python-feedgen/">http://lkiesow.github.io/python-feedgen/</a></li>
|
|
<li>Python Package Index: <a class="reference external" href="https://pypi.python.org/pypi/feedgen/">https://pypi.python.org/pypi/feedgen/</a></li>
|
|
</ul>
|
|
<div class="section" id="installation">
|
|
<h2><a class="toc-backref" href="#id4">Installation</a><a class="headerlink" href="#installation" title="Permalink to this headline">¶</a></h2>
|
|
<p><strong>Prebuild packages</strong></p>
|
|
<p>If you are running Fedora Linux, RedHat Enterprise Linux, CentOS or Scientific
|
|
Linux you can use the RPM Copr repostiory:</p>
|
|
<dl class="docutils">
|
|
<dt><a href="#id1"><span class="problematic" id="id2">`</span></a><a class="reference external" href="http://copr.fedoraproject.org/coprs/lkiesow/python-feedgen/">http://copr.fedoraproject.org/coprs/lkiesow/python-feedgen/</a></dt>
|
|
<dd><<a class="reference external" href="http://copr.fedoraproject.org/coprs/lkiesow/python-feedgen/">http://copr.fedoraproject.org/coprs/lkiesow/python-feedgen/</a>>`_</dd>
|
|
</dl>
|
|
<p>Simply enable the repository and run:</p>
|
|
<blockquote>
|
|
<div>$ yum install python-feedgen</div></blockquote>
|
|
<p>or for the Python 3 package:</p>
|
|
<blockquote>
|
|
<div>$ yum install python3-feedgen</div></blockquote>
|
|
<p><strong>Using pip</strong></p>
|
|
<p>You can also use pip to install the feedgen module. Simply run:</p>
|
|
<div class="highlight-python"><div class="highlight"><pre><span></span>$ pip install feedgen
|
|
</pre></div>
|
|
</div>
|
|
</div>
|
|
<div class="section" id="create-a-feed">
|
|
<h2><a class="toc-backref" href="#id5">Create a Feed</a><a class="headerlink" href="#create-a-feed" title="Permalink to this headline">¶</a></h2>
|
|
<p>To create a feed simply instanciate the FeedGenerator class and insert some
|
|
data:</p>
|
|
<div class="highlight-python"><div class="highlight"><pre><span></span><span class="gp">>>> </span><span class="kn">from</span> <span class="nn">feedgen.feed</span> <span class="kn">import</span> <span class="n">FeedGenerator</span>
|
|
<span class="gp">>>> </span><span class="n">fg</span> <span class="o">=</span> <span class="n">FeedGenerator</span><span class="p">()</span>
|
|
<span class="gp">>>> </span><span class="n">fg</span><span class="o">.</span><span class="n">id</span><span class="p">(</span><span class="s1">'http://lernfunk.de/media/654321'</span><span class="p">)</span>
|
|
<span class="gp">>>> </span><span class="n">fg</span><span class="o">.</span><span class="n">title</span><span class="p">(</span><span class="s1">'Some Testfeed'</span><span class="p">)</span>
|
|
<span class="gp">>>> </span><span class="n">fg</span><span class="o">.</span><span class="n">author</span><span class="p">(</span> <span class="p">{</span><span class="s1">'name'</span><span class="p">:</span><span class="s1">'John Doe'</span><span class="p">,</span><span class="s1">'email'</span><span class="p">:</span><span class="s1">'john@example.de'</span><span class="p">}</span> <span class="p">)</span>
|
|
<span class="gp">>>> </span><span class="n">fg</span><span class="o">.</span><span class="n">link</span><span class="p">(</span> <span class="n">href</span><span class="o">=</span><span class="s1">'http://example.com'</span><span class="p">,</span> <span class="n">rel</span><span class="o">=</span><span class="s1">'alternate'</span> <span class="p">)</span>
|
|
<span class="gp">>>> </span><span class="n">fg</span><span class="o">.</span><span class="n">logo</span><span class="p">(</span><span class="s1">'http://ex.com/logo.jpg'</span><span class="p">)</span>
|
|
<span class="gp">>>> </span><span class="n">fg</span><span class="o">.</span><span class="n">subtitle</span><span class="p">(</span><span class="s1">'This is a cool feed!'</span><span class="p">)</span>
|
|
<span class="gp">>>> </span><span class="n">fg</span><span class="o">.</span><span class="n">link</span><span class="p">(</span> <span class="n">href</span><span class="o">=</span><span class="s1">'http://larskiesow.de/test.atom'</span><span class="p">,</span> <span class="n">rel</span><span class="o">=</span><span class="s1">'self'</span> <span class="p">)</span>
|
|
<span class="gp">>>> </span><span class="n">fg</span><span class="o">.</span><span class="n">language</span><span class="p">(</span><span class="s1">'en'</span><span class="p">)</span>
|
|
</pre></div>
|
|
</div>
|
|
<p>Note that for the methods which set fields that can occur more than once in a
|
|
feed you can use all of the following ways to provide data:</p>
|
|
<ul class="simple">
|
|
<li>Provide the data for that element as keyword arguments</li>
|
|
<li>Provide the data for that element as dictionary</li>
|
|
<li>Provide a list of dictionaries with the data for several elements</li>
|
|
</ul>
|
|
<p>Example:</p>
|
|
<div class="highlight-python"><div class="highlight"><pre><span></span><span class="gp">>>> </span><span class="n">fg</span><span class="o">.</span><span class="n">contributor</span><span class="p">(</span> <span class="n">name</span><span class="o">=</span><span class="s1">'John Doe'</span><span class="p">,</span> <span class="n">email</span><span class="o">=</span><span class="s1">'jdoe@example.com'</span> <span class="p">)</span>
|
|
<span class="gp">>>> </span><span class="n">fg</span><span class="o">.</span><span class="n">contributor</span><span class="p">({</span><span class="s1">'name'</span><span class="p">:</span><span class="s1">'John Doe'</span><span class="p">,</span> <span class="s1">'email'</span><span class="p">:</span><span class="s1">'jdoe@example.com'</span><span class="p">})</span>
|
|
<span class="gp">>>> </span><span class="n">fg</span><span class="o">.</span><span class="n">contributor</span><span class="p">([{</span><span class="s1">'name'</span><span class="p">:</span><span class="s1">'John Doe'</span><span class="p">,</span> <span class="s1">'email'</span><span class="p">:</span><span class="s1">'jdoe@example.com'</span><span class="p">},</span> <span class="o">...</span><span class="p">])</span>
|
|
</pre></div>
|
|
</div>
|
|
</div>
|
|
<div class="section" id="generate-the-feed">
|
|
<h2><a class="toc-backref" href="#id6">Generate the Feed</a><a class="headerlink" href="#generate-the-feed" title="Permalink to this headline">¶</a></h2>
|
|
<p>After that you can generate both RSS or ATOM by calling the respective method:</p>
|
|
<div class="highlight-python"><div class="highlight"><pre><span></span><span class="gp">>>> </span><span class="n">atomfeed</span> <span class="o">=</span> <span class="n">fg</span><span class="o">.</span><span class="n">atom_str</span><span class="p">(</span><span class="n">pretty</span><span class="o">=</span><span class="bp">True</span><span class="p">)</span> <span class="c1"># Get the ATOM feed as string</span>
|
|
<span class="gp">>>> </span><span class="n">rssfeed</span> <span class="o">=</span> <span class="n">fg</span><span class="o">.</span><span class="n">rss_str</span><span class="p">(</span><span class="n">pretty</span><span class="o">=</span><span class="bp">True</span><span class="p">)</span> <span class="c1"># Get the RSS feed as string</span>
|
|
<span class="gp">>>> </span><span class="n">fg</span><span class="o">.</span><span class="n">atom_file</span><span class="p">(</span><span class="s1">'atom.xml'</span><span class="p">)</span> <span class="c1"># Write the ATOM feed to a file</span>
|
|
<span class="gp">>>> </span><span class="n">fg</span><span class="o">.</span><span class="n">rss_file</span><span class="p">(</span><span class="s1">'rss.xml'</span><span class="p">)</span> <span class="c1"># Write the RSS feed to a file</span>
|
|
</pre></div>
|
|
</div>
|
|
</div>
|
|
<div class="section" id="add-feed-entries">
|
|
<h2><a class="toc-backref" href="#id7">Add Feed Entries</a><a class="headerlink" href="#add-feed-entries" title="Permalink to this headline">¶</a></h2>
|
|
<p>To add entries (items) to a feed you need to create new FeedEntry objects and
|
|
append them to the list of entries in the FeedGenerator. The most convenient
|
|
way to go is to use the FeedGenerator itself for the instantiation of the
|
|
FeedEntry object:</p>
|
|
<div class="highlight-python"><div class="highlight"><pre><span></span><span class="gp">>>> </span><span class="n">fe</span> <span class="o">=</span> <span class="n">fg</span><span class="o">.</span><span class="n">add_entry</span><span class="p">()</span>
|
|
<span class="gp">>>> </span><span class="n">fe</span><span class="o">.</span><span class="n">id</span><span class="p">(</span><span class="s1">'http://lernfunk.de/media/654321/1'</span><span class="p">)</span>
|
|
<span class="gp">>>> </span><span class="n">fe</span><span class="o">.</span><span class="n">title</span><span class="p">(</span><span class="s1">'The First Episode'</span><span class="p">)</span>
|
|
</pre></div>
|
|
</div>
|
|
<p>The FeedGenerators method <cite>add_entry(...)</cite> without argument provides will
|
|
automatically generate a new FeedEntry object, append it to the feeds internal
|
|
list of entries and return it, so that additional data can be added.</p>
|
|
</div>
|
|
<div class="section" id="extensions">
|
|
<h2><a class="toc-backref" href="#id8">Extensions</a><a class="headerlink" href="#extensions" title="Permalink to this headline">¶</a></h2>
|
|
<p>The FeedGenerator supports extension to include additional data into the XML
|
|
structure of the feeds. Extensions can be loaded like this:</p>
|
|
<div class="highlight-python"><div class="highlight"><pre><span></span><span class="gp">>>> </span><span class="n">fg</span><span class="o">.</span><span class="n">load_extension</span><span class="p">(</span><span class="s1">'someext'</span><span class="p">,</span> <span class="n">atom</span><span class="o">=</span><span class="bp">True</span><span class="p">,</span> <span class="n">rss</span><span class="o">=</span><span class="bp">True</span><span class="p">)</span>
|
|
</pre></div>
|
|
</div>
|
|
<p>This will try to load the extension “someext” from the file <cite>ext/someext.py</cite>.
|
|
It is required that <cite>someext.py</cite> contains a class named “SomextExtension” which
|
|
is required to have at least the two methods <cite>extend_rss(...)</cite> and
|
|
<cite>extend_atom(...)</cite>. Although not required, it is strongly suggested to use
|
|
<cite>BaseExtension</cite> from <cite>ext/base.py</cite> as superclass.</p>
|
|
<p><cite>load_extension(‘someext’, ...)</cite> will also try to load a class named
|
|
“SomextEntryExtension” for every entry of the feed. This class can be located
|
|
either in the same file as SomextExtension or in <cite>ext/someext_entry.py</cite> which
|
|
is suggested especially for large extensions.</p>
|
|
<p>The parameters <cite>atom</cite> and <cite>rss</cite> control if the extension is used for ATOM and
|
|
RSS feeds, respectively. The default value for both parameters is <cite>true</cite>
|
|
meaning the extension is used for both kinds of feeds.</p>
|
|
<p><strong>Example: Producing a Podcast</strong></p>
|
|
<p>One extension already provided is the podcast extension. A podcast is an RSS
|
|
feed with some additional elements for ITunes.</p>
|
|
<p>To produce a podcast simply load the <cite>podcast</cite> extension:</p>
|
|
<div class="highlight-python"><div class="highlight"><pre><span></span><span class="gp">>>> </span><span class="kn">from</span> <span class="nn">feedgen.feed</span> <span class="kn">import</span> <span class="n">FeedGenerator</span>
|
|
<span class="gp">>>> </span><span class="n">fg</span> <span class="o">=</span> <span class="n">FeedGenerator</span><span class="p">()</span>
|
|
<span class="gp">>>> </span><span class="n">fg</span><span class="o">.</span><span class="n">load_extension</span><span class="p">(</span><span class="s1">'podcast'</span><span class="p">)</span>
|
|
<span class="gp">...</span>
|
|
<span class="gp">>>> </span><span class="n">fg</span><span class="o">.</span><span class="n">podcast</span><span class="o">.</span><span class="n">itunes_category</span><span class="p">(</span><span class="s1">'Technology'</span><span class="p">,</span> <span class="s1">'Podcasting'</span><span class="p">)</span>
|
|
<span class="gp">...</span>
|
|
<span class="gp">>>> </span><span class="n">fe</span> <span class="o">=</span> <span class="n">fg</span><span class="o">.</span><span class="n">add_entry</span><span class="p">()</span>
|
|
<span class="gp">>>> </span><span class="n">fe</span><span class="o">.</span><span class="n">id</span><span class="p">(</span><span class="s1">'http://lernfunk.de/media/654321/1/file.mp3'</span><span class="p">)</span>
|
|
<span class="gp">>>> </span><span class="n">fe</span><span class="o">.</span><span class="n">title</span><span class="p">(</span><span class="s1">'The First Episode'</span><span class="p">)</span>
|
|
<span class="gp">>>> </span><span class="n">fe</span><span class="o">.</span><span class="n">description</span><span class="p">(</span><span class="s1">'Enjoy our first episode.'</span><span class="p">)</span>
|
|
<span class="gp">>>> </span><span class="n">fe</span><span class="o">.</span><span class="n">enclosure</span><span class="p">(</span><span class="s1">'http://lernfunk.de/media/654321/1/file.mp3'</span><span class="p">,</span> <span class="mi">0</span><span class="p">,</span> <span class="s1">'audio/mpeg'</span><span class="p">)</span>
|
|
<span class="gp">...</span>
|
|
<span class="gp">>>> </span><span class="n">fg</span><span class="o">.</span><span class="n">rss_str</span><span class="p">(</span><span class="n">pretty</span><span class="o">=</span><span class="bp">True</span><span class="p">)</span>
|
|
<span class="gp">>>> </span><span class="n">fg</span><span class="o">.</span><span class="n">rss_file</span><span class="p">(</span><span class="s1">'podcast.xml'</span><span class="p">)</span>
|
|
</pre></div>
|
|
</div>
|
|
<p>Of cause the extension has to be loaded for the FeedEntry objects as well but
|
|
this is done automatically by the FeedGenerator for every feed entry if the
|
|
extension is loaded for the whole feed. You can, however, load an extension for
|
|
a specific FeedEntry by calling <cite>load_extension(...)</cite> on that entry. But this
|
|
is a rather uncommon use.</p>
|
|
<p>You can still produce a normal ATOM or RSS feed, even if you have loaded some
|
|
plugins by temporary disabling them during the feed generation. This can be
|
|
done by calling the generating method with the keyword argument <cite>extensions</cite>
|
|
set to <cite>False</cite>.</p>
|
|
<p><strong>Custom Extensions</strong></p>
|
|
<p>If you want to load custom extension which are not part of the feedgen Python
|
|
package, you can use the method <cite>register_extension</cite> instead. You can directly
|
|
pass the classes for the feed and the entry extension to this method meaning
|
|
that you can define them everywhere.</p>
|
|
</div>
|
|
<div class="section" id="testing-the-generator">
|
|
<h2><a class="toc-backref" href="#id9">Testing the Generator</a><a class="headerlink" href="#testing-the-generator" title="Permalink to this headline">¶</a></h2>
|
|
<p>You can test the module by simply executing:</p>
|
|
<div class="highlight-python"><div class="highlight"><pre><span></span>$ python -m feedgen
|
|
</pre></div>
|
|
</div>
|
|
<p>If you want to have a look at the code for this test to have a working code
|
|
example for a whole feed generation process, you can find it in the
|
|
<a class="reference external" href="https://github.com/lkiesow/python-feedgen/blob/master/feedgen/__main__.py">__main__.py</a>.</p>
|
|
<hr /></div>
|
|
</div>
|
|
<div class="section" id="module-documentation">
|
|
<h1><a class="toc-backref" href="#id10">Module documentation</a><a class="headerlink" href="#module-documentation" title="Permalink to this headline">¶</a></h1>
|
|
<div class="toctree-wrapper compound">
|
|
<ul>
|
|
<li class="toctree-l1"><a class="reference internal" href="api.html">API Documentation</a><ul>
|
|
<li class="toctree-l2"><a class="reference internal" href="api.html#feedgen">feedgen</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="api.feed.html">feedgen.feed</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="api.entry.html">feedgen.entry</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="api.util.html">feedgen.util</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="ext/api.ext.base.html">feedgen.ext.base</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="ext/api.ext.dc.html">feedgen.ext.dc</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="ext/api.ext.podcast.html">feedgen.ext.podcast</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="ext/api.ext.podcast_entry.html">feedgen.ext.podcast_entry</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="ext/api.ext.torrent.html">feedgen.ext.torrent</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="section" id="indices-and-tables">
|
|
<h1><a class="toc-backref" href="#id11">Indices and tables</a><a class="headerlink" href="#indices-and-tables" title="Permalink to this headline">¶</a></h1>
|
|
<ul class="simple">
|
|
<li><a class="reference internal" href="genindex.html"><em>Index</em></a></li>
|
|
<li><a class="reference internal" href="py-modindex.html"><em>Module Index</em></a></li>
|
|
<li><a class="reference internal" href="search.html"><em>Search Page</em></a></li>
|
|
</ul>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
<div class="bottomnav">
|
|
|
|
<p>
|
|
<a class="uplink" href="#">Contents</a>
|
|
  ::  
|
|
<a href="api.html">API Documentation</a>  »
|
|
</p>
|
|
|
|
</div>
|
|
|
|
<div class="footer">
|
|
© Copyright 2013-2016, Lars Kiesow.
|
|
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.3.
|
|
</div>
|
|
</body>
|
|
</html> |