A lightweight utility to git pull a repository using SSH deploy keys stored in environment variables
Project description
gitpuller
Usage
from gitpuller import GitPullExecutor
executor = GitPullExecutor(slack_webhook_url="your_webhook_url", use_mage_ai=True)
result = executor.execute_with_alerting(
repo_path="/path/to/repo",
git_url="git@github.com:user/repo.git",
branch="master",
workspace_name="workspace1"
)
Build
rm -rf build dist *.egg-info
python -m build
Upload to PyPI and update version in pyproject.toml.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
salla_gitpuller-1.1.1.tar.gz
(6.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file salla_gitpuller-1.1.1.tar.gz.
File metadata
- Download URL: salla_gitpuller-1.1.1.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
30cd7f18f21ad9a975b1c0ac8a7f9d9aef43afd942e050a645dcc510339d37e3
|
|
| MD5 |
d75bc4df14144a0c7e21fc8a13207569
|
|
| BLAKE2b-256 |
a6d330f650f60cb98407d5f63d78c0c4b886e5b72a3ecb3f6a81a40a8d8ea722
|
File details
Details for the file salla_gitpuller-1.1.1-py3-none-any.whl.
File metadata
- Download URL: salla_gitpuller-1.1.1-py3-none-any.whl
- Upload date:
- Size: 7.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0b625f2827611933fad44f8cfa15c1e0e574ff06d32cbc3ddd6a199e29842ec4
|
|
| MD5 |
20c7e8f38784c56b2c8f1936c68cd6b3
|
|
| BLAKE2b-256 |
7400433a1ce24dacd9d8570561d559cf1219c2fb0f11a21537c2e48ea3ce91ff
|