docx-charts
Python library for manipulating chart data in word documents
Disclaimer: this is a project made for a very specific usecase, because nothing better existed yet. No stability guarantees are made, and the API is subject to change :)
Example
from docx_charts import Document
doc = Document('example.docx')
chart = doc.find_charts_by_name('Chart 1')[0]
data = chart.data()
data['student_total']['CTB1002 Linear Algebra'] = 0.6
chart.write(data)
doc.save()
Release files for docx-charts 0.1.12
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| docx_charts-0.1.12.tar.gz | 4.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| docx_charts-0.1.12-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 9.0 kB
Release files / docx_charts-0.1.12.tar.gz
| Download URL | docx_charts-0.1.12.tar.gz |
|---|---|
| Size | 4.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
89acbb8e2ad1085804e7c0c26525d86675decc3156aa3507d7165e13f8ea3e3e
|
|
BLAKE2b-256 checksum How to use checksums |
d3ef5aef1ca1434897e0077c57abe228d533c395cde5b1637da9aff0c41cadfe
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.6.1 CPython/3.11.5 Linux/6.5.5-zen1-1-zen
|
Release files / docx_charts-0.1.12-py3-none-any.whl
| Download URL | docx_charts-0.1.12-py3-none-any.whl |
|---|---|
| Size | 5.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
333add8dc39f85d43dbe5034f183b0a16943184a8f11603e72b9c39c3845e0ea
|
|
BLAKE2b-256 checksum How to use checksums |
2d9e8316165647d0ebdaf81739613887f3823ca445b255d372e22ebe7b521514
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.6.1 CPython/3.11.5 Linux/6.5.5-zen1-1-zen
|