toml

Does pip provide a TOML parser for python 3.9?

Does pip provide a TOML parser for python 3.9? Question: I want to parse TOML files in python 3.9, and I am wondering if I can do so without installing another package. Since pip knows how to work with pyproject.toml files, and I already have pip installed, does pip provide a parser that I can …

Total answers: 3