Use the git cli from Python
Project description
Git Interface
Use the git cli from Python.
This project currently is not heavily tested and not fully feature complete
Requirements
- Git (version 2.30)
Example Of Use
from git_interface.branch import get_branches
head, other_branches = get_branches("my_git_repo.git")
print("HEAD = ", head)
print("OTHER", other_branches)
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
git-interface-0.5.1.tar.gz
(8.2 kB
view details)
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 git-interface-0.5.1.tar.gz.
File metadata
- Download URL: git-interface-0.5.1.tar.gz
- Upload date:
- Size: 8.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9d5b015bb1e1b5bbc6fa5a0e1ba8bd2d110f5bac29d9dda98dd38b59a9dc0403
|
|
| MD5 |
00eede19185e8273e2490797eb26659d
|
|
| BLAKE2b-256 |
2c6b6547fb1c65cf13ba19ab74996b3decfe0df10869a4eb2408c7572f88e411
|
File details
Details for the file git_interface-0.5.1-py3-none-any.whl.
File metadata
- Download URL: git_interface-0.5.1-py3-none-any.whl
- Upload date:
- Size: 12.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3a516ad73a3622fed6d1a4ba67031fcfba46e1fc4b107044487b16e5b1ad65c5
|
|
| MD5 |
09b269b9e8366033699b4338b2107915
|
|
| BLAKE2b-256 |
4656a060cc904aa7920a4a53fb950561523ede1ca2edf1bb26933dbdda55e707
|