Skip to content

wahlflo/GitIndexFileParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

A package to parse the index file of a git repository

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages