Skip to content

MidoAhmed/dumptool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python objects introspection

This is a simple tool like Python's support for introspection, the ability to examine objects. While not needed in every program, introspection can be the key to elegant designs and debugging complex problems.

installation:

pip install dumptool

Usage:

from dumptool import dump

obj = SimpeObject()
dump(obj)

About

simple python object introspection tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages