Socket
Socket
Sign inDemoInstall

ppprint

Package Overview
Dependencies
0
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ppprint

An easy to use Python Pretty Print


Maintainers
1

Readme

Python Pretty Print

A simple and lightweight Python library to use as a replacement of the default print() function.

Full documentation available on Github. Feel free to submit any feature request or bug report !

Getting started

Download and install

pip install ppprint

Standard use

from ppprint import ppprint

JavaScript-like use

from ppprint import console

console.log("Hello World !")
console.warn("Careful ...")
console.error("Ooops something went wrong !")
console.info("Climate change is real.")
console.debug("this code works")

Keywords

FAQs


Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc