Metadata-Version: 2.1
Name: ss-test
Version: 0.0.1a8
Summary: A python module just to test publish
Keywords: test
Maintainer: WendyChiang
Maintainer-email: wendypjchiang@gmail.com
Requires-Python: >=3.7.1,<3.11
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: statsmodels (>=0.13.1,<0.14.0)
Description-Content-Type: text/markdown

# ss-test

test pypi publish

Install

```bash
pip install -i https://test.pypi.org/simple/ ss-test --extra-index-url https://pypi.org/simple
```

## Usage

```
usage: ss-test [-h] [--type {ratio,numeric,boolean}] [--effect EFFECT]

optional arguments:
  -h, --help            show this help message and exit
  --type {ratio,numeric,boolean}
                        The type
  --effect EFFECT       The effect, should be a number/float
```

example:
```bash
ss-test --type numeric --effect 0.5

# output
# Welcome to test pacakage!
# Calculating effect 0.5 of metric type numeric
# And Here's your secret result: 64.0
```
