Metadata-Version: 2.1
Name: crashreport
Version: 1.1.1
Summary: Python crash reporting library
Home-page: https://github.com/Gaming32/crashreport
Author: Josiah (Gaming32) Glosson
Author-email: gaming32i64@gmail.com
License: License :: OSI Approved :: MIT License
Project-URL: Source, https://github.com/Gaming32/crashreport
Platform: UNKNOWN
Description-Content-Type: text/markdown

# crashreport
Python crash reporting library

The simplest way to set it up is:
```py
import crashreport
crashreport.inject_excepthook()
```
That's it!


