Metadata-Version: 2.4
Name: raw_docx
Version: 0.9.0
Summary: A package for processing and analyzing raw document formats
Home-page: https://github.com/daveih/raw_docx
Author: Dave Iberson-Hurst
Author-email: 
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: python-docx==1.2.0
Requires-Dist: simple_error_log>=0.6.0
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Raw DOCX

Simple package to build on top of python-docx to assist in the handling of word documents

# Build

Build as a normal package

- Build with `python3 -m build --sdist --wheel`
- Upload to pypi.org using `twine upload dist/*`
