Python wrapper around NSE IPO application REST API's.
API Documentation: NSE IPO REST API Docs
Use the package manager pip to install foobar.
pip install -r requirements.txt
import NseIPO
api = NseIPO()
api.Auth.login("member_id", "login_id", "pwd")
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.