File: control

package info (click to toggle)
pyfeed 0.7.4-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 204 kB
  • sloc: python: 1,733; xml: 41; makefile: 17
file content (31 lines) | stat: -rw-r--r-- 1,493 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Source: pyfeed
Section: python
Priority: optional
Maintainer: Matteo Cypriani <mcy@lm7.fr>
Uploaders: Thomas Preud'homme <robotux@debian.org>,
           Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 11), python-all (>= 2.7), python-setuptools,
               dh-python
Standards-Version: 4.1.3
Homepage: http://home.blarg.net/~steveha/pyfeed.html
Vcs-Browser: https://salsa.debian.org/python-team/modules/pyfeed.git
Vcs-Git: https://salsa.debian.org/python-team/modules/pyfeed.git
X-Python-Version: >= 2.5

Package: python-feed
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-xe
Description: set of Python modules for working with syndication feeds (Python 2)
 PyFeed is a set of module packages for Python, that contain tools for working
 with syndication feeds. The provided modules are:
  * feed.date.tools, to work with Python time float values.
  * feed.date.rfc3339, for converting timestamp strings in RFC 3339 format
  (used by Atom) to Python time float values, and vice versa.
  * feed.date.rfc822, for converting timestamp strings in extended RFC 822
  format (used by RSS 2.0) to Python time float values, and vice versa.
  * feed.atom, to work with an Atom syndication feed.
  * feed.rss, to work with an RSS 2.0 syndication feed.
  * feed.opml1 and feed.opml, to work with OPML data 1.0 and 2.0.
  * feed.tools, useful to generate a syndication feed.
 .
 This package provides Python 2 modules only.