Metadata-Version: 2.1
Name: template-pptx-jinja-fix
Version: 0.0.8
Summary: PowerPoint presentation builder from template using Jinja2
Home-page: https://github.com/macheal/template-pptx-jinja
Author: wlx
Author-email: 409673593@qq.com
License: UNKNOWN
Keywords: powerpoint,ppt,pptx,template
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: Jinja2 (==3.1.2)
Requires-Dist: python-pptx (==0.6.21)
Requires-Dist: templatepptx (==0.0.8)

# Template pptx Jinja2

This is a Python3 package that can generate `.pptx` file from template using Jinja2 scheme.

You can define your own Jinja2 filters.

It can also replace picture.

See `example.py` for example.

See the PyPI package at https://pypi.org/project/template-pptx-jinja-fix

## Install

Run

    pip install template-pptx-jinja-fix

## Dev

    python3 -m venv env
    source env/bin/activate
    pip install -r requirements.txt



