{ "info": { "author": "Zbigniew J\u0119drzejewski-Szmek", "author_email": "zbyszek@in.waw.pl", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: System :: Logging" ], "description": "sys.excepthook helper for Python to send backtraces to the journal\n\nGIT:\n git@github.com:systemd/systemd-coredump-python.git\n https://github.com/systemd/systemd-coredump-python.git\n\nBUG REPORTS:\n https://github.com/systemd/systemd-coredump-python/issues\n\nLICENSE:\n GPLv2.1+ for all code\n\nREQUIREMENTS:\n Python 2.x or 3.x.\n Tested with CPython, PyPy, PyPy3.\n\n (Does not work with Jython: 2.5 is too old, and 2.7 is broken,\n see http://bugs.jython.org/issue2405.)\n\n systemd v. 233 or later is required.\n\nUSAGE:\n\n For this module provides a function which may be installed as the\n `sys.excepthook` exception handler. It will generate a backtrace\n and invoke systemd-coredump(8) to send it to off to the journal\n along with some additional metadata about the python process.\n\n When installed, a .pth file is also installed which loads this\n module and checks if it should handle `sys.excepthook`. It will be\n automatically enabled if /proc/sys/kernel/core_pattern specifies\n systemd-coredump.\n\n It is also possible to unconditionally install this module as\n `sys.excepthook` by calling\n `systemd_coredump_exception_handler.install(True)`.\n\nSEE ALSO:\n https://github.com/abrt/abrt/blob/master/src/hooks/abrt_exception_handler.py.in", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/systemd/systemd-coredump-python", "keywords": "", "license": "GPLv2+", "maintainer": "", "maintainer_email": "", "name": "systemd-coredump-python", "package_url": "https://pypi.org/project/systemd-coredump-python/", "platform": "", "project_url": "https://pypi.org/project/systemd-coredump-python/", "project_urls": { "Homepage": "https://github.com/systemd/systemd-coredump-python" }, "release_url": "https://pypi.org/project/systemd-coredump-python/2/", "requires_dist": null, "requires_python": "", "summary": "sys.excepthook helper to log Python exceptions in the journal via systemd-coredump", "version": "2" }, "last_serial": 2684220, "releases": { "1": [], "2": [ { "comment_text": "", "digests": { "md5": "d7a4e56675acd993e929b3ec0ca8830f", "sha256": "087a6b2c0bb2d0e9f83f71c7fe0ad6765db32084dc3c495e0ba6b8661cf11f85" }, "downloads": -1, "filename": "systemd-coredump-python-2.tar.gz", "has_sig": true, "md5_digest": "d7a4e56675acd993e929b3ec0ca8830f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10189, "upload_time": "2017-03-05T18:33:23", "url": "https://files.pythonhosted.org/packages/78/b1/435ef374107cc791bbeaaefbd41698ecb3a3f579ac1c98daa6c90ae0653b/systemd-coredump-python-2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d7a4e56675acd993e929b3ec0ca8830f", "sha256": "087a6b2c0bb2d0e9f83f71c7fe0ad6765db32084dc3c495e0ba6b8661cf11f85" }, "downloads": -1, "filename": "systemd-coredump-python-2.tar.gz", "has_sig": true, "md5_digest": "d7a4e56675acd993e929b3ec0ca8830f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10189, "upload_time": "2017-03-05T18:33:23", "url": "https://files.pythonhosted.org/packages/78/b1/435ef374107cc791bbeaaefbd41698ecb3a3f579ac1c98daa6c90ae0653b/systemd-coredump-python-2.tar.gz" } ] }