Metadata-Version: 2.4
Name: ptgit
Version: 1.1.0
Summary: Pip Through Git is a way to install python packages through git.
Project-URL: Homepage, https://github.com/CharGoldenYT/ptgit
Project-URL: Issues, https://github.com/CharGoldenYT/ptgit/issues
Author: CharGoldenYT
License-Expression: GPL-3.0-or-later
License-File: LICENSE
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.12
Requires-Dist: gitpython
Description-Content-Type: text/markdown

# Python Packages through git repositories! | PTGit

PTGit (Pip through Git) is an alternative pip install method that allows you to install python packages directly through a git repository


## Useage

`python - mptgit packagename packageURL <arguments> - Install a package from git.`

Arguments:

`--help`:                              Displays the help message

`--branch="branchName"`:               Determines which branch to install from (Currently does not do anythng)

`--autoinstall="[<packagenames>]"`:    calls pip to install these packages if they are not included as a requirement in the package's repo (Currently does not do anythng)

`--config`:                            starts the configuration script