Source: django-xmlrpc Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Brian May Build-Depends: debhelper-compat (= 13), 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/packages/django-xmlrpc.git Vcs-Browser: https://salsa.debian.org/python-team/packages/django-xmlrpc Package: python3-django-xmlrpc Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, python3-django 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.