Report Internal Server Errors as Issues
Project description
Exreporter is an MIT Licensed library, written in Python to report internal server errors and exceptions in background applications to issue trackers such as Github.
This will help in reducing the dependency on error emails for internal server error notifications and to manage them in a single, right place. Reported issues contain everything a developer needs, debugging got a whole lot simpler.
Also it should be easy to use:
from exreporter.credentials import GithubCredentials
from exreporter.stores import GithubStore
from exreporter import ExReporter
gc = GithubCredentials(user="username", repo="repo-name", auth_token="personal-token")
gs = GithubStore(credentials=gc)
reporter = ExReporter(store=gs, labels=['Bug'])
reporter.report()
Features
Creates issues in issue trackers
Aggregate same kind of issues
Handle multiple occurrence
Usage
Usage reference available at https://exreporter.readthedocs.org/en/latest/usage.html
Documentation
Documentation is available at https://exreporter.readthedocs.org/.
TODOS
Add support for Bitbucket
History
0.1.0 (2014-12-11)
First release on PyPI.
0.1.1 (2014-12-15)
Change development status to Alpha.
Also add contrib module - django_middlewares
0.1.2 (2015-04-04)
Change public API
Refactor github issue search
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file exreporter-0.1.3.tar.gz
.
File metadata
- Download URL: exreporter-0.1.3.tar.gz
- Upload date:
- Size: 15.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ead0de1df3a2f9bf6c9fb570070a6e5b3883c6b29e2caaceb4f1b92694272d46 |
|
MD5 | ccf51dbf0dcc05858d6fd97fd198d525 |
|
BLAKE2b-256 | ae7197160712112f84fb095fe25c2c6e0d2cc6dc8569b1bec169c0bc1429e346 |