python-evtx


Namepython-evtx JSON
Version 0.7.4 PyPI version JSON
download
home_pagehttps://github.com/williballenthin/python-evtx
SummaryPure Python parser for recent Windows event log files (.evtx).
upload_time2021-03-22 16:00:17
maintainer
docs_urlNone
authorWilli Ballenthin
requires_python
licenseApache 2.0 License
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            python-evtx is a pure Python parser for Windows Event Log files (those with the file extension ".evtx"). The module provides programmatic access to the File and Chunk headers, record templates, and event entries. For example, you can use python-evtx to review the event logs of Windows 7 systems from a Mac or Linux workstation. The structure definitions and parsing strategies were heavily inspired by the work of Andreas Schuster and his Perl implementation "Parse-Evtx".



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/williballenthin/python-evtx",
    "name": "python-evtx",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Willi Ballenthin",
    "author_email": "willi.ballenthin@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/7a/0f/02e95a23a9f9a68429af28b8bf90f067a02db65480144e25615ad3b147a7/python-evtx-0.7.4.tar.gz",
    "platform": "",
    "description": "python-evtx is a pure Python parser for Windows Event Log files (those with the file extension \".evtx\"). The module provides programmatic access to the File and Chunk headers, record templates, and event entries. For example, you can use python-evtx to review the event logs of Windows 7 systems from a Mac or Linux workstation. The structure definitions and parsing strategies were heavily inspired by the work of Andreas Schuster and his Perl implementation \"Parse-Evtx\".\n\n\n",
    "bugtrack_url": null,
    "license": "Apache 2.0 License",
    "summary": "Pure Python parser for recent Windows event log files (.evtx).",
    "version": "0.7.4",
    "project_urls": {
        "Homepage": "https://github.com/williballenthin/python-evtx"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3d2b38756a77c025c1f74f1a7e0b976adc569ce0cbaf3be38d56d3a2cbbcd30f",
                "md5": "c517af7e972b490e87bc2cf820e414d6",
                "sha256": "60ed71185750e9d64830b3bead48ad543242a6287781368e6bc11a32ef49ac46"
            },
            "downloads": -1,
            "filename": "python_evtx-0.7.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c517af7e972b490e87bc2cf820e414d6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 35338,
            "upload_time": "2021-03-22T16:00:16",
            "upload_time_iso_8601": "2021-03-22T16:00:16.079313Z",
            "url": "https://files.pythonhosted.org/packages/3d/2b/38756a77c025c1f74f1a7e0b976adc569ce0cbaf3be38d56d3a2cbbcd30f/python_evtx-0.7.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7a0f02e95a23a9f9a68429af28b8bf90f067a02db65480144e25615ad3b147a7",
                "md5": "35428cc4253d59db27d5ceae118171c4",
                "sha256": "693d441a2d9744c5d8d502f2bdeee468e087ea362ac8c8934b4187fb75e9ec14"
            },
            "downloads": -1,
            "filename": "python-evtx-0.7.4.tar.gz",
            "has_sig": false,
            "md5_digest": "35428cc4253d59db27d5ceae118171c4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 24042,
            "upload_time": "2021-03-22T16:00:17",
            "upload_time_iso_8601": "2021-03-22T16:00:17.678041Z",
            "url": "https://files.pythonhosted.org/packages/7a/0f/02e95a23a9f9a68429af28b8bf90f067a02db65480144e25615ad3b147a7/python-evtx-0.7.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2021-03-22 16:00:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "williballenthin",
    "github_project": "python-evtx",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": true,
    "lcname": "python-evtx"
}
        
Elapsed time: 0.29007s