Metadata-Version: 2.2
Name: vuw
Version: 0.2.1
Summary: A Python package for demonstration
Author: Jiwon Chae
Author-email: jwchae106@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: requests>=2.25.1
Requires-Dist: numpy>=1.21.6
Requires-Dist: joblib>=1.3.2
Requires-Dist: pandas>=1.1.5
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# VUW

A Python package for users doing Underwriting(U/W) in insurance companies.

## Features

- Easy-to-use utilities for data processing.
- Compatible with Python 3.8 and above.

## Installation

Install the package using pip:

```bash
pip install vuw

