utilities for nice object reprs
Project description
i created reprtools, because i was annoyed by how i have to write __repr__ in my simple classes
usage:
from reprtools import FormatRepr class User(object): __repr__ = FormatRepr("<User {name}>") def __init__(self, name): self.name = name >>> User('test') <User test>
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file reprtools-0.0.post5-ac5a33a1b087.tar.gz
.
File metadata
- Download URL: reprtools-0.0.post5-ac5a33a1b087.tar.gz
- Upload date:
- Size: 1.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6e207067a05bec69cad22e9e6dc04c82c4832b11c7d050fd7447a6ffad0da606 |
|
MD5 | 5e855b992a233280149576fa0e8ac278 |
|
BLAKE2b-256 | c3b60b45c189747488ef30a12c4b9714aab74eead1835597d402850258bbfbb9 |