{"id":27062,"library":"inspecta","title":"inspecta","description":"A colorized object pretty printer for Python, version 0.1.3. Currently in early development with no stable release frequency.","status":"active","version":"0.1.3","language":"python","source_language":"en","source_url":"https://github.com/grimen/python-inspecta","tags":["pretty-print","colorized","debugging"],"install":[{"cmd":"pip install inspecta","lang":"bash","label":"Standard install"}],"dependencies":[],"imports":[{"note":"The package is a module; import directly to use inspecta.pp or other functions.","wrong":"from inspecta import inspecta","symbol":"inspecta","correct":"import inspecta"}],"quickstart":{"code":"import inspecta\n\nmy_obj = {'key': 'value', 'nested': [1, 2, 3]}\ninspecta.pp(my_obj)","lang":"python","description":"Basic usage of inspecta to pretty print a dictionary."},"warnings":[{"fix":"Pin to a specific version if used in production.","message":"The package is very early (0.1.3) and may have unstable API or incomplete features.","severity":"gotcha","affected_versions":"all"},{"fix":"Test upgrades carefully.","message":"No deprecation notices yet, but API may change without warning.","severity":"deprecated","affected_versions":"0.x"}],"env_vars":null,"last_verified":"2026-05-01T00:00:00.000Z","next_check":"2026-07-30T00:00:00.000Z","problems":[{"fix":"pip install inspecta","cause":"Package not installed.","error":"ModuleNotFoundError: No module named 'inspecta'"},{"fix":"Use import inspecta then inspecta.pp(...)","cause":"Incorrect import pattern (e.g. from inspecta import pp but function is inspecta.pp).","error":"NameError: name 'pp' is not defined"}],"ecosystem":"pypi","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}