Skip to main content

A Python package to upload a local repository to Github from your Local Machine without git commands

Project description

gituploader

A Python package to upload a local repository to Github from your Local Machine without writing git commands in shell

Usage:

This package will upload your repository from your local machine to github by using github URL of your repository.

Package's function push() needs 4 parameters:

1.gitrepositoryurl : URL of new repository created on github

2.scriptname : Name of the script in which this package is being used

3.Username : github username

4.Email: github email

User need to run ascript of this package in a directory from where local Repository are to be uploaded to github

Example:

user = GithubUser

email = GithubEmail

scriptname = 'setup.py'

giturl = 'https://github.com/user/project1'

gituploader.push(user, email, scriptname, giturl)

Version 1.0.1:

This version is compatible with Windows OS only

Next release will focus on other OS

Requirement:

Python version>=3.6

Git has to be installed in local machine as this package is based on Git

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

gitupload-1.0.2.tar.gz (2.4 kB view hashes)

Uploaded Source

Built Distribution

gitupload-1.0.2-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