Personal tools
Skip to content. | Skip to navigation
cattrs .. image::
%{desc}
ciso8601 ciso8601 converts ISO 8601_ or RFC 3339_ date time strings into Python datetime objects.Since it's written as a C module, it is much faster than other Python libraries. Tested with cPython 2.7, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9.**Note:** ciso8601 doesn't support the entirety of the ISO 8601 spec, only a popular subset_.
Enhanced completion for Click Add automatic completion support for fish, Zsh, Bash and PowerShell to Click. All the supported shells are able to complete all the command line arguments and options defined with click. In addition, fish and Zsh are also displaying the options and commands help during the completion.
Provides DefaultGroup, a subclass of click.Group that invokes a default subcommand instead of showing a help message when a subcommand is not passed.
Enable git-like did-you-mean feature in click
Colorization of help messages in Click
Logging support to python 3 click (CLI creation kit) applications.
Automatically produces UNIX-style manual pages for Python applications that use Click for option handling.
An extension module for click to register external CLI commands via setuptools entry-points.