Metadata-Version: 2.1
Name: yes
Version: 0.0.1
Summary: a validation lib
Home-page: https://github.com/kilerd/yes
Author: Kilerd Chan
Author-email: blove694@gmail.com
License: BSD
Download-URL: https://github.com/kilerd/yes/tarball/0.0.1
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Requires-Dist: sphinx
Requires-Dist: sphinx-rtd-theme
Requires-Dist: nose
Requires-Dist: coverage
Requires-Dist: pypi-publisher

yes
===============================

version number: 0.0.1
author: Kilerd Chan

Overview
--------

a validation lib

Installation / Usage
--------------------

To install use pip:

    $ pip install yes


Or clone the repo:

    $ git clone https://github.com/kilerd/yes.git
    $ python setup.py install

Contributing
------------

TBD

Example
-------

TBD

