{ "info": { "author": "prasad", "author_email": "prasad.venkatesh@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "Markup Text Editor\nThis package can be used to format the text in a way with the specified markups. The notations followed in the markup are below:\n**within double asterisk** -- Bold \n//within two forward slashes// -- Italics \n__within two underscores__ -- Underlined \n$$within two dollars$$ -- Strike through \n* item 1\n* item 2 -- Unordered list with two items \n\\1. item 1\n\\2. item 2 -- Ordered list with two items \n[link](address) -- Link\n\nWhat it does?\nThe package will convert these into corresponding HTML tags html tags.\n\nInstallation\nInstall the pacakge using pip (or) pip3. [For python3]\n\npip install markup-editor\nIt has the following functions.\n\nimport markup-editor as me\nme.bold()\nme.italics()\nme.underline()\nme.strike()\nme.bullets()\nme.number()\nme.link()\nEach will return the corresponding HTML tags.\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "vp", "package_url": "https://pypi.org/project/vp/", "platform": "", "project_url": "https://pypi.org/project/vp/", "project_urls": null, "release_url": "https://pypi.org/project/vp/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "Markup Text Editor", "version": "0.0.1" }, "last_serial": 4153898, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "38dea2cdb2cde3bbf06e5b28d99dc638", "sha256": "9f2cc3dc5b062988dc620187567938c31059e9a5c896c573a55a9ea5d962f556" }, "downloads": -1, "filename": "vp-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "38dea2cdb2cde3bbf06e5b28d99dc638", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2063, "upload_time": "2018-08-09T18:21:48", "url": "https://files.pythonhosted.org/packages/a7/0d/2b54b0fe80c2537cb6e6dc0186431b14ac84f5094a7951e4fe83199541e0/vp-0.0.1-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "38dea2cdb2cde3bbf06e5b28d99dc638", "sha256": "9f2cc3dc5b062988dc620187567938c31059e9a5c896c573a55a9ea5d962f556" }, "downloads": -1, "filename": "vp-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "38dea2cdb2cde3bbf06e5b28d99dc638", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2063, "upload_time": "2018-08-09T18:21:48", "url": "https://files.pythonhosted.org/packages/a7/0d/2b54b0fe80c2537cb6e6dc0186431b14ac84f5094a7951e4fe83199541e0/vp-0.0.1-py3-none-any.whl" } ] }