Skip to main content

Ask your friends to debug for you!

Project description

Ask you friend to debug for you!

Usage

  • set up config file
# config.py

# add your friends' email addresses over here
GOOD_PEOPLE = {
	'Max': 'max@gmail.com',
	'John': 'john@gmail.com',
	'Anny': 'anny@gmail.com'
}
  • specify who would be the one to save your buggy code
from helpme import ask_for_help
	
# send Max an email if this function raises error
@ask_for_help('Max')
def buggy_function(x):
	return 10 / x
	
# harrase Max with a DivisionByZero Error
buggy_function(0)
	

Features on the way

  1. Include argument values along with the source code
  2. Add regular reminders, if your friend doesn't reponse your email, send again!

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

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

Source Distribution

helpmeplease-0.1.tar.gz (4.3 kB view hashes)

Uploaded Source

Built Distribution

helpmeplease-0.1-py3-none-any.whl (6.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