{ "info": { "author": "Samuel Li", "author_email": "sam@projreality.com", "bugtrack_url": null, "classifiers": [], "description": "MAFLib\n======\n\n.. contents:: Table of Contents\n :local:\n\nMAFLib is a library for reading and manipulating Mozilla Archive Format (MAF) files.\n\nInstallation\n------------\n\nPackage is uploaded on `PyPI `_.\n\nYou can install it with pip::\n\n $ pip install maflib\n\nUsage\n-----\n\nOpen a .maff file\n\n.. code:: python\n\n fd = maflib.MAF(\"test.maff\")\n\nOpen a file within the .maff file\n\n.. code:: python\n\n fd2 = fd.open(\"image.jpg\")\n\nOpen the index file in the .maff file\n\n.. code:: python\n\n fd2 = fd.open_index()\n\nReturn the content of the index file in the .maff file\n\n.. code:: python\n\n content = fd.read_index()\n\nShow a .maff file in a browser window\n\n.. code:: python\n\n fd.show()\n\nLicense\n-------\n\nMAFLib is released under the GNU Lesser General Public License, Version 3.\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/projreality/maflib", "keywords": "", "license": "https://www.gnu.org/licenses/lgpl.html", "maintainer": "", "maintainer_email": "", "name": "maflib", "package_url": "https://pypi.org/project/maflib/", "platform": "", "project_url": "https://pypi.org/project/maflib/", "project_urls": { "Homepage": "https://github.com/projreality/maflib" }, "release_url": "https://pypi.org/project/maflib/1.0.0/", "requires_dist": [ "python-dateutil" ], "requires_python": "", "summary": "Library for reading and manipulating Mozilla Archive Format (MAF) files", "version": "1.0.0" }, "last_serial": 4966919, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "92eaabed67a1dc71ff84b1a8a1a2be59", "sha256": "4907aa800d2ea4b7c4fc765393280f62946dab95f54d8c6433816a378a131a52" }, "downloads": -1, "filename": "maflib-1.0.0-py2-none-any.whl", "has_sig": false, "md5_digest": "92eaabed67a1dc71ff84b1a8a1a2be59", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 18756, "upload_time": "2019-03-21T07:32:29", "url": "https://files.pythonhosted.org/packages/ac/a9/b7573f33f7526d390b429d5d32516e714b3ac8addac4c797ffe04dd777a3/maflib-1.0.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d5ac5b4d0b88fa0ea85303bcf3c07fc5", "sha256": "ea68d8550b61b6c853de33b29171b53bef25eacc802680eb92e9d2c9476c5b20" }, "downloads": -1, "filename": "maflib-1.0.0.tar.gz", "has_sig": false, "md5_digest": "d5ac5b4d0b88fa0ea85303bcf3c07fc5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2270, "upload_time": "2019-03-21T07:32:31", "url": "https://files.pythonhosted.org/packages/f0/f9/26433ff10e64b4db132c9e210bde5d70e971c4e39a67d90d8660b7ccc13f/maflib-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "92eaabed67a1dc71ff84b1a8a1a2be59", "sha256": "4907aa800d2ea4b7c4fc765393280f62946dab95f54d8c6433816a378a131a52" }, "downloads": -1, "filename": "maflib-1.0.0-py2-none-any.whl", "has_sig": false, "md5_digest": "92eaabed67a1dc71ff84b1a8a1a2be59", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 18756, "upload_time": "2019-03-21T07:32:29", "url": "https://files.pythonhosted.org/packages/ac/a9/b7573f33f7526d390b429d5d32516e714b3ac8addac4c797ffe04dd777a3/maflib-1.0.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d5ac5b4d0b88fa0ea85303bcf3c07fc5", "sha256": "ea68d8550b61b6c853de33b29171b53bef25eacc802680eb92e9d2c9476c5b20" }, "downloads": -1, "filename": "maflib-1.0.0.tar.gz", "has_sig": false, "md5_digest": "d5ac5b4d0b88fa0ea85303bcf3c07fc5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2270, "upload_time": "2019-03-21T07:32:31", "url": "https://files.pythonhosted.org/packages/f0/f9/26433ff10e64b4db132c9e210bde5d70e971c4e39a67d90d8660b7ccc13f/maflib-1.0.0.tar.gz" } ] }