Letter P

python-characteristic - Python library that eases the chores of implementing attributes

Website: https://github.com/hynek/characteristic/
License: MIT
Vendor: Alcance Libre, Inc.
Description:
Say 'yes' to types but 'no' to typing!

characteristic is a 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 ``characteristic`` gives you:

- a nice human-readable ``__repr__``,
- a complete set of comparison methods,
- and a kwargs-based initializer (that cooperates with your existing one)

*without* writing dull boilerplate code again and again.

So put down that type-less data structures and welcome some class into your
life!

Packages

python-characteristic-14.3.0-3.fc14.al.noarch [29 KiB] Changelog by Joel Barrios (2020-06-08):
- Rebuild with Python 3.6.

Listing created by Repoview-0.6.6-6.fc14.al