neobluetechlabs
-
- 4,276 total downloads
- last updated 8/24/2026
- Latest version: 0.10.0-preview.1 (prerelease)
TLio Core: type-agnostic contracts and models for the TLio scripting framework. No dependency on any specific data format. -
- 2,812 total downloads
- last updated 8/24/2026
- Latest version: 0.10.0-preview.1 (prerelease)
TLio built-in commands (Set, Add, Remove, Copy, Move, Put). Format-agnostic — all format-specific work is delegated through IExecutionContext. -
- 2,610 total downloads
- last updated 8/24/2026
- Latest version: 0.10.0-preview.1 (prerelease)
TLio built-in functions. Format-agnostic — all format-specific work is delegated through IExecutionContext. -
- 2,482 total downloads
- last updated 8/24/2026
- Latest version: 0.10.0-preview.1 (prerelease)
TLio Client: the scripting engine that parses and executes TLio scripts. Format-neutral — format support is registered through the provider pattern. -
- 2,075 total downloads
- last updated 8/24/2026
- Latest version: 0.10.0-preview.1 (prerelease)
TLio JSON adapter: INodeAdapter and IItemsFetcher implementations backed by Newtonsoft.Json and JsonPath. -
- 2,010 total downloads
- last updated 8/24/2026
- Latest version: 0.10.0-preview.1 (prerelease)
TLio YAML adapter: INodeAdapter and IItemsFetcher implementations. Depends on YamlDotNet. -
- 1,985 total downloads
- last updated 8/24/2026
- Latest version: 0.10.0-preview.1 (prerelease)
Text/string extension functions for TLio. Format-agnostic — all format-specific work is delegated through IExecutionContext. -
- 1,972 total downloads
- last updated 8/24/2026
- Latest version: 0.10.0-preview.1 (prerelease)
Math extension functions for TLio. Format-agnostic — all format-specific work is delegated through IExecutionContext. -
- 1,962 total downloads
- last updated 8/24/2026
- Latest version: 0.10.0-preview.1 (prerelease)
TLio ETL extension commands: Flatten, Restore, Resolve, ToCsv. Format-agnostic via INodeAdapter. -
- 1,963 total downloads
- last updated 8/24/2026
- Latest version: 0.10.0-preview.1 (prerelease)
TLio XML adapter: INodeAdapter and IItemsFetcher implementations backed by System.Xml.Linq (XElement) and XPath. -
- 1,958 total downloads
- last updated 8/24/2026
- Latest version: 0.10.0-preview.1 (prerelease)
TimeDate extension functions for TLio. Format-agnostic — all format-specific work is delegated through IExecutionContext. -
- 1,954 total downloads
- last updated 8/24/2026
- Latest version: 0.10.0-preview.1 (prerelease)
TLio System.Text.Json adapter: INodeAdapter and IItemsFetcher implementations backed by System.Text.Json.Nodes.JsonNode and a JsonPath library. Provides identical transformation behaviour to TLio.Json... More information -
- 360 total downloads
- last updated 8/24/2026
- Latest version: 0.10.0-preview.1 (prerelease)
Format conversion for TLio: the convert and convertValue commands, MultiFormatScriptRunner, and the JSON, XML and YAML adapters they convert through. -
- 91 total downloads
- last updated 8/22/2026
- Latest version: 0.9.0-preview.11 (prerelease)
Format conversion core for TLio: the intermediate model, ConversionSettings and the IFormatAdapter contract the JSON, XML and YAML adapters implement. -
- 70 total downloads
- last updated 8/22/2026
- Latest version: 0.9.0-preview.11 (prerelease)
YAML adapter for TLio format conversion (YamlDotNet), including anchor and alias flattening. -
- 65 total downloads
- last updated 8/22/2026
- Latest version: 0.9.0-preview.11 (prerelease)
JSON adapter for TLio format conversion (System.Text.Json): reads and writes the intermediate model that XML and YAML are converted through. -
- 61 total downloads
- last updated 8/22/2026
- Latest version: 0.9.0-preview.11 (prerelease)
XML adapter for TLio format conversion (System.Xml): attributes, namespaces, CDATA, null representation and array shape, written in the canonical document shape TLio's own XML adapter addresses.