Metadata-Version: 2.1
Name: webinar
Version: 0.2
Summary: A webinar bot package
Home-page: https://github.com/emhayusa/webinar
Author: Muhammad Hasannudin Yusa
Author-email: emhayusa@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: Click

# Webinar Package
A helper pip package for webinar

### Assumptions:
+ Assuming python is installed on your system.

Installation sets up command
**************************************

Situation before installation::

    $ webinar
    bash: webinar: command not found

Installation right from the source tree (or via pip from PyPI)::

    $ python setup.py install

    $ pip install webinar

Now, the ``webinar`` command is available::

    $ hello
    Your name: Yusa
    Hello Yusa!

