5
5
6
6
|PyPI-Status | |PyPI-Versions |
7
7
8
- |Build-Status | |Coverage-Status | |Branch-Coverage-Status | |Codacy-Grade |
8
+ |Build-Status | |Coverage-Status | |Branch-Coverage-Status | |Codacy-Grade | | Libraries-Rank |
9
9
10
- |LICENCE |
10
+ |DOI-URI | | LICENCE | | OpenHub-Status |
11
11
12
12
13
13
Bring basic ``Makefile `` support to any system with Python.
@@ -16,7 +16,7 @@ Inspired by work in `tqdm <https://github.com/tqdm/tqdm>`__.
16
16
17
17
Simply install then execute ``pymake `` in a directory containing a ``Makefile ``.
18
18
19
- ``pyamke `` works on any platform (Linux, Windows, Mac, FreeBSD, Solaris/SunOS).
19
+ ``pymake `` works on any platform (Linux, Windows, Mac, FreeBSD, Solaris/SunOS).
20
20
21
21
``pymake `` does not require any library to run, just a vanilla Python
22
22
interpreter will do.
@@ -34,16 +34,16 @@ Installation
34
34
Latest PyPI stable release
35
35
~~~~~~~~~~~~~~~~~~~~~~~~~~
36
36
37
- |PyPI-Status |
37
+ |PyPI-Status | | PyPI-Downloads | | Libraries-Dependents |
38
38
39
39
.. code :: sh
40
40
41
41
pip install py-make
42
42
43
- Latest development release on github
43
+ Latest development release on GitHub
44
44
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
45
45
46
- |GitHub-Status | |GitHub-Stars | |GitHub-Forks |
46
+ |GitHub-Status | |GitHub-Stars | |GitHub-Commits | | GitHub- Forks| | GitHub-Updated |
47
47
48
48
Pull and install in the current directory:
49
49
@@ -93,7 +93,8 @@ Sample makefile compatible with ``pymake``:
93
93
test:
94
94
nosetest
95
95
install:
96
- python setup.py install
96
+ python setup.py\
97
+ install
97
98
compile:
98
99
$( PY) test.py
99
100
circle:
@@ -106,7 +107,7 @@ Sample makefile compatible with ``pymake``:
106
107
Documentation
107
108
-------------
108
109
109
- |PyPI-Versions | |README-Hits | (Since 19 May 2016)
110
+ |PyPI-Versions | |README-Hits | (Since 28 Oct 2016)
110
111
111
112
.. code :: sh
112
113
@@ -116,6 +117,8 @@ Documentation
116
117
Contributions
117
118
-------------
118
119
120
+ |GitHub-Commits | |GitHub-Issues | |GitHub-PRs | |OpenHub-Status |
121
+
119
122
All source code is hosted on `GitHub <https://github.com/tqdm/py-make >`__.
120
123
Contributions are welcome.
121
124
@@ -135,35 +138,57 @@ Citation information: |DOI-URI|
135
138
Authors
136
139
-------
137
140
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 |.
140
148
141
149
|README-Hits | (Since 28 Oct 2016)
142
150
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
146
152
: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
151
157
.. |Codacy-Grade | image :: https://api.codacy.com/project/badge/Grade/3f965571598f44549c7818f29cdcf177
152
158
:target: https://www.codacy.com/app/tqdm/py-make?utm_source=github.com&utm_medium=referral&utm_content=tqdm/py-make&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
154
160
: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
156
162
: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
158
164
: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
159
177
.. |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
165
189
.. |LICENCE | image :: https://img.shields.io/pypi/l/py-make.svg
166
190
:target: https://raw.githubusercontent.com/tqdm/py-make/master/LICENCE
167
191
.. |DOI-URI | image :: https://zenodo.org/badge/21637/tqdm/py-make.svg
168
192
: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