Skip to main content

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


Download files

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

Source Distribution

reprtools-0.0.post5-ac5a33a1b087.tar.gz (1.6 kB view details)

Uploaded Source

File details

Details for the file reprtools-0.0.post5-ac5a33a1b087.tar.gz.

File metadata

File hashes

Hashes for reprtools-0.0.post5-ac5a33a1b087.tar.gz
Algorithm Hash digest
SHA256 6e207067a05bec69cad22e9e6dc04c82c4832b11c7d050fd7447a6ffad0da606
MD5 5e855b992a233280149576fa0e8ac278
BLAKE2b-256 c3b60b45c189747488ef30a12c4b9714aab74eead1835597d402850258bbfbb9

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