-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
62 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,62 @@ | ||
# zerodha_api | ||
Zerodha Kite API Wrapper | ||
# Zerodha API | ||
[![codecov](https://codecov.io/github/mdalvi/zerodha_api/graph/badge.svg?token=ZYRWQBZG7J)](https://codecov.io/github/mdalvi/zerodha_api) | ||
|
||
This is a data aggregation wrapper for Zerodha's Kite Connect API that simplifies market data handling for machine learning and data analysis. | ||
|
||
## Features | ||
|
||
```python | ||
# TODO | ||
``` | ||
## Installation | ||
|
||
```python | ||
# TODO | ||
``` | ||
|
||
## Prerequisites | ||
|
||
```python | ||
# TODO | ||
``` | ||
|
||
## Configuration | ||
|
||
```python | ||
# TODO | ||
``` | ||
|
||
## Usage | ||
|
||
```python | ||
# TODO | ||
``` | ||
|
||
## Key Components | ||
|
||
- `Connect`: Main class for interacting with Kite API | ||
- `Ticker`: WebSocket implementation for real-time market data | ||
- `Redis`: Caching layer for market data and state management | ||
- `Celery`: Asynchronous task processing for data handling | ||
|
||
## Development | ||
|
||
```bash | ||
# Install development dependencies | ||
poetry install ../zerodha_api/ | ||
|
||
# Run tests | ||
pytest | ||
|
||
# Generate coverage report | ||
pytest --cov=./ --cov-report=xml | ||
``` | ||
|
||
## License | ||
|
||
This project is licensed under the MIT License - see the LICENSE file for details. | ||
|
||
## Acknowledgments | ||
|
||
- [Zerodha Kite Connect API](https://kite.trade/docs/connect/v3/) | ||
- [KiteConnect Python Client](https://kite.trade/docs/pykiteconnect/v4/) |
File renamed without changes.
This file was deleted.
Oops, something went wrong.