Skip to content

poetry

Python packaging and dependency management made easy

Package Information

  • Domain: python-poetry.org
  • Name: poetry
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install poetry

Programs

This package provides the following executable programs:

  • poetry

Available Versions

Show all 22 versions
  • 2.1.4, 2.1.3, 2.1.2, 2.1.1, 2.1.0
  • 2.0.1, 2.0.0, 1.8.5, 1.8.4, 1.8.3
  • 1.8.2, 1.8.1, 1.8.0, 1.7.1, 1.7.0
  • 1.6.1, 1.6.0, 1.5.1, 1.5.0, 1.4.2
  • 1.4.0, 1.3.2

Latest Version: 2.1.4

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) poetry -- $SHELL -i

Dependencies

This package depends on:

  • pkgx.sh^1

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.poetry

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.