Skip to content

wormcode/python-docx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-docx

VERSION: 0.3.0d1 (first development release)

STATUS (as of July 29 2013)

First development release. Under active development.

Vision

Documentation

Documentation is hosted on Read The Docs (readthedocs.org) at https://python-docx.readthedocs.org/en/latest/.

Reaching out

We'd love to hear from you if you like python-docx, want a new feature, find a bug, need help using it, or just have a word of encouragement.

The mailing list for python-docx is (google groups ... )

The issue tracker is on github at python-openxml/python-docx.

Feature requests are best broached initially on the mailing list, they can be added to the issue tracker once we've clarified the best approach, particularly the appropriate API signature.

Installation

python-docx may be installed with pip if you have it available:

pip install python-docx

It can also be installed using easy_install:

easy_install python-docx

If neither pip nor easy_install is available, it can be installed manually by downloading the distribution from PyPI, unpacking the tarball, and running setup.py:

tar xvzf python-docx-0.0.1d1.tar.gz
cd python-docx-0.0.1d1
python setup.py install

python-docx depends on the lxml package. Both pip and easy_install will take care of satisfying that dependency for you, but if you use this last method you will need to install lxml yourself.

Release History

July 29, 2013 - v0.3.0d1
  • Establish initial enviornment and development branches

License

Licensed under the MIT license. Short version: this code is copyrighted by me (Steve Canny), I give you permission to do what you want with it except remove my name from the credits. See the LICENSE file for specific terms.

About

Create and modify Word documents with Python

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 93.1%
  • Gherkin 6.8%
  • Makefile 0.1%