You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

26 lines
842 B

  1. Metadata-Version: 2.1
  2. Name: python-multipart
  3. Version: 0.0.5
  4. Summary: A streaming multipart parser for Python
  5. Home-page: http://github.com/andrew-d/python-multipart
  6. Author: Andrew Dunham
  7. Author-email: UNKNOWN
  8. License: Apache
  9. Platform: any
  10. Classifier: Development Status :: 3 - Alpha
  11. Classifier: Environment :: Web Environment
  12. Classifier: Intended Audience :: Developers
  13. Classifier: License :: OSI Approved :: Apache Software License
  14. Classifier: Operating System :: OS Independent
  15. Classifier: Programming Language :: Python :: 2.7
  16. Classifier: Programming Language :: Python :: 3.4
  17. Classifier: Programming Language :: Python :: 3.5
  18. Classifier: Programming Language :: Python :: 3.6
  19. Classifier: Programming Language :: Python :: 3.3
  20. Classifier: Topic :: Software Development :: Libraries :: Python Modules
  21. Requires-Dist: six (>=1.4.0)
  22. UNKNOWN