Language

Package: python2-click @ 7.1.2

Synopsis

Command line library for Python

Description

Click is a Python package for creating command line interfaces in a composable way with as little code as necessary. Its name stands for "Command Line Interface Creation Kit". It's highly configurable but comes with sensible defaults out of the box.

Home page
https://palletsprojects.com/p/click/
Location
gnu/packages/python-xyz.scm (line: 3260, column: 2)
License

Lint warnings

LinterMessageLocation
optional-tests

Make sure tests are only run when requested

the 'check' phase should respect #:tests?