Registry / observability / inspecta

inspecta

JSON →
library0.1.3pypypi✓ verified 84d ago

A colorized object pretty printer for Python, version 0.1.3. Currently in early development with no stable release frequency.

pip install inspecta
INSTALL
IMPORT
SIG · INSPECTA
I
inspecta
observabilitypythonv0.1.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

inspecta
import inspecta
from inspecta import inspecta
The package is a module; import directly to use inspecta.pp or other functions.

Basic usage of inspecta to pretty print a dictionary.

import inspecta my_obj = {'key': 'value', 'nested': [1, 2, 3]} inspecta.pp(my_obj)
Debug
Known issues
gotchaThe package is very early (0.1.3) and may have unstable API or incomplete features.
fix
Pin to a specific version if used in production.
affects: all
deprecatedNo deprecation notices yet, but API may change without warning.
fix
Test upgrades carefully.
affects: 0.x
Errors
Common errors & fixes
ModuleNotFoundError: No module named 'inspecta'
Package not installed.
fix
pip install inspecta
NameError: name 'pp' is not defined
Incorrect import pattern (e.g. from inspecta import pp but function is inspecta.pp).
fix
Use import inspecta then inspecta.pp(...)
Upgrade
Version history
0.1.3latest on PyPI · released Mar 10, 2019
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
OpenAI (training)
2
Resources
inspecta — pip install inspecta · libregistry