Metadata-Version: 2.1
Name: rkNseClient
Version: 0.0.17
Summary: Python package for Nse Data
Home-page: https://github.com/kamalkavin68/rkNseClient
Author: kamalkavin96
Author-email: kamalkavin68@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas==2.2.3
Requires-Dist: requests==2.32.3

# rkNseClient

A brief description of what this project does and who it's for.

## Installation

You can install the package using pip:

```bash
pip install rkNseClient
```

## Usage

Here's a quick example of how to use the package:

```python
from rkNseClient import NSEClient

nse_client = NSEClient()
allStock = nse_client.getEquityList()

for eachStock in allStock:
    print(eachStock.symbol, eachStock.nameOfCompany)
```


## Contributing

Contributions are always welcome!
