Skip to content

Commit 3953568

Browse files
committed
update badges
1 parent bdbd7ea commit 3953568

File tree

1 file changed

+51
-26
lines changed

1 file changed

+51
-26
lines changed

README.rst

Lines changed: 51 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ py-make
55

66
|PyPI-Status| |PyPI-Versions|
77

8-
|Build-Status| |Coverage-Status| |Branch-Coverage-Status| |Codacy-Grade|
8+
|Build-Status| |Coverage-Status| |Branch-Coverage-Status| |Codacy-Grade| |Libraries-Rank|
99

10-
|LICENCE|
10+
|DOI-URI| |LICENCE| |OpenHub-Status|
1111

1212

1313
Bring basic ``Makefile`` support to any system with Python.
@@ -16,7 +16,7 @@ Inspired by work in `tqdm <https://github.com/tqdm/tqdm>`__.
1616

1717
Simply install then execute ``pymake`` in a directory containing a ``Makefile``.
1818

19-
``pyamke`` works on any platform (Linux, Windows, Mac, FreeBSD, Solaris/SunOS).
19+
``pymake`` works on any platform (Linux, Windows, Mac, FreeBSD, Solaris/SunOS).
2020

2121
``pymake`` does not require any library to run, just a vanilla Python
2222
interpreter will do.
@@ -34,16 +34,16 @@ Installation
3434
Latest PyPI stable release
3535
~~~~~~~~~~~~~~~~~~~~~~~~~~
3636

37-
|PyPI-Status|
37+
|PyPI-Status| |PyPI-Downloads| |Libraries-Dependents|
3838

3939
.. code:: sh
4040
4141
pip install py-make
4242
43-
Latest development release on github
43+
Latest development release on GitHub
4444
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4545

46-
|GitHub-Status| |GitHub-Stars| |GitHub-Forks|
46+
|GitHub-Status| |GitHub-Stars| |GitHub-Commits| |GitHub-Forks| |GitHub-Updated|
4747

4848
Pull and install in the current directory:
4949

@@ -93,7 +93,8 @@ Sample makefile compatible with ``pymake``:
9393
test:
9494
nosetest
9595
install:
96-
python setup.py install
96+
python setup.py\
97+
install
9798
compile:
9899
$(PY) test.py
99100
circle:
@@ -106,7 +107,7 @@ Sample makefile compatible with ``pymake``:
106107
Documentation
107108
-------------
108109

109-
|PyPI-Versions| |README-Hits| (Since 19 May 2016)
110+
|PyPI-Versions| |README-Hits| (Since 28 Oct 2016)
110111

111112
.. code:: sh
112113
@@ -116,6 +117,8 @@ Documentation
116117
Contributions
117118
-------------
118119

120+
|GitHub-Commits| |GitHub-Issues| |GitHub-PRs| |OpenHub-Status|
121+
119122
All source code is hosted on `GitHub <https://github.com/tqdm/py-make>`__.
120123
Contributions are welcome.
121124

@@ -135,35 +138,57 @@ Citation information: |DOI-URI|
135138
Authors
136139
-------
137140

138-
- Casper da Costa-Luis (casperdcl)
139-
- Stephen Larroque (lrq3000)
141+
The main developers, ranked by surviving lines of code
142+
(`git fame -wMC <https://github.com/casperdcl/git-fame>`__), are:
143+
144+
- Casper da Costa-Luis (`casperdcl <https://github.com/casperdcl>`__, ~99.5%, |Gift-Casper|)
145+
- Stephen Larroque (`lrq3000 <https://github.com/lrq3000>`__, ~0.5%)
146+
147+
We are grateful for all |GitHub-Contributions|.
140148

141149
|README-Hits| (Since 28 Oct 2016)
142150

