template-pptx-jinja-my


Nametemplate-pptx-jinja-my JSON
Version 0.0.3 PyPI version JSON
download
home_pagehttps://github.com/macheal/template-pptx-jinja
SummaryPowerPoint presentation builder from template using Jinja2
upload_time2023-05-22 02:06:29
maintainer
docs_urlNone
authormacheal
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-my/0.0.1

## Install

Run

    pip install template-pptx-jinja-my

## 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-my",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "powerpoint,ppt,pptx,template",
    "author": "macheal",
    "author_email": "xinyukc01@icloud.com",
    "download_url": "https://files.pythonhosted.org/packages/6e/f1/d54e8de3c8fe9f7fe14a932545919e3f4bc695a0a153573d2f60fbd6e3c2/template-pptx-jinja-my-0.0.3.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-my/0.0.1\n\n## Install\n\nRun\n\n    pip install template-pptx-jinja-my\n\n## Dev\n\n    python3 -m venv env\n    source env/bin/activate\n    pip install -r requirements.txt\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "PowerPoint presentation builder from template using Jinja2",
    "version": "0.0.3",
    "project_urls": {
        "Homepage": "https://github.com/macheal/template-pptx-jinja"
    },
    "split_keywords": [
        "powerpoint",
        "ppt",
        "pptx",
        "template"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6ef1d54e8de3c8fe9f7fe14a932545919e3f4bc695a0a153573d2f60fbd6e3c2",
                "md5": "a1c2796d7847bc7bc2b3d064b04f16e8",
                "sha256": "c1d64cb7e0563bae28a66c4b6fa4a42f4c8a3648d7e664d4ca778c3c5df4b367"
            },
            "downloads": -1,
            "filename": "template-pptx-jinja-my-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "a1c2796d7847bc7bc2b3d064b04f16e8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 15113,
            "upload_time": "2023-05-22T02:06:29",
            "upload_time_iso_8601": "2023-05-22T02:06:29.169221Z",
            "url": "https://files.pythonhosted.org/packages/6e/f1/d54e8de3c8fe9f7fe14a932545919e3f4bc695a0a153573d2f60fbd6e3c2/template-pptx-jinja-my-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-22 02:06:29",
    "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-my"
}
        
Elapsed time: 0.07552s