Skip to content

Commit

Permalink
Update docs and links wrt maintainer change (mumrah -> dpkp)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dana Powers committed Dec 3, 2015
1 parent 63b0e61 commit 770a9bb
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 25 deletions.
52 changes: 41 additions & 11 deletions AUTHORS.md
@@ -1,19 +1,49 @@
# Contributors

Top contributors, listed by contribution. See https://github.com/mumrah/kafka-python/graphs/contributors for the full list
# Current Maintainer
* Dana Powers, [@dpkp](https://github.com/dpkp)

# Original Author and First Commit
* David Arthur, [@mumrah](https://github.com/mumrah)
* Dana Powers, [@dpkp](https://github.com/dpkp)
* Mahendra M, [@mahendra](https://github.com/mahendra)
* Mark Roberts, [@wizzat](https://github.com/wizzat)
* Omar, [@rdiomar](https://github.com/rdiomar) - RIP, Omar. 2014

# Contributors - 2015 (alpha by username)
* Alex Couture-Beil, [@alexcb](https://github.com/alexcb)
* Ali-Akber Saifee, [@alisaifee](https://github.com/alisaifee)
* Christophe-Marie Duquesne, [@chmduquesne](https://github.com/chmduquesne)
* Thomas Dimson, [@cosbynator](https://github.com/cosbynator)
* Kasper Jacobsen, [@Dinoshauer](https://github.com/Dinoshauer)
* Ross Duggan, [@duggan](https://github.com/duggan)
* Enrico Canzonieri, [@ecanzonieri](https://github.com/ecanzonieri)
* haosdent, [@haosdent](https://github.com/haosdent)
* Arturo Filastò, [@hellais](https://github.com/hellais)
* Job Evers‐Meltzer, [@jobevers](https://github.com/jobevers)
* Martin Olveyra, [@kalessin](https://github.com/kalessin)
* Kubilay Kocak, [@koobs](https://github.com/koobs)
* Matthew L Daniel <mdaniel@gmail.com>
* Eric Hewitt, [@meandthewallaby](https://github.com/meandthewallaby)
* Oliver Jowett [@mutability](https://github.com/mutability)
* Shaolei Zhou, [@reAsOn2010](https://github.com/reAsOn2010)
* Oskari Saarenmaa, [@saaros](https://github.com/saaros)
* John Anderson, [@sontek](https://github.com/sontek)
* Eduard Iskandarov, [@toidi](https://github.com/toidi)
* Todd Palino, [@toddpalino](https://github.com/toddpalino)
* trbs, [@trbs](https://github.com/trbs)
* Viktor Shlapakov, [@vshlapakov](https://github.com/vshlapakov)
* Will Daly, [@wedaly](https://github.com/wedaly)
* Warren Kiser, [@wkiser](https://github.com/wkiser)
* William Ting, [@wting](https://github.com/wting)
* Zack Dever, [@zackdever](https://github.com/zackdever)

# More Contributors
* Bruno Renié, [@brutasse](https://github.com/brutasse)
* Thomas Dimson, [@cosbynator](https://github.com/cosbynator)
* Jesse Myers, [@jessemyers](https://github.com/jessemyers)
* Mahendra M, [@mahendra](https://github.com/mahendra)
* Miguel Eduardo Gil Biraud, [@mgilbir](https://github.com/mgilbir)
* Marc Labbé, [@mrtheb](https://github.com/mrtheb)
* John Anderson, [@sontek](https://github.com/sontek)
* Patrick Lucas, [@patricklucas](https://github.com/patricklucas)
* Omar Ghishan, [@rdiomar](https://github.com/rdiomar) - RIP, Omar. 2014
* Ivan Pouzyrevsky, [@sandello](https://github.com/sandello)
* Thomas Dimson, [@cosbynator](https://github.com/cosbynator)
* Alex Couture-Beil, [@alexcb](https://github.com/alexcb)
* Zack Dever, [@zackdever](https://github.com/zackdever)
* Lou Marvin Caraig, [@se7entyse7en](https://github.com/se7entyse7en)
* waliaashish85, [@waliaashish85](https://github.com/waliaashish85)
* Mark Roberts, [@wizzat](https://github.com/wizzat)

Thanks to all who have contributed!
10 changes: 5 additions & 5 deletions README.rst
@@ -1,11 +1,11 @@
Kafka Python client
------------------------
.. image:: https://api.travis-ci.org/mumrah/kafka-python.png?branch=master
:target: https://travis-ci.org/mumrah/kafka-python
.. image:: https://api.travis-ci.org/dpkp/kafka-python.png?branch=master
:target: https://travis-ci.org/dpkp/kafka-python
:alt: Build Status

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

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

.. _Full documentation available on ReadTheDocs: http://kafka-python.readthedocs.org/en/latest/
.. _0.9.4: https://github.com/mumrah/kafka-python/releases/tag/v0.9.4
.. _0.9.4: https://github.com/dpkp/kafka-python/releases/tag/v0.9.4
4 changes: 2 additions & 2 deletions docs/index.rst
Expand Up @@ -16,7 +16,7 @@ see https://groups.google.com/forum/m/#!forum/kafka-clients
Status
------

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:
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:

Kafka broker versions

Expand All @@ -36,7 +36,7 @@ Python versions
License
-------

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


Contents
Expand Down
8 changes: 4 additions & 4 deletions docs/install.rst
Expand Up @@ -11,29 +11,29 @@ Pip:
pip install kafka-python
Releases are also listed at https://github.com/mumrah/kafka-python/releases
Releases are also listed at https://github.com/dpkp/kafka-python/releases


Bleeding-Edge
-------------

.. code:: bash
git clone https://github.com/mumrah/kafka-python
git clone https://github.com/dpkp/kafka-python
pip install ./kafka-python
Setuptools:

.. code:: bash
git clone https://github.com/mumrah/kafka-python
git clone https://github.com/dpkp/kafka-python
easy_install ./kafka-python
Using `setup.py` directly:

.. code:: bash
git clone https://github.com/mumrah/kafka-python
git clone https://github.com/dpkp/kafka-python
cd kafka-python
python setup.py install
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Expand Up @@ -45,9 +45,9 @@ def run(cls):
"kafka.producer",
],

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

0 comments on commit 770a9bb

Please sign in to comment.