Skip to content

Commit

Permalink
README updated with latest info
Browse files Browse the repository at this point in the history
  • Loading branch information
BennyThadikaran committed Apr 30, 2024
1 parent b40e7fd commit 9d8c3f6
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ If you ❤️ my work so far, please 🌟 this repo.

## Documentation

https://bennythadikaran.github.io/Aio-Trader
Docs are complete and covers all aspects. 👍

API reference will be added in a day or two.
https://bennythadikaran.github.io/Aio-Trader

## Installation

Expand Down Expand Up @@ -77,11 +77,3 @@ This setup works well with `aio_dns` no need to set an event loop policy on Wind
Aio-Trader has fewer dependencies owing to its Python support.

KiteFeed uses the [python struct module](https://docs.python.org/3/library/struct.html) to parse binary data. It tries to unpack all values in a single function call, which is slightly more efficient.

You can also bypass parsing binary data if you want to use a custom parser.

```python
kws = KiteFeed(parse_data=False)
```

Another use case is to forward the data to the browser and parse it client-side. It avoids the overhead of serializing and deserializing the data.

0 comments on commit 9d8c3f6

Please sign in to comment.