Skip to content

Commit

Permalink
refactor(README): minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
h2non committed Dec 8, 2016
1 parent 44037cd commit cc60773
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ pook |Build Status| |PyPI| |Coverage Status| |Documentation Status| |Stability|

Versatile, expressive and hackable utility library for HTTP traffic mocking and expectations in `Python`_.

``pook`` was heavily inspired in `gock`_, its equivalent package for `Go`_.
``pook`` was heavily inspired by `gock`_.

**Note**: still beta quality library. More docs, examples and better test coverage are still a work in progress.

**Note**: still beta quality library. Additional features, more examples and better test coverage are still pending.

Features
--------
Expand All @@ -25,11 +26,11 @@ Features
- Map/filter mocks easily for generic or custom mock expectations.
- First-class JSON & XML support.
- Simulated raised error exceptions.
- Network delay simulation (only available in ``aiohttp``).
- Network delay simulation (only available for ``aiohttp``).
- Pluggable and hackable API.
- Does not support WebSocket.
- Does not support WebSocket traffic mocking.
- Works with Python +2.7 and +3.0 (including PyPy).
- Dependency-less: just 2 small dependencies for JSONSchema and XML comparison helpers.
- Dependency-less: just 2 small dependencies for JSONSchema and XML tree comparison.


Supported HTTP clients
Expand All @@ -40,7 +41,7 @@ Supported HTTP clients
- ✔ `urllib`_ / `http.client`_
- ✘ `pycurl`_ (see `#16`_)

Note: only recent HTTP client versions has been tested.
**Note**: only recent HTTP client versions has been tested.
Multiple versions can be supported, but the latest one will have always priority.


Expand Down

0 comments on commit cc60773

Please sign in to comment.