Py-Git-GhCli
Bunch of Python functions for Git and GitHub CLI tasks.
Install
pip install pyggc
Usage
from pyggc.git.simple import clone
clone(
url='https://github.com/scapeville/py-git-ghcli.git',
cwd='/projects'
)
from pyggc.git.simple import get_num_commits
num = get_num_commits('/projects/my-project')
print(num)
from pyggc.ghcli.simple import get_stargazers
stars = get_stargazers(owner='scapeville', repo='py-git-ghcli')
print(stars)
License
The scripts and documentation in this project are released under the MIT License.
Release files for pyggc 1.1.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 | |
|---|---|---|---|
| pyggc-1.1.0.tar.gz | 2.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pyggc-1.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.2 kB
Release files / pyggc-1.1.0.tar.gz
| Download URL | pyggc-1.1.0.tar.gz |
|---|---|
| Size | 2.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e47e7973a83528aed732e53cb522b998e07fbf4c6b36a4e914dfdaa3bdec487f
|
|
BLAKE2b-256 checksum How to use checksums |
80e44c0416ba59da8b7e357987368e90ce8cd41ef185d0e50cbcb0b7a0288273
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.7.17
|
Release files / pyggc-1.1.0-py3-none-any.whl
| Download URL | pyggc-1.1.0-py3-none-any.whl |
|---|---|
| Size | 3.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
69c44b1b5d3021fde56681d71ba6182589907184298ac3b2f8fa07f64e7dd8fd
|
|
BLAKE2b-256 checksum How to use checksums |
e603e0ada3ef6ceab2458ba6adba01cafddb1907343e6b573e8afebd6c4c9e14
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.7.17
|