Skip to content

Commit

Permalink
Reflow README
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Nov 26, 2015
1 parent 55f9954 commit 4b41e69
Showing 1 changed file with 39 additions and 39 deletions.
78 changes: 39 additions & 39 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,45 +25,6 @@ Features
- Web-server has middlewares and pluggable routing.


Requirements
------------

- Python >= 3.4.1
- chardet https://pypi.python.org/pypi/chardet

Optionally you may install cChardet library:
https://pypi.python.org/pypi/cchardet/1.0.0


License
-------

``aiohttp`` is offered under the Apache 2 license.


Documentation
-------------

http://aiohttp.readthedocs.org/

Discussion list
---------------

*aio-libs* google group: https://groups.google.com/forum/#!forum/aio-libs

Source code
------------

The latest developer version is available in a github repository:
https://github.com/KeepSafe/aiohttp

Benchmarks
----------

If you are interested in by efficiency, AsyncIO community maintains a
list of benchmarks on the official wiki:
https://github.com/python/asyncio/wiki/Benchmarks

Getting started
---------------

Expand Down Expand Up @@ -154,3 +115,42 @@ shoud be replaced by::
@asyncio.coroutine
def coro(...):
ret = yield from f()

Documentation
-------------

http://aiohttp.readthedocs.org/

Discussion list
---------------

*aio-libs* google group: https://groups.google.com/forum/#!forum/aio-libs

Requirements
------------

- Python >= 3.4.1
- chardet https://pypi.python.org/pypi/chardet

Optionally you may install cChardet library:
https://pypi.python.org/pypi/cchardet/1.0.0


License
-------

``aiohttp`` is offered under the Apache 2 license.


Source code
------------

The latest developer version is available in a github repository:
https://github.com/KeepSafe/aiohttp

Benchmarks
----------

If you are interested in by efficiency, AsyncIO community maintains a
list of benchmarks on the official wiki:
https://github.com/python/asyncio/wiki/Benchmarks

0 comments on commit 4b41e69

Please sign in to comment.