Metadata-Version: 1.1
Name: tmpld
Version: 0.2.9
Summary: Render templates in docker entrypoint scripts.
Home-page: https://github.com/telephoneorg/tmpld
Author: Joe Black
Author-email: me@joeblack.nyc
License: Apache 2.0
Download-URL: https://github.com/telephoneorg/tmpld/tarball/v0.2.9
Description-Content-Type: UNKNOWN
Description: # tmpld
        [![Build Status](https://travis-ci.org/telephoneorg/debian.svg?branch=master)](https://travis-ci.org/telephoneorg/tmpld) [![Github Repo](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/telephoneorg/tmpld) [![Pypi Version](https://img.shields.io/pypi/v/tmpld.svg)](https://pypi.python.org/pypi/tmpld) [![Pypi License](https://img.shields.io/pypi/l/tmpld.svg)](https://pypi.python.org/pypi/tmpld) [![Pypi Wheel](https://img.shields.io/pypi/wheel/tmpld.svg)](https://pypi.python.org/pypi/tmpld) [![Pypi Versions](https://img.shields.io/pypi/pyversions/tmpld.svg)](https://pypi.python.org/pypi/tmpld) [![Docker Pulls](https://img.shields.io/docker/pulls/telephoneorg/tmpld.svg)](https://hub.docker.com/r/telephoneorg/tmpld/)
        
        
        ## Maintainer
        Joe Black | <me@joeblack.nyc> | [github](https://github.com/joeblackwaslike)
        
        
        ## Introduction
        CLI tool combining jinja2 with parsers and other objects including Kubernetes
        API objects and linux capabilities objects.
        
        
        ## Usage
        ```
        usage: tmpld (sub-commands ...) [options ...] {arguments ...}
        
        Base Controller
        
        positional arguments:
          templates             template files to render
        
        optional arguments:
          -h, --help            show this help message and exit
          --debug               toggle debug output
          --quiet               suppress all output
          -d DATA, --data DATA  file(s) containing context data
          -s, --strict          Raise an exception if a variable is not defined
        ```
        
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
