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

python-importlib-resources

Read resources from Python packages

importlib_resources is a backport of Python 3's standard library importlib.resources module for Python 2.7, and Python 3.

Installation

Install the latest version of python-importlib-resources as follows:

guix install python-importlib-resources

Or install a particular version:

guix install python-importlib-resources@5.12.0

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-importlib-resources about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/python-importlib-resources'><img src='https://packages.guix.gnu.org/packages/python-importlib-resources/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/python-importlib-resources/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/python-importlib-resources)

Example Org:

[[https://packages.guix.gnu.org/packages/python-importlib-resources][https://packages.guix.gnu.org/packages/python-importlib-resources/badges/latest-version.svg]]