A package installer utility for GitHub public and private repositories

gpip is a package installer utility for GitHub public and private repositories, is a way to replace the copy-paste problem for individuals or organizations that have code inside repositories but cannot make it public, with gpip you can handle a repository with more than one package and have versioning and other capabilities.

Features

  • Install packages from private or public repositories
  • Allow to use versioning, branch and path location from repositories
  • Easy and powerfull syntax to declare packages.
  • Command Line interface similar to pip and go

Quickstart

Install the latest version of gpip in your global pip repository or virtualenv if you haven’t installed it yet.

pip3 install gpip

Install your private/public packages directly from GitHub

gpip get github.com/username/repository/path:package-name

You can place the same package syntax

 

 

 

To finish reading, please visit source site