Metadata-Version: 1.1
Name: gitpm
Version: 0.3.0
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: 
        |PyPI - Version| |Downloads| |Code style: black|
        
        Git Project Manager
        ===================
        
        GitPM is a **secure project-management** commandline utility wrapping around git.
        
        *Currently only on Linux.*
        
        GitPM manages your local projects in the form of **bare git
        repositories** by giving them unique hexadecimal ids and stores
        maintainace-relevant metadata in the repositories file-structure.
        
        You can define your own standards for your local project management with
        git by using gitpm as a **python library**.
        
        `Read more on GitHub <https://github.com/finnmglas/gitPM>`__ or
        `Contact Finn <https://www.finnmglas.com/contact>`__
        
        .. |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
