Skip to main content

A diagnostics package for when print statemets are not adequate

Project description

Meep Morp

meep morp clink clank

Meepy is a package who's sole purpose is to print basic diagnostic information to the log. It is particularly useful when you want to use print() in your code but you want to know where it came from.

Options

  • message [default: None]
  • parent [default: None]
  • expected [default: None]

Examples


Import

from meepy import Meep

Basic Usage

Meep.morp()

Option: message

Adds a custom message to the output

Meep.morp(message='a custom message')

Option: parent

By adding the parent meepy will print the path to the file where the Meep.morp occurred.

from meepy import Meep

class Example:
    def test():
        Meep.morp(self)
        # or
        Meep.morp(parent=self)

Option: expected

Lets face it, sometimes you want to straddle a line of code to see if its a suspect line. Using the expected option can help identify your morps.

Meep.morp()
# this is the suspect line of code
Meep.morp(False)
# or
Meep.morp(expected=False)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

meepy-0.0.5.tar.gz (1.9 kB view hashes)

Uploaded Source

Built Distribution

meepy-0.0.5-py3-none-any.whl (2.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page