Metadata-Version: 1.1
Name: gitpm
Version: 0.5.1
Summary: Efficient multi git-repository project management.
Home-page: http://github.com/finnmglas/gitPM
Author: Finn M Glas
Author-email: finn@finnmglas.com
License: MIT
Description: 
        Git Project Manager
        ===================
        
        |PyPI - Version| |Downloads| |Code style: black|
        
        GitPM helps you **manage your projects** using Git's version management.
        
        -  `Docs`_
        -  `Source`_
        -  `Contact`_
        
        License
        -------
        
        `MIT License. Copyright 2020 Finn M Glas.`_
        
        .. _Docs: https://gitpm.readthedocs.io/
        .. _Source: https://github.com/finnmglas/GitPM
        .. _Contact: https://contact.finnmglas.com
        .. _MIT License. Copyright 2020 Finn M Glas.: https://choosealicense.com/licenses/mit/
        
        .. |PyPI - Version| image:: https://img.shields.io/pypi/v/gitpm?color=000
           :target: https://pypi.org/project/gitpm/
        .. |Downloads| image:: https://img.shields.io/badge/dynamic/json?style=flat&color=000&maxAge=10800&label=downloads&query=%24.total_downloads&url=https%3A%2F%2Fapi.pepy.tech%2Fapi%2Fprojects%2Fgitpm
           :target: https://pepy.tech/project/gitpm
        .. |Code style: black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
           :target: https://github.com/psf/black
        
Keywords: git management repositories manager efficiency
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Version Control
Classifier: Topic :: Software Development :: Version Control :: Git
