Skip to content

flit.pypa.io

Simplified packaging of Python modules

Package Information

  • Domain: flitpypa.io
  • Name: flit.pypa.io
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install flit

Programs

This package provides the following executable programs:

  • flit

Aliases

This package can also be accessed using these aliases:

  • flit

Available Versions

Show all 6 versions
  • 3.12.0, 3.11.0, 3.10.1, 3.10.0, 3.9.0
  • 3.8.0

Latest Version: 3.12.0

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +flitpypa.io@3.12.0 -- $SHELL -i

Dependencies

This package depends on:

  • python.org>=3<3.12

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.flitpypaio

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.