Skip to content

pdm.fming.dev

A modern Python package and dependency manager supporting the latest PEP standards

Package Information

  • Domain: pdmfming.dev
  • Name: pdm.fming.dev
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install pdm

Programs

This package provides the following executable programs:

  • pdm

Aliases

This package can also be accessed using these aliases:

  • pdm

Available Versions

Show all 68 versions
  • 2.25.2, 2.25.1, 2.25.0, 2.24.2, 2.24.1
  • 2.24.0, 2.23.1, 2.23.0, 2.22.4, 2.22.3
  • 2.22.2, 2.22.1, 2.22.0, 2.21.0, 2.20.1
  • 2.20.0, 2.19.3, 2.19.2, 2.19.1, 2.19.0
  • 2.18.2, 2.18.1, 2.18.0, 2.17.3, 2.17.2
  • 2.17.1, 2.17.0, 2.16.1, 2.16.0, 2.15.4
  • 2.15.3, 2.15.2, 2.15.1, 2.15.0, 2.14.0
  • 2.13.3, 2.13.2, 2.13.1, 2.13.0, 2.12.4
  • 2.12.3, 2.12.2, 2.12.1, 2.12.0, 2.11.2
  • 2.11.1, 2.11.0, 2.10.4, 2.10.3, 2.10.2
  • 2.10.1, 2.10.0, 2.9.3, 2.9.2, 2.9.1
  • 2.9.0, 2.8.2, 2.8.1, 2.8.0, 2.7.4
  • 2.7.3, 2.7.2, 2.7.1, 2.7.0, 2.6.1
  • 2.6.0, 2.5.6, 2.5.3

Latest Version: 2.25.2

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +pdmfming.dev@2.25.2 -- $SHELL -i

Dependencies

This package depends on:

  • python.org~3.11

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.pdmfmingdev

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.