4 projects
auto-update
auto-update is a Python package designed to update Python projects installed on client systems that do not have Git installed. It retrieves the latest release from a specified GitHub repository, compares it with the currently installed version, and updates the project accordingly.
diff-parser
Parse git diff data or .diff file. Access a list of properties including filenames, filepath, source-hash, target-hash and more for every file changed.
project-installer
Download and install files from online git repositories. Currently supports only github.
python-hostfm
A simple Python package to manipulate hosts file.