python-attrs 23.2.0-ok1 source package in openKylin

Changelog

python-attrs (23.2.0-ok1) nile; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Tue, 07 May 2024 10:45:05 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Nile V2.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Nile V2.0 release main python
Nile V2.0 proposed main python

Builds

Nile V2.0: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-attrs_23.2.0.orig.tar.gz 760.7 KiB 9d90e6431ed237237d7a026e85d5b7ba6f317ed3c6361693adc1567672f90abd
python-attrs_23.2.0-ok1.debian.tar.xz 4.3 KiB b0020e7c12c4e3d2932d39f1922f016782211e68fd5942ec4f28ed461d63cff6
python-attrs_23.2.0-ok1.dsc 2.2 KiB 0dff80b1184490a95d371ac126faa8e5b35a8672c1e8f50c65b6f1854c1de273

Available diffs

View changes file

Binary packages built by this source

python-attr-doc: documentation for the attrs Python library

 attrs is an MIT-licensed Python package with class decorators that ease the
 chores of implementing the most common attribute-related object protocols.
 .
 You just specify the attributes to work with and attrs gives you:
   - a nice human-readable __repr__,
   - a complete set of comparison methods,
   - an initializer,
   - and much more
 without writing dull boilerplate code again and again.
 .
 This package provides documentation for attrs.

python3-attr: Attributes without boilerplate (Python 3)

 attrs is an MIT-licensed Python package with class decorators that ease the
 chores of implementing the most common attribute-related object protocols.
 .
 You just specify the attributes to work with and attrs gives you:
   - a nice human-readable __repr__,
   - a complete set of comparison methods,
   - an initializer,
   - and much more
 without writing dull boilerplate code again and again.
 .
 This package contains attrs packaged for Python 3.