{ "info": { "author": "ZebraApps, NBTCNET", "author_email": "nbtcnet@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta" ], "description": "flask-wysiwyg provides custom form fields to render wysiwyg editor instead of regular textareas. It takes care of cleaning html for you too. With its super secure defaults you do not want to modified it's whitelisting rules.\r\n\r\nhow to use?\r\nfrom flask-wysiwyg import WysiwygField\r\n\r\n\r\nclass InfoForm(Form):\r\n title=StringField('Title',validators=[Required(), Length(1, 64)]) \r\n body=WysiwygField(\"txteditor\",validators=[Required()])\r\n\r\nuse \"WysiwygField\" field.\r\n\r\nDon't forget the download the bootstrap-wysiwyg.add the css and javascrpts.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/TCnet/flask-wysiwyg", "keywords": "bootstrap-wysiwyg", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "flask-wysiwyg", "package_url": "https://pypi.org/project/flask-wysiwyg/", "platform": "", "project_url": "https://pypi.org/project/flask-wysiwyg/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/TCnet/flask-wysiwyg" }, "release_url": "https://pypi.org/project/flask-wysiwyg/0.1/", "requires_dist": null, "requires_python": null, "summary": "flask-wysiwyg provides custom form fields to render wysiwyg editor instead of regular textareas. It takes care of cleaning html for you too. With its super secure defaults you do not want to modified it's whitelisting rules.", "version": "0.1" }, "last_serial": 1150663, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "bbc98c3cb81f49cf6d04ae66bf2dc833", "sha256": "a69caffa9b489fef0d7b09b58e986442b658a8317a8b0a2496b05b9e4cb0e1be" }, "downloads": -1, "filename": "flask-wysiwyg-0.1.zip", "has_sig": false, "md5_digest": "bbc98c3cb81f49cf6d04ae66bf2dc833", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4728, "upload_time": "2014-07-08T08:12:00", "url": "https://files.pythonhosted.org/packages/47/d2/06cbdb7cb9e945c6f3f50a6fefb153cd6faa28e70647a30543d57b77b57e/flask-wysiwyg-0.1.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "bbc98c3cb81f49cf6d04ae66bf2dc833", "sha256": "a69caffa9b489fef0d7b09b58e986442b658a8317a8b0a2496b05b9e4cb0e1be" }, "downloads": -1, "filename": "flask-wysiwyg-0.1.zip", "has_sig": false, "md5_digest": "bbc98c3cb81f49cf6d04ae66bf2dc833", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4728, "upload_time": "2014-07-08T08:12:00", "url": "https://files.pythonhosted.org/packages/47/d2/06cbdb7cb9e945c6f3f50a6fefb153cd6faa28e70647a30543d57b77b57e/flask-wysiwyg-0.1.zip" } ] }