xhmonitor

a lib for Performance monitoring


Keywords
pypi, python3
License
MIT
Install
pip install xhmonitor==0.0.2

Documentation

  • 个人pypi源码仓库

  • newpypi.py 创建新的pypi项目,使用方法:

usage: newpypi.py [-h] [-pv PYVERSION] -d DESCRIPTION pypi-name

创建新的pypi项目

positional arguments:
  pypi-name             pypi文件夹名

optional arguments:
  -h, --help            show this help message and exit
  -pv PYVERSION, --pyversion PYVERSION
                        支持的python版本
  -d DESCRIPTION, --description DESCRIPTION
                        pypi库的描述
  • upload.sh 上传pypi项目,使用方法:

    bash upload.sh name1 name2