File: control

package info (click to toggle)
python-dexml 0.5.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 192 kB
  • sloc: python: 1,744; makefile: 5
file content (22 lines) | stat: -rw-r--r-- 966 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
Source: python-dexml
Section: python
Priority: optional
Maintainer: Janos Guljas <janos@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper-compat (= 9), dh-python, python3-all (>= 3.1), python3-setuptools
Standards-Version: 3.9.4
Homepage: https://pypi.python.org/pypi/dexml/
Vcs-Git: https://salsa.debian.org/python-team/modules/python-dexml.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-dexml

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.