File: control

package info (click to toggle)
multipartposthandler 0.1.0-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 132 kB
  • ctags: 32
  • sloc: python: 118; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 565 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Source: multipartposthandler
Section: python
Priority: extra
Maintainer: Georges Khaznadar <georgesk@ofset.org>
Build-Depends: debhelper (>= 8.0.0), python-all, python-setuptools, quilt
X-Python-Version: >= 2.5
Standards-Version: 3.9.2
Homepage: http://pypi.python.org/pypi/MultipartPostHandler/

Package: python-multipartposthandler
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: handler for urllib2 to enable multipart form uploading
 Enables the use of multipart/form-data for posting forms,
 with an easy management of file uploads.