{ "info": { "author": "Kenneth Reitz", "author_email": "me@kennethreitz.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.0", "Programming Language :: Python :: 3.1", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5" ], "description": "Pyandoc: a simple Pandoc wrapper for Python\n===========================================\n\nPyandoc is a simple Python wrapper for the excellent `pandoc `_ utility. It allows you to convert the format of text documents by interacting with a `Document` object's attributes. Each supported format is available as a property, and can either read from or written to.\n\nRequirements\n++++++++++++\n\n* Pandoc\n\n\nUsage\n+++++\n\nGet setup.\n\n.. code-block:: python\n\n\timport pandoc\n\n\nLet's start with a Markdown document:\n\n.. code-block:: python\n\n\tdoc = pandoc.Document()\n\tdoc.markdown = '''\n\t# I am an H1 Tag\n\n\t* bullet point\n\t* more points\n\t* point with [link](http://kennethreitz.com)!\n\t'''\n\nNow let's convert that into a ReST document: ::\n\n\t>>> print doc.rst\n\n\tI am an H1 Tag\n\t==============\n\n\n\t- bullet point\n\t- more points\n\t- point with `link `_!\n\nFormats available:\n\t- asciidoc\n\t- beamer\n\t- commonmark\n\t- context\n\t- docbook\n\t- doc- x\n\t- dokuwiki\n\t- dzslides\n\t- epub\n\t- epub3\n\t- fb2\n\t- haddock\n\t- html\n\t- html5\n\t- icml\n\t- json (pandoc's AST)\n\t- latex\n\t- man\n\t- markdown\n\t- markdown_github\n\t- markdown_mmd\n\t- markdown_phpextra\n\t- markdown_strict\n\t- mediawiki\n\t- native\n\t- odt\n\t- opendocument\n\t- opml\n\t- org\n\t- pdf\n\t- plain\n\t- revealjs\n\t- rst\n\t- rtf\n\t- s5,\n\t- slideous\n\t- slidy\n\t- texinfo\n\t- textile\n\nEnjoy.\n\n\nv0.0.2 (02-04-2016)\n+++++++++++++++++++\n\n* Automatically find pandoc executable.\n* Updated export formats.\n\n\nv0.0.1 (01-02-2010)\n+++++++++++++++++++\n\n* Initial release.", "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/kennethreitz/pyandoc", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "pyandoc", "package_url": "https://pypi.org/project/pyandoc/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pyandoc/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/kennethreitz/pyandoc" }, "release_url": "https://pypi.org/project/pyandoc/0.2.0/", "requires_dist": null, "requires_python": null, "summary": "Python wrapper for Pandoc - the universal document converter", "version": "0.2.0" }, "last_serial": 4831223, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "1475c0e93725769a7a813cdb432c769c", "sha256": "dfb2c9f7ae6deaa920401c2618c88934555ac14a071ddb93ea36697259c3bf6c" }, "downloads": -1, "filename": "pyandoc-0.0.1.tar.gz", "has_sig": false, "md5_digest": "1475c0e93725769a7a813cdb432c769c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3350, "upload_time": "2011-01-03T03:10:51", "url": "https://files.pythonhosted.org/packages/42/3f/3bb03a768fa45165e1c5f8b0b8929e1c105015bd404d7331a3e6e645c3bf/pyandoc-0.0.1.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "94421c3b0929a14e1cd759ec06498631", "sha256": "141a22d1cc0e17f1caa3fa85bdd0c674efdfc932d53a968e650a3ba578b8cc0e" }, "downloads": -1, "filename": "pyandoc-0.2.0.tar.gz", "has_sig": false, "md5_digest": "94421c3b0929a14e1cd759ec06498631", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4312, "upload_time": "2016-02-04T10:33:20", "url": "https://files.pythonhosted.org/packages/41/81/31db77364c1d18b28f345d246633d0c3b597ee8ac1cf60a46912c3f5a096/pyandoc-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "94421c3b0929a14e1cd759ec06498631", "sha256": "141a22d1cc0e17f1caa3fa85bdd0c674efdfc932d53a968e650a3ba578b8cc0e" }, "downloads": -1, "filename": "pyandoc-0.2.0.tar.gz", "has_sig": false, "md5_digest": "94421c3b0929a14e1cd759ec06498631", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4312, "upload_time": "2016-02-04T10:33:20", "url": "https://files.pythonhosted.org/packages/41/81/31db77364c1d18b28f345d246633d0c3b597ee8ac1cf60a46912c3f5a096/pyandoc-0.2.0.tar.gz" } ] }