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

# Petakita Package
A helper pip package for Petakita

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

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

Situation before installation::

    $ petakita
    bash: petakita: command not found

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

    $ python setup.py install

    $ pip install petakita

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

    $ petakita
    Welcome to Petakita!

