PythonVCS

API wrapper for VCS hosting system.

Supported platforms

  • Gitea
    Github, Gitlab, Bitbucket support will not, until that packages is not updated long.
    Pijul nest can’t support because does not provide api docs.

Installation

You can install this package using pip like this: pip install PythonVCS

Installation for Contributing this package

You can contribute this package, that’s why this package is open source.

  1. Install poetry.
  2. Install dependencies with this command: poetry install
  3. Contributing this package for typo issue or performance issue, new feature, etc.
  4. This package requires mypy check. Please check type with mypy.
  5. Create pull request!

API Documentation

API Docs

GitHub

View Github