Language

Package: python2-entrypoints @ 0.3

Synopsis

Discover and load entry points from installed Python packages

Description

Entry points are a way for Python packages to advertise objects with some common interface. The most common examples are console_scripts entry points, which define shell commands by identifying a Python function to run. The entrypoints module contains functions to find and load entry points.

Home page
https://github.com/takluyver/entrypoints
Location
gnu/packages/python-xyz.scm (line: 10842, column: 2)
License

Lint warnings

LinterMessageLocation
No lint warnings