Related projects¶
Reference Material¶
nestedtext docs¶
NestedText documentation and language specification.
nestedtext source¶
Source code repository for language documentation and Python implementation. Report any issues here.
nestedtext_tests¶
Official NestedText test suite. Also included as submodule in nestedtext.
Implementations¶
Go: nestex¶
Go implementation of NestedText (supports NestedText v3.0).
Janet: janet-nested-text¶
Janet implementation of NestedText (supports NestedText v3.0).
NodeJS: @rmw/nestedtext¶
nodejs ( es module ) implementation of NestedText. Use https://github.com/npillmayer/nestext wasm for nestedtext decode (supports NestedText v3.0).
Ruby: nestedtext-ruby¶
Ruby implementation of NestedText (supports NestedText v3.0).
Zig: zig-nestedtext¶
Zig implementation of NestedText (slight subset of NestedText v2.0). Also contains nt-cli, an efficient command line utility for converting between NestedText and JSON.
Utilities¶
NestedTextTo¶
Command line utilities for converting between NestedText, JSON, YAML, and TOML.
parametrize from file¶
Separate your test cases, held in NestedText, from your PyTest test code.
pygments¶
Version of the popular pygments Python library that supports NestedText v3.0. Expect v2.16 of base repository to support v3.0 of NestedText.
vim-nestedtext¶
Vim syntax files for NestedText (supports NestedText v3.0).
visual studio code¶
Syntax files for Visual Studio Code (supports NestedText v3.0).