Metadata-Version: 2.1
Name: pystache-cli
Version: 0.3.4
Summary: Extended command line client for pystache
Home-page: https://github.com/wingechr/pystache-cli
Author: Christian Winger
Author-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
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
License-File: LICENSE

# Extended command line client for pystache

```
usage: pystache-cli [-h] [--loglevel {debug,info,warning,error}]
                    [--partial_paths [PARTIAL_PATHS [PARTIAL_PATHS ...]]]
                    [--partial_file_extension PARTIAL_FILE_EXTENSION]
                    [--file_encoding FILE_ENCODING] [--strict]
                    [--separators SEPARATORS SEPARATORS]
                    output_file template_file [context_file]

positional arguments:
  output_file           filepath to save output
  template_file         filepath to input template
  context_file          optional filepath to context json

optional arguments:
  -h, --help            show this help message and exit
  --loglevel {debug,info,warning,error}, -l {debug,info,warning,error}
  --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
  --separators SEPARATORS SEPARATORS
                        left and right separator (default is '{{' '}}')
```

