Skip to content

rye.astral.sh

Experimental Package Management Solution for Python

Package Information

  • Domain: ryeastral.sh
  • Name: rye.astral.sh
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install rye

Programs

This package provides the following executable programs:

  • rye

Aliases

This package can also be accessed using these aliases:

  • rye

Available Versions

Show all 9 versions
  • 0.44.0, 0.43.0, 0.42.0, 0.41.0, 0.40.0
  • 0.39.0, 0.38.0, 0.37.0, 0.36.0

Latest Version: 0.44.0

Install Specific Version

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

Dependencies

This package depends on:

  • curl.se/ca-certs

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.ryeastralsh

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.