Skip to main content

A python wrapper for git repositories

Project description

PyGitter

Python git repository interface

Usage

This library provides interfaces to interact with git repositories.

r = Repo()              # to be executed in the directory that has local repo
# or
r = Repo(path=<PATH>)   # where path is a directory that contains `.git` dir
# or
r = Repo(remote=<URL>)  # URL, either HTTPS or SSH, you can also add `path` to specify dir to clone into.

Working with the source code

To work with the source code, check the CONTRIBUTE.md

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

pygitter-0.0.6.tar.gz (3.9 kB view hashes)

Uploaded Source

Built Distribution

pygitter-0.0.6-py3-none-any.whl (4.2 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