toml
TOML parser
A Python library for parsing and creating the TOML data interchange format.
Python lib for TOML
1k stars
19 watching
190 forks
Language: Python
last commit: 5 months ago hacktoberfesthacktoberfest2020
Related projects:
Repository | Description | Stars |
---|---|---|
pelletier/go-toml | Library for parsing and generating the TOML file format in Go. | 1,736 |
jm/toml | A Ruby library for parsing and generating the TOML data interchange format | 151 |
toruniina/toml11 | A C++ library for parsing and serializing the TOML data format | 1,043 |
xuri/toml-to-go | Translates TOML into a Go type definition in real-time | 151 |
iarna/iarna-toml | A TOML parser and stringifier that provides a familiar JSON interface. | 320 |
toml-rs/toml | Tools and utilities for parsing and editing TOML configuration files in Rust | 729 |
kowainik/tomland | A Haskell library for bidirectional serialization of TOML configuration data | 122 |
yosymfony/toml | A PHP parser for TOML configuration files | 200 |
aeronavery/zig-toml | A TOML parser written in Zig with support for various data formats and features | 107 |
nimparsers/parsetoml | Library for parsing TOML files into Nim data structures and converting them to JSON or alternative formats. | 114 |
sam701/zig-toml | A parser for TOML files in the Zig programming language | 35 |
toml-lang/toml-test | A tool that verifies the correctness of TOML parsers and writers through automated testing. | 216 |
zamith/tomlex | An Elixir implementation of the TOML markup language parser | 32 |
cespare/vim-toml | Provides syntax highlighting and formatting support for TOML configuration files in the Vim text editor. | 625 |
tamasfe/taplo | A Rust toolkit for parsing and encoding TOML v1.0.0 data | 1,453 |