File: control

package info (click to toggle)
django-xmlrpc 0.1.8-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 136 kB
  • sloc: python: 203; makefile: 3
file content (20 lines) | stat: -rw-r--r-- 843 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: django-xmlrpc
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Brian May <bam@debian.org>
Build-Depends: debhelper-compat (= 9), dh-python,
 python3-all, python3-setuptools
Standards-Version: 4.1.1
Homepage: https://github.com/Fantomas42/django-xmlrpc
Vcs-Git: https://salsa.debian.org/python-team/modules/django-xmlrpc.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/django-xmlrpc

Package: python3-django-xmlrpc
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-django (>= 1.4.5)
Replaces: django-xmlrpc (<< 0.1.5)
Breaks: django-xmlrpc (<< 0.1.5)
Description: XMLRPC library for Django
 django_xmlrpc offers a means by which a Django developer can expose their
 views (or indeed any other function) using XML-RPC.