template-pptx-jinja-fix


Nametemplate-pptx-jinja-fix JSON
Version 0.0.8 PyPI version JSON
download
home_pagehttps://github.com/macheal/template-pptx-jinja
SummaryPowerPoint presentation builder from template using Jinja2
upload_time2023-05-22 08:18:22
maintainer
docs_urlNone
authorwlx
requires_python
license
keywords powerpoint ppt pptx template
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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




            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/macheal/template-pptx-jinja",
    "name": "template-pptx-jinja-fix",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "powerpoint,ppt,pptx,template",
    "author": "wlx",
    "author_email": "409673593@qq.com",
    "download_url": "https://files.pythonhosted.org/packages/dd/40/8197612bdc869191f490629cf08383be77b4be0788b20816f5b2271f8053/template-pptx-jinja-fix-0.0.8.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-fix\n\n## Install\n\nRun\n\n    pip install template-pptx-jinja-fix\n\n## Dev\n\n    python3 -m venv env\n    source env/bin/activate\n    pip install -r requirements.txt\n\n\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "PowerPoint presentation builder from template using Jinja2",
    "version": "0.0.8",
    "project_urls": {
        "Homepage": "https://github.com/macheal/template-pptx-jinja"
    },
    "split_keywords": [
        "powerpoint",
        "ppt",
        "pptx",
        "template"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cb08f0248777895ab99dbf7179d36e7b71fe53b3c3a6ef98952ade12a5ceb530",
                "md5": "3098a5a22774acd37e7c21c983dedddf",
                "sha256": "0a3baf7e66baf564bae2a9befda1ae16167871735e166f5cba028e2472846d15"
            },
            "downloads": -1,
            "filename": "template_pptx_jinja_fix-0.0.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3098a5a22774acd37e7c21c983dedddf",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 15735,
            "upload_time": "2023-05-22T08:18:20",
            "upload_time_iso_8601": "2023-05-22T08:18:20.418860Z",
            "url": "https://files.pythonhosted.org/packages/cb/08/f0248777895ab99dbf7179d36e7b71fe53b3c3a6ef98952ade12a5ceb530/template_pptx_jinja_fix-0.0.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dd408197612bdc869191f490629cf08383be77b4be0788b20816f5b2271f8053",
                "md5": "a0d3b656aec0cf5b879cca8937856110",
                "sha256": "2cc04da0b4ea9cd67276cabd9ca8a0a00af1fdd77132c0ec20b1865e9685ee21"
            },
            "downloads": -1,
            "filename": "template-pptx-jinja-fix-0.0.8.tar.gz",
            "has_sig": false,
            "md5_digest": "a0d3b656aec0cf5b879cca8937856110",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2866,
            "upload_time": "2023-05-22T08:18:22",
            "upload_time_iso_8601": "2023-05-22T08:18:22.107734Z",
            "url": "https://files.pythonhosted.org/packages/dd/40/8197612bdc869191f490629cf08383be77b4be0788b20816f5b2271f8053/template-pptx-jinja-fix-0.0.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-22 08:18:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "macheal",
    "github_project": "template-pptx-jinja",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "template-pptx-jinja-fix"
}
        
wlx
Elapsed time: 0.06675s