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>`__.
Raw data
{
"_id": null,
"home_page": "https://github.com/galactics/git-meta",
"name": "git-meta",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "git",
"author": "Jules DAVID",
"author_email": "jules@onada.fr",
"download_url": "https://files.pythonhosted.org/packages/c5/ca/7e98de2fd983a9aa8e0f94d36fc74039d9271e6f776c7b5e2b24a58d46c4/git-meta-0.2.3.tar.gz",
"platform": null,
"description": "git-meta\n========\n\n.. image:: https://travis-ci.org/galactics/git-meta.svg?branch=master\n :alt: Travis tests\n :target: https://travis-ci.org/galactics/git-meta\n\n.. image:: http://readthedocs.org/projects/git-meta/badge/?version=latest\n :alt: Documentation Status\n :target: http://git-meta.readthedocs.io/en/latest/?badge=latest\n\n.. image:: https://img.shields.io/badge/code%20style-black-000000.svg\n :alt: Code style: black\n :target: https://github.com/ambv/black\n\nGit meta is a small program enabling the power of system-wide status check of\nall you git repositories.\n\n.. image:: docs/source/_static/terminal.png\n :alt: Terminal output\n\nIt uses `gitpython <https://github.com/gitpython-developers/GitPython>`__.\n\nInstallation\n------------\n\n.. code-block:: shell\n\n $ pip install git-meta\n\nAlternatively, if you want to install `git-meta` from the sources:\n\n.. code-block:: shell\n\n $ python setup.py install\n\nYou can also install it in a `virtualenv <https://docs.python.org/3/library/venv.html>`__\nin order to test and not mess your system configuration.\n\nDocumentation\n-------------\n\nThe documentation uses `Sphinx <http://sphinx-doc.org/>`__. To generate statics HTML\nfiles, go to the `docs` folder and type\n\n.. code-block:: shell\n\n $ make html\n\nUnit testing\n------------\n\nIn order to launch the tests sequence of the package, you need\n`Pytest <http://pytest.org/latest/>`__ and\n`Pytest-cov <https://pypi.python.org/pypi/pytest-cov/>`__ installed.\n\nJust type\n\n.. code-block:: shell\n\n $ pytest\n\nat the root of the repository.\n\nOld version of git-meta\n-----------------------\n\nThe old version of git meta can be found `here <https://github.com/galactics/git-meta-old>`__.\n",
"bugtrack_url": null,
"license": "",
"summary": "Git repository manager",
"version": "0.2.3",
"project_urls": {
"Homepage": "https://github.com/galactics/git-meta"
},
"split_keywords": [
"git"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "c5ca7e98de2fd983a9aa8e0f94d36fc74039d9271e6f776c7b5e2b24a58d46c4",
"md5": "f6344dd7bacdb2fa26f8a266ad28d52f",
"sha256": "76247adaecce97c512013a4b9224e6f1dc39d7884af8d6a0c91bd72bcc45e135"
},
"downloads": -1,
"filename": "git-meta-0.2.3.tar.gz",
"has_sig": false,
"md5_digest": "f6344dd7bacdb2fa26f8a266ad28d52f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 9122,
"upload_time": "2023-06-11T15:31:02",
"upload_time_iso_8601": "2023-06-11T15:31:02.849708Z",
"url": "https://files.pythonhosted.org/packages/c5/ca/7e98de2fd983a9aa8e0f94d36fc74039d9271e6f776c7b5e2b24a58d46c4/git-meta-0.2.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-06-11 15:31:02",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "galactics",
"github_project": "git-meta",
"travis_ci": true,
"coveralls": true,
"github_actions": false,
"tox": true,
"lcname": "git-meta"
}