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
python-attrs (22.1.0-ok1) yangtze; urgency=medium * Build for openkylin. -- sufang <email address hidden> Mon, 07 Nov 2022 11:03:10 +0800
Series | Published | Component | Section | |
---|---|---|---|---|
Yangtze V1.0 | release | main | python | |
Yangtze V1.0 | proposed | main | python |
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 |
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.
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.