Metadata-Version: 2.1
Name: multigit
Version: 0.6.0.dev0
Summary: Manages git repos within git repos.
Home-page: https://github.com/jmnavarrol/python-multigit
Author: Jesús M. Navarro
Author-email: "Jesús M. Navarro" <jesusmnavarrolopez@gmail.com>
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/jmnavarrol/python-multigit/issues
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: Cerberus (==1.3.4)
Requires-Dist: colorama (==0.4.4)
Requires-Dist: GitPython (==3.1.18)
Requires-Dist: PyYAML (==5.4.1)

# Python Multigit<a name="top"></a>

This package offers a simple way of managing *"workspaces"* integrating multiple git repos starting from a top one, and without the need of difficult *"arcanes"* like *git submodules*, *git-subtree*, etc.: you only need to declare your intended layout in a YAML file, and let this script (**multigit**) do its job.

Read the [full documentation on GitHub](https://github.com/jmnavarrol/python-multigit#readme).

Also see the [simplest-git-subrepos README](https://github.com/jmnavarrol/simplest-git-subrepos#readme) for a long-wired rationale.


