Skip to content

Commit

Permalink
#62: Add download stats
Browse files Browse the repository at this point in the history
  • Loading branch information
dgroup authored Feb 3, 2022
1 parent e68ebf8 commit 2be2b45
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[![License: MIT](https://img.shields.io/github/license/mashape/apistatus.svg)](./license.txt)
[![Versions](https://img.shields.io/badge/semver-2.0-green)](https://semver.org/spec/v2.0.0.html)
[![PyPI version](https://badge.fury.io/py/g2w.svg)](https://badge.fury.io/py/g2w)
[![Downloads](https://pepy.tech/badge/g2w)](https://pepy.tech/project/g2w)
[![](https://img.shields.io/docker/pulls/dgroup/g2w.svg)](https://hub.docker.com/r/dgroup/g2w "Image pulls")
[![](https://images.microbadger.com/badges/image/dgroup/g2w.svg)](https://microbadger.com/images/dgroup/g2w "Image layers")
[![Commit activity](https://img.shields.io/github/commit-activity/y/dgroup/g2w.svg?style=flat-square)](https://github.com/dgroup/g2w/graphs/commit-activity)
Expand Down Expand Up @@ -158,6 +159,15 @@ curl --request POST \
],
"total_commits_count": 4
}'
```
## Build
```bash
# Using *.sh file on Linux, Unix, OSX
> ./build.sh
# Using make
make virtualenv install test
```

## Install it from PyPI
Expand All @@ -167,4 +177,4 @@ pip install g2w
```

## Materials & Links
* http://www.md5.cz - generate WS hash
* http://www.md5.cz - generate WS hash

0 comments on commit 2be2b45

Please sign in to comment.