Metadata-Version: 2.1
Name: wbreakpoint
Version: 1.0.0
Summary: Breakpoint as a wrapper
Home-page: https://github.com/ogiles1999/wbreakpoint
Author: Oliver Giles
Author-email: ogiles@email.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/ogiles1999/wbreakpoint/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENCE.txt

# wbreakpoint
Just breakpoint but as wrapper
```bash
pip install wbreakpoint
```
then 
```
from wbreakpoint.wb import wb

@wb
def your_function():
    return
```



