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
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file gitupload-1.0.2.tar.gz.
File metadata
- Download URL: gitupload-1.0.2.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
63ff6594b8252d7e45dd5fb646dcf5a8dbdcf2079af8b6337d7e85ab45088c9d
|
|
| MD5 |
3ff5ae30efbea637a1fd1933e71e0cac
|
|
| BLAKE2b-256 |
907689e80445d3d421ee7409da340628131edc4bb42606d6cce82b97604ffd9c
|
File details
Details for the file gitupload-1.0.2-py3-none-any.whl.
File metadata
- Download URL: gitupload-1.0.2-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4f02de7318c8388714e28148f92822de384537ba3d7d79102e16ff148c701a2a
|
|
| MD5 |
04570667ce582e120cc5a4e16db334b0
|
|
| BLAKE2b-256 |
e91431ea9e703a74b715291b6bff594f3b88ad44a464ab107488fd9055482b46
|