How to Manage Configurations Easily Using TOML Filesby@thuwarakesh
6,603 reads

How to Manage Configurations Easily Using TOML Files

tldt arrow
Read on Terminal Reader
Read this story w/o Javascript

Too Long; Didn't Read

A TOML (Tom's Obvious Minimal Language) is a configuration file format that is easy to read and write. It's a great feature of a modern Python project structure. The TOML file can live anywhere in a project's root folder. It can tell the runner how many concurrent jobs to execute, the log level, listening port, and many other options. For example, the popular headless CMS platform Netlify uses TOML files to upload build configurations to upload.

Companies Mentioned

Mention Thumbnail
Mention Thumbnail
featured image - How to Manage Configurations Easily Using TOML Files
Thuwarakesh Murallie HackerNoon profile picture

@thuwarakesh

Thuwarakesh Murallie

Data Scientist @ Stax, Inc.

react to story with heart

RELATED STORIES

L O A D I N G
. . . comments & more!