toml / tomli

Package — ConfigPython 3.7+Intermediate

Read and write TOML configuration files

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
None (pure Python)
Install
pip install tomli # read-only; or: pip install toml

Learn by Difficulty

Quick Example

python
# Install: pip install tomli  # read-only; or: pip install toml
import toml / tomli

# Basic toml / tomli usage
print(f"Using toml / tomli")
# See documentation for detailed examples

toml / tomli is a third-party package. Read and write TOML configuration files. Install with: pip install tomli # read-only; or: pip install toml

Try in Playground

Tags

packageconfigurationserializationdata-format