Metadata-Version: 2.1
Name: vlivepy
Version: 1.1.2
Summary: VLIVE(vlive.tv) parser for python
Home-page: https://github.com/box-archived/vlive-py
Author: box-archived
Author-email: box.cassette@gmail.com
License: MIT License
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: requests (>=2.22)
Requires-Dist: reqWrapper (>=0.2.1)
Requires-Dist: beautifulsoup4 (>=4.9.3)

> #### Language
> English [Korean](README.Korean.md)

# vlivepy
[![GitHub](https://img.shields.io/github/license/box-archived/vlive-py)](LICENSE)
[![Documentation Status](https://readthedocs.org/projects/vlivepy/badge/?version=latest)](https://vlivepy.readthedocs.io/en/latest/?badge=latest)

[![PyPI](https://img.shields.io/pypi/v/vlivepy)](https://pypi.org/project/vlivepy/)
[![Downloads](https://pepy.tech/badge/vlivepy)](https://pepy.tech/project/vlivepy)
[![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/box-archived/vlive-py?include_prereleases&label=dev)](https://github.com/box-archived/vlive-py/releases/)

[VLIVE](https://www.vlive.tv/) parser for python.

## Install
vlivepy can be installed via [PyPI](https://pypi.org/project/vlivepy/).
```console
$ python -m pip install vlivepy
```

## Documentation
Documentation for vlivepy is located at [https://vlivepy.readthedocs.io/](https://vlivepy.readthedocs.io/).

## Having problem with using?
You can create or check an [issue](https://github.com/box-archived/vlive-py/issues) when having problem with using. 
You can also ask for help on the [discussion](https://github.com/box-archived/vlive-py/discussions).


