This package browser is in early development. Mind the rough edges.

python-entrypoints 0.3

Discover and load entry points from installed Python packages

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.

Installation

Install python-entrypoints 0.3 as follows:

guix install python-entrypoints@0.3

Or install the latest version:

guix install python-entrypoints

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.