- Notifications
You must be signed in to change notification settings - Fork22
python-openxml/python-opc
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
VERSION: 0.0.1d (first development release)
First development release. Under active development.
WARNING:spike branch is SUBJECT TO FULL REBASING at any time. You probablydon't want to base a pull request on it without asking first.
A robust, general-purpose library for manipulating Open Packaging Convention(OPC) packages, suitable as a foundation for a family of Open XML documentlibraries. Also to be suitable for general purpose manipulation of OPCpackages, for example to access the XML and binary contents for indexingpurposes and perhaps for manipulating package parts, for example to removeslide notes pages or to assemble presentations from individual slides in alibrary.
Documentation is hosted on Read The Docs (readthedocs.org) athttps://python-opc.readthedocs.org/en/latest/.
We'd love to hear from you if you likepython-opc
, want a new feature, find a bug,need help using it, or just have a word of encouragement.
Themailing list forpython-opc
is (google groups ... )
Theissue tracker is on github atpython-openxml/python-opc.
Feature requests are best broached initially on the mailing list, they can beadded to the issue tracker once we've clarified the best approach,particularly the appropriate API signature.
python-opc
may be installed withpip
if you have it available:
pip install python-opc
It can also be installed usingeasy_install
:
easy_install python-opc
If neitherpip
noreasy_install
is available, it can be installedmanually by downloading the distribution from PyPI, unpacking the tarball,and runningsetup.py
:
tar xvzf python-opc-0.0.1d1.tar.gzcd python-opc-0.0.1d1python setup.py install
python-opc
depends on thelxml
package. Bothpip
andeasy_install
willtake care of satisfying that dependency for you, but if you use this lastmethod you will need to installlxml
yourself.
- June 23, 2013 - v0.0.1d1
- Establish initial enviornment and development branches
Licensed under theMIT license. Short version: this code is copyrighted byme (Steve Canny), I give you permission to do what you want with it exceptremove my name from the credits. See the LICENSE file for specific terms.
About
Python library for manipulating Open Packaging Convention (OPC) files like .docx, .pptx, and .xslx
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.