Metadata-Version: 2.1
Name: chayan
Version: 2.0.2
Summary: Library to fetch nifty midcap, largecap and smallcap stocks.
Home-page: https://github.com/sharmaak/chayan
Author: Amit Kumar Sharma
Author-email: amit.official@gmail.com
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: requests

# Chayan
'Chayan' (Sanskrit: चयन) means 'to select'. This is a library to fetch list of cutaed stocks 
maintained at https://raw.githubusercontent.com/sharmaak/curated/main/curated_stocks.csv

## Build
* Before you build, please ensure you update the project version in `{project-root}/setup.py`
  * The field is `setup -> version`
* To build, run the script `./build.sh` from **project root directory**
  * The build script will automatically delete the following build directories in project root
    * build/
    * dist/
    * candlestix.egg-info/
  * Next, it builds the project using `python3 -m build --wheel`

## Build and Install
* To install run `./build.sh -i` or `./build.sh --install`
* To verify, run `pip list | grep doot`

## Uninstall 
- To uninstall, run `pip uninstall doot`
- Verify `pip list | grep doot` 

## Upload a new Dist
1. `./build.sh`
2. `twine upload dist/*`

To upload dists, you should have file `.pypirc` in your home directory. 
