# 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/0.2.0
## Install
Run
pip install template-pptx-jinja
## Dev
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
### Manual test
python3 example.py
### Upload package
python3 -m pip install --upgrade setuptools
python3 setup.py sdist
python3 -m pip install --upgrade twine
Raw data
{
"_id": null,
"home_page": "https://github.com/Thykof/template-pptx-jinja",
"name": "template-pptx-jinja",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "powerpoint, ppt, pptx, template",
"author": "Thykof",
"author_email": "thykof@protonmail.ch",
"download_url": "https://files.pythonhosted.org/packages/70/51/de987678ebf2b8f95615205d209dede29c83cd16a6d493e807bdd465234c/template_pptx_jinja-0.2.2.tar.gz",
"platform": null,
"description": "# Template pptx Jinja2\n\nThis is a Python3 package that can generate `.pptx` file from template using Jinja2 scheme.\n\nYou can define your own Jinja2 filters.\n\nIt can also replace picture.\n\nSee `example.py` for example.\n\nSee the PyPI package at https://pypi.org/project/template-pptx-jinja/0.2.0\n\n## Install\n\nRun\n\n pip install template-pptx-jinja\n\n## Dev\n\n python3 -m venv env\n source env/bin/activate\n pip install -r requirements.txt\n\n### Manual test\n\n python3 example.py\n\n### Upload package\n\n python3 -m pip install --upgrade setuptools\n python3 setup.py sdist\n python3 -m pip install --upgrade twine\n \n",
"bugtrack_url": null,
"license": null,
"summary": "PowerPoint presentation builder from template using Jinja2",
"version": "0.2.2",
"project_urls": {
"Homepage": "https://github.com/Thykof/template-pptx-jinja"
},
"split_keywords": [
"powerpoint",
" ppt",
" pptx",
" template"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "7051de987678ebf2b8f95615205d209dede29c83cd16a6d493e807bdd465234c",
"md5": "00afacfce99b9bd8debb5932899868ea",
"sha256": "663a4b7a45fa103169b6e79ce5443645775a7fea5206ae533d286ed50ed5a2d2"
},
"downloads": -1,
"filename": "template_pptx_jinja-0.2.2.tar.gz",
"has_sig": false,
"md5_digest": "00afacfce99b9bd8debb5932899868ea",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 15507,
"upload_time": "2024-10-01T15:10:55",
"upload_time_iso_8601": "2024-10-01T15:10:55.327126Z",
"url": "https://files.pythonhosted.org/packages/70/51/de987678ebf2b8f95615205d209dede29c83cd16a6d493e807bdd465234c/template_pptx_jinja-0.2.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-01 15:10:55",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Thykof",
"github_project": "template-pptx-jinja",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [],
"lcname": "template-pptx-jinja"
}