PKG-INFO 928 B

1234567891011121314151617181920
  1. Metadata-Version: 1.1
  2. Name: pylzma
  3. Version: 0.4.8
  4. Summary: Python bindings for the LZMA library by Igor Pavlov.
  5. Home-page: http://www.joachim-bauch.de/projects/pylzma/
  6. Author: Joachim Bauch
  7. Author-email: mail@joachim-bauch.de
  8. License: LGPL
  9. Download-URL: http://pypi.python.org/pypi/pylzma/
  10. Description: PyLZMA provides a platform independent way to read and write data
  11. that has been compressed or can be decompressed by the LZMA library by Igor Pavlov.
  12. Keywords: lzma compression
  13. Platform: UNKNOWN
  14. Classifier: Development Status :: 5 - Production/Stable
  15. Classifier: Programming Language :: Python
  16. Classifier: Programming Language :: Python :: 3
  17. Classifier: Topic :: Software Development :: Libraries :: Python Modules
  18. Classifier: Intended Audience :: Developers
  19. Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
  20. Classifier: Operating System :: OS Independent