Skip to main content

Library for reading and manipulating Mozilla Archive Format (MAF) files

Project description

MAFLib is a library for reading and manipulating Mozilla Archive Format (MAF) files.

Installation

Package is uploaded on PyPI.

You can install it with pip:

$ pip install maflib

Usage

Open a .maff file

fd = maflib.MAF("test.maff")

Open a file within the .maff file

fd2 = fd.open("image.jpg")

Open the index file in the .maff file

fd2 = fd.open_index()

Return the content of the index file in the .maff file

content = fd.read_index()

Show a .maff file in a browser window

fd.show()

License

MAFLib is released under the GNU Lesser General Public License, Version 3.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

maflib-1.0.0.tar.gz (2.3 kB view hashes)

Uploaded Source

Built Distribution

maflib-1.0.0-py2-none-any.whl (18.8 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page