Metadata-Version: 2.1
Name: git-meta
Version: 0.2.2
Summary: Git repository manager
Home-page: https://github.com/galactics/git-meta
Author: Jules DAVID
Author-email: jules@onada.fr
License: UNKNOWN
Description: git-meta
        ========
        
        .. image:: https://travis-ci.org/galactics/git-meta.svg?branch=master
            :alt: Travis tests
            :target: https://travis-ci.org/galactics/git-meta
        
        .. image:: http://readthedocs.org/projects/git-meta/badge/?version=latest
            :alt: Documentation Status
            :target: http://git-meta.readthedocs.io/en/latest/?badge=latest
        
        .. image:: https://img.shields.io/badge/code%20style-black-000000.svg
            :alt: Code style: black
            :target: https://github.com/ambv/black
        
        Git meta is a small program enabling the power of system-wide status check of
        all you git repositories.
        
        .. image:: docs/source/_static/terminal.png
            :alt: Terminal output
        
        It uses `gitpython <https://github.com/gitpython-developers/GitPython>`__.
        
        Installation
        ------------
        
        .. code-block:: shell
        
            $ pip install git-meta
        
        Alternatively, if you want to install `git-meta` from the sources:
        
        .. code-block:: shell
        
            $ python setup.py install
        
        You can also install it in a `virtualenv <https://docs.python.org/3/library/venv.html>`__
        in order to test and not mess your system configuration.
        
        Documentation
        -------------
        
        The documentation uses `Sphinx <http://sphinx-doc.org/>`__. To generate statics HTML
        files, go to the `docs` folder and type
        
        .. code-block:: shell
        
            $ make html
        
        Unit testing
        ------------
        
        In order to launch the tests sequence of the package, you need
        `Pytest <http://pytest.org/latest/>`__ and
        `Pytest-cov <https://pypi.python.org/pypi/pytest-cov/>`__ installed.
        
        Just type
        
        .. code-block:: shell
        
            $ pytest
        
        at the root of the repository.
        
        Old version of git-meta
        -----------------------
        
        The old version of git meta can be found `here <https://github.com/galactics/git-meta-old>`__.
        
Keywords: git
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
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: Topic :: Software Development :: Version Control :: Git
Provides-Extra: tests
Provides-Extra: dev
