{"id":18746840,"url":"https://github.com/homeworkprod/syslogmp","last_synced_at":"2025-04-12T22:21:28.566Z","repository":{"id":36172594,"uuid":"40476706","full_name":"homeworkprod/syslogmp","owner":"homeworkprod","description":"A parser for BSD syslog protocol (RFC 3164) messages","archived":false,"fork":false,"pushed_at":"2025-01-07T00:37:58.000Z","size":64,"stargazers_count":8,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-26T16:21:28.202Z","etag":null,"topics":["parser","python","rfc-3164","syslog"],"latest_commit_sha":null,"homepage":"https://homework.nwsnet.de/releases/76d6/#syslogmp","language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/homeworkprod.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.rst","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-08-10T10:23:21.000Z","updated_at":"2025-01-07T00:38:01.000Z","dependencies_parsed_at":"2022-08-18T02:55:07.204Z","dependency_job_id":null,"html_url":"https://github.com/homeworkprod/syslogmp","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/homeworkprod%2Fsyslogmp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/homeworkprod%2Fsyslogmp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/homeworkprod%2Fsyslogmp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/homeworkprod%2Fsyslogmp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/homeworkprod","download_url":"https://codeload.github.com/homeworkprod/syslogmp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248638585,"owners_count":21137686,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["parser","python","rfc-3164","syslog"],"created_at":"2024-11-07T16:27:11.313Z","updated_at":"2025-04-12T22:21:28.561Z","avatar_url":"https://github.com/homeworkprod.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"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 3.7+\n\n\nInstallation\n------------\n\nInstall this package via pip_:\n\n.. code:: sh\n\n    $ pip install syslogmp\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.. _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-2025 Jochen Kupperschmidt\n:License: MIT, see LICENSE for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhomeworkprod%2Fsyslogmp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhomeworkprod%2Fsyslogmp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhomeworkprod%2Fsyslogmp/lists"}