datapilot-cli
Version:
Enterprise-grade streaming multi-format data analysis with comprehensive statistical insights and intelligent relationship detection - supports CSV, JSON, Excel, TSV, Parquet - memory-efficient, cross-platform
8 lines • 781 B
TypeScript
/**
* DataPilot - A lightweight CLI statistical computation engine
*/
export * from './core/types';
export declare const VERSION = "0.1.0";
export declare const DATAPILOT_ASCII_ART = "\n\u2554\u2566\u2557\u2554\u2550\u2557\u2554\u2566\u2557\u2554\u2550\u2557\u2554\u2550\u2557\u2566\u2566 \u2554\u2550\u2557\u2554\u2566\u2557\n \u2551\u2551\u2560\u2550\u2563 \u2551 \u2560\u2550\u2563\u2560\u2550\u255D\u2551\u2551 \u2551 \u2551 \u2551 \n\u2550\u2569\u255D\u2569 \u2569 \u2569 \u2569 \u2569\u2569 \u2569\u2569\u2550\u255D\u255A\u2550\u255D \u2569 \n";
export declare const WELCOME_MESSAGE = "\nDataPilot v0.1.0\nA lightweight, powerful CLI statistical computation engine\nDataPilot does the maths, so AI (or you) can derive the meaning.\n";
//# sourceMappingURL=index.d.ts.map