Metadata-Version: 2.4
Name: vuw
Version: 1.5.6
Summary: 보험 데이터 분석용 Python 패키지
Home-page: https://github.com/lalapetitechae/vuw
Download-URL: https://github.com/lalapetitechae/vuw/archive/refs/tags/v0.1.0.tar.gz
Author: Jiwon Chae
Author-email: jwchae106@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: numpy
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: download-url
Dynamic: home-page
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

