{ "info": { "author": "Denis Veselov", "author_email": "progr.mail@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: ISC License (ISCL)", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Internet :: WWW/HTTP" ], "description": "django-maven\n============\n\nCapture exceptions in django management commands into Sentry by Raven.\n\nProblem And Solution\n--------------------\n\nMany management commands running in cron and by default errors and exceptions not wrote in logs.\nOr some people redirect all stdout in file (`command >> file.txt`) with log rotation or not.\n\nThis package make possible **capture exceptions** (not all stdout/stderr) in your Sentry project.\n\nInstallation\n------------\n\n1. Install package:\n\n $ pip install django-maven\n\n2. Add `django_maven` in `INSTALLED_APPS`.\n\n3. Use it! ;)\n\nExample Of Usage\n----------------\n\nIt's simple!\n\nAdd `maven` command by first argument for manage.py in your management command string.\n\nFor example, this is command without `django-maven`:\n\n $ python manage.py rebuild_index --noinput\n\nAnd command with `django-maven`:\n\n $ python manage.py maven rebuild_index --noinput\n\nIf `rebuild_index` command raising exception (server die or error creating index) you see their in your Sentry.\n\nThe name\n--------\n\n**django-maven** is django Management rAVEN.\n\n\n[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/saippuakauppias/django-maven/trend.png)](https://bitdeli.com/free \"Bitdeli Badge\")\n\n\nChanges\n-------\n\n0.3 (2015-04-30)\n----------------\n\n* Add Django 1.8 support\n\n0.2 (2013-07-22)\n----------------\n\n* Fix compatable with new Raven config (thanks @mktums)\n\n0.1 (2013-07-17)\n----------------\n\nInitial release", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/saippuakauppias/django-maven", "keywords": "django exception management command sentry raven raise error handling log logging", "license": "ISC", "maintainer": null, "maintainer_email": null, "name": "django-maven", "package_url": "https://pypi.org/project/django-maven/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-maven/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/saippuakauppias/django-maven" }, "release_url": "https://pypi.org/project/django-maven/0.3/", "requires_dist": null, "requires_python": null, "summary": "Capture exceptions in django management commands into Sentry by Raven", "version": "0.3" }, "last_serial": 1526920, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "ece54e6f008ab2b4e1b789076cc80426", "sha256": "f03263ac94e3899ca05dc1305d0cf3fd8a0d80fe0395414bfa97cfecffa1bb94" }, "downloads": -1, "filename": "django-maven-0.1.tar.gz", "has_sig": false, "md5_digest": "ece54e6f008ab2b4e1b789076cc80426", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3681, "upload_time": "2013-07-21T19:56:47", "url": "https://files.pythonhosted.org/packages/77/c5/b1d3c19aaf71d068b79aae6eca44190cac793cf7dd5155cab76291b2a988/django-maven-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "9719f3776d897fc4eb2739742a247e54", "sha256": "bf41eafc57799dc79866647de6ec598221990231f38047f2c3b0ee659afa26b2" }, "downloads": -1, "filename": "django-maven-0.2.tar.gz", "has_sig": false, "md5_digest": "9719f3776d897fc4eb2739742a247e54", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3809, "upload_time": "2013-07-22T17:37:01", "url": "https://files.pythonhosted.org/packages/81/6f/be99ce5dc71e3cf60eda52988a4d8f0234cd591bd271d88a352fd97a8692/django-maven-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "5b06bcc67273d3b5fcc5240c817284e0", "sha256": "d8ef6b9a9e3adcd04c19b7b09c5de826c35e135bdc99a4c1f22fb4fcb03f03a1" }, "downloads": -1, "filename": "django-maven-0.3.tar.gz", "has_sig": false, "md5_digest": "5b06bcc67273d3b5fcc5240c817284e0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4040, "upload_time": "2015-04-29T21:38:08", "url": "https://files.pythonhosted.org/packages/3f/e9/211b2b25c2b9bbb9ee2f41b5b385313b8a61bdb4947e95b7294d66aec559/django-maven-0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5b06bcc67273d3b5fcc5240c817284e0", "sha256": "d8ef6b9a9e3adcd04c19b7b09c5de826c35e135bdc99a4c1f22fb4fcb03f03a1" }, "downloads": -1, "filename": "django-maven-0.3.tar.gz", "has_sig": false, "md5_digest": "5b06bcc67273d3b5fcc5240c817284e0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4040, "upload_time": "2015-04-29T21:38:08", "url": "https://files.pythonhosted.org/packages/3f/e9/211b2b25c2b9bbb9ee2f41b5b385313b8a61bdb4947e95b7294d66aec559/django-maven-0.3.tar.gz" } ] }