Metadata-Version: 2.1
Name: portalksp
Version: 0.1
Summary: A Portalksp package
Home-page: https://github.com/emhayusa/portalksp
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

# Portalksp Package
A helper pip package for Portalksp

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

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

Situation before installation::

    $ portalksp
    bash: portalksp: command not found

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

    $ python setup.py install

    $ pip install portalksp

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

    $ portalksp
    Welcome to Portalksp!

