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

python-flit

Simple packaging tool for simple packages

Flit is a simple way to put Python packages and modules on PyPI. Flit packages a single importable module or package at a time, using the import name as the name on PyPI. All subpackages and data files within a package are included automatically.

Installation

Install the latest version of python-flit as follows:

guix install python-flit

Or install a particular version:

guix install python-flit@3.8.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-flit about the latest version available in Guix.

Example HTML:

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

Example Markdown:

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

Example Org:

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