Skip to main content

Python library for installing packages directly from a git repository

Project description

TugIt

TugIt is a Python library for installing packages directly from a git repository.

How to Install

To install TugIt just use:

pip install tugit

How to install a Python package hosted as a Git repo

To use TugIt to install Python packages directly from a git repository use the Installer class:

from tugit import Installer
installer = Installer()
installer.tug(package='tugit', url='https://github.com/idin/tugit.git') 
# optional arguments: 
#   ignore_if_installed (default: True)
#   echo (default: 1)

How to get a list of installed packages

print(installer.installed_packages)

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

tugit-1.1.2.tar.gz (1.8 kB view hashes)

Uploaded Source

Built Distribution

tugit-1.1.2-py3-none-any.whl (2.9 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