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
import asyncio
from git_interface.branch import get_branches
head, other_branches = asyncio.run(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.9.3.tar.gz
(14.6 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.9.3.tar.gz.
File metadata
- Download URL: git-interface-0.9.3.tar.gz
- Upload date:
- Size: 14.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1bea3f889cdc1a2f9f18f2f75d9f962652bcc8e1a46b2cb06779bf90f9c432b4
|
|
| MD5 |
ffab31d9713d2edcdd99271d3825e645
|
|
| BLAKE2b-256 |
aa9bbdd3907b6f6209ad3bf206de3bad50710561836814fe43b8b9e0b308cbba
|
File details
Details for the file git_interface-0.9.3-py3-none-any.whl.
File metadata
- Download URL: git_interface-0.9.3-py3-none-any.whl
- Upload date:
- Size: 21.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a02fead5c4899bfe2063149e6a1092df79b2e816571380195f99bb76d508eb54
|
|
| MD5 |
7067001358e3cd8defaaacd7fd2b6695
|
|
| BLAKE2b-256 |
dedef125d9b44ebfd740bf36d4413c35fe4769c137dde465e3729f19450f5287
|