Skip to main content

Python attributes without boilerplate.

Project description

Latest Version CI status Current coverage

characteristic 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 characteristic gives you any or all of:

  • a nice human-readable __repr__,

  • a complete set of comparison methods,

  • immutability for attributes,

  • and a kwargs-based initializer (that cooperates with your existing one and optionally even checks the types of the arguments)

without writing dull boilerplate code again and again.

This gives you the power to use actual classes with actual types in your code instead of confusing tuples or confusingly behaving namedtuples.

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

characteristic’s documentation lives at Read the Docs, the code on GitHub. It’s rigorously tested on Python 2.6, 2.7, 3.3+, and PyPy.

Authors

characteristic is written and maintained by Hynek Schlawack.

The development is kindly supported by Variomedia AG.

It’s inspired by Twisted’s FancyEqMixin but is implemented using class decorators because sub-classing is bad for you, m’kay?

The following folks helped forming characteristic into what it is now:

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

characteristic-14.1.0.tar.gz (24.6 kB view details)

Uploaded Source

Built Distribution

characteristic-14.1.0-py2.py3-none-any.whl (12.9 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file characteristic-14.1.0.tar.gz.

File metadata

File hashes

Hashes for characteristic-14.1.0.tar.gz
Algorithm Hash digest
SHA256 91e254948180678dd69e6143202b4686f2fa47cce136936079bb4d9a3b82419d
MD5 68ea7e28997fc57d3631791ec0567a05
BLAKE2b-256 dbc420a3f796b718d1dba3b23436a82fa68032d7e0562b038e9f1925b24b1ca0

See more details on using hashes here.

File details

Details for the file characteristic-14.1.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for characteristic-14.1.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 827e86ceee66a03239a0a359c31bd7acd907fc1a0ad26aa5d141df88ab5a4cda
MD5 4a9eb32aab16362fb4ca4e1f5670d11e
BLAKE2b-256 1073e198b9a481ad1bca326a2266b2d8aaac541f2ac1d2c9fd87a9e042878f7c

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page