Metadata-Version: 2.4
Name: pylzma
Version: 0.5.0
Summary: Python bindings for the LZMA library by Igor Pavlov.
Home-page: http://www.joachim-bauch.de/projects/pylzma/
Download-URL: http://pypi.python.org/pypi/pylzma/
Author: Joachim Bauch
Author-email: mail@joachim-bauch.de
License: LGPL
Keywords: lzma compression
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
License-File: LICENSE
Provides-Extra: decrypt
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: download-url
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: summary

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.
