Metadata-Version: 2.1
Name: bambic
Version: 0.1.1
Summary: WeCode 11th Bambi's second challenge of python programming
Home-page: https://github.com/choonghee-lee/cli-calculator
Author: Choonghee Lee
Author-email: choonghee.dev@gmail.com
License: MIT
Download-URL: https://github.com/choonghee-lee/cli-calculator/archive/master.zip
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: click
Requires-Dist: click-command-tree
Requires-Dist: click-help-colors
Requires-Dist: click-plugins

# Cli-Calculaotr

A simple commandline calculator app

# Installation

## Using Pip

```bash
  $ pip install bambic
```

## Manual

```bash
  $ git clone https://github.com/choonghee-lee/cli-calculator
  $ cd cli-calculator
  $ python setup.py install
```

# Usage

```bash
$ bambic --help
```


