From README:
indices.constituent_stock_list(index_category='BroadMarketIndices', index_name='Nifty 50')
ValueError: No such category in config: NiftyBroadMarketIndices
Had to install config package which for some reason did not install itself as a dependency which solved the previous error:
import config as conf 4 import pandas as pd 7 def get_class(index_category: str):ModuleNotFoundError: No module named 'config'