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)
Release files for git-index-parser 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| git_index_parser-1.0.0.tar.gz | 4.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| git_index_parser-1.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 9.8 kB
Release files / git_index_parser-1.0.0.tar.gz
| Download URL | git_index_parser-1.0.0.tar.gz |
|---|---|
| Size | 4.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
fb5c33dec18c3945275f696626c41dc6c3588d0131f13373c5fc5edbbf18b278
|
|
BLAKE2b-256 checksum How to use checksums |
a6a9d945fd6822fdb25def68956aa57cd71034ceac53bb3b70c089c107dea386
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / git_index_parser-1.0.0-py3-none-any.whl
| Download URL | git_index_parser-1.0.0-py3-none-any.whl |
|---|---|
| Size | 5.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
9da61969826859077cd681e0e620526f30679a18a30a728703f6d8d517b7cacf
|
|
BLAKE2b-256 checksum How to use checksums |
fd38f09796567da77e407262a0eb6277d969c4ac845faac3b69b18ef1673f651
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|