Tomli-W is a Python library for writing TOML. It is a write-only counterpart to Tomli, which is a read-only TOML parser. Tomli-W is fully compatible with TOML v1.0.0.
Tomli-W is a Python library for writing TOML. It is a write-only counterpart to Tomli, which is a read-only TOML parser. Tomli-W is fully compatible with TOML v1.0.0.
To install py38-tomli-w, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py38-tomli-w
To see what files were installed by py38-tomli-w, run:
port contents py38-tomli-w
To later upgrade py38-tomli-w, run:
sudo port selfupdate && sudo port upgrade py38-tomli-w
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.