Giter VIP home page Giter VIP logo

py_git's Introduction

Image of PyGit Logo

py_git

Python Git-like VC Tool For Pythonic Git Actions.

Essentially: Pythonically Git

  • PyGit is a python package / module that helps developers get the best out of Git, quickly and effeciently.

  • With its simple function calls such as:

bash terminal 
---------------------------------------------------------------------------------------------------
$ pip3 install py-git
$ python3 -m py_git.pygit --automate_actions push
$ python3 -m py_git.pygit --automate_actions push
  • Or if you are using the git package:
 bash terminal
---------------------------------------------------------------------------------------------------
python3 py_git/pygit.py --a_a push
  • The above bash code helps the developer effortlessly push new code / builds to Github with little to no further input.
  • The automate_actions has a parameter known as commit_msg set to 'new changes' at default.
  • Essentially at its core , PyGit is a pythonic lesser to git, seeing as to how its entire functionality depends on git software.

Requirements:

  • Initialise of SSH keys in os.path['PATH'] to enable quick push, pull, fetch, merge, etc.Make sure you have gone through the creation and deployment of SSH keys to github account to enable the program run without needing to always cache credentials.
  • Python3.6+
  • Directory name of realpath of current working file as shown in the code samples one line 15 and 16.
  • Linux based operating system.This is as a result of the default file handling operations carried out.This can be modified to run on Windows OS.
  • At least 2GB of RAM.
  • At least 32 GB of storage.
  • Contribute!

Documentation:

  • Todo Check out pypi @druzgeorge @agulam-coco

Much contribution will be needed.Thanks in advance. :]

py_git's People

Contributors

agulam-coco avatar malimba avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.