143-
.. |Logo| image:: https://raw.githubusercontent.com/tqdm/py-make/master/logo.png
144-
.. |Screenshot| image:: https://raw.githubusercontent.com/tqdm/py-make/master/images/py-make.gif
145-
.. |Build-Status| image:: https://travis-ci.org/tqdm/py-make.svg?branch=master
151+
.. |Build-Status| image:: https://img.shields.io/travis/tqdm/py-make/master.svg?logo=travis
146152
:target: https://travis-ci.org/tqdm/py-make
147-
.. |Coverage-Status| image:: https://coveralls.io/repos/tqdm/py-make/badge.svg
148-
:target: https://coveralls.io/r/tqdm/py-make
149-
.. |Branch-Coverage-Status| image:: https://codecov.io/github/tqdm/py-make/coverage.svg?branch=master
150-
:target: https://codecov.io/github/tqdm/py-make?branch=master
153+
.. |Coverage-Status| image:: https://coveralls.io/repos/tqdm/py-make/badge.svg?branch=master
154+
:target: https://coveralls.io/github/tqdm/py-make
155+
.. |Branch-Coverage-Status| image:: https://codecov.io/gh/tqdm/py-make/branch/master/graph/badge.svg
156+
:target: https://codecov.io/gh/tqdm/py-make
151157
.. |Codacy-Grade| image:: https://api.codacy.com/project/badge/Grade/3f965571598f44549c7818f29cdcf177
152158
:target: https://www.codacy.com/app/tqdm/py-make?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=tqdm/py-make&amp;utm_campaign=Badge_Grade
153-
.. |GitHub-Status| image:: https://img.shields.io/github/tag/tqdm/py-make.svg?maxAge=2592000
159+
.. |GitHub-Status| image:: https://img.shields.io/github/tag/tqdm/py-make.svg?maxAge=86400&logo=github&logoColor=white
154160
:target: https://github.com/tqdm/py-make/releases
155-
.. |GitHub-Forks| image:: https://img.shields.io/github/forks/tqdm/py-make.svg
161+
.. |GitHub-Forks| image:: https://img.shields.io/github/forks/tqdm/py-make.svg?logo=github&logoColor=white
156162
:target: https://github.com/tqdm/py-make/network
157-
.. |GitHub-Stars| image:: https://img.shields.io/github/stars/tqdm/py-make.svg
163+
.. |GitHub-Stars| image:: https://img.shields.io/github/stars/tqdm/py-make.svg?logo=github&logoColor=white
158164
:target: https://github.com/tqdm/py-make/stargazers
165+
.. |GitHub-Commits| image:: https://img.shields.io/github/commit-activity/y/tqdm/py-make.svg?logo=git&logoColor=white
166+
:target: https://github.com/tqdm/py-make/graphs/commit-activity
167+
.. |GitHub-Issues| image:: https://img.shields.io/github/issues-closed/tqdm/py-make.svg?logo=github&logoColor=white
168+
:target: https://github.com/tqdm/py-make/issues
169+
.. |GitHub-PRs| image:: https://img.shields.io/github/issues-pr-closed/tqdm/py-make.svg?logo=github&logoColor=white
170+
:target: https://github.com/tqdm/py-make/pulls
171+
.. |GitHub-Contributions| image:: https://img.shields.io/github/contributors/tqdm/py-make.svg?logo=github&logoColor=white
172+
:target: https://github.com/tqdm/py-make/graphs/contributors
173+
.. |GitHub-Updated| image:: https://img.shields.io/github/last-commit/tqdm/py-make/master.svg?logo=github&logoColor=white&label=pushed
174+
:target: https://github.com/tqdm/py-make/pulse
175+
.. |Gift-Casper| image:: https://img.shields.io/badge/gift-donate-ff69b4.svg
176+
:target: https://caspersci.uk.to/donate.html
159177
.. |PyPI-Status| image:: https://img.shields.io/pypi/v/py-make.svg
160-
:target: https://pypi.python.org/pypi/py-make
161-
.. |PyPI-Downloads| image:: https://img.shields.io/pypi/dm/py-make.svg
162-
:target: https://pypi.python.org/pypi/py-make
163-
.. |PyPI-Versions| image:: https://img.shields.io/pypi/pyversions/py-make.svg
164-
:target: https://pypi.python.org/pypi/py-make
178+
:target: https://pypi.org/project/py-make
179+
.. |PyPI-Downloads| image:: https://img.shields.io/pypi/dm/py-make.svg?label=pypi%20downloads&logo=python&logoColor=white
180+
:target: https://pypi.org/project/py-make
181+
.. |PyPI-Versions| image:: https://img.shields.io/pypi/pyversions/py-make.svg?logo=python&logoColor=white
182+
:target: https://pypi.org/project/py-make
183+
.. |Libraries-Rank| image:: https://img.shields.io/librariesio/sourcerank/pypi/py-make.svg?logo=koding&logoColor=white
184+
:target: https://libraries.io/pypi/py-make
185+
.. |Libraries-Dependents| image:: https://img.shields.io/librariesio/dependent-repos/pypi/py-make.svg?logo=koding&logoColor=white
186+
:target: https://github.com/tqdm/py-make/network/dependents
187+
.. |OpenHub-Status| image:: https://www.openhub.net/p/py-make/widgets/project_thin_badge?format=gif
188+
:target: https://www.openhub.net/p/py-make?ref=Thin+badge
165189
.. |LICENCE| image:: https://img.shields.io/pypi/l/py-make.svg
166190
:target: https://raw.githubusercontent.com/tqdm/py-make/master/LICENCE
167191
.. |DOI-URI| image:: https://zenodo.org/badge/21637/tqdm/py-make.svg
168192
:target: https://zenodo.org/badge/latestdoi/21637/tqdm/py-make
169-
.. |README-Hits| image:: http://hitt.herokuapp.com/pymake/pymake.svg
193+
.. |README-Hits| image:: https://caspersci.uk.to/cgi-bin/hits.cgi?q=py-make&style=social&r=https://github.com/tqdm/py-make
194+
:target: https://caspersci.uk.to/cgi-bin/hits.cgi?q=py-make&a=plot&r=https://github.com/tqdm/tqdm&style=social

0 commit comments

Comments
 (0)