Metadata-Version: 2.4
Name: ptgit
Version: 1.0.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


## Adding better compatibility with this tool

If you would like the tool to be able to run smoother with YOUR project, simply include a built package with the following structure in your project

```
Root
|
|   packaged
|
|___    pgit.tar.gz
|
|___    pgit_details.whl (optional)
```

## Useage

`python -m ptgit packagename sourceURL`

Installs `packagename` from `sourceURL`