characteristic: Python attributes without boilerplate.
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.
Release files for characteristic 14.3.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| characteristic-14.3.0.tar.gz | 27.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| characteristic-14.3.0-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 42.0 kB
Release files / characteristic-14.3.0.tar.gz
| Download URL | characteristic-14.3.0.tar.gz |
|---|---|
| Size | 27.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ded68d4e424115ed44e5c83c2a901a0b6157a959079d7591d92106ffd3ada380
|
|
BLAKE2b-256 checksum How to use checksums |
dc6654b7a4758ea44fbc93895c7745060005272560fb2c356f2a6f7448ef9a80
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / characteristic-14.3.0-py2.py3-none-any.whl
| Download URL | characteristic-14.3.0-py2.py3-none-any.whl |
|---|---|
| Size | 15.0 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
5324ca333fc9705bf0f1a38d36021baa37888590ccfe8c3738c68adfa609bbbb
|
|
BLAKE2b-256 checksum How to use checksums |
fa0d7fa43a50feaa8896e9acbb91d2256dc1341e8f9a0be629138490ee1f849e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |