Metadata-Version: 2.1
Name: crashlog
Version: 0.1.0
Summary: Log & email uncaught exceptions
Home-page: https://github.com/tebeka/crashlog
Author: Miki Tebeka
Author-email: miki.tebeka@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown

# crashlog 0.1.0

[![Build Status](https://travis-ci.org/tebeka/crashlog.svg?branch=master)](https://travis-ci.org/tebeka/crashlog)

Send email and log to file when there's an uncaught exception in your code


# Install

    pip install crashlog


# Usage

```python
import crashlog

crashlog.install(email=['bugs@looney.org'], logfile='/path/to/log.txt')
```

Contact
=======
Miki Tebeka <miki.tebeka@gmail.com>

Bug reports go [here][bugs].


[bugs]: https://github.com/tebeka/crashlog/issues


