{ "info": { "author": "Masato Ohba", "author_email": "over.rye@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Framework :: Bottle", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Topic :: Utilities" ], "description": "===============\nMarkdown Server\n===============\n\nMarkdown-server is a simple web application.\nIt converts markdown file to HTML and response by `text/html`.\n\nHow to use\n==========\n\n--------------------\nRuntime Environment\n--------------------\n\n:Python: 3.7\n:pip: 19.1.1\n\n\n--------------------\nLibrary Dependencies\n--------------------\n\nSee `requirements.txt`.\n\n--------\nJust try\n--------\n\nStart server\n------------\n\nYou don't need any special preparation to try to start server. Just execute below commands.\n\n::\n\n $ git clone https://github.com/ohbarye/markdown-server\n $ cd markdown-server\n $ virtualenv .venv\n $ source .venv/bin/activate\n (.venv)$ pip install -r requirements.txt\n (.venv)$ markdownserver\n Bottle v0.12.8 server starting up (using WSGIRefServer())...\n Listening on http://localhost:8009/\n\nOr, you can install from PyPi.\n\n::\n\n (.venv)$ pip install markdown-server\n (.venv)$ markdownserver\n Bottle v0.12.8 server starting up (using WSGIRefServer())...\n Listening on http://localhost:8009/\n\n\nIf server start up successfully, browse below URL and check the converted result.\n\n::\n\n $ open http://localhost:8009/sample.md\n\nOnly Conversion\n---------------\n\nAdditionally, You can use the conversion function alone.\n\n::\n\n (.venv)$ convert source_md_file target_html_file\n\n--------------\nDo as you like\n--------------\n\n- Markdown server purvey `http://host/[file_name]` URL. This corresponds to `resources/markdown/[file_name]`.You can put any markdown file here.\n\n- Converted file will be placed to `resources/html` directory. Generated html file includes CSS so it's ease to distribute.\n\n- Environment variables like *host name* or *port number* are set in `env.py`. Edit arbitrarily.\n\n ::\n\n ms_port = '8009'\n ms_host = 'localhost'\n\n\n- The default markdown engine is Github flavored Markdown. If you want to use another style, add CSS and edit `env.py`.\n\n ::\n\n css_name = 'github.css'\n markdown_type = 'gfm'\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ohbarye/markdown-server", "keywords": "web,markdown", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "markdown-server", "package_url": "https://pypi.org/project/markdown-server/", "platform": "", "project_url": "https://pypi.org/project/markdown-server/", "project_urls": { "Homepage": "https://github.com/ohbarye/markdown-server" }, "release_url": "https://pypi.org/project/markdown-server/0.1.4/", "requires_dist": [ "bottle", "Markdown (==2.6.11)", "Pygments", "py-gfm" ], "requires_python": "", "summary": "A simple markdown server.", "version": "0.1.4" }, "last_serial": 5960774, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "c5ee174ddf7f578e7506507f3de4244b", "sha256": "5b34d4bcf39226c35d8f69cc4fc422d70940ee62acb36a630d5b60e94669e6d1" }, "downloads": -1, "filename": "markdown_server-0.1.0-py2-none-any.whl", "has_sig": false, "md5_digest": "c5ee174ddf7f578e7506507f3de4244b", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 17008, "upload_time": "2015-05-03T14:15:55", "url": "https://files.pythonhosted.org/packages/fe/32/f358dc760a2f9fa12b01a8cb34116f51477005fecf2c82084990a71e2273/markdown_server-0.1.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c6011e42c6862d0c6550c6514710981d", "sha256": "b654a8dd36d766cf87afbcf7d64cfd5979e35142b5d658e618dd6557aaa2ffec" }, "downloads": -1, "filename": "markdown-server-0.1.0.tar.gz", "has_sig": false, "md5_digest": "c6011e42c6862d0c6550c6514710981d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10682, "upload_time": "2015-05-03T14:15:52", "url": "https://files.pythonhosted.org/packages/74/3f/79a44ea6a2b4012cd6c8e8f01787c95b241bb3f746fcf4e420acd6eb5ead/markdown-server-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "93551a60e1e7bda9b4a007ddc16cf5b6", "sha256": "0956626d10abab75fcc5f6b47fa6ea54ed807c2396a532272e80cef4079d6dde" }, "downloads": -1, "filename": "markdown_server-0.1.1-py2-none-any.whl", "has_sig": false, "md5_digest": "93551a60e1e7bda9b4a007ddc16cf5b6", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 17812, "upload_time": "2015-05-04T01:24:07", "url": "https://files.pythonhosted.org/packages/57/a4/6dfb202928f016225e23de2bc27c014bebee10fa654bced5ed79c0e3abcf/markdown_server-0.1.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7a5c7985d167e051f22d45f81121ea94", "sha256": "d9af90418f13b9280733b5b77960e0015203176032d14c2d5b616a4dd727be72" }, "downloads": -1, "filename": "markdown-server-0.1.1.tar.gz", "has_sig": false, "md5_digest": "7a5c7985d167e051f22d45f81121ea94", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10767, "upload_time": "2015-05-04T01:24:03", "url": "https://files.pythonhosted.org/packages/96/ac/182cd8d0e87125a79e84f5cf19084fde394d7f344b19e963973282ebac4c/markdown-server-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "172e39adfea2e0f879eac289cac0e5f6", "sha256": "3ab7a2d0a3a38268106c3c3add679d59d27032749e345e598e7be22a812dac8e" }, "downloads": -1, "filename": "markdown_server-0.1.2-py2-none-any.whl", "has_sig": false, "md5_digest": "172e39adfea2e0f879eac289cac0e5f6", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 17963, "upload_time": "2016-08-01T17:08:37", "url": "https://files.pythonhosted.org/packages/0d/31/63d568c3f3c64d902e3ede53a451d956f360502c00fc4ed7f16cc946eca4/markdown_server-0.1.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c97ca3182308fead1a951bbbff1ae374", "sha256": "8742c3642b6957707cf6f419dbbdae269c26884bc2d5e5d435ba53e9b85e5efc" }, "downloads": -1, "filename": "markdown-server-0.1.2.tar.gz", "has_sig": false, "md5_digest": "c97ca3182308fead1a951bbbff1ae374", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10918, "upload_time": "2016-08-01T17:08:34", "url": "https://files.pythonhosted.org/packages/92/04/4d64b23fd54388102c824427c448ba74659f4b1b1cb0925886c338163bd0/markdown-server-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "274fb00cf5517b7282d263fddc4220e5", "sha256": "663d877ba9b85c935a5c65efd22efa01a84eff8add31377dafbdd022c692e3b5" }, "downloads": -1, "filename": "markdown_server-0.1.3-py2-none-any.whl", "has_sig": false, "md5_digest": "274fb00cf5517b7282d263fddc4220e5", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 17964, "upload_time": "2016-08-01T17:28:37", "url": "https://files.pythonhosted.org/packages/5a/e4/dc61a180a24aaec0a863821de3864130a5a7e489a0b5c82f1847dbb97205/markdown_server-0.1.3-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4aa7614128b4e89b15cf9a4bc6e6506c", "sha256": "a31bc743c734b669115ea462c9c72d9378fba771aa71fc13aa2f19c6da8083e6" }, "downloads": -1, "filename": "markdown-server-0.1.3.tar.gz", "has_sig": false, "md5_digest": "4aa7614128b4e89b15cf9a4bc6e6506c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10929, "upload_time": "2016-08-01T17:28:34", "url": "https://files.pythonhosted.org/packages/e8/73/d61dd866085f47184633715bc631cc899efffe782472fb9c6f82ac4083b1/markdown-server-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "b3efcc54444b49e5fcb6115e403fbae8", "sha256": "92cd33b3ef92dfff88dc712df489deb8165e8d279f7543b36300cf88d927dc5a" }, "downloads": -1, "filename": "markdown_server-0.1.4-py3-none-any.whl", "has_sig": false, "md5_digest": "b3efcc54444b49e5fcb6115e403fbae8", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 16539, "upload_time": "2019-10-11T15:13:00", "url": "https://files.pythonhosted.org/packages/84/06/6d0443b0d7b1b2bab90a704d6848ff1441cd4dfc19770296d91edd507957/markdown_server-0.1.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "977cb2db780633680b557cc3aed491c1", "sha256": "ea1929f92ec43e33e60ea31c89d69ebbe719a0f5f7a313bd2a61594a4a5ad4f9" }, "downloads": -1, "filename": "markdown-server-0.1.4.tar.gz", "has_sig": false, "md5_digest": "977cb2db780633680b557cc3aed491c1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10219, "upload_time": "2019-10-11T15:13:03", "url": "https://files.pythonhosted.org/packages/d6/a0/1e56001daa42ab90a3c1be389ac17a4b7389ad9b3d53dc03a3222c6fb483/markdown-server-0.1.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b3efcc54444b49e5fcb6115e403fbae8", "sha256": "92cd33b3ef92dfff88dc712df489deb8165e8d279f7543b36300cf88d927dc5a" }, "downloads": -1, "filename": "markdown_server-0.1.4-py3-none-any.whl", "has_sig": false, "md5_digest": "b3efcc54444b49e5fcb6115e403fbae8", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 16539, "upload_time": "2019-10-11T15:13:00", "url": "https://files.pythonhosted.org/packages/84/06/6d0443b0d7b1b2bab90a704d6848ff1441cd4dfc19770296d91edd507957/markdown_server-0.1.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "977cb2db780633680b557cc3aed491c1", "sha256": "ea1929f92ec43e33e60ea31c89d69ebbe719a0f5f7a313bd2a61594a4a5ad4f9" }, "downloads": -1, "filename": "markdown-server-0.1.4.tar.gz", "has_sig": false, "md5_digest": "977cb2db780633680b557cc3aed491c1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10219, "upload_time": "2019-10-11T15:13:03", "url": "https://files.pythonhosted.org/packages/d6/a0/1e56001daa42ab90a3c1be389ac17a4b7389ad9b3d53dc03a3222c6fb483/markdown-server-0.1.4.tar.gz" } ] }