File: control

package info (click to toggle)
python-dexml 0.4.2-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 216 kB
  • sloc: python: 1,715; makefile: 21
file content (33 lines) | stat: -rw-r--r-- 1,457 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
32
33
Source: python-dexml
Section: python
Priority: optional
Maintainer: Janos Guljas <janos@resenje.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
DM-Upload-Allowed: yes
Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.5), python3-all (>= 3.1), python-setuptools, python3-setuptools
Standards-Version: 3.9.3
Homepage: http://pypi.python.org/pypi/dexml/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-dexml/trunk
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-dexml/trunk/

Package: python-dexml
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Provides: ${python:Provides}
Description: Dead-simple Object-XML mapper for Python
 Dexml module takes the obvious mapping between XML tags and Python objects
 and lets you capture that as cleanly as possible. Loosely inspired by Django's
 ORM, you write simple class definitions to define the expected structure of
 your XML document.

Package: python3-dexml
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Provides: ${python3:Provides}
Description: Dead-simple Object-XML mapper for Python3
 Dexml module takes the obvious mapping between XML tags and Python objects
 and lets you capture that as cleanly as possible. Loosely inspired by Django's
 ORM, you write simple class definitions to define the expected structure of
 your XML document.
 .
 This package provides module for python3 series.