Metadata-Version: 2.1
Name: pptx-template
Version: 0.2.8
Summary: The PowerPoint presentation builder using template.pptx and data(json and csv)
Home-page: http://github.com/m3dev/pptx-template
Author: Reki Murakami
Author-email: reki2000@gmail.com
License: Apache-2.0
Keywords: powerpoint,ppt,pptx
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Dist: python-pptx (==0.6.6)
Requires-Dist: pandas (>=0.18.0)
Requires-Dist: openpyxl (>=2.4.7)

pptx-template .. image:: https://travis-ci.org/m3dev/pptx-template.svg?branch=master
    :target: https://travis-ci.org/m3dev/pptx-template
============

pptx-template is a PowerPoint presentation builder.

This helps your routine reporting work that have many manual copy-paste from excel chart to powerpoint, or so.

  - Building a new powerpoint presentation file from a "template" pptx file which contains "id"
  - Import some strings and CSV data which is defined in a JSON config file or a Python dict
  - "id" in pptx template is expressed as a tiny DSL, like "{sales.0.june.us}"
  - requires python envirionment (2 or 3), pandas, python-pptx
  - for now, only UTF-8 encoding is supported for json, csv

For further information, please visit GitHub: https://github.com/m3dev/pptx-template

changelogs
==========

2017.07.18

  - Added "xlsx-mode"
  - Fixed many small bugs


