{"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,"search_vec":"'0.1.3':10 'color':3,23 'current':11 'debug':24 'develop':14 'earli':13 'frequenc':19 'inspecta':1 'object':4 'pretti':5,21 'pretty-print':20 'print':22 'printer':6 'python':8 'releas':18 'stabl':17 'version':9","created_at":"2026-05-01T17:44:18.279686+00:00","updated_at":"2026-05-01T17:44:18.279686+00:00","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,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":"","cli_version":null,"type":"library","homepage":null,"github":"https://github.com/grimen/python-inspecta","docs":null,"changelog":null,"pypi":"https://pypi.org/project/inspecta/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["observability"],"base_url":null,"auth_type":null,"provenance":{"verified_status":"passing","verified_at":"2026-06-29","last_verified":"2026-06-29","next_check":"2026-07-29","install_tag":null}}