-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3a78796
commit b56990a
Showing
1 changed file
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,17 @@ | ||
About Python-OOXML | ||
================== | ||
|
||
Python-OOXML is a Python library for parsing Office Open XML files. At the moment it only supports HTML as output format. Strong emphasis is put on easy customization of the output. | ||
Python-OOXML is a Python library for parsing Office Open XML (Microsoft Word .docx) files. At the moment it only supports HTML as the output format. Strong emphasis is put on easy customization of the output. | ||
|
||
The library comes with an importer which is capable of splitting a document into separate chapters. It works both with documents which use Word styles, and documents where they are not used. | ||
|
||
Python-OOXML is used in `Booktype 2.0 <https://github.com/sourcefabric/Booktype/>`_ from `Sourcefabric <https://www.sourcefabric.org>`_. | ||
Python-OOXML is used in `Booktype <https://github.com/booktype/Booktype/>`_ to import and convert Word documents. | ||
|
||
|
||
Documentation | ||
============= | ||
|
||
Developer documentation for Python-OOXML can be found at `Read the Docs <http://python-ooxml.readthedocs.org/>`_. | ||
Developer documentation for Python-OOXML can be found at `Read the Docs <https://python-ooxml.readthedocs.io/>`_. | ||
|
||
|
||
License | ||
|
@@ -21,4 +22,5 @@ Python-OOXML is licensed under the `AGPL license <LICENSE.txt>`_. | |
|
||
Authors | ||
======= | ||
- Aleksandar Erkalovic <[email protected]> | ||
|
||
Python-OOXML was written by Aleksandar Erkalovic <[email protected]>. Please see the `AUTHORS <AUTHORS.txt>`_ file for a full list of contributors. |