Metadata-Version: 2.1
Name: ds-modules-101
Version: 0.1.14
Summary: A small package to help with some routine Data Science activities
Home-page: https://github.com/TanselArif-21/ds_modules_101
Author: Tansel Arif
Author-email: tanselarif21@gmail.com
License: MIT
Keywords: dsmodules,dsmodules101
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: plotly

# DS_MODULES_101 Information

## To update on Pypi
1-update version in setup.py
2-start a cmd in the same directory as this file
3-run pip install --user --upgrade setuptools wheel
4-run python setup.py sdist bdist_wheel
5-run pip install --user --upgrade twine
6-run python -m twine upload dist/*

