crash 0.32.0


pip install crash

  Latest version

Released: Feb 09, 2026

Project Links

Meta
Author: Crate.io
Requires Python: >=3.7

Classifiers

Development Status
  • 5 - Production/Stable

Intended Audience
  • Developers

License
  • OSI Approved :: Apache Software License

Operating System
  • OS Independent

Programming Language
  • Python
  • Python :: 3
  • Python :: 3.7
  • Python :: 3.8
  • Python :: 3.9
  • Python :: 3.10
  • Python :: 3.11
  • Python :: 3.12
  • Python :: 3.13
  • Python :: 3.14
  • Python :: Implementation :: CPython
  • Python :: Implementation :: PyPy

Topic
  • Database
Outcome of CI Most recent version on PyPI Supported Python versions License Number of downloads per month

The CrateDB Shell (aka Crash) is an interactive command-line interface (CLI) tool for interacting with CrateDB.

Screenshot

A screenshot of Crash

Documentation

The official documentation is available at CrateDB shell documentation.

Installation

Python Package

Crash is available as a package from PyPI.

To install the most recent version, run:

pipx install crash

Now, run it:

crash

Standalone

Crash is also available as a standalone executable that includes all the necessary dependencies.

First, download the executable file:

curl -o crash https://cdn.crate.io/downloads/releases/crash_standalone_latest

Then, set the executable bit:

chmod +x crash

Now, run it:

./crash

If you would like to run crash from any directory, and without the leading ./, the file has to be in a directory that is on your PATH.

Troubleshooting

The documentation section about troubleshooting connection errors provides support and guidelines how to debug and resolve problems when connecting to CrateDB or CrateDB Cloud.

Contributing

This project is primarily maintained by Crate.io, but we welcome community contributions!

See the developer docs and the contribution docs for more information.

Help

Looking for more help? Check out our support channels.

0.32.0 Feb 09, 2026
0.31.5 Apr 24, 2024
0.31.4 Mar 19, 2024
0.31.3 Mar 18, 2024
0.31.2 Feb 08, 2024
0.31.1 Feb 02, 2024
0.31.0 Jan 29, 2024
0.30.2 Jan 12, 2024
0.30.1 Nov 23, 2023
0.30.0 Jul 06, 2023
0.29.0 Feb 16, 2023
0.28.0 Apr 13, 2022
0.27.0 Jan 20, 2021
0.26.0 Sep 21, 2020
0.25.0 Mar 04, 2020
0.25.0a1 Mar 03, 2020
0.24.2 Oct 04, 2018
0.24.1 Jun 15, 2018
0.24.0 May 12, 2018
0.23.0 Dec 15, 2017
0.22.3 Nov 13, 2017
0.22.2 Oct 11, 2017
0.22.1 Aug 21, 2017
0.22.0 Aug 21, 2017
0.21.5 Aug 21, 2017
0.21.4 Jul 24, 2017
0.21.3 Jul 11, 2017
0.21.2 Jul 06, 2017
0.21.1 Jul 04, 2017
0.21.0 Jun 27, 2017
0.20.1 Jun 27, 2017
0.20.0 Dec 02, 2016
0.19.1 Nov 18, 2016
0.19.0 Oct 27, 2016
0.18.1 Oct 12, 2016
0.18.0 Sep 23, 2016
0.17.2 Sep 23, 2016
0.17.1 Jun 28, 2016
0.17.0 Jun 23, 2016
0.16.1 Jun 23, 2016
0.16.0 Feb 15, 2016
0.15.0 Dec 14, 2015
0.14.3 Dec 01, 2015
0.14.2 Oct 20, 2015
0.14.1 Oct 18, 2015
0.14.0 Sep 02, 2015
0.13.1 Jul 09, 2015
0.13.0 Jun 16, 2015
0.12.1 Jun 16, 2015
0.12.0 Apr 28, 2015
0.11.5 Apr 03, 2015
0.11.4 Mar 02, 2015
0.11.3 Feb 24, 2015
0.11.2 Feb 11, 2015
0.11.1 Feb 03, 2015
0.11.0 Feb 03, 2015
0.10.3 Oct 27, 2014
0.10.2 Oct 02, 2014
0.10.1 Sep 19, 2014
0.10.0 Sep 02, 2014
0.9.14 Jul 19, 2014
0.9.13 Jun 27, 2014
0.9.12 Jun 12, 2014
0.9.11 Jun 04, 2014
0.9.10 Jun 03, 2014
0.9.9 Jun 03, 2014
0.9.8 Jun 03, 2014
0.9.7 May 23, 2014
0.9.6 May 20, 2014
0.9.5 May 19, 2014
0.9.4 May 15, 2014
0.9.3 May 09, 2014
0.9.2 May 09, 2014
0.9.1 May 09, 2014
0.9.0 Apr 22, 2014
0.8.3 Apr 08, 2014
0.8.2 Apr 03, 2014
0.8.0 Mar 24, 2014
0.7.1 Mar 19, 2014

Wheel compatibility matrix

Platform Python 3
any

Files in release

Extras:
Dependencies:
colorama (<1)
Pygments (<3,>=2.4)
crate (>=2.0.0.dev6)
platformdirs (<5)
prompt-toolkit (<4,>=3.0)
tabulate (<0.10,>=0.9)
sqlparse (<0.6.0,>=0.4.4)
verlib2 (<0.4)