{ "info": { "author": "Steve Canny", "author_email": "python-opc@googlegroups.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Topic :: Office/Business :: Office Suites", "Topic :: Software Development :: Libraries" ], "description": "##########\npython-opc\n##########\n\nVERSION: 0.0.1d (first development release)\n\n\nSTATUS (as of July 4 2013)\n==========================\n\nFirst development release. Under active development.\n\n\nVision\n======\n\nA robust, general-purpose library for manipulating Open Packaging Convention\n(OPC) packages, suitable as a foundation for a family of Open XML document\nlibraries. Also to be suitable for general purpose manipulation of OPC\npackages, for example to access the XML and binary contents for indexing\npurposes and perhaps for manipulating package parts, for example to remove\nslide notes pages or to assemble presentations from individual slides in a\nlibrary.\n\n\nDocumentation\n=============\n\nDocumentation is hosted on Read The Docs (readthedocs.org) at\nhttps://python-opc.readthedocs.org/en/latest/.\n\n\nReaching out\n============\n\nWe'd love to hear from you if you like |po|, want a new feature, find a bug,\nneed help using it, or just have a word of encouragement.\n\nThe **mailing list** for |po| is python-opc@googlegroups.com\n\nThe **issue tracker** is on github at `python-openxml/python-opc`_.\n\nFeature requests are best broached initially on the mailing list, they can be\nadded to the issue tracker once we've clarified the best approach,\nparticularly the appropriate API signature.\n\n.. _`python-openxml/python-opc`:\n https://github.com/python-openxml/python-opc\n\n\nInstallation\n============\n\n|po| may be installed with ``pip`` if you have it available::\n\n pip install python-opc\n\nIt can also be installed using ``easy_install``::\n\n easy_install python-opc\n\nIf neither ``pip`` nor ``easy_install`` is available, it can be installed\nmanually by downloading the distribution from PyPI, unpacking the tarball,\nand running ``setup.py``::\n\n tar xvzf python-opc-0.0.1d1.tar.gz\n cd python-opc-0.0.1d1\n python setup.py install\n\n|po| depends on the ``lxml`` package. Both ``pip`` and ``easy_install`` will\ntake care of satisfying that dependency for you, but if you use this last\nmethod you will need to install ``lxml`` yourself.\n\n\nRelease History\n===============\n\nJuly 4, 2013 - v0.0.1d1\n * Establish initial enviornment and development branches\n\n\nLicense\n=======\n\nLicensed under the `MIT license`_. Short version: this code is copyrighted by\nme (Steve Canny), I give you permission to do what you want with it except\nremove my name from the credits. See the LICENSE file for specific terms.\n\n.. _MIT license:\n http://www.opensource.org/licenses/mit-license.php\n\n.. |po| replace:: ``python-opc``", "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/python-openxml/python-opc", "keywords": "opc open xml docx pptx xslx office", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "python-opc", "package_url": "https://pypi.org/project/python-opc/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/python-opc/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/python-openxml/python-opc" }, "release_url": "https://pypi.org/project/python-opc/0.0.1d1/", "requires_dist": null, "requires_python": null, "summary": "Manipulate Open Packaging Convention (OPC) files, e.g. .docx, .pptx, and .xlsx files for Microsoft Office", "version": "0.0.1d1" }, "last_serial": 808501, "releases": { "0.0.1d1": [] }, "urls": [] }