Metadata-Version: 2.5
Name: pptxfill
Version: 0.2.5
Summary: Add your description here
Project-URL: Repository, https://gitlab.com/csml-tools/pptxfill/
Project-URL: Documentation, https://csml-tools.gitlab.io/pptxfill/
Requires-Python: >=3.13
Requires-Dist: pandas>=2.3.3
Requires-Dist: python-pptx>=1.0.2
Requires-Dist: types-lxml>=2026.1.1
Description-Content-Type: text/markdown

# pptxfill

**pptxfill** is a templating library for PowerPoint presentations.

Unlike other similar template engines, this one does not rely on Slide Layouts,
instead using a more flexible system similar to ones used for Word documents,
where you can substitute variables in text blocks using string formatting,
replace arbitrary images and fill tables with data.

[Documentation](https://csml-tools.gitlab.io/pptxfill/)

## Installation:

```
uv add pptxfill
```

or 

```
pip install pptxfill
```
