{ "info": { "author": "Alex Rembish", "author_email": "alex@rembish.org", "bugtrack_url": null, "classifiers": [], "description": "===================\nCfbIO |TravisLink|_\n===================\n\n.. |TravisLink| image:: https://api.travis-ci.org/rembish/cfb.png\n.. _TravisLink: https://travis-ci.org/rembish/cfb\n\nCfbIO provides access to internal structure of Microsoft Compound File Binary\nFile Format.\n\nModule operates with input file like standard IO module in Python. You can\nseek, read and maybe one day write those files, like all other file-like\nobjects. Also module grants access to internal directory structure containing\nEntries, which are also standard readable/seekable objects.\n\nSo, your work with this module is very simple::\n\n from cfb import CfbIO\n from cfb.directory.entry import SEEK_END\n\n doc = CfbIO(\"tests/data/simple.doc\")\n\n root = doc.root\n print(root.read()) # Read whole root entry buffer\n\n some_entry = doc.directory[1].left\n some_entry.seek(100, whence=SEEK_END)\n print(some_entry.read(100)) # Read last 100 bytes from left sibling\n\nAll classes are lazy, so you can read really big files without memory leaks.\nAll data will be read only, when you will want it.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/rembish/cfb", "keywords": null, "license": "BSD 2-Clause license", "maintainer": null, "maintainer_email": null, "name": "cfb", "package_url": "https://pypi.org/project/cfb/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/cfb/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/rembish/cfb" }, "release_url": "https://pypi.org/project/cfb/0.8.3/", "requires_dist": null, "requires_python": null, "summary": "Microsoft Compound File Binary File Format IO", "version": "0.8.3" }, "last_serial": 918625, "releases": { "0.8": [ { "comment_text": "", "digests": { "md5": "b269a6ce837e821c5746d89ed27046bc", "sha256": "7e7ab1aa0c474852892191eaab45d2b8bc31b14c8ef5b4416cde3ebb4f0ea48d" }, "downloads": -1, "filename": "cfb-0.8.tar.gz", "has_sig": false, "md5_digest": "b269a6ce837e821c5746d89ed27046bc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5454, "upload_time": "2013-10-01T14:39:15", "url": "https://files.pythonhosted.org/packages/cf/88/d5222fbb9a89b4a339bab1df6596f40634ca168a9355a499190154e9d7d6/cfb-0.8.tar.gz" } ], "0.8.2": [ { "comment_text": "", "digests": { "md5": "13e535ddd016e919e04ce0cc671ca756", "sha256": "1c80b26e70310a7b14408b8b19319647474203aac9d74cf197e42f3f8a7bbe93" }, "downloads": -1, "filename": "cfb-0.8.2.tar.gz", "has_sig": false, "md5_digest": "13e535ddd016e919e04ce0cc671ca756", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8765, "upload_time": "2013-10-02T19:08:39", "url": "https://files.pythonhosted.org/packages/dd/dc/a47115c5b4f22deb8786e1c5bd632f72d08debddd52551d66bdcac7737c7/cfb-0.8.2.tar.gz" } ], "0.8.3": [ { "comment_text": "", "digests": { "md5": "e64c907e64ccfe19777a92d88964a7ae", "sha256": "bc803d0b22ef4389acdb4df535e6218e57033daff4c39a476b6c12c5d2710ace" }, "downloads": -1, "filename": "cfb-0.8.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e64c907e64ccfe19777a92d88964a7ae", "packagetype": "bdist_wheel", "python_version": "2.6", "requires_python": null, "size": 18508, "upload_time": "2013-11-13T19:19:42", "url": "https://files.pythonhosted.org/packages/ed/1e/7da58cf04cf4cb25d1d5a4d8484314ffa5f82b36543e91159cffd33b1e14/cfb-0.8.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "562cc0b2753a029bbe27cecc858b2779", "sha256": "516562e00e1c5de45b4400d14b6e9e915a3ab7914fdef354d42cce91c919c89d" }, "downloads": -1, "filename": "cfb-0.8.3.tar.gz", "has_sig": false, "md5_digest": "562cc0b2753a029bbe27cecc858b2779", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13421, "upload_time": "2013-11-13T19:00:04", "url": "https://files.pythonhosted.org/packages/6d/10/83764af3a593937081b910254c50ba8719c58a622140a5f3ee2ec3799c83/cfb-0.8.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e64c907e64ccfe19777a92d88964a7ae", "sha256": "bc803d0b22ef4389acdb4df535e6218e57033daff4c39a476b6c12c5d2710ace" }, "downloads": -1, "filename": "cfb-0.8.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e64c907e64ccfe19777a92d88964a7ae", "packagetype": "bdist_wheel", "python_version": "2.6", "requires_python": null, "size": 18508, "upload_time": "2013-11-13T19:19:42", "url": "https://files.pythonhosted.org/packages/ed/1e/7da58cf04cf4cb25d1d5a4d8484314ffa5f82b36543e91159cffd33b1e14/cfb-0.8.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "562cc0b2753a029bbe27cecc858b2779", "sha256": "516562e00e1c5de45b4400d14b6e9e915a3ab7914fdef354d42cce91c919c89d" }, "downloads": -1, "filename": "cfb-0.8.3.tar.gz", "has_sig": false, "md5_digest": "562cc0b2753a029bbe27cecc858b2779", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13421, "upload_time": "2013-11-13T19:00:04", "url": "https://files.pythonhosted.org/packages/6d/10/83764af3a593937081b910254c50ba8719c58a622140a5f3ee2ec3799c83/cfb-0.8.3.tar.gz" } ] }