wysiwyg-editor-python-sdk
wysiwyg-editor-python-sdk copied to clipboard
Python SDK to ease the integration of Froala WYSIWYG Editor on server side.
Froala WYSIWYG Editor Python SDK
Easing the Froala WYSIWYG HTML Editor server side integration in Python 2 and Python 3 projects.
Dependencies
Python 2 or Python 3
Wand ImageMagick binding for Python
Installation
-
Clone this repo or download the zip.
-
Load
froala_editorproject directory in your project and import it. -
To run Django examples:
- Go to
django_examplesdirectory. $ python manage.py runserveror$ python3 manage.py runserverto start a server athttp://localhost:8000/.
- To run Flask examples:
- Go to
flask_examplesdirectory. $ export FLASK_APP=server.py$ python -m flask runor$ python3 -m flask runto start a server athttp://localhost:5000/.
- To run Pyramid examples:
- Go to
pyramid_examplesdirectory. $ python server.pyor$ python3 server.pyto start a server athttp://localhost:7000/.
Import lib
from froala_editor import File, Image, S3
from froala_editor import DjangoAdapter, FlaskAdapter, PyramidAdapter
# Or make a custom adapter for your framework.
Documentation
Help
- Found a bug or have some suggestions? Just submit an issue.
- Having trouble with your integration? Contact Froala Support team.
License
The Froala WYSIWYG Editor Python SDK is licensed under MIT license. However, in order to use Froala WYSIWYG HTML Editor plugin you should purchase a license for it.
Froala Editor has 3 different licenses for commercial use. For details please see License Agreement.