Metadata-Version: 2.1
Name: git-stalk
Version: 1.5.0
Summary: For stalkers like Daddu
Home-page: https://github.com/aashutoshrathi/git-stalk-cli
Author: Aashutosh Rathi
Author-email: aashutoshrathi@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: prettytable
Requires-Dist: python-dateutil
Requires-Dist: tox
Requires-Dist: docopt

<p align="center"><img src="https://octodex.github.com/images/inspectocat.jpg" align="center" width="175"></p>
<h1 align="center">git-stalk-cli</h1>

<p align="center">
<a href="https://pypi.org/project/git-stalk/"><img src="https://img.shields.io/pypi/v/git-stalk.svg?style=for-the-badge" align="center"></a>
<a href="https://pypi.org/project/git-stalk/"><img src="https://img.shields.io/pypi/pyversions/git-stalk.svg?style=for-the-badge" align="center"></a>
<a href="https://travis-ci.com/aashutoshrathi/git-stalk-cli"><img src="https://img.shields.io/travis/com/aashutoshrathi/git-stalk-cli/master.svg?style=for-the-badge" align="center"></a>
<a href="https://github.com/aashutoshrathi/git-stalk-cli/issues"><img src="https://img.shields.io/github/issues/aashutoshrathi/git-stalk-cli.svg?style=for-the-badge" align="center"></a>
</p>
<hr>
<p align="center">A command line interface for checking your/peer's activity today.</p>


## Installation

```sh
 pip install git-stalk
```

## Demo

![Demo Gif](./demo.gif)

## Limitations

Stalking too much might lead to "API Rate Limit Exceeded for your IP".

## Releasing new version

```sh
 git checkout master
 git fetch
 git merge
 tox
 bumpversion minor --tag --commit
 git push origin master --tags
```

## Author

[Aashutosh Rathi](https://github.com/aashutoshrathi)

<img src="https://app.fossa.io/api/projects/git%2Bgithub.com%2Faashutoshrathi%2Fgit-stalk-cli.svg?type=medium">

[<img src="https://image.flaticon.com/icons/svg/185/185961.svg" width="35" padding="10">](https://twitter.com/AashutoshRathi)
[<img src="https://image.flaticon.com/icons/svg/185/185964.svg" width="35" padding="10">](https://linkedin.com/in/aashutoshrathi)
[<img src="https://image.flaticon.com/icons/svg/185/185981.svg" width="35" padding="10">](https://www.facebook.com/aashutoshrathi)
[<img src="https://image.flaticon.com/icons/svg/985/985680.svg" width="35" padding="10">](https://www.paypal.me/AashutoshRathi)


<p align="center"> Made from scratch by <a href="https://github.com/aashutoshrathi">Aashutosh Rathi</a> </p>


