New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

object-print

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

object-print

Pretty-printer that works a little differently from `pprint`.

pipPyPI
Version
0.1.0
Maintainers
1

object_print - a slightly different take on pprint

I didn't like the way pprint.pprint was handling some deep but narrow tree, so I wrote this instead.

Usage

After you pip install object-print, you can write:

from object_print import object_print

object_print(['a', 'b', 'c'])

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts