Metadata-Version: 2.4
Name: salla_gitpuller
Version: 0.1.1
Summary: A lightweight utility to git pull a repository using SSH deploy keys stored in environment variables
Author-email: Muhammad Zahid <zahidmuhammad127@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/Zahid07/gitpuller
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# gitpuller

This is how to use this

from gitpuller import git_pull, transform_custom

repo_path, base_path = transform_custom()
result = git_pull(repo_path, "workspace1", "git@github.com:youruser/yourrepo.git", "1234")
print(result)


## New Build

Clean up the orignal build

rm -rf build dist *.egg-info

Make a new build

python -m build

Then Upload to PyPi and dont forget to change the version in pyproject.toml
