{ "info": { "author": "Jochen Kupperschmidt", "author_email": "homework@nwsnet.de", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "Intended Audience :: System Administrators", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Communications", "Topic :: Internet", "Topic :: System :: Logging", "Topic :: System :: Networking :: Monitoring", "Topic :: System :: Systems Administration" ], "description": "syslogmp\n========\n\nA parser for BSD syslog protocol (RFC 3164) messages\n\nThis library was extracted from syslog2IRC_.\n\n\nRequirements\n------------\n\n- Python 2.7+ or 3.3+\n- enum34_ (on Python versions before 3.4)\n\n\nInstallation\n------------\n\nInstall this package via pip_:\n\n.. code:: sh\n\n $ pip install syslogmp\n\nOn Python versions before 3.4, the enum34_ package should be installed\nautomatically.\n\n\nUsage\n-----\n\nTo parse a syslog message:\n\n.. code:: python\n\n from syslogmp import parse\n\n # Parse data (usually received via network).\n message = parse(data)\n\n # Let's see what we've got here.\n print(message.facility)\n print(message.facility.description)\n print(message.severity)\n print(message.timestamp)\n print(message.hostname)\n print(message.message)\n\n\nFurther Reading\n---------------\n\nFor more information, see `RFC 3164`_, \"The BSD syslog Protocol\".\n\nPlease note that there is `RFC 5424`_, \"The Syslog Protocol\", which\nobsoletes `RFC 3164`_. This package, however, only implements the\nlatter.\n\n\n.. _syslog2IRC: http://homework.nwsnet.de/releases/c474/#syslog2irc\n.. _enum34: https://pypi.python.org/pypi/enum34\n.. _pip: http://www.pip-installer.org/\n.. _RFC 3164: http://tools.ietf.org/html/rfc3164\n.. _RFC 5424: http://tools.ietf.org/html/rfc5424\n\n\n:Copyright: 2007-2016 Jochen Kupperschmidt\n:Date: 01-Mar-2016\n:License: MIT, see LICENSE for details.\n:Version: 0.2.2", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://homework.nwsnet.de/releases/76d6/#syslogmp", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "syslogmp", "package_url": "https://pypi.org/project/syslogmp/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/syslogmp/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://homework.nwsnet.de/releases/76d6/#syslogmp" }, "release_url": "https://pypi.org/project/syslogmp/0.2.2/", "requires_dist": null, "requires_python": null, "summary": "A parser for BSD syslog protocol (RFC 3164) messages", "version": "0.2.2" }, "last_serial": 1984786, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "13b0c270ff00d1eded8953aba11c01e6", "sha256": "842c7e62883af5dd727607987ca91349769f48e62f8d3ac5943abdf327f2545d" }, "downloads": -1, "filename": "syslogmp-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "13b0c270ff00d1eded8953aba11c01e6", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 6701, "upload_time": "2015-08-10T12:08:36", "url": "https://files.pythonhosted.org/packages/c6/22/8bfa3223a4ad7dab51d63699efae04911b0593e073a0980191e61a8b427c/syslogmp-0.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "38634bc3f09c0019db4b15e560bc6643", "sha256": "ebf3b39f5e580c41c5f686119614f6ce097ea8b514e83cab2eef655ccb7e7f00" }, "downloads": -1, "filename": "syslogmp-0.1.1.tar.gz", "has_sig": false, "md5_digest": "38634bc3f09c0019db4b15e560bc6643", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4294, "upload_time": "2015-08-10T12:08:40", "url": "https://files.pythonhosted.org/packages/72/03/357d68460bd249cea547165fea8f4dbb7f8158a980831eeb8654b098315c/syslogmp-0.1.1.tar.gz" } ], "0.2": [], "0.2.1": [ { "comment_text": "", "digests": { "md5": "a0dc5654fce12133440470a63f2fb959", "sha256": "ed645ae4e57dcbc2e25e7a3d2df2b05f2cf9dcc2dd375bc107145d716c583378" }, "downloads": -1, "filename": "syslogmp-0.2.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a0dc5654fce12133440470a63f2fb959", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 8370, "upload_time": "2015-09-08T18:27:04", "url": "https://files.pythonhosted.org/packages/3e/28/dc746194151e6a2aa3afd5ac9c2ed5e3594406d22935b590539920a88907/syslogmp-0.2.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7ad88a05a0eb5d59c17628831718ba4d", "sha256": "20b3bb1cfd2e9e37d3abb340cc27a7b0f61367cc9bb885920372d355fff37e19" }, "downloads": -1, "filename": "syslogmp-0.2.1.tar.gz", "has_sig": false, "md5_digest": "7ad88a05a0eb5d59c17628831718ba4d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7561, "upload_time": "2015-09-08T18:27:09", "url": "https://files.pythonhosted.org/packages/d1/30/2e662408dcabf1318cfa4b167893d4d18444e0e5ffb8eea99edc2bc4ebb8/syslogmp-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "24a5bf1ef6005e3a0d056c633f3ed525", "sha256": "f1a9387b51a86ae941a4f93139461c35f3c7374f50fde23ed4657beb5013898c" }, "downloads": -1, "filename": "syslogmp-0.2.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "24a5bf1ef6005e3a0d056c633f3ed525", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 8551, "upload_time": "2016-03-01T21:55:48", "url": "https://files.pythonhosted.org/packages/9d/94/f1e62ff72bc99dc06770dd8f18ed8705c4df5b61c3c989cc072397deaafc/syslogmp-0.2.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b9b415d6de0b5f8ae0f36086201ef8c5", "sha256": "86113383c9d86579d3630aff6199ba18684d6a5cc56cc5756c7f7272e036bccc" }, "downloads": -1, "filename": "syslogmp-0.2.2.tar.gz", "has_sig": false, "md5_digest": "b9b415d6de0b5f8ae0f36086201ef8c5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7903, "upload_time": "2016-03-01T21:54:21", "url": "https://files.pythonhosted.org/packages/36/c4/f0d4434563b0266152cddbc6021bad298dc628f77253e15e49a44dc6c71e/syslogmp-0.2.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "24a5bf1ef6005e3a0d056c633f3ed525", "sha256": "f1a9387b51a86ae941a4f93139461c35f3c7374f50fde23ed4657beb5013898c" }, "downloads": -1, "filename": "syslogmp-0.2.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "24a5bf1ef6005e3a0d056c633f3ed525", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 8551, "upload_time": "2016-03-01T21:55:48", "url": "https://files.pythonhosted.org/packages/9d/94/f1e62ff72bc99dc06770dd8f18ed8705c4df5b61c3c989cc072397deaafc/syslogmp-0.2.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b9b415d6de0b5f8ae0f36086201ef8c5", "sha256": "86113383c9d86579d3630aff6199ba18684d6a5cc56cc5756c7f7272e036bccc" }, "downloads": -1, "filename": "syslogmp-0.2.2.tar.gz", "has_sig": false, "md5_digest": "b9b415d6de0b5f8ae0f36086201ef8c5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7903, "upload_time": "2016-03-01T21:54:21", "url": "https://files.pythonhosted.org/packages/36/c4/f0d4434563b0266152cddbc6021bad298dc628f77253e15e49a44dc6c71e/syslogmp-0.2.2.tar.gz" } ] }