python-attrs 22.1.0-ok1 source package in openKylin

Changelog

python-attrs (22.1.0-ok1) yangtze; urgency=medium

  * Build for openkylin.

 -- sufang <email address hidden>  Mon, 07 Nov 2022 11:03:10 +0800

Upload details

Uploaded by:
sufang
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Yangtze V1.0 release main python
Yangtze V1.0 proposed main python

Downloads

File Size SHA-256 Checksum
python-attrs_22.1.0.orig.tar.gz 194.5 KiB cb4e508507be4b48a1667351a9c2d80e8acec322eb8b1ca932f28bc06dd44e23
python-attrs_22.1.0-ok1.debian.tar.xz 4.3 KiB ceb59807cd90bb129633ca8931c94954a8970db3902056c39f804e57b0881151
python-attrs_22.1.0-ok1.dsc 2.1 KiB 00b597654eb265641dea1053e881d8292e4bf5a7ff121224f7b66cce99207756

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.