/usr/lib/python2.7/dist-packages/poster-0.8.1.egg-info/PKG-INFO is in python-poster 0.8.1-0.2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | Metadata-Version: 1.1
Name: poster
Version: 0.8.1
Summary: Streaming HTTP uploads and multipart/form-data encoding
Home-page: http://atlee.ca/software/poster
Author: Chris AtLee
Author-email: chris@atlee.ca
License: MIT
Download-URL: http://atlee.ca/software/poster/dist/0.8.1
Description: The modules in the Python standard library don't provide a way to upload large
files via HTTP without having to load the entire file into memory first.
poster provides support for both streaming POST requests as well as
multipart/form-data encoding of string or file parameters
Keywords: python http post multipart/form-data file upload
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|