Software Alternatives, Accelerators & Startups

Comparison of Python TOML parser libraries

Python Poetry pypyr
  1. Python packaging and dependency manager.
    Pricing:
    • Open Source
    Of the available options, only tomlkit supports style-preserving roundtrip parsing. Furthermore, tomlkit was created for the express purpose of handling TOML parsing for the poetry tool. As this is one of the 2 most popular new PEP517 & PEP518 Python build systems there is some comfort to be had in the wide adoption of a very actively used tool that means a greater likelihood of continued maintenance & support, and specifically that pyproject.toml files should parse without surprises.

    #Kids #Front End Package Manager #Package Manager 145 social mentions

  2. 2
    task-runner cli & api for automation pipelines. like writing a script, but without the pain.
    Pricing:
    • Open Source
    The pypyr automation pipeline task-runner open-source project recently added TOML parsing & writing functionality as a core feature. To this end, I researched the available free & open-source Python TOML parser libraries to figure out which option to use.

    #DevOps Tools #Product Deployment #Build Tools 1 social mentions

Discuss: Comparison of Python TOML parser libraries

Log in or Post with