Metadata-Version: 2.3
Name: super_tiny2docx
Version: 0.1.0
Summary: Convert HTML from TinyMCE (or other WYSIWYG editors) into .docx documents easily. Designed for developers looking to integrate rich text export functionality into their Python applications. Contributions welcome!
Keywords: html,docx,converter,tinymce,wysiwyg,document-generation,python-docx,html-to-docx
Author: Sekachev Maxim
Author-email: Sekachev Maxim <cement-fan@ya.ru>
License: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
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
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing :: Markup :: HTML
Classifier: Topic :: Office/Business :: Office Suites
Requires-Dist: python-docx>=0.8.11
Requires-Dist: beautifulsoup4>=4.10.0
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: black ; extra == 'dev'
Requires-Dist: flake8 ; extra == 'dev'
Requires-Dist: isort ; extra == 'dev'
Requires-Python: >=3.8
Project-URL: Homepage, https://github.com/cement-hools/super_tiny2docx
Project-URL: Repository, https://github.com/cement-hools/super_tiny2docx
Project-URL: Issues, https://github.com/cement-hools/super_tiny2docx
Provides-Extra: dev
Description-Content-Type: text/markdown

# Super Tiny2Docx

Convert HTML from TinyMCE (or other WYSIWYG editors) into .docx documents easily. 
Designed for developers looking to integrate rich text export functionality into their Python applications. 
Contributions welcome!

## Features

- Converts HTML generated by TinyMCE into a clean `.docx` document.
- Supports basic formatting like bold, italic, lists, links, images, etc.
- Easy to integrate into existing Python projects.
- Extensible and customizable.

## Installation

```bash
pip install super_tiny2docx
```

## Contributing

We welcome contributions!

