{"categories":[{"label":"Markup","url":"https://skillfed.io/packages/category/text-processing-markup"}],"enrichment":{"capability":"Pyandoc wraps Pandoc to convert between document formats by reading from and writing to a Document object's format properties.","skillfed_tags":["abandoned","pandoc-wrapper"],"use_cases":["Convert Markdown documentation to reStructuredText for Sphinx-based projects.","Batch-convert document collections between formats (e.g., Markdown to HTML or LaTeX).","Build documentation pipelines that need to output multiple formats from a single source.","Automate format conversion in legacy Python 2 or early Python 3 projects where Pandoc is deployed."],"what_it_does":"Pyandoc is a thin Python wrapper around Pandoc, the universal document converter. It exposes document formats as properties on a Document object, letting you read content in one format and write it out in another by simple attribute assignment. For example, you can load Markdown, then access the `.rst` property to get reStructuredText output, or `.html` for HTML.\n\nThe package has no Python runtime dependencies\u2014it relies entirely on Pandoc being installed on your system. It was last released on 2016-02-04 and is no longer maintained; the repository is archived. While it still appears in download statistics, its age and lack of updates mean it may not work smoothly with modern Python versions or recent Pandoc releases.","worth_installing":"No. The package is abandoned (last update 2016-02-04) and untested against Python versions beyond 3.5. While it has no known vulnerabilities and carries a permissive license, its age and lack of maintenance create real risk of incompatibility with modern Python and Pandoc. For new projects, call Pandoc directly via subprocess or use a maintained alternative; for legacy systems where it already works, keep it but do not expand its use."},"id":"pyandoc","links":{"html":"https://skillfed.io/packages/pyandoc","md":"https://skillfed.io/packages/pyandoc.md","pypi":"https://pypi.org/project/pyandoc/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2016-02-04","license_spdx":null,"license_treatment":"permissive","name":"pyandoc","python_support":"unspecified","summary":"Python wrapper for Pandoc - the universal document converter"},"popularity":{"monthly_downloads":876997,"position":4829,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"0.2.0"}
