Skip to main content

Parse Commit.gitdeps.xml file

Project description

Commit.gitdeps.xml parser

This is a fast parser for the Commit.gitdeps.xml file from Unreal Engine source code (found here) which access can be granted by following the instructions at https://github.com/EpicGames/Signup.

Usage

file_path = b"Engine/Source/Runtime/OodleDataCompression/Sdks/2.9.10/lib/Linux/liboo2corelinux64.so.9"

with CommitGitdepsXML("Commit.gitdeps.xml") as gitdeps:
    with(open("liboo2corelinux64.so.9", "wb")) as file:
        file.write(gitdeps.fetch_file(file_path))

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

parse_commit_gitdeps_xml-0.1.0.tar.gz (15.7 kB view hashes)

Uploaded Source

Built Distribution

parse_commit_gitdeps_xml-0.1.0-py3-none-any.whl (17.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page