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 details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file helpmeplease-0.1.tar.gz.
File metadata
- Download URL: helpmeplease-0.1.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.19.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
61b4ce07a10233ca607ebfca2b1f68160a28a746e1180f98d8020d23017be9c6
|
|
| MD5 |
474c0f9cfd5a19e491025cf35f3f8402
|
|
| BLAKE2b-256 |
549cec87f11bba813306f84d7781a284326cc24f72d980564e9a690c9845d726
|
File details
Details for the file helpmeplease-0.1-py3-none-any.whl.
File metadata
- Download URL: helpmeplease-0.1-py3-none-any.whl
- Upload date:
- Size: 6.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.19.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c104b096967a75d5bed6d42d7678b3834cc6bd72c7ee3fefb75249601b48fbb2
|
|
| MD5 |
1b8d9cdecb56d78e9d71528c905718bc
|
|
| BLAKE2b-256 |
f7d1fd4d9f878195916b0d888a576b0a771b337e4c84391c27a4259942f5ad73
|