python-entrypoints
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.
- Versions: 0.4
- Website: https://github.com/takluyver/entrypoints
- Licenses: Expat
- Package source: gnu/packages/python-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of python-entrypoints as follows:
guix install python-entrypoints
Or install a particular version:
guix install python-entrypoints@0.4
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.
Badge code
You can use the following badge to inform users of python-entrypoints about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/python-entrypoints'><img src='https://packages.guix.gnu.org/packages/python-entrypoints/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/python-entrypoints)
Example Org:
[[https://packages.guix.gnu.org/packages/python-entrypoints][https://packages.guix.gnu.org/packages/python-entrypoints/badges/latest-version.svg]]