Metadata-Version: 2.0
Name: cabarchive
Version: 0.1.0
Summary: A pure-python library for creating and extracting cab files
Home-page: https://github.com/hughsie/python-cabarchive
Author: Richard Hughes
Author-email: richard@hughsie.com
License: LGPL-2.1-or-later
Description-Content-Type: UNKNOWN
Keywords: cabextract,cab,archive,extract
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Utilities
Classifier: Topic :: System :: Archiving

If you want to parse Microsoft Cabinet files in Python you probably
should just install gcab, and use the GObjectIntrospection bindings
for that. GCab is a much better library than this and handles many more
kinds of archive.

If GCab is not available to you (e.g. you're trying to run in an
OpenShift instance on RHEL 6.2), this project might be somewhat useful.

Contributors welcome, either adding new functionality or fixing bugs.

See also: https://msdn.microsoft.com/en-us/library/bb417343.aspx


