python-attrs 19.3.0-ok1 source package in openKylin

Changelog

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

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Mon, 25 Apr 2022 22:03:04 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
luzp
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

Downloads

File Size SHA-256 Checksum
python-attrs_19.3.0.orig.tar.xz 102.2 KiB 706754d94b545e1661babe023d4b0a458fbf99ae5d9f678e3ac2ca55a0c31e91
python-attrs_19.3.0-ok1.debian.tar.xz 3.7 KiB a2d05d9ebaa1b4fd89477ce0bd10e13dcbe842a5fe998f269e7a729a1f044eb4
python-attrs_19.3.0-ok1.dsc 2.4 KiB 6c6dd1c26b10ca795051756a77d5bfe839af6a88447060de2b854208aa1948f8

View changes file

Binary packages built by this source

pypy-attr: No summary available for pypy-attr in openkylin yangtze.

No description available for pypy-attr in openkylin yangtze.

python-attr: No summary available for python-attr in openkylin yangtze.

No description available for python-attr in openkylin yangtze.

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.