-
Updated
Mar 19, 2021 - Go
#
toml
Here are 372 public repositories matching this topic...
A simple, fast, and fun package for building command line apps in Go
A list of command line tools for manipulating structured text data
html
cli
yaml
toml
tsv
json
list
csv
xml
conversion
delimited-files
awk
ini
text-files
configuration-file
structured-text
-
Updated
Mar 21, 2021
-
Updated
Mar 17, 2021
Record Query - A tool for doing record analysis and transformation
-
Updated
Jan 17, 2021 - Rust
config
rust
toml
json
config-management
configuration
crates
configuration-management
configr
rust-applications
-
Updated
Mar 19, 2021 - Rust
Query, update and convert data structures from the command line. Comparable to jq/yq but supports JSON, TOML, YAML, XML and CSV with zero runtime dependencies.
config
go
cli
golang
yaml
toml
parser
json
query
portable
xml
configuration
update
selector
data-structures
xml-parser
devops-tools
yaml-processor
json-processing
-
Updated
Mar 22, 2021 - Go
javascript
python
toml
lua
csharp
ffmpeg
command-line
video-player
dotnet
powershell
everything
mpv
wpf
winforms
youtube-dl
chocolatey
audio-player
media-player
mediainfo
libmpv
-
Updated
Mar 14, 2021 - C#
Create Siri Shortcuts with Python
-
Updated
Mar 22, 2021 - Python
Light weight, extensible configuration management library for Go. Built in support for JSON, TOML, YAML, env, command line, file, S3 etc. Alternative to viper.
config
go
golang
yaml
toml
configuration
s3-bucket
configuration-management
viper
config-loader
configuration-file
golang-package
-
Updated
Mar 19, 2021 - Go
Convert between CBOR, JSON, MessagePack, TOML, and YAML
-
Updated
Oct 21, 2020 - Python
pytablewriter is a Python library to write a table in various formats: CSV / Elasticsearch / HTML / JavaScript / JSON / LaTeX / LDJSON / LTSV / Markdown / MediaWiki / NumPy / Excel / Pandas / Python / reStructuredText / SQLite / TOML / TSV.
javascript
html
markdown
toml
tsv
elasticsearch
json
csv
latex
mediawiki
sqlite
numpy
excel
pandas-dataframe
table
python-library
jupyter-notebook
pandas
restructuredtext
ltsv
-
Updated
Feb 15, 2021 - Python
marzer
commented
Jul 20, 2020
I've recently come to realize that the 'one-size-fits-all' mega-snippets on marzer.github.io/tomlplusplus aren't necessarily useful for everyone, and I should break them up into smaller sub-examples. I'd be totally happy to accept help with this, though that may be wishful thinking!
TOML for Modern C++
toml-parser
toml
c-plus-plus
parser
serializer
c-plus-plus-11
c-plus-plus-14
header-only
c-plus-plus-17
c-plus-plus-20
-
Updated
Jan 31, 2021 - C++
DB replication tool to synchronize data with multi environments written in Golang.
-
Updated
Jan 15, 2017 - Go
TOML parser for Node.js and the Browser. Parses TOML v0.4.0
-
Updated
Jan 30, 2019 - JavaScript
A type-safe cascading configuration library for Kotlin/Java/Android, supporting most configuration formats
-
Updated
Feb 11, 2021 - Kotlin
ranger-like terminal file manager written in Rust
-
Updated
Mar 14, 2021 - Rust
dict subclass with keylist/keypath support, I/O shortcuts (base64, csv, json, pickle, plist, query-string, toml, xml, yaml) and many utilities. 📘
python
yaml
toml
json
base64
csv
clone
xml
dictionary
filter
encode
dict
decode
subset
pickle
plist
traverse
flatten
keypath
query-string
-
Updated
Jan 19, 2021 - Python
Collect necessary .proto files (Protocol Buffers IDL) and manage dependencies
-
Updated
Jan 6, 2021 - Go
A simple way to manage your project settings.
config
python
redis
yaml
toml
memcached
settings
json
consul
configuration
configuration-management
django-configuration
flask-configuration
-
Updated
Mar 21, 2021 - Python
Improve this page
Add a description, image, and links to the toml topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the toml topic, visit your repo's landing page and select "manage topics."
Describe the bug
(*Tree).SetPath() doesn't set the values of all the paths if toml contains array of tables.
To Reproduce