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