Metadata-Version: 2.1
Name: Flask-TUI-Editor
Version: 1.0.0
Summary: Toast UI Markdown Editor Integration for Flask-WTF.
Home-page: https://github.com/mantis-software-company/flask-tui-editor
Author: Furkan Kalkan
Author-email: furkankalkan@mantis.com.tr
Platform: all
Classifier: Environment :: Web Environment
Classifier: Framework :: Flask
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: Flask
Requires-Dist: WTForms

# Flask-TUI-Editor

[Toast UI Markdown Editor](https://ui.toast.com/tui-editor) Integration for Flask-WTF.

## Installation
To install Flask-TUI-Editor:

```
pip install flask-tui-editor
```
### Usage

Check [example](example/) project and [documentation](https://flask-tui-editor.readthedocs.io/en/latest/).

## Licenses

Both Flask-TUI-Editor and [Toast UI Editor](https://github.com/nhn/tui.editor) licensed with MIT License.
