Use the git cli from Python
Reason this release was yanked:
Imported constant incorrectly
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.1.tar.gz
(14.5 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.1.tar.gz.
File metadata
- Download URL: git-interface-0.9.1.tar.gz
- Upload date:
- Size: 14.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a824f354dc6db82ea52acaca97ea5902f2e423a5b14ea93006a628f197e40ebc
|
|
| MD5 |
81301afd3c205f6370caea8d330a3a1f
|
|
| BLAKE2b-256 |
57e4854a95b66f49d1835612cc30949c466a94968412c5e75d46c83ce029344f
|
File details
Details for the file git_interface-0.9.1-py3-none-any.whl.
File metadata
- Download URL: git_interface-0.9.1-py3-none-any.whl
- Upload date:
- Size: 21.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8fc6d51c21f80dd1bf3c413b79f1d6ee87e573c81712eb51a20bee982b63645e
|
|
| MD5 |
9b31ac90ab4118e375ec412a797b6818
|
|
| BLAKE2b-256 |
c65ba991ebf6ce510104c185d585bb7484708f0ed83720c897295cee4e04765e
|