-
Updated
Nov 6, 2021 - Go
#
toml
Here are 442 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
Nov 1, 2021
-
Updated
Sep 20, 2021
Record Query - A tool for doing record analysis and transformation
-
Updated
Sep 7, 2021 - Rust
Select, put and delete data from JSON, TOML, YAML, XML and CSV files with a single tool. Supports conversion between formats and can be used as a Go package.
config
go
cli
golang
yaml
toml
parser
json
query
xml
configuration
update
selector
data-structures
data-wrangling
devops-tools
data-processing
yaml-processor
json-processing
-
Updated
Nov 9, 2021 - Go
config
rust
toml
json
config-management
configuration
crates
configuration-management
configr
rust-applications
-
Updated
Nov 8, 2021 - Rust
Simple, lightweight, 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
Nov 3, 2021 - Go
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!
Create Siri Shortcuts with Python
-
Updated
Nov 4, 2021 - Python
ranger-like terminal file manager written in Rust
linux
rust
toml
clipboard
concurrency
tui
ncurses
ranger
file-manager
hacktoberfest
termion
tui-rs
joshuto
-
Updated
Nov 9, 2021 - Rust
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
Oct 10, 2021 - C++
pytablewriter is a Python library to write a table in various formats: AsciiDoc / 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
jupyter-notebook
pandas
restructuredtext
asciidoc
ltsv
-
Updated
Oct 17, 2021 - Python
Convert between CBOR, JSON, MessagePack, TOML, and YAML
-
Updated
Oct 21, 2020 - Python
DB replication tool to synchronize data with multi environments written in Golang.
-
Updated
Jan 15, 2017 - Go
Open
CSV
7
eadmaster
commented
May 27, 2020
With separators auto-guessing and optional overrides:
https://en.wikipedia.org/wiki/Comma-separated_values
faq -f json -o csv < file.json
dict subclass with keylist/keypath support, normalized I/O operations (base64, csv, ini, 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
Oct 19, 2021 - Python
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
Sep 2, 2021 - Kotlin
Human Readable and Writable Data Interchange Format
config
yaml
toml
serialization
json
data
configuration
json-alternative
yaml-configuration
configuration-files
yaml-alternative
nestedtext
toml-alternative
-
Updated
Oct 2, 2021 - Python
Collect necessary .proto files (Protocol Buffers IDL) and manage dependencies
-
Updated
Nov 6, 2021 - Go
A lightweight yet powerful configuration manager for Go projects
config
go
golang
yaml
toml
dotenv
environment
config-management
configuration
environment-variables
configuration-management
env
json-configuration
yaml-configuration
configuration-files
config-manager
configuration-manager
dot-env
os-variables
-
Updated
Oct 27, 2021 - Go
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."
README.md says DecodeError is returned when decoding errors occur, and the DecodeError example on the godoc does a type assertion directly to a DecodeError. I believe this is a mistake in the documentation, and could lead to someone assuming Decode always returns a DecodeError and making a type assertion like the one in the example that could panic. This should be clarified and the example should