{"library":"pandoc","type":"library","category":null,"description":"Pandoc is a powerful, open-source command-line tool for converting documents between various formats (e.g., Markdown, HTML, LaTeX, PDF, Word). The `pandoc` Python library (version 2.4, released August 7, 2024) provides Python bindings to interact with Pandoc's document model, allowing for in-Python analysis, creation, and transformation of documents. It leverages the underlying Haskell-based Pandoc executable, which must be installed separately. The library generally follows an active release cadence, with updates to support recent Pandoc executable versions.","language":"python","status":"active","version":"2.4","tags":["document conversion","pandoc","markdown","html","latex","pdf","ast","text processing"],"install":[{"cmd":"pip install --upgrade pandoc","imports":["import pandoc","from pandoc.types import Str, Space, Para, Meta"]},{"cmd":"conda install -c conda-forge pandoc","imports":[]},{"cmd":"sudo apt install pandoc","imports":[]},{"cmd":"brew install pandoc","imports":[]}],"homepage":"https://pandoc.org","github":null,"docs":null,"changelog":null,"pypi":"https://pypi.org/project/pandoc/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":2.6,"avg_import_s":0.23,"wheel_type":"sdist"},"url":"https://checklist.day/v1/registry/pandoc/compatibility"},"provenance":{"verified_status":"install_fail","verified_at":"Sun Jun 28","last_verified":"Sun Jun 28","next_check":"Sun Jul 05","install_tag":null}}