A fast and convenient Python library for running git commands programmatically. It wraps git CLI calls with automatic flag conversion (e.g., --oneline for boolean options) and path separation via __ parameter. Version 0.0.4, active development on GitHub.
pip install fastgitVerified import paths — ran on the pinned version, not inferred.
Run git log --oneline in the current directory.
Use git.log('--oneline') rather than git.log('--oneline', True).Use git.log('--oneline', __=['path/to/file'])N/A
No dependency data recorded yet.