METADATA 933 B

12345678910111213141516171819202122232425262728
  1. Metadata-Version: 2.0
  2. Name: pypng
  3. Version: 0.0.18
  4. Summary: Pure Python PNG image encoder/decoder
  5. Home-page: https://github.com/drj11/pypng
  6. Author: David Jones
  7. Author-email: drj@pobox.com
  8. License: UNKNOWN
  9. Download-URL: https://github.com/drj11/pypng/archive/pypng-0.0.18.tar.gz
  10. Platform: UNKNOWN
  11. Classifier: Topic :: Multimedia :: Graphics
  12. Classifier: Topic :: Software Development :: Libraries :: Python Modules
  13. Classifier: Programming Language :: Python
  14. Classifier: Programming Language :: Python :: 2.3
  15. Classifier: Programming Language :: Python :: 3
  16. Classifier: License :: OSI Approved :: MIT License
  17. Classifier: Operating System :: OS Independent
  18. PyPNG allows PNG image files to be read and written using pure Python.
  19. It's available from github.com
  20. https://github.com/drj11/pypng
  21. Documentation is kindly hosted by PyPI
  22. http://pythonhosted.org/pypng/
  23. (and also available in the download tarball).