Metadata-Version: 2.0
Name: pikkachu
Version: 1.0.2
Summary: A pika command line program in Python.
Home-page: https://github.com/PikkaPikkachu/pika-cli
Author: Prakriti Bansal
Author-email: prakriti_bansal@yahoo.com
License: UNLICENSE
Description-Content-Type: UNKNOWN
Keywords: cli
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Topic :: Utilities
Classifier: License :: Public Domain
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Requires-Dist: docopt
Provides-Extra: test
Requires-Dist: coverage; extra == 'test'
Requires-Dist: pytest; extra == 'test'
Requires-Dist: pytest-cov; extra == 'test'

pika-cli
=========

*A Pikachu command line program in Python.*

Usage
-----

Run the following command after forking the repository to install all the dependencies and packages: 

    $ pip install -e .[test]


Install 
-------

To install the CLI, simply run: 

    $ pip install pikkachu

Read more about the pika-cli project `here <https://pypi.org/project/pikkachu/>`_.


