A package to parse the index file of a git repository
Project description
GitIndexFileParser
A package to parse the index file of a git repository.
Installation
Install the package with pip
pip install git_index_parser
Usage
from git_index_parser import GitIndexParser
index_file = GitIndexParser.parse_file(path_to_file='.git/index')
for entry in index_file.get_entries():
print(entry.name.split)
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
File details
Details for the file git_index_parser-1.0.0.tar.gz
.
File metadata
- Download URL: git_index_parser-1.0.0.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fb5c33dec18c3945275f696626c41dc6c3588d0131f13373c5fc5edbbf18b278 |
|
MD5 | ee6c557ed82c0322fb816320f0f1a160 |
|
BLAKE2b-256 | a6a9d945fd6822fdb25def68956aa57cd71034ceac53bb3b70c089c107dea386 |
File details
Details for the file git_index_parser-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: git_index_parser-1.0.0-py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9da61969826859077cd681e0e620526f30679a18a30a728703f6d8d517b7cacf |
|
MD5 | b89a0041b9ec0cbec2ecdc05a66899c7 |
|
BLAKE2b-256 | fd38f09796567da77e407262a0eb6277d969c4ac845faac3b69b18ef1673f651 |