Metadata-Version: 2.0
Name: matzip
Version: 0.0.1
Summary: Korean Restaurant Recommendation Library for Python
Home-page: https://github.com/msy0128/matzip/
Author: Sooyoung Moon
Author-email: msy0128@gmail.com
License: BSD 3-Clause
Description-Content-Type: UNKNOWN
Keywords: Korean Restaurant Recommendation Library
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Communications :: Chat
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4.0
Requires-Dist: beautifulsoup4
Requires-Dist: requests
Requires-Dist: enum34; python_version < "3.4"

# matzip

Korean restaurant recommendation library

## Installing

To install matzip, simply:

    $ pip install matzip

Or, you can use:

    $ easy_install matzip

Or, you can also install manually:

    $ git clone https://github.com/symoon94/matzip.git
    $ cd matzip
    $ python setup.py install

## Usage

In progress ..

## Author

Sooyoung Moon / [@symoon94](https://github.com/symoon94)


