Skip to content

Commit ff0daf5

Browse files
author
Dana Powers
committed
Update docs and links wrt maintainer change (mumrah -> dpkp)
1 parent 63b0e61 commit ff0daf5

File tree

5 files changed

+55
-25
lines changed

5 files changed

+55
-25
lines changed

AUTHORS.md

+41-11
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,49 @@
1-
# Contributors
2-
3-
Top contributors, listed by contribution. See https://github.com/mumrah/kafka-python/graphs/contributors for the full list
1+
# Current Maintainer
2+
* Dana Powers, [@dpkp](https://github.com/dpkp)
43

4+
# Original Author and First Commit
55
* David Arthur, [@mumrah](https://github.com/mumrah)
6-
* Dana Powers, [@dpkp](https://github.com/dpkp)
7-
* Mahendra M, [@mahendra](https://github.com/mahendra)
8-
* Mark Roberts, [@wizzat](https://github.com/wizzat)
9-
* Omar, [@rdiomar](https://github.com/rdiomar) - RIP, Omar. 2014
6+
7+
# Contributors - 2015 (alpha by username)
8+
* Alex Couture-Beil, [@alexcb](https://github.com/alexcb)
9+
* Ali-Akber Saifee, [@alisaifee](https://github.com/alisaifee)
10+
* Christophe-Marie Duquesne, [@chmduquesne](https://github.com/chmduquesne)
11+
* Thomas Dimson, [@cosbynator](https://github.com/cosbynator)
12+
* Kasper Jacobsen, [@Dinoshauer](https://github.com/Dinoshauer)
13+
* Ross Duggan, [@duggan](https://github.com/duggan)
14+
* Enrico Canzonieri, [@ecanzonieri](https://github.com/ecanzonieri)
15+
* haosdent, [@haosdent](https://github.com/haosdent)
16+
* Arturo Filastò, [@hellais](https://github.com/hellais)
17+
* Job Evers‐Meltzer, [@jobevers](https://github.com/jobevers)
18+
* Martin Olveyra, [@kalessin](https://github.com/kalessin)
19+
* Kubilay Kocak, [@koobs](https://github.com/koobs)
20+
* Matthew L Daniel <[email protected]>
21+
* Eric Hewitt, [@meandthewallaby](https://github.com/meandthewallaby)
22+
* Oliver Jowett [@mutability](https://github.com/mutability)
23+
* Shaolei Zhou, [@reAsOn2010](https://github.com/reAsOn2010)
24+
* Oskari Saarenmaa, [@saaros](https://github.com/saaros)
25+
* John Anderson, [@sontek](https://github.com/sontek)
26+
* Eduard Iskandarov, [@toidi](https://github.com/toidi)
27+
* Todd Palino, [@tpalino](https://github.com/tpalino)
28+
* trbs, [@trbs](https://github.com/trbs)
1029
* Viktor Shlapakov, [@vshlapakov](https://github.com/vshlapakov)
30+
* Will Daly, [@wedaly](https://github.com/wedaly)
31+
* Warren Kiser, [@wkiser](https://github.com/wkiser)
32+
* William Ting, [@wting](https://github.com/wting)
33+
* Zack Dever, [@zackdever](https://github.com/zackdever)
34+
35+
# More Contributors
1136
* Bruno Renié, [@brutasse](https://github.com/brutasse)
37+
* Thomas Dimson, [@cosbynator](https://github.com/cosbynator)
38+
* Jesse Myers, [@jessemyers](https://github.com/jessemyers)
39+
* Mahendra M, [@mahendra](https://github.com/mahendra)
40+
* Miguel Eduardo Gil Biraud, [@mgilbir](https://github.com/mgilbir)
1241
* Marc Labbé, [@mrtheb](https://github.com/mrtheb)
13-
* John Anderson, [@sontek](https://github.com/sontek)
42+
* Patrick Lucas, [@patricklucas](https://github.com/patricklucas)
43+
* Omar Ghishan, [@rdiomar](https://github.com/rdiomar) - RIP, Omar. 2014
1444
* Ivan Pouzyrevsky, [@sandello](https://github.com/sandello)
15-
* Thomas Dimson, [@cosbynator](https://github.com/cosbynator)
16-
* Alex Couture-Beil, [@alexcb](https://github.com/alexcb)
17-
* Zack Dever, [@zackdever](https://github.com/zackdever)
45+
* Lou Marvin Caraig, [@se7entyse7en](https://github.com/se7entyse7en)
46+
* waliaashish85, [@waliaashish85](https://github.com/waliaashish85)
47+
* Mark Roberts, [@wizzat](https://github.com/wizzat)
1848

1949
Thanks to all who have contributed!

README.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Kafka Python client
22
------------------------
3-
.. image:: https://api.travis-ci.org/mumrah/kafka-python.png?branch=master
4-
:target: https://travis-ci.org/mumrah/kafka-python
3+
.. image:: https://api.travis-ci.org/dpkp/kafka-python.png?branch=master
4+
:target: https://travis-ci.org/dpkp/kafka-python
55
:alt: Build Status
66

7-
.. image:: https://coveralls.io/repos/mumrah/kafka-python/badge.svg?branch=master
8-
:target: https://coveralls.io/r/mumrah/kafka-python?branch=master
7+
.. image:: https://coveralls.io/repos/dpkp/kafka-python/badge.svg?branch=master
8+
:target: https://coveralls.io/r/dpkp/kafka-python?branch=master
99
:alt: Coverage Status
1010

1111
.. image:: https://readthedocs.org/projects/kafka-python/badge/?version=latest
@@ -50,4 +50,4 @@ Python versions
5050
- pypy (tested on pypy 2.5.0 / python 2.7.8)
5151

5252
.. _Full documentation available on ReadTheDocs: http://kafka-python.readthedocs.org/en/latest/
53-
.. _0.9.4: https://github.com/mumrah/kafka-python/releases/tag/v0.9.4
53+
.. _0.9.4: https://github.com/dpkp/kafka-python/releases/tag/v0.9.4

docs/index.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ see https://groups.google.com/forum/m/#!forum/kafka-clients
1616
Status
1717
------
1818

19-
The current stable version of this package is `0.9.4 <https://github.com/mumrah/kafka-python/releases/tag/v0.9.4>`_ and is compatible with:
19+
The current stable version of this package is `0.9.4 <https://github.com/dpkp/kafka-python/releases/tag/v0.9.4>`_ and is compatible with:
2020

2121
Kafka broker versions
2222

@@ -36,7 +36,7 @@ Python versions
3636
License
3737
-------
3838

39-
Copyright 2015, David Arthur under Apache License, v2.0. See `LICENSE <https://github.com/mumrah/kafka-python/blob/master/LICENSE>`_.
39+
Copyright 2015, David Arthur under Apache License, v2.0. See `LICENSE <https://github.com/dpkp/kafka-python/blob/master/LICENSE>`_.
4040

4141

4242
Contents

docs/install.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,29 +11,29 @@ Pip:
1111
1212
pip install kafka-python
1313
14-
Releases are also listed at https://github.com/mumrah/kafka-python/releases
14+
Releases are also listed at https://github.com/dpkp/kafka-python/releases
1515

1616

1717
Bleeding-Edge
1818
-------------
1919

2020
.. code:: bash
2121
22-
git clone https://github.com/mumrah/kafka-python
22+
git clone https://github.com/dpkp/kafka-python
2323
pip install ./kafka-python
2424
2525
Setuptools:
2626

2727
.. code:: bash
2828
29-
git clone https://github.com/mumrah/kafka-python
29+
git clone https://github.com/dpkp/kafka-python
3030
easy_install ./kafka-python
3131
3232
Using `setup.py` directly:
3333

3434
.. code:: bash
3535
36-
git clone https://github.com/mumrah/kafka-python
36+
git clone https://github.com/dpkp/kafka-python
3737
cd kafka-python
3838
python setup.py install
3939

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ def run(cls):
4545
"kafka.producer",
4646
],
4747

48-
author="David Arthur",
49-
author_email="mumrah@gmail.com",
50-
url="https://github.com/mumrah/kafka-python",
48+
author="Dana Powers",
49+
author_email="dana.powers@gmail.com",
50+
url="https://github.com/dpkp/kafka-python",
5151
license="Apache License 2.0",
5252
description="Pure Python client for Apache Kafka",
5353
long_description=README,

0 commit comments

Comments
 (0)