python-GitPython
Port variant py310
Summary Python Git Library (3.10)
Package version 3.1.37
Homepage https://github.com/gitpython-developers/GitPython
Keywords python
Maintainer Python Automaton
License Not yet specified
Other variants v11
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 22 SEP 2023, 14:25:33 UTC
Port created 04 NOV 2017, 04:11:52 UTC
Subpackage Descriptions
single ![Python package] [Documentation Status] [Packaging status] ## [Gitoxide]: A peek into the future… I started working on GitPython in 2009, back in the days when Python was 'my thing' and I had great plans with it. Of course, back in the days, I didn't really know what I was doing and this shows in many places. Somewhat similar to Python this happens to be 'good enough', but at the same time is deeply flawed and broken beyond repair. By now, GitPython is widely used and I am sure there is a good reason for that, it's something to be proud of and happy about. The community is maintaining the software and is keeping it relevant for which I am absolutely grateful. For the time to come I am happy to continue maintaining GitPython, remaining hopeful that one day it won't be needed anymore. More than 15 years after my first meeting with 'git' I am still in excited about it, and am happy to finally have the tools and probably the skills to scratch that itch of mine: implement `git` in a way that makes tool creation a piece of cake for most. If you like the idea and want to learn more, please head over to [gitoxide], an implementation of 'git' in [Rust]. ## GitPython GitPython is a python library used to interact with git repositories, high-level like git-porcelain, or low-level like git-plumbing. It provides abstractions of git objects for easy access of repository data often backed by calling the `git` command-line program. ### DEVELOPMENT STATUS This project is in **maintenance mode**, which means that - …there will be no feature development, unless these are contributed - …there will be no bug fixes, unless they are relevant to the safety of users, or contributed - …issues will be responded to with waiting times of up to a month The project is open to contributions of all kinds, as well as new maintainers. ### REQUIREMENTS GitPython needs the `git` executable to be installed on the system and available in your `PATH` for most operations. If it is not in your `PATH`, you can help GitPython find it by setting the `GIT_PYTHON_GIT_EXECUTABLE=` environment variable. - Git (1.7.x or newer) - Python >= 3.7 The list of dependencies are listed in `./requirements.txt` and `./test-requirements.txt`. The installer takes care of installing them for you. ### INSTALL GitPython and its required package dependencies can be installed in any of the following ways, all of which should typically be done in a [virtual environment]. #### From PyPI To obtain and install a copy [from PyPI], run: `bash pip install GitPython ` (A distribution package can also be downloaded for manual installation at [the PyPI page].) #### From downloaded source code If you have downloaded the source code, run this from inside the unpacked `GitPython` directory: ```bash pip install . ``` #### By cloning the source code repository To clone the [the GitHub repository] from source to work on the code, you can do it like so: ```bash git clone https://github.com/gitpython-developers/GitPython cd GitPython git fetch --tags
Configuration Switches (platform-specific settings discarded)
PY310 ON Build using Python 3.10 PY311 OFF Build using Python 3.11
Package Dependencies by Type
Build (only) python-pip:single:py310
autoselect-python:single:standard
Build and Runtime python310:single:standard
Runtime (only) python-gitdb:single:py310
Download groups
main mirror://PYPIWHL/8a/7e/20f7e45878b5aed34320fbeeae8f78acc806e7bd708d00b1c6e64b016f5b
Distribution File Information
5f4c4187de49616d710a77e98ddf17b4782060a1788df441846bddefbb89ab33 190017 GitPython-3.1.37-py3-none-any.whl
Ports that require python-GitPython:py310
python-PyDriller:py310 Framework for MSR (3.10)