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¶
nestex¶
Go implementation of NestedText (supports NestedText v3.0).
nestedtext-ruby¶
Ruby implementation of NestedText (supports NestedText v3.0).
janet-nested-text¶
Janet implementation of NestedText (supports NestedText v3.0).
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.
vim-nestedtext¶
Vim syntax files for NestedText (supports NestedText v3.0).
visual studio¶
Syntax files for Visual Studio (supports NestedText v1.0).