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

python-flit 3.8.0

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 python-flit 3.8.0 as follows:

guix install python-flit@3.8.0

Or install the latest version:

guix install python-flit

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.