Metadata-Version: 2.1
Name: pystache_cli
Version: 0.1.2
Summary: Extended command line client for pystache
Home-page: https://github.com/wingechr/pystache-cli
Author: Christian Winger
Author-email: c@wingechr.de
Maintainer: Christian Winger
Maintainer-email: c@wingechr.de
License: Public Domain
Download-URL: https://github.com/wingechr/pystache-cli
Project-URL: Bug Tracker, https://github.com/wingechr/pystache-cli
Description: # Extended command line client for pystache
        
        ```
        usage: pystache-cli [-h] [--loglevel {debug,info,warning,error}]
                            [--context_file CONTEXT_FILE]
                            [--partial_paths [PARTIAL_PATHS [PARTIAL_PATHS ...]]]
                            [--partial_file_extension PARTIAL_FILE_EXTENSION]
                            [--file_encoding FILE_ENCODING] [--strict]
                            output_file template_file
        
        positional arguments:
          output_file           filepath to save output
          template_file         filepath to input template
        
        optional arguments:
          -h, --help            show this help message and exit
          --loglevel {debug,info,warning,error}, -l {debug,info,warning,error}
          --context_file CONTEXT_FILE, -c CONTEXT_FILE
                                optional filepath to context json
          --partial_paths [PARTIAL_PATHS [PARTIAL_PATHS ...]], -p [PARTIAL_PATHS [PARTIAL_PATHS ...]]
          --partial_file_extension PARTIAL_FILE_EXTENSION, -x PARTIAL_FILE_EXTENSION
          --file_encoding FILE_ENCODING, -e FILE_ENCODING
          --strict, -s          if set: raise exception on missing keys
        ```
Keywords: cli,pystache,template
Platform: any
Classifier: Programming Language :: Python :: 3
Classifier: License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Provides-Extra: dev
