7 python3Packages.buildPythonApplication rec {
13 src = fetchFromGitHub {
17 hash = "sha256-TPwzXfb4n6wTe6raQ5IowKdhGkKrf2pmSS2+Q03NKYk=";
30 ++ cli-helpers.optional-dependencies.styles;
32 build-system = with python3Packages; [
36 nativeCheckInputs = with python3Packages; [
41 pythonImportsCheck = [ "litecli" ];
44 "test_auto_escaped_col_names"
48 description = "Command-line interface for SQLite";
49 mainProgram = "litecli";
51 A command-line client for SQLite databases that has auto-completion and syntax highlighting.
53 homepage = "https://litecli.com";
54 changelog = "https://github.com/dbcli/litecli/blob/v${version}/CHANGELOG.md";
55 license = licenses.bsd3;
56 maintainers = with maintainers; [ Scriptkiddi ];