Metadata-Version: 2.1
Name: stpl
Version: 1.1.4
Summary: stpl - expand bottle SimpleTemplate
Home-page: https://github.com/rpuntaie/stpl
Author: Roland Puntaier
Author-email: roland.puntaier@gmail.com
License: MIT
Keywords: Duplicate, File
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3.6
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Information Technology
Classifier: Topic :: Utilities
Provides-Extra: develop
Provides-Extra: develop
Requires-Dist: mock; extra == 'develop'
Requires-Dist: pytest; extra == 'develop'
Requires-Dist: pytest-coverage; extra == 'develop'

stpl
====

``stpl`` is a little command line tool, that

- takes a `bottle`_ SimpleTemplate file with extension ``.stpl`` and
- expands the template to ``stdout`` or 
- to a directory, thereby dropping the ``.stpl``

Parameters:

1) file or string or -
2) optional: directory or - 
3) optional: python code defining variables

.. _`bottle`: https://bottlepy.org/docs/dev/stpl.html.



