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

Uploaded Source

Built Distribution

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

Uploaded Python 3

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

Hashes for githubinformation-1.0.tar.gz
Algorithm Hash digest
SHA256 ad9bf42b60e9b58f190c6d467630d60eede1d0479acc6ce30d8d94e23b307f0f
MD5 dc5b468b7ad7145896e3c9d1b240dd4a
BLAKE2b-256 eeb1a0f4b34515b318d73d0db8d98781c7310b318a90b1c82a4bea5207bd285f

See more details on using hashes here.

File details

Details for the file githubinformation-1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for githubinformation-1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 6966466b9c0dddcb68cf1d9811ce5594afd3c0f7741088c11ce73ecbabed0c9e
MD5 50e307c0228abc81b827e166364a04a2
BLAKE2b-256 85bc925bcff4a9fae44c5c13ef4b447f20d0d13268f322dfa3199bfe49cba1c1

See more details on using hashes here.

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