Skip to main content

Print python objects like a boss

Project description

dumpit

Print python objects like a boss

PyPI version Build Status GitHub GitHub last commit

Installation

Works with python 3.x

pip install dumpit

Print object to standard output

from dumpit import pdumpit

pdumpit(__some_object__)

Export object to string as text

from dumpit import fdumpit

my_var = fdumpit(__some_object__)

Coloring

from dumpit import fdumpit, pdumpit

# default is colors='terminal'
my_var = pdumpit(__some_object__, colors=False)

# default is colors=False
my_var = fdumpit(__some_object__, colors='terminal')

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

dumpit-0.2.0.tar.gz (3.2 kB view details)

Uploaded Source

File details

Details for the file dumpit-0.2.0.tar.gz.

File metadata

  • Download URL: dumpit-0.2.0.tar.gz
  • Upload date:
  • Size: 3.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.3

File hashes

Hashes for dumpit-0.2.0.tar.gz
Algorithm Hash digest
SHA256 50674e63ecedcf2d9fbd730e178b9bb9d540406811636d703d93afb70f5f26b6
MD5 34952d838cd51410981c100f7f8e4137
BLAKE2b-256 f6d481d648434d3405506bf24c83e9e902c39fd64348f58fe964645020cd0f8f

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