### GitPython Documentation Overview Source: https://gitpython.readthedocs.io/en/latest/index This section outlines the main topics covered in the GitPython documentation, including installation, tutorials, API reference, and changelog. ```APIDOC ## GitPython Documentation Structure ### Description This documentation provides a detailed guide to using the GitPython library. It covers: * **Overview**: Installation requirements and getting started. * **Tutorials**: Quick start and in-depth guides on using GitPython features. * **API Reference**: Detailed documentation for all classes and functions within the library. * **Changelog**: A history of changes and releases. ### Topics Covered * Overview * Requirements * Installing GitPython * Limitations * Getting Started * API Reference * Source Code * Questions and Answers * Issue Tracker * License Information * GitPython Quick Start Tutorial * git.Repo * Trees & Blobs * Usage * More Resources * GitPython Tutorial * Meet the Repo type * Examining References * Modifying References * Understanding Objects * The Commit object * The Tree object * The Index Object * Handling Remotes * Submodule Handling * Obtaining Diff Information * Switching Branches * Initializing a repository * Using git directly * Object Databases * Git Command Debugging and Customization * API Reference * Top-Level * Objects.Base * Objects.Blob * Objects.Commit * Objects.Tag * Objects.Tree * Objects.Functions * Objects.Submodule.base * Objects.Submodule.root * Objects.Submodule.util * Objects.Util * Index.Base * Index.Functions * Index.Types * Index.Util * GitCmd * Config * Diff * Exceptions * Refs.symbolic * Refs.reference * Refs.head * Refs.tag * Refs.remote * Refs.log * Remote * Repo.Base * Repo.Functions * Compat * DB * Types * Util * Roadmap * Changelog ``` -------------------------------- ### GitPython Changelog Summary Source: https://gitpython.readthedocs.io/en/latest/index A summary of the version history for GitPython, highlighting significant releases and changes. ```APIDOC ## GitPython Changelog ### Description This section provides a detailed changelog of GitPython releases, including version numbers, dates, and summaries of changes such as bug fixes, new features, and support for different Python versions. ### Recent Versions * 3.1.45 * 3.1.44 * 3.1.43 * 3.1.42 * 3.1.41 * 3.1.40 * 3.1.38 * 3.1.37 * 3.1.36 * 3.1.35 * 3.1.34 * 3.1.33 * 3.1.32 * 3.1.31 * 3.1.30 * 3.1.29 * 3.1.28 * 3.1.27 * 3.1.26 * 3.1.25 * 3.1.24 * 3.1.23 (YANKED) * 3.1.20 (YANKED) * 3.1.19 (YANKED) * 3.1.18 * 3.1.17 * 3.1.16 (YANKED) * 3.1.15 (YANKED) * 3.1.14 * 3.1.13 * 3.1.12 * 3.1.11 * 3.1.10 * 3.1.9 * 3.1.8 * 3.1.7 * 3.1.6 * 3.1.5 * 3.1.4 * 3.1.3 * 3.1.2 * 3.1.1 * 3.1.0 ### Notable Past Versions * 3.0.5 - Bugfixes * 3.0.1 - Bugfixes and performance improvements * 3.0.0 - Remove Python 2 support * 2.1.13 - Bring back Python 2.7 support * 2.1.9 - Dropping support for Python 2.6 * 2.1.0 - Much better windows support! * 2.0.0 - Features * 1.0.0 - Notes * 0.3.4 - Python 3 Support ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.