Metadata-Version: 2.1
Name: wook
Version: 0.1.1
Summary: Wook says hello!
Home-page: https://github.com/affjljoo3581/wook
Author: Jungwoo Park
Author-email: affjljoo3581@gmail.com
License: Apache-2.0
Keywords: wook,lee wook
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3
Description-Content-Type: text/markdown

# Wook

[![PyPI version](https://badge.fury.io/py/wook.svg)](https://badge.fury.io/py/wook)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/wook)
![GitHub](https://img.shields.io/github/license/affjljoo3581/wook)

Wook says hello!

## Table of contents
* [Introduction](#introduction)
* [Installation](#installation)
* [Usage](#usage)
    * [With pip](#with-pip)
    * [From source](#from-source)
* [License](#license)

## Introduction
This project is an implementation of greeting from **wook**. You can simply install this library and run in your own environment.

## Installation

### With pip
You can install **wook** by using pip as follows:

    $ pip install wook

### From source
Instead, you can install **wook** from source by cloning this repository and running:

    $ git clone https://github.com/affjljoo3581/wook.git
    $ cd wook
    $ python setup.py install

## Usage

After installing **wook**, you can run this library by using belows:

    $ wook

Then wook will say **hello!**


## License
**wook** is [Apache-2.0 licensed](./LICENSE).


