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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file parse_commit_gitdeps_xml-0.1.0.tar.gz.
File metadata
- Download URL: parse_commit_gitdeps_xml-0.1.0.tar.gz
- Upload date:
- Size: 15.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.12.2 Linux/6.7.9-100.fc38.x86_64
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c8972d3cfb87062c593263fadb449cf1927eba7234a68dccc2e100c4ffdd2293
|
|
| MD5 |
138013b3c2e4cc3698280943982947e1
|
|
| BLAKE2b-256 |
366c8cad5e810d89574a6430c96c240fce4ae41f7bd5bf764b9c2056e71026fa
|
File details
Details for the file parse_commit_gitdeps_xml-0.1.0-py3-none-any.whl.
File metadata
- Download URL: parse_commit_gitdeps_xml-0.1.0-py3-none-any.whl
- Upload date:
- Size: 17.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.12.2 Linux/6.7.9-100.fc38.x86_64
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
304cc2ab759ddd26f4be7d0de3a2bf3d45d4abb58e518ae625a1978e837015ea
|
|
| MD5 |
8702945d3f5940866af47d8522e74bb2
|
|
| BLAKE2b-256 |
c7eed0b3ece3ac726635cfe871505ae1ec9f22c14654a86f517d5e1084db6e0a
|