Skip to content

Commit

Permalink
Merge pull request #108 from iheartradio/simplified-readme
Browse files Browse the repository at this point in the history
Simplify the README
  • Loading branch information
jonafato committed Mar 1, 2016
2 parents 33b763c + 2806b01 commit d6a50d0
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,7 @@ Henson |build status|

A framework for running a Python service driven by a consumer.

.. code:: python
from itertools import count
from henson import Application
def callback(app, data):
print(data)
app = Application(__name__, consumer=count(), callback=callback)
if __name__ == '__main__':
app.run_forever()
* `Documentation <https://henson.rtfd.org>`_
* `Installation <https://henson.readthedocs.org/en/latest/#installation>`_
* `Changelog <https://henson.readthedocs.org/en/latest/changes.html>`_
* `Source <https://github.com/iheartradio/Henson>`_

0 comments on commit d6a50d0

Please sign in to comment.