{ "info": { "author": "Karim Bahgat", "author_email": "karim.bahgat.norway@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Intended Audience :: End Users/Desktop", "Intended Audience :: Science/Research", "License :: OSI Approved", "Programming Language :: Python" ], "description": "iPandoc\n=======\n\nPure Python bindings to the online Docverter Pandoc document format\nconversion API. This way, you get access to the power of Pandoc from\nanywhere, without having to meddle with installing anything. Useful for\nlightweight applications or when you want to avoid the overhead of a\nfull pandoc installation.\n\nSee: http://www.docverter.com/\n\nPlatforms\n---------\n\nPython 2 and 3.\n\nDependencies\n------------\n\nPure Python, no dependencies.\n\nInstalling it\n-------------\n\niPandoc is installed with pip from the commandline:\n\n::\n\n pip install ipandoc\n\nUsage\n-----\n\niPandoc is very simple to use. There is only one function, which\nconverts a piece of text to another document format.\n\nThis can be pretty useful, especially for dynamically converting a\nproject README file, which some people write in markdown format for\ndisplaying at GitHub, over to ReStructured text for displaying at PyPi\n(e.g. in your project's setup.py file).\n\n::\n\n import ipandoc\n markdown = open(\"README.md\").read()\n rst = ipandoc.convert(text=markdowntext,\n fromformat=\"markdown\",\n toformat=\"rst\")\n\nOf course, there are many other text formats you can convert between.\nSee API documentation link for more details on usage and options.\n\nMore Information:\n-----------------\n\n- `Home Page `__\n- `API Documentation `__\n\nLicense:\n--------\n\nThis code is free to share, use, reuse, and modify according to the MIT\nlicense, see license.txt\n\nCredits:\n--------\n\nKarim Bahgat\n\nChanges\n-------\n\n1.0.0 (2018-09-14)\n~~~~~~~~~~~~~~~~~~\n\n- Bump to stable version\n- Python 3 support\n", "description_content_type": "", "docs_url": "https://pythonhosted.org/iPandoc/", "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/karimbahgat/iPandoc", "keywords": "pandoc document format conversion rst markdown docverter API", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "iPandoc", "package_url": "https://pypi.org/project/iPandoc/", "platform": "", "project_url": "https://pypi.org/project/iPandoc/", "project_urls": { "Homepage": "http://github.com/karimbahgat/iPandoc" }, "release_url": "https://pypi.org/project/iPandoc/1.0.0/", "requires_dist": null, "requires_python": "", "summary": "Pure Python bindings to the online Docverter Pandoc document format conversion API.", "version": "1.0.0" }, "last_serial": 4271158, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "d86814705970f2caeb70d6ced998a82f", "sha256": "747573e879078ce69fad217b4bb310764a9c63d22a7248cde542f3c4f8a642f4" }, "downloads": -1, "filename": "iPandoc-0.1.0.zip", "has_sig": false, "md5_digest": "d86814705970f2caeb70d6ced998a82f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7223, "upload_time": "2015-06-23T22:03:27", "url": "https://files.pythonhosted.org/packages/78/15/278425451148418b9fd81a132c93a32197b0bf35942ece4969f58b42a99c/iPandoc-0.1.0.zip" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "85f53aac5f8b2ba0e1115fe3198f76be", "sha256": "e1cd893e2b9397b8bdc62a636e691445a26ac683ad74fa1287e1bd581b1a1a9d" }, "downloads": -1, "filename": "iPandoc-1.0.0.tar.gz", "has_sig": false, "md5_digest": "85f53aac5f8b2ba0e1115fe3198f76be", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3769, "upload_time": "2018-09-14T06:30:33", "url": "https://files.pythonhosted.org/packages/66/c1/7ea81ee924b7234b194c2036020303833d697119ef452f8149fad5a31727/iPandoc-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "85f53aac5f8b2ba0e1115fe3198f76be", "sha256": "e1cd893e2b9397b8bdc62a636e691445a26ac683ad74fa1287e1bd581b1a1a9d" }, "downloads": -1, "filename": "iPandoc-1.0.0.tar.gz", "has_sig": false, "md5_digest": "85f53aac5f8b2ba0e1115fe3198f76be", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3769, "upload_time": "2018-09-14T06:30:33", "url": "https://files.pythonhosted.org/packages/66/c1/7ea81ee924b7234b194c2036020303833d697119ef452f8149fad5a31727/iPandoc-1.0.0.tar.gz" } ] }