{ "info": { "author": "Fabian Hirschmann", "author_email": "fabian@hirschm.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Web Environment", "Framework :: Flask", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.5", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Flask-FlatPages-Pandoc\n----------------------\n\n.. image:: https://travis-ci.org/fhirschmann/Flask-FlatPages-Pandoc.png?branch=master\n :target: https://travis-ci.org/fhirschmann/Flask-FlatPages-Pandoc\n\n.. image:: https://badge.fury.io/py/Flask-FlatPages-Pandoc.png\n :target: http://badge.fury.io/py/Flask-FlatPages-Pandoc\n\nFlask-FlatPages-Pandoc is an HTML renderer for\n`Flask-FlatPages `_\nthat uses `pandoc `_ as backend.\n\nQuickstart\n``````````\n\nFlask-FlatPages-Pandoc is very easy to set up. First, install\nit using pip:\n\n.. code:: bash\n\n pip install Flask-FlatPages-Pandoc\n\nThen, given that you already have a Flask application instance,\nall you have to do is:\n\n.. code:: python\n\n from flask_flatpages_pandoc import FlatPagesPandoc\n\n pages = FlatPages(app)\n FlatPagesPandoc(\"markdown\", app, [\"--mathjax\"])\n\n\nLinks\n`````\n\n* `Demo Page `_\n* `GitHub Page `_\n* `PyPI `_", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/fhirschmann/Flask-FlatPages-Pandoc", "keywords": "flask flatpages pandoc latex markdown", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "Flask-FlatPages-Pandoc", "package_url": "https://pypi.org/project/Flask-FlatPages-Pandoc/", "platform": "any", "project_url": "https://pypi.org/project/Flask-FlatPages-Pandoc/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/fhirschmann/Flask-FlatPages-Pandoc" }, "release_url": "https://pypi.org/project/Flask-FlatPages-Pandoc/0.2/", "requires_dist": null, "requires_python": null, "summary": "Pandoc rendering for Flask-FlatPages", "version": "0.2" }, "last_serial": 1003734, "releases": { "0.1": [], "0.2": [ { "comment_text": "", "digests": { "md5": "49e71611eee09b33e4820aca9a22094e", "sha256": "f48d4368baf2e74c474fd716303666072f5c535d9a153211ec8e1136e50d9816" }, "downloads": -1, "filename": "Flask-FlatPages-Pandoc-0.2.tar.gz", "has_sig": false, "md5_digest": "49e71611eee09b33e4820aca9a22094e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3365, "upload_time": "2014-02-16T01:08:56", "url": "https://files.pythonhosted.org/packages/9b/c4/5dbf3617bd1bfc521441286263fef6cc6e80d1e5edbd5249151013d4a756/Flask-FlatPages-Pandoc-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "49e71611eee09b33e4820aca9a22094e", "sha256": "f48d4368baf2e74c474fd716303666072f5c535d9a153211ec8e1136e50d9816" }, "downloads": -1, "filename": "Flask-FlatPages-Pandoc-0.2.tar.gz", "has_sig": false, "md5_digest": "49e71611eee09b33e4820aca9a22094e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3365, "upload_time": "2014-02-16T01:08:56", "url": "https://files.pythonhosted.org/packages/9b/c4/5dbf3617bd1bfc521441286263fef6cc6e80d1e5edbd5249151013d4a756/Flask-FlatPages-Pandoc-0.2.tar.gz" } ] }