Skip to content

attrs.org

Python Classes Without Boilerplate

Package Information

Installation

bash
# Install with launchpad
launchpad install +attrs.org -- $SHELL -i

Programs

This package provides the following executable programs:

No programs specified

Available Versions

Show all 7 versions
  • 25.3.0, 25.2.0, 25.1.0, 24.3.0, 24.2.0
  • 24.1.0, 23.2.0

Latest Version: 25.3.0

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +attrs.org@25.3.0 -- $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.attrsorg

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.