Metadata-Version: 2.1
Name: storyscience
Version: 1.3.2
Summary: A storyteller
Home-page: https://github.com/23subbhashit/StoryTellar/
Author: subbhashit mukherjee
Author-email: subbhashitmukherjee@gmail.com
License: MIT
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: numpy (>=1.16.6)
Requires-Dist: pandas (>=1.0.5)
Requires-Dist: seaborn (>=0.10.1)
Requires-Dist: matplotlib (>=3.2.2)
Requires-Dist: plotly (>=4.9.0)
Requires-Dist: scikit-learn (>=0.23.2)
Requires-Dist: tabulate (>=0.8.9)
Requires-Dist: regex (>=2.2.1)
Requires-Dist: nltk (>=3.4.5)
Requires-Dist: tqdm (>=4.45.0)


<p align="center">
    <img src="https://user-images.githubusercontent.com/43717493/114157274-19d14080-9941-11eb-84cd-aefa1775f9d6.png" width="230" height="230"><br/><br/>
    Simple yet flexible Data Analytics tool for Data Scientists.
</p>
<p align="center">
  <a href="https://github.com/23subbhashit/StoryTellar/issues"><img alt="GitHub issues" src="https://img.shields.io/github/issues/23subbhashit/StoryTellar"></a>
  <a href="https://github.com/23subbhashit/StoryTellar/network"><img alt="GitHub forks" src="https://img.shields.io/github/forks/23subbhashit/StoryTellar"></a>
  <a href="https://github.com/23subbhashit/StoryTellar/stargazers"><img alt="GitHub stars" src="https://img.shields.io/github/stars/23subbhashit/StoryTellar"></a>
  <a href="https://github.com/23subbhashit/StoryTellar/blob/master/LICENSE"><img alt="GitHub license" src="https://img.shields.io/github/license/23subbhashit/StoryTellar"></a>
  <a href="https://badge.fury.io/py/storyscience"><img src="https://badge.fury.io/py/storyscience.svg" alt="PyPI version" height="18"></a>
</p>


## Installation

```
pip install storyscience
```

## Build

```
python setup.py sdist bdist_wheel
```

## PYPI

```
twine upload dist/*
```


