A Python package to create repo and push code on Github
Project description
A Python library that streamlines your repository creation and commits on Github in 2 lines of code.
Features
- Repository creation
- Commits to existing repository
- Automatically Merge conflicts resolved
- High-level wrapper
I've built this library to both explore how Github API works and ease my process to create and commit to my Github account. If you're using VS Code editor, it should already be streamlined but for beginners it is not that straightforward. Besides, resolving merge conflicts is another pain that one-might encounter while doing push through git interface (bash). That is why, I have developed this project.
Long-term plan
Developing a total terminal interface through which users can perform almost any operation on Github.
Prerequisites
- GitHub account
- Github Personal Access Token (Fine-grained version)
- Python 3.8. X installed
Quickstart
Installing
pip install pushbot
importing the library
from pushbot import push_repo
push_repo()
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
File details
Details for the file pushbot-0.1.1.tar.gz
.
File metadata
- Download URL: pushbot-0.1.1.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 543f4242ed0a7ede6160d19fc37e0c97934a8c8018a6002304c88648c3b43abf |
|
MD5 | 9f713fdc059c6c14543bf19594c6502b |
|
BLAKE2b-256 | 746e631919f081b235df8ff65f6d780cc0880d69065271cabbef9a91a5dc8f3b |
File details
Details for the file pushbot-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: pushbot-0.1.1-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5a544d793337d8fbaf6a474861077740101e6bd31741e3060c402c11f560d24e |
|
MD5 | 9b895bbc6d9984bef8290126032b8274 |
|
BLAKE2b-256 | 5d4b3b356dbb36fcd3847b755f2367d95c0c939fd5846f644a927b15999ff239 |