Metadata-Version: 2.1
Name: docx-coreprop-writer
Version: 0.0.9
Summary: Read Yaml, Overwrite Docx Core Property
Home-page: https://github.com/K4zuki/docx-core-property-writer
Author: Kazuki Yamamoto
Author-email: k4zuki@github.com
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/K4zuki/docx-core-property-writer/issues
Project-URL: Source, https://github.com/K4zuki/docx-core-property-writer
Keywords: yaml docx property
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: argparse
Requires-Dist: python-box
Requires-Dist: python-docx (>=0.8.7)
Requires-Dist: pyyaml

# docx-core-property-writer

Gets document property from YAML metadata file and overwrites a DOCX file
(direct override; in-place change)

```shell
docx-coreprop-writer -I <YAML config file> -O <in/output docx filename>
```


