{ "info": { "author": "Guy Rutenberg", "author_email": "guyrutenberg@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Flask", "Intended Audience :: Developers", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: GNU General Public License (GPL)", "Operating System :: OS Independent" ], "description": "======\nmdview\n======\nSimple markdown viewer inspired by `restview`_.\n\n.. _`restview`: https://github.com/mgedmin/restview\n\nFeatures:\n\n * Support for different markdown flavors (such as markdown-extra).\n * Auto-reload in browser when previewed file is modified.\n * Syntax highlighting using `Pygments`_.\n\n.. _`Pygments`: http://pygments.org/\n\nInstallation\n============\nTo install ``mdview``, use pip::\n\n pip install mdview\n\n\nUsage\n=====\n\n::\n\n usage: mdview [-h] [-x EXTENSIONS] [--version] [--debug] filename\n \n Simple markdown viewer.\n \n positional arguments:\n filename\n \n optional arguments:\n -h, --help show this help message and exit\n -x EXTENSIONS, --extensions EXTENSIONS\n markdown extensions separated by commas. Default:\n extra,codehilite\n --version show program's version number and exit\n --debug run server in debug mode\n\n\nFAQ\n---\n\nWhere can I find a list of supported markdown extensions?\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nList of supported flavors is available in `python-markdown`_'s\ndocumentation. By default the ``extra`` and ``codehilite`` extensions\nare turned on.\n\n.. _`python-markdown`: http://pythonhosted.org/Markdown/extensions/index.html#officially-supported-extensions\n\nHow can I run ``mdview`` without any extension?\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n::\n\n $ mdview --extensions \"\" path/to/file.md\n\nWhat are those ``error: [Errno 32] Broken pipe`` errors I see on ``stderr``?\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\nIt happens when you close the browser and ``mdview`` still tries to\nsend to it information. You can safely ignore this.\n\n\nAuthors\n=======\n* Author: `Guy Rutenberg`_\n\n.. _`Guy Rutenberg`: http://www.guyrutenberg.com", "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/guyru/mdview", "keywords": null, "license": "GPLv3+", "maintainer": null, "maintainer_email": null, "name": "mdview", "package_url": "https://pypi.org/project/mdview/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/mdview/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/guyru/mdview" }, "release_url": "https://pypi.org/project/mdview/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "Markdown viewer", "version": "0.0.1" }, "last_serial": 1223032, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "ff0d489608924ff4f23450cb5dcae997", "sha256": "1451a1421b0448bed691f526cfed14ab62a3b086056093db6b3ab073cd5bdfd9" }, "downloads": -1, "filename": "mdview-0.0.1.tar.gz", "has_sig": false, "md5_digest": "ff0d489608924ff4f23450cb5dcae997", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17465, "upload_time": "2014-09-13T20:21:49", "url": "https://files.pythonhosted.org/packages/79/50/9a28e733ca45803dc045d99a1e1dbe6b56f1112aa669e37140aaeb4c03ab/mdview-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ff0d489608924ff4f23450cb5dcae997", "sha256": "1451a1421b0448bed691f526cfed14ab62a3b086056093db6b3ab073cd5bdfd9" }, "downloads": -1, "filename": "mdview-0.0.1.tar.gz", "has_sig": false, "md5_digest": "ff0d489608924ff4f23450cb5dcae997", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17465, "upload_time": "2014-09-13T20:21:49", "url": "https://files.pythonhosted.org/packages/79/50/9a28e733ca45803dc045d99a1e1dbe6b56f1112aa669e37140aaeb4c03ab/mdview-0.0.1.tar.gz" } ] }