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.
Release files for maflib 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| maflib-1.0.0.tar.gz | 2.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| maflib-1.0.0-py2-none-any.whl | Python 2 | none | any | Details |
Total release size: 21.0 kB
Release files / maflib-1.0.0.tar.gz
| Download URL | maflib-1.0.0.tar.gz |
|---|---|
| Size | 2.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ea68d8550b61b6c853de33b29171b53bef25eacc802680eb92e9d2c9476c5b20
|
|
BLAKE2b-256 checksum How to use checksums |
f0f926433ff10e64b4db132c9e210bde5d70e971c4e39a67d90d8660b7ccc13f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / maflib-1.0.0-py2-none-any.whl
| Download URL | maflib-1.0.0-py2-none-any.whl |
|---|---|
| Size | 18.8 kB |
| Tags | Python 2 |
|
SHA-256 checksum How to use checksums |
4907aa800d2ea4b7c4fc765393280f62946dab95f54d8c6433816a378a131a52
|
|
BLAKE2b-256 checksum How to use checksums |
aca9b7573f33f7526d390b429d5d32516e714b3ac8addac4c797ffe04dd777a3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|