Skip to content

rapid537/op

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

installation

python3 -m pip install opprint

usage

op(arg, var=None, format=False, yml=False)

from opprint import op
greeting = 'hello world!'

# basic
op(greeting)

# with label
op('op says...', greeting)

# with standard format
op(greeting, format=True)

# with yaml format
op(greeting, format=True, yml=True)

# with all params
op('op says...', greeting, format=True, yml=True)

About

shorthand print() override formatting

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages