python-attrs 15.2.0-1 source package in Ubuntu
Changelog
python-attrs (15.2.0-1) unstable; urgency=low * Initial upload (closes: #815387). -- Tristan Seligmann <email address hidden> Sun, 21 Feb 2016 08:22:06 +0200
Upload details
- Uploaded by:
- Tristan Seligmann
- Uploaded to:
- Sid
- Original maintainer:
- Tristan Seligmann
- Architectures:
- all
- Section:
- misc
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Xenial | release | main | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-attrs_15.2.0-1.dsc | 2.0 KiB | e886476805fdce0af7c3863149a825cc261f9b8a8c792e043892b945b573a5e7 |
python-attrs_15.2.0.orig.tar.gz | 33.1 KiB | 0afc769eb8cad681754071c01d6ad06a744445ac116a4836244e91fd4b96d0d5 |
python-attrs_15.2.0-1.debian.tar.xz | 2.3 KiB | 3a8ab8edcb9528c341ffd6c1104b4f854673cbfc588271b7048cd33d209c2fb1 |
No changes file available.
Binary packages built by this source
- pypy-attr: Attributes without boilerplate (PyPy)
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 packged for PyPy.
- python-attr: No summary available for python-attr in ubuntu yakkety.
No description available for python-attr in ubuntu yakkety.
- 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 packged for Python 3.