Chili
chili is a data analytics and engineering engine powered by Polars. It ships as a single distribution with two syntax modes:
chiliuses a modern syntax with query language similar tojavascript.pepperuses a vintage syntax with query language similar toq.
Demo
Installation
Support Linux, macOS, and Windows(x86_64).
Install from chili-pie with uv or pip:
Run with chili syntax:
Run with pepper syntax:
Editor & Tooling
Companion Tool chiz
Install from PyPI, using uv or pip:
With chiz, you can:
chiz fmtto format codechiz serveto start a language serverchiz parseto parse code, and check syntax errorschiz vimto install vim syntaxeschiz neovimto install neovim configuration
VSCode Extension
Install from VSCode Marketplace, this extension requires chiz to be installed for providing language server features.
Change Log
refer to Change Log for the latest updates.