Metadata-Version: 1.1
Name: python-docx
Version: 0.7.0
Summary: Create and update Microsoft Word .docx files.
Home-page: https://github.com/python-openxml/python-docx
Author: Steve Canny
Author-email: python-docx@googlegroups.com
License: The MIT License (MIT)
Copyright (c) 2013 Steve Canny, https://github.com/scanny

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

Description: .. image:: https://travis-ci.org/python-openxml/python-docx.svg?branch=master
           :target: https://travis-ci.org/python-openxml/python-docx
        
        *python-docx* is a Python library for creating and updating Microsoft Word
        (.docx) files.
        
        More information is available in the `python-docx documentation`_.
        
        .. _`python-docx documentation`:
           https://python-docx.readthedocs.org/en/latest/
        
        
        .. :changelog:
        
        Release History
        ---------------
        
        0.7.0 (2014-06-27)
        ++++++++++++++++++
        
        - Add feature #68: Paragraph.insert_paragraph_before()
        - Add feature #51: Paragraph.alignment (read/write)
        - Add feature #61: Paragraph.text setter
        - Add feature #58: Run.add_tab()
        - Add feature #70: Run.clear()
        - Add feature #60: Run.text setter
        - Add feature #39: Run.text and Paragraph.text interpret '\n' and '\t' chars
        
        
        0.6.0 (2014-06-22)
        ++++++++++++++++++
        
        - Add feature #15: section page size
        - Add feature #66: add section
        - Add page margins and page orientation properties on Section
        - Major refactoring of oxml layer
        
        
        0.5.3 (2014-05-10)
        ++++++++++++++++++
        
        - Add feature #19: Run.underline property
        
        
        0.5.2 (2014-05-06)
        ++++++++++++++++++
        
        - Add feature #17: character style
        
        
        0.5.1 (2014-04-02)
        ++++++++++++++++++
        
        - Fix issue #23, `Document.add_picture()` raises ValueError when document
          contains VML drawing.
        
        
        0.5.0 (2014-03-02)
        ++++++++++++++++++
        
        - Add 20 tri-state properties on Run, including all-caps, double-strike,
          hidden, shadow, small-caps, and 15 others.
        
        
        0.4.0 (2014-03-01)
        ++++++++++++++++++
        
        - Advance from alpha to beta status.
        - Add pure-python image header parsing; drop Pillow dependency
        
        
        0.3.0a5 (2014-01-10)
        ++++++++++++++++++++++
        
        - Hotfix: issue #4, Document.add_picture() fails on second and subsequent
          images.
        
        
        0.3.0a4 (2014-01-07)
        ++++++++++++++++++++++
        
        - Complete Python 3 support, tested on Python 3.3
        
        
        0.3.0a3 (2014-01-06)
        ++++++++++++++++++++++
        
        - Fix setup.py error on some Windows installs
        
        
        0.3.0a1 (2014-01-05)
        ++++++++++++++++++++++
        
        - Full object-oriented rewrite
        - Feature-parity with prior version
        - text: add paragraph, run, text, bold, italic
        - table: add table, add row, add column
        - styles: specify style for paragraph, table
        - picture: add inline picture, auto-scaling
        - breaks: add page break
        - tests: full pytest and behave-based 2-layer test suite
        
        
        0.3.0dev1 (2013-12-14)
        ++++++++++++++++++++++
        
        - Round-trip .docx file, preserving all parts and relationships
        - Load default "template" .docx on open with no filename
        - Open from stream and save to stream (file-like object)
        - Add paragraph at and of document
        
Keywords: docx office openxml word
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Office/Business :: Office Suites
Classifier: Topic :: Software Development :: Libraries
