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.3.0.tar.gz (27.0 kB view details)

Uploaded Source

Built Distribution

characteristic-14.3.0-py2.py3-none-any.whl (15.0 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

File hashes

Hashes for characteristic-14.3.0.tar.gz
Algorithm Hash digest
SHA256 ded68d4e424115ed44e5c83c2a901a0b6157a959079d7591d92106ffd3ada380
MD5 b249368dd021fde1c06b4802867c0913
BLAKE2b-256 dc6654b7a4758ea44fbc93895c7745060005272560fb2c356f2a6f7448ef9a80

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for characteristic-14.3.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 5324ca333fc9705bf0f1a38d36021baa37888590ccfe8c3738c68adfa609bbbb
MD5 1145a7ccffa17f78e23b7e23740e2af0
BLAKE2b-256 fa0d7fa43a50feaa8896e9acbb91d2256dc1341e8f9a0be629138490ee1f849e

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