Metadata-Version: 2.1
Name: phcli
Version: 1.1.0
Summary: pharbers dag scheduler config
Home-page: UNKNOWN
Author: Alfred Yang
Author-email: alfredyang@pharbers.com
Maintainer: ClockQ,AlexQian
Maintainer-email: zyqi@pharbers.com,pqian@pharbers.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=2.7
Description-Content-Type: text/markdown
Requires-Dist: click
Requires-Dist: boto3
Requires-Dist: pyyaml
Requires-Dist: pandas
Requires-Dist: xlrd
Requires-Dist: pypinyin
Requires-Dist: psycopg2
Requires-Dist: sqlalchemy

# phDagCommand
Pharbers Python 工具集合

## 打包和发布方式
```androiddatabinding
# pipy 打包发布方式
1. 修改 setup.py 中的 setuptools.setup.version 
2. 修改 ph_max_auto/ph_runtime/ph_python3.py 中的 submit_file
3. 修改 file/ph_max_auto/phDagJob-*.tmp 中的 install_phcli
   并将 file/ph_max_auto/phDagJob-*.tmp 上传到 s3://ph-platform/*/template/python/phcli/maxauto/ 下
4. 修改 ph_max_auto/define_value.py 中新的模板文件版本

5. 打包
$ python setup.py sdist bdist_egg bdist_wheel

6. 上传
发布 pypi 
$ python -m twine upload dist/*
将生成的 dist/phcli-XXX-py3.8.egg 添加到 s3://ph-platform/*/jobs/python/phcli/common/ 下

# zip 打包方式(scala 调用方式)
$ python setup.py sdist --formats=zip
```

## 安装方式
```androiddatabinding
$ pip install phcli
```

## 使用方法
```androiddatabinding
> phcli -h
```


