# nog **Repository Path**: mirrors_nir0s/nog ## Basic Information - **Project Name**: nog - **Description**: nog compliments git - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README nog(it) ======= [![Travis Build Status](https://travis-ci.org/nir0s/nog.svg?branch=master)](https://travis-ci.org/nir0s/nog) [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/kuf0x8j62kts1bpg/branch/master?svg=true)](https://ci.appveyor.com/project/nir0s/nog) [![PyPI Version](http://img.shields.io/pypi/v/nog.svg)](http://img.shields.io/pypi/v/nog.svg) [![Supported Python Versions](https://img.shields.io/pypi/pyversions/nog.svg)](https://img.shields.io/pypi/pyversions/nog.svg) [![Requirements Status](https://requires.io/github/nir0s/nog/requirements.svg?branch=master)](https://requires.io/github/nir0s/nog/requirements/?branch=master) [![Code Coverage](https://codecov.io/github/nir0s/nog/coverage.svg?branch=master)](https://codecov.io/github/nir0s/nog?branch=master) [![Is Wheel](https://img.shields.io/pypi/wheel/nog.svg?style=flat)](https://pypi.python.org/pypi/nog) [![Latest Github Release](https://img.shields.io/github/release/nir0s/nog.svg)](https://img.shields.io/github/release/nir0s/nog.svg) nog complements git before providing multi-repo management and manageable workflows. Nog does not replace git in any way, but rather allows to work on top of git in a more comfortable manner. ## Alternatives * [mr](https://github.com/joeyh/myrepos) * [gr](http://mixu.net/gr/) ## Installation nog supports Linux, Windows and OSX on Python 2.6, 2.7 and 3.4+ ```shell pip install nog ``` For dev: ```shell pip install https://github.com/nir0s/nog/archive/master.tar.gz ``` ## Usage ## Testing ```shell git clone git@github.com:nir0s/nog.git cd nog pip install tox tox ``` ## Contributions.. See [CONTRIBUTIONS](https://github.com/nir0s/nog/blob/master/CONTRIBUTING.md) Pull requests are always welcome..