12345678910111213141516171819202122232425262728 |
- Metadata-Version: 2.0
- Name: pypng
- Version: 0.0.18
- Summary: Pure Python PNG image encoder/decoder
- Home-page: https://github.com/drj11/pypng
- Author: David Jones
- Author-email: drj@pobox.com
- License: UNKNOWN
- Download-URL: https://github.com/drj11/pypng/archive/pypng-0.0.18.tar.gz
- Platform: UNKNOWN
- Classifier: Topic :: Multimedia :: Graphics
- Classifier: Topic :: Software Development :: Libraries :: Python Modules
- Classifier: Programming Language :: Python
- Classifier: Programming Language :: Python :: 2.3
- Classifier: Programming Language :: Python :: 3
- Classifier: License :: OSI Approved :: MIT License
- Classifier: Operating System :: OS Independent
- PyPNG allows PNG image files to be read and written using pure Python.
- It's available from github.com
- https://github.com/drj11/pypng
- Documentation is kindly hosted by PyPI
- http://pythonhosted.org/pypng/
- (and also available in the download tarball).
|