Skip to main content

qaviton git

Project description

Qaviton Git

logo
version license open issues downloads code size
super light! super powerful! git wrapper

Installation

pip install --upgrade qaviton_git

Requirements

  • git 2.16+
  • Python 3.6+

Usage

from qaviton_git import Git

repo = Git.clone(
    path='', 
    url='https://github.com/qaviton/qaviton_git.git', 
    username='xxxx', 
    password='xxxx', 
    email='xx@x.x')
with open('newfile', 'w') as f: f.write('rock git hard')
repo.commit('new file').push()

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

qaviton_git-2019.9.29.11.11.3.489379.tar.gz (4.5 kB view hashes)

Uploaded Source

Built Distribution

qaviton_git-2019.9.29.11.11.3.489379-py2.py3-none-any.whl (9.4 kB view hashes)

Uploaded Python 2 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