Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Python library for manipulating Open Packaging Convention (OPC) files like .docx, .pptx, and .xslx

NotificationsYou must be signed in to change notification settings

python-openxml/python-opc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VERSION: 0.0.1d (first development release)

STATUS (as of October 20 2013)

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.

Vision

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

Documentation is hosted on Read The Docs (readthedocs.org) athttps://python-opc.readthedocs.org/en/latest/.

Reaching out

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.

Installation

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.

Release History

June 23, 2013 - v0.0.1d1
  • Establish initial enviornment and development branches

License

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp