Metadata-Version: 2.1
Name: nandini
Version: 0.0.3
Summary: A Scratch Module for Machine learning
Home-page: 
Author: Sanjaypranav
Author-email: sanjaypriya195@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7,<3.10
Description-Content-Type: text/markdown

# To install  this package 
##### Note : only supported for Python 3.7 to Python 3.9
### run the following command in shell

```bash
export PYTHONPATH=./src
python setup.py sdist bdist_wheel
python setup.py install
```


here is the [PyPi link](https://pypi.org/project/nandini/0.0.3/) for the package




for writing packages refer [link](https://towardsdatascience.com/how-to-publish-a-python-package-to-pypi-7be9dd5d6dcd)
