Metadata-Version: 2.1
Name: ccpp-test
Version: 0.1.0
Summary: 
Home-page: https://github.com/guaifish/ccpp-test
License: MIT
Author: guaifish
Author-email: guaifish@hotmail.com
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: fire (>=0.3.1,<0.4.0)
Project-URL: Repository, https://github.com/guaifish/ccpp-test
Description-Content-Type: text/markdown

<p align="center">
  <a href="https://github.com/guaifish/ccpp-test"><img src="https://github.com/guaifish/ccpp-test/blob/master/img/logo.png" alt="ccpp-test"></a>
</p>
<p align="center">
    <em>description</em>
</p>
<p align="center">
<a href="https://pypi.org/project/ccpp-test" target="_blank">
    <img src="https://badge.fury.io/py/ccpp-test.svg" alt="Package version">
</a>
<a href="https://github.com/guaifish/ccpp-test/blob/master/LICENSE" target="_blank">
    <img src="https://img.shields.io/github/license/guaifish/ccpp-test" alt="GitHub LICNESE">
</a>
<a href="https://github.com/guaifish/ccpp-test/stargazers" target="_blank">
    <img src="https://img.shields.io/github/stars/guaifish/ccpp-test?logo=github" alt="GitHub Stars">
</a>
<a href="https://github.com/guaifish/ccpp-test/network/members" target="_blank">
    <img src="https://img.shields.io/github/forks/guaifish/ccpp-test?logo=github" alt="GitHub Forks">
</a>
</p>

---

## Requirements

* Python 3.6+

* [python-fire](https://github.com/google/python-fire) - command line tool


## Installation

```console
$ pip install ccpp-test
```

## Usage

### Usage 1

```console
$ ccpp-test

NAME
    ccpp-test

SYNOPSIS
    ccpp-test COMMAND

COMMANDS
    COMMAND is one of the following:

     hello
```

### Usage 2

```console
$ ccpp-test hello

Hello, World! I'm guaifish.
```

## License

Copyright © 2020 [guaifish](https://github.com/guaifish).
This project is [MIT](https://github.com/guaifish/ccpp-test/blob/master/LICENSE) license.
