{ "info": { "author": "Philippe Lagadec", "author_email": "nospam@decalage.info", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Intended Audience :: Information Technology", "Intended Audience :: Science/Research", "Intended Audience :: System Administrators", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "olefile\n=======\n\n|Build Status TravisCI| |Build Status AppVeyor| |Coverage Status|\n|Documentation Status| |PyPI| |Can I Use Python 3?| |Say Thanks!|\n\n`olefile `__ is a Python package to\nparse, read and write `Microsoft OLE2\nfiles `__\n(also called Structured Storage, Compound File Binary Format or Compound\nDocument File Format), such as Microsoft Office 97-2003 documents,\nvbaProject.bin in MS Office 2007+ files, Image Composer and FlashPix\nfiles, Outlook messages, StickyNotes, several Microscopy file formats,\nMcAfee antivirus quarantine files, etc.\n\n**Quick links:** `Home page `__ -\n`Download/Install `__\n- `Documentation `__ - `Report\nIssues/Suggestions/Questions `__\n- `Contact the author `__ -\n`Repository `__ - `Updates on\nTwitter `__\n\nNews\n----\n\nFollow all updates and news on Twitter: https://twitter.com/decalage2\n\n- **2018-09-09 v0.46**: OleFileIO can now be used as a context manager\n (with...as), to close the file automatically (see\n `doc `__).\n Improved handling of malformed files, fixed several bugs.\n- 2018-01-24 v0.45: olefile can now overwrite streams of any size,\n improved handling of malformed files, fixed several\n `bugs `__,\n end of support for Python 2.6 and 3.3.\n- 2017-01-06 v0.44: several bugfixes, removed support for Python 2.5\n (olefile2), added support for incomplete streams and incorrect\n directory entries (to read malformed documents), added getclsid,\n improved `documentation `__\n with API reference.\n- 2017-01-04: moved the documentation to\n `ReadTheDocs `__\n- 2016-05-20: moved olefile repository to\n `GitHub `__\n- 2016-02-02 v0.43: fixed issues\n `#26 `__ and\n `#27 `__, better\n handling of malformed files, use python logging.\n- see\n `changelog `__\n for more detailed information and the latest changes.\n\nDownload/Install\n----------------\n\nIf you have pip or setuptools installed (pip is included in Python\n2.7.9+), you may simply run **pip install olefile** or **easy_install\nolefile** for the first installation.\n\nTo update olefile, run **pip install -U olefile**.\n\nOtherwise, see http://olefile.readthedocs.io/en/latest/Install.html\n\nFeatures\n--------\n\n- Parse, read and write any OLE file such as Microsoft Office 97-2003\n legacy document formats (Word .doc, Excel .xls, PowerPoint .ppt,\n Visio .vsd, Project .mpp), Image Composer and FlashPix files, Outlook\n messages, StickyNotes, Zeiss AxioVision ZVI files, Olympus FluoView\n OIB files, etc\n- List all the streams and storages contained in an OLE file\n- Open streams as files\n- Parse and read property streams, containing metadata of the file\n- Portable, pure Python module, no dependency\n\nolefile can be used as an independent package or with PIL/Pillow.\n\nolefile is mostly meant for developers. If you are looking for tools to\nanalyze OLE files or to extract data (especially for security purposes\nsuch as malware analysis and forensics), then please also check my\n`python-oletools `__, which\nare built upon olefile and provide a higher-level interface.\n\nDocumentation\n-------------\n\nPlease see the `online\ndocumentation `__ for more\ninformation.\n\nReal-life examples\n------------------\n\nA real-life example: `using OleFileIO_PL for malware analysis and\nforensics `__.\n\nSee also `this\npaper `__\nabout python tools for forensics, which features olefile.\n\nLicense\n-------\n\nolefile (formerly OleFileIO_PL) is copyright (c) 2005-2018 Philippe\nLagadec (https://www.decalage.info)\n\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are\nmet:\n\n- Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n- Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in the\n documentation and/or other materials provided with the distribution.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS\nIS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED\nTO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A\nPARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\nHOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\nSPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED\nTO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR\nPROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF\nLIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING\nNEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\n--------------\n\nolefile is based on source code from the OleFileIO module of the Python\nImaging Library (PIL) published by Fredrik Lundh under the following\nlicense:\n\nThe Python Imaging Library (PIL) is\n\n- Copyright (c) 1997-2009 by Secret Labs AB\n- Copyright (c) 1995-2009 by Fredrik Lundh\n\nBy obtaining, using, and/or copying this software and/or its associated\ndocumentation, you agree that you have read, understood, and will comply\nwith the following terms and conditions:\n\nPermission to use, copy, modify, and distribute this software and its\nassociated documentation for any purpose and without fee is hereby\ngranted, provided that the above copyright notice appears in all copies,\nand that both that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Secret Labs AB or the\nauthor not be used in advertising or publicity pertaining to\ndistribution of the software without specific, written prior permission.\n\nSECRET LABS AB AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO\nTHIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND\nFITNESS. IN NO EVENT SHALL SECRET LABS AB OR THE AUTHOR BE LIABLE FOR\nANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER\nRESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF\nCONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN\nCONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n.. |Build Status TravisCI| image:: https://travis-ci.org/decalage2/olefile.svg?branch=master\n :target: https://travis-ci.org/decalage2/olefile\n.. |Build Status AppVeyor| image:: https://ci.appveyor.com/api/projects/status/github/decalage2/olefile?svg=true\n :target: https://ci.appveyor.com/project/decalage2/olefile\n.. |Coverage Status| image:: https://coveralls.io/repos/github/decalage2/olefile/badge.svg?branch=master\n :target: https://coveralls.io/github/decalage2/olefile?branch=master\n.. |Documentation Status| image:: http://readthedocs.org/projects/olefile/badge/?version=latest\n :target: http://olefile.readthedocs.io/en/latest/?badge=latest\n.. |PyPI| image:: https://img.shields.io/pypi/v/olefile.svg\n :target: https://pypi.org/project/olefile/\n.. |Can I Use Python 3?| image:: https://caniusepython3.com/project/olefile.svg\n :target: https://caniusepython3.com/project/olefile\n.. |Say Thanks!| image:: https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg\n :target: https://saythanks.io/to/decalage2", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/decalage2/olefile/tarball/master", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://www.decalage.info/python/olefileio", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "olefile", "package_url": "https://pypi.org/project/olefile/", "platform": "", "project_url": "https://pypi.org/project/olefile/", "project_urls": { "Download": "https://github.com/decalage2/olefile/tarball/master", "Homepage": "https://www.decalage.info/python/olefileio" }, "release_url": "https://pypi.org/project/olefile/0.46/", "requires_dist": null, "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "summary": "Python package to parse, read and write Microsoft OLE2 files (Structured Storage or Compound Document, Microsoft Office)", "version": "0.46" }, "last_serial": 4258615, "releases": { "0.40": [ { "comment_text": "", "digests": { "md5": "a37e1f74af580271941f9b25b32d4e3d", "sha256": "75e889e2e49a76f7387ea935e54c70fd8762fc56860d86a5695f92111a63c335" }, "downloads": -1, "filename": "olefile-0.40.zip", "has_sig": false, "md5_digest": "a37e1f74af580271941f9b25b32d4e3d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 111165, "upload_time": "2014-10-01T15:26:04", "url": "https://files.pythonhosted.org/packages/4a/7f/1efe0592a69585eb1c844a816c362877a241f0ed75735314fe33b9d9b653/olefile-0.40.zip" } ], "0.41": [ { "comment_text": "", "digests": { "md5": "c183fa8d6d8733d803e416d871bc8ae4", "sha256": "1f76a5b8ff0e47dbdd22a4f4aa5bc1c29af0bfb3dc12bc86354ae374ad9192f1" }, "downloads": -1, "filename": "olefile-0.41.zip", "has_sig": false, "md5_digest": "c183fa8d6d8733d803e416d871bc8ae4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 117775, "upload_time": "2014-11-25T21:34:52", "url": "https://files.pythonhosted.org/packages/ac/a1/f5cf204f1de87c2f59c061075ebc02d702abd415032eece9535126777a48/olefile-0.41.zip" } ], "0.42.1": [ { "comment_text": "", "digests": { "md5": "4933a9ba5a5d84647b32e5deb57a4a08", "sha256": "8a3226dba11349b51a2c6de6af0c889324201f14a8c30992b7877109090e36e0" }, "downloads": -1, "filename": "olefile-0.42.1.zip", "has_sig": false, "md5_digest": "4933a9ba5a5d84647b32e5deb57a4a08", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 119386, "upload_time": "2015-01-25T21:20:45", "url": "https://files.pythonhosted.org/packages/8e/32/db0c062319061c6c38067823485ebc6252423cdc3c1d7dec798ad5c989f4/olefile-0.42.1.zip" } ], "0.43": [ { "comment_text": "", "digests": { "md5": "f570df81ebfab51aaa538af39fef6fd3", "sha256": "57102bf3f19c5fa099c0c7128190fe4bb28cd2760aa08f4b5b7dccf28718b876" }, "downloads": -1, "filename": "olefile-0.43.tar.gz", "has_sig": false, "md5_digest": "f570df81ebfab51aaa538af39fef6fd3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 99723, "upload_time": "2016-02-03T20:05:10", "url": "https://files.pythonhosted.org/packages/61/f4/7b52981ee0c3c2521c504fa318466136be8d47bc720ef1eff2aa2f193730/olefile-0.43.tar.gz" }, { "comment_text": "", "digests": { "md5": "99700591a76c9845889170f4bb9fbfa3", "sha256": "7bc605bc2ebd3475eaf91513b5b5e10e0992312cff994a38145cd8e3585766f5" }, "downloads": -1, "filename": "olefile-0.43.zip", "has_sig": false, "md5_digest": "99700591a76c9845889170f4bb9fbfa3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 119525, "upload_time": "2016-02-03T20:05:30", "url": "https://files.pythonhosted.org/packages/61/c5/3fde261fc03c6cc80a591b505657698976c7bc962c0fcf92ba6b667cfb2e/olefile-0.43.zip" } ], "0.44": [ { "comment_text": "", "digests": { "md5": "fc625554e4e7f0c2ddcd00baa3c74ff5", "sha256": "61f2ca0cd0aa77279eb943c07f607438edf374096b66332fae1ee64a6f0f73ad" }, "downloads": -1, "filename": "olefile-0.44.zip", "has_sig": false, "md5_digest": "fc625554e4e7f0c2ddcd00baa3c74ff5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 74147, "upload_time": "2017-01-06T16:37:23", "url": "https://files.pythonhosted.org/packages/35/17/c15d41d5a8f8b98cc3df25eb00c5cee76193114c78e5674df6ef4ac92647/olefile-0.44.zip" } ], "0.45": [ { "comment_text": "", "digests": { "md5": "0296cebeb4e3933b2e002d8eac0279a5", "sha256": "8009f50bdaafc2247546d3105be61e0bb38d21098b36dd5fc9eed05be28bba7b" }, "downloads": -1, "filename": "olefile-0.45.zip", "has_sig": false, "md5_digest": "0296cebeb4e3933b2e002d8eac0279a5", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 111920, "upload_time": "2018-01-24T22:40:38", "url": "https://files.pythonhosted.org/packages/10/1b/a38e82a67ed1e67d112e8a5e664b12c669263d51929f6b15ba41fa225067/olefile-0.45.zip" } ], "0.45.1": [ { "comment_text": "", "digests": { "md5": "f70c0688320548ae0f1b4785e7aefcb9", "sha256": "2b6575f5290de8ab1086f8c5490591f7e0885af682c7c1793bdaf6e64078d385" }, "downloads": -1, "filename": "olefile-0.45.1.zip", "has_sig": false, "md5_digest": "f70c0688320548ae0f1b4785e7aefcb9", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 112359, "upload_time": "2018-01-25T10:22:22", "url": "https://files.pythonhosted.org/packages/d3/8a/e0f0e56d6a542dd987f9290ef7b5164636ee597ce8c2932c19c78292d5ec/olefile-0.45.1.zip" } ], "0.46": [ { "comment_text": "", "digests": { "md5": "af351575e53aa00c36ae1c71ee9b0043", "sha256": "133b031eaf8fd2c9399b78b8bc5b8fcbe4c31e85295749bb17a87cba8f3c3964" }, "downloads": -1, "filename": "olefile-0.46.zip", "has_sig": false, "md5_digest": "af351575e53aa00c36ae1c71ee9b0043", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 112226, "upload_time": "2018-09-10T18:35:52", "url": "https://files.pythonhosted.org/packages/34/81/e1ac43c6b45b4c5f8d9352396a14144bba52c8fec72a80f425f6a4d653ad/olefile-0.46.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "af351575e53aa00c36ae1c71ee9b0043", "sha256": "133b031eaf8fd2c9399b78b8bc5b8fcbe4c31e85295749bb17a87cba8f3c3964" }, "downloads": -1, "filename": "olefile-0.46.zip", "has_sig": false, "md5_digest": "af351575e53aa00c36ae1c71ee9b0043", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 112226, "upload_time": "2018-09-10T18:35:52", "url": "https://files.pythonhosted.org/packages/34/81/e1ac43c6b45b4c5f8d9352396a14144bba52c8fec72a80f425f6a4d653ad/olefile-0.46.zip" } ] }