Metadata-Version: 2.1
Name: ringkasan
Version: 0.1.1
Summary: 
Author: jinified
Author-email: jinified@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: fastai (>=2.1.9,<3.0.0)
Requires-Dist: ipykernel (>=5.4.2,<6.0.0)
Requires-Dist: jupyter (>=1.0.0,<2.0.0)
Requires-Dist: matplotlib (>=3.3.3,<4.0.0)
Requires-Dist: numpy (>=1.19.4,<2.0.0)
Requires-Dist: pandas (>=1.1.5,<2.0.0)
Requires-Dist: scikit-learn (>=0.23.2,<0.24.0)
Requires-Dist: scipy (>=1.5.4,<2.0.0)
Requires-Dist: seaborn (>=0.11.1,<0.12.0)
Requires-Dist: tensorflow (>=2.4.0,<3.0.0)
Requires-Dist: tensorflow-text (>=2.4.1,<3.0.0)
Description-Content-Type: text/markdown

# Ringkasan

Explore different ways to consume a website by converting it into different medium

## Developer Setup

### Publish

```
poetry build && poetry publish
```

