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
- Include argument values along with the source code
- Add regular reminders, if your friend doesn't reponse your email, send again!
Project details
Release history Release notifications | RSS feed
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)
Built Distribution
Close
Hashes for helpmeplease-0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c104b096967a75d5bed6d42d7678b3834cc6bd72c7ee3fefb75249601b48fbb2 |
|
MD5 | 1b8d9cdecb56d78e9d71528c905718bc |
|
BLAKE2b-256 | f7d1fd4d9f878195916b0d888a576b0a771b337e4c84391c27a4259942f5ad73 |