Skip to main content

This Package Will Help You To Github Crud Opration.

Project description

Github-ABA

PyPI version

Installation

You can install your package using pip:

pip install Github-ABA

Usage

This Package Will Help You To Github Crud Opration.

Example usage code here

For Get Repository

from Github-ABA import Github_Crud

github = Github_Crud
repo = github.get_repo("repo_name" , "github_access_token")

For Create Repository

from Github-ABA import Github_Crud

github = Github_Crud
repo = github.create_repo("repo_name" , "github_access_token")

For Delete Repository

from Github-ABA import Github_Crud

github = Github_Crud
repo = github.delete_repo("repo_name" , "github_access_token")

For Clone Repository On Another Account

from Github-ABA import Github_Crud

github = Github_Crud
repo = github.clone_repo_on_another_account("orignal_repo_name" , "orignal_repo_github_access_token" ," clone_repo_github_access_token" ,"clone_repo_name(optional)")

For Clone Repository On Another Account

from Github-ABA import Github_Crud

github = Github_Crud
repo = github.clone_repo_on_myaccount("orignal_repo_name" ,"orignal_repo_account_username", "your_github_access_token")

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Github-ABA-1.0.1.tar.gz (3.1 kB view hashes)

Uploaded Source

Built Distribution

Github_ABA-1.0.1-py3-none-any.whl (3.4 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