Package nepse_tools
NepseTools
Automate tasks related to Nepalese share market. Supports meroshare and TMS.
Features
-
Meroshare
- Automatically apply for new IPOS.
- Get personal details from meroshare
Local Development
Step 1: Clone the repo
git clone https://github.com/vaskrneup/NepseTools.git
Step 2: Install dependencies
cd into directory
cd NepseTools
install dependencies
pip install requirements.txt
Step 3: Clone the repo
run script using following command
python manage.py <COMMAND>
Read more about the development process here.
Expand source code
"""
.. include:: ../README.md
"""
__docformat__ = "restructuredtext"
Sub-modules
nepse_tools.exceptions
nepse_tools.platforms
nepse_tools.scraper
nepse_tools.share_market
nepse_tools.utils