Metadata-Version: 2.4
Name: docx_properties
Version: 0.1.0
Summary: Library for reading and editing properties in Word documents
Home-page: https://github.com/BegoByte/docx_properties
Author: BegoByte
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: lxml>=4.5.0
Requires-Dist: pywin32
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# docx_properties

A Python library for reading and manipulating custom properties and core properties in Word (.docx) documents.

## Installation

```bash
pip install docx_properties
