File: control

package info (click to toggle)
python-poster 0.8.1-0.2
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 124 kB
  • ctags: 123
  • sloc: python: 813; makefile: 7
file content (18 lines) | stat: -rw-r--r-- 599 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: python-poster
Section: python
Priority: optional
Maintainer: Robert Collins <robertc@robertcollins.net>
Build-Depends: debhelper (>= 7.0.50~), cdbs (>= 0.4.49),
 python-all (>= 2.3.5-11),
 dh-python,
 python-setuptools
Standards-Version: 3.9.1.0
Homepage: http://atlee.ca/software/poster/
Vcs-Bzr: lp:debian/sid/python-poster/packaging

Package: python-poster
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Description: Python support for HTTP multipart PUT/POST
 The Python standard library is missing support for multipart HTTP uploads and
 the poster module provides that.