A tool that lets you check your GitHub Project for updates.
Project description
Installation
You can install githubinformation
using pip:
pip install githubinformation
.repo
get_repo_info(owner, repo)
import githubinformation
repo_info = githubinformation.repo.get_repo_info("wfxey", "binaryconvert")
All subinfos
import githubinformation
repo_info = githubinformation.repo.get_repo_info("wfxey", "binaryconvert")
if repo_info:
print(f"Repository: {repo_info['full_name']}")
print(f"Description: {get_description(repo_info)}")
print(f"Stars: {get_stars(repo_info)}")
print(f"Forks: {get_forks(repo_info)}")
print(f"Open Issues: {get_open_issues(repo_info)}")
repo_link(f"{owner}/{repo}")
Output
Repository: wfxey/binaryconvert
Description: A super easy python tool that converts your text in binary language 8x Bit
Stars: 1
Forks: 0
Open Issues: 0
.user
user_link(user)
import githubinformation
githubinformation.user.user_link("wfxey")
Output
https://github.com/wfxey
.release
release_link(name_and_repo, tag)
import githubinformation
githubinformation.release.release_link("D-I-Projects/diec", "v1.0")
Output
https://github.com/D-I-Projects/diec/releases/tag/v1.0
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
githubinformation-1.0.tar.gz
(3.7 kB
view details)
Built Distribution
File details
Details for the file githubinformation-1.0.tar.gz
.
File metadata
- Download URL: githubinformation-1.0.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ad9bf42b60e9b58f190c6d467630d60eede1d0479acc6ce30d8d94e23b307f0f |
|
MD5 | dc5b468b7ad7145896e3c9d1b240dd4a |
|
BLAKE2b-256 | eeb1a0f4b34515b318d73d0db8d98781c7310b318a90b1c82a4bea5207bd285f |
File details
Details for the file githubinformation-1.0-py3-none-any.whl
.
File metadata
- Download URL: githubinformation-1.0-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6966466b9c0dddcb68cf1d9811ce5594afd3c0f7741088c11ce73ecbabed0c9e |
|
MD5 | 50e307c0228abc81b827e166364a04a2 |
|
BLAKE2b-256 | 85bc925bcff4a9fae44c5c13ef4b447f20d0d13268f322dfa3199bfe49cba1c1 |