Metadata-Version: 2.0
Name: tmpld
Version: 0.2.0
Summary: Render templates in docker entrypoint scripts.
Home-page: https://github.com/joeblackwaslike/tmpld
Author: Joe Black
Author-email: joeblack949@gmail.com
License: Apache 2.0
Download-URL: https://github.com/joeblackwaslike/tmpld/tarball/0.2.0
Keywords: kubernetes,clustering,entrypoint,entrypoints,docker,template,templates
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development
Classifier: Topic :: System
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Text Processing
Classifier: Topic :: Utilities
Requires-Dist: Jinja2
Requires-Dist: PyYAML
Requires-Dist: cement
Requires-Dist: pyrkube (>=0.2.3)
Provides-Extra: all
Requires-Dist: jsonpath-rw; extra == 'all'
Requires-Dist: lxml.etree; extra == 'all'
Requires-Dist: pycaps; extra == 'all'
Provides-Extra: caps
Requires-Dist: pycaps; extra == 'caps'
Provides-Extra: jpath
Requires-Dist: jsonpath-rw; extra == 'jpath'
Provides-Extra: xpath
Requires-Dist: lxml.etree; extra == 'xpath'

tmpld
~~~~~

Jinja2 templating on steroids for docker containers.

[todo]


