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
Release history Release notifications | RSS feed
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 details)
Built Distribution
maflib-1.0.0-py2-none-any.whl
(18.8 kB
view details)
File details
Details for the file maflib-1.0.0.tar.gz
.
File metadata
- Download URL: maflib-1.0.0.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.10.0 setuptools/18.5 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/2.7.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
ea68d8550b61b6c853de33b29171b53bef25eacc802680eb92e9d2c9476c5b20
|
|
MD5 |
d5ac5b4d0b88fa0ea85303bcf3c07fc5
|
|
BLAKE2b-256 |
f0f926433ff10e64b4db132c9e210bde5d70e971c4e39a67d90d8660b7ccc13f
|
File details
Details for the file maflib-1.0.0-py2-none-any.whl
.
File metadata
- Download URL: maflib-1.0.0-py2-none-any.whl
- Upload date:
- Size: 18.8 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.10.0 setuptools/18.5 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/2.7.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
4907aa800d2ea4b7c4fc765393280f62946dab95f54d8c6433816a378a131a52
|
|
MD5 |
92eaabed67a1dc71ff84b1a8a1a2be59
|
|
BLAKE2b-256 |
aca9b7573f33f7526d390b429d5d32516e714b3ac8addac4c797ffe04dd777a3
|