python-docx
python-docx-valutico is a Python library for reading, creating, and updating Microsoft Word 2007+ (.docx) files.
This is basically the same as python-docx, but with added support for charts.
Installation
pip install python-docx
Example
>>> from docx import Document
>>> document = Document()
>>> document.add_paragraph("It was a dark and stormy night.")
<docx.text.paragraph.Paragraph object at 0x10f19e760>
>>> document.save("dark-and-stormy.docx")
>>> document = Document("dark-and-stormy.docx")
>>> document.paragraphs[0].text
'It was a dark and stormy night.'
More information is available in the python-docx documentation
Release files for python-docx-valutico 1.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| python_docx_valutico-1.2.0.tar.gz | 5.7 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| python_docx_valutico-1.2.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 5.9 MB
Release files / python_docx_valutico-1.2.0.tar.gz
| Download URL | python_docx_valutico-1.2.0.tar.gz |
|---|---|
| Size | 5.7 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f2667e2097582d1f329f2b4e41f276a9c79d8bcff97a3dfcd42eda05241953de
|
|
BLAKE2b-256 checksum How to use checksums |
9287f247124ca53ab676d7282ec720c98741b514ae2031fb7bc8eb43a1213944
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.12.3
|
Release files / python_docx_valutico-1.2.0-py3-none-any.whl
| Download URL | python_docx_valutico-1.2.0-py3-none-any.whl |
|---|---|
| Size | 254.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
2cb0eaaff45d550b709a1bb334a4888a5d69ec599f59950b1e490817ff5051af
|
|
BLAKE2b-256 checksum How to use checksums |
20054a0e776bee3db2c107a3f7621d8df1eb510ed141331f5a726194d1bfdf15
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.12.3
|