Skip to content

hatch.pypa.io

Modern, extensible Python project management

Package Information

  • Domain: hatchpypa.io
  • Name: hatch.pypa.io
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install hatch

Programs

This package provides the following executable programs:

  • hatch

Aliases

This package can also be accessed using these aliases:

  • hatch

Available Versions

Show all 18 versions
  • 1.14.1, 1.14.0, 1.13.0, 1.12.0, 1.11.1
  • 1.11.0, 1.10.0, 1.9.7, 1.9.6, 1.9.5
  • 1.9.4, 1.9.3, 1.9.2, 1.9.1, 1.9.0
  • 1.8.1, 1.8.0, 1.7.0

Latest Version: 1.14.1

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +hatchpypa.io@1.14.1 -- $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.hatchpypaio

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.