Skip to main content

A tool that lets you check your GitHub Project for updates.

Project description

githubinformation

License PyPi Contributors badge

A tool that lets you check your GitHub Project for updates.

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

This version

1.0

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 hashes)

Uploaded Source

Built Distribution

githubinformation-1.0-py3-none-any.whl (4.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page