METADATA 1.0 KB

123456789101112131415161718192021222324252627
  1. Metadata-Version: 2.0
  2. Name: poster
  3. Version: 0.8.1
  4. Summary: Streaming HTTP uploads and multipart/form-data encoding
  5. Home-page: http://atlee.ca/software/poster
  6. Author: Chris AtLee
  7. Author-email: chris@atlee.ca
  8. License: MIT
  9. Download-URL: http://atlee.ca/software/poster/dist/0.8.1
  10. Keywords: python http post multipart/form-data file upload
  11. Platform: UNKNOWN
  12. Classifier: Intended Audience :: Developers
  13. Classifier: License :: OSI Approved :: MIT License
  14. Classifier: Natural Language :: English
  15. Classifier: Programming Language :: Python
  16. Classifier: Topic :: Internet :: WWW/HTTP
  17. Classifier: Topic :: Software Development :: Libraries :: Python Modules
  18. Provides-Extra: poster
  19. Requires-Dist: buildutils; extra == 'poster'
  20. Requires-Dist: sphinx; extra == 'poster'
  21. The modules in the Python standard library don't provide a way to upload large
  22. files via HTTP without having to load the entire file into memory first.
  23. poster provides support for both streaming POST requests as well as
  24. multipart/form-data encoding of string or file parameters