Metadata-Version: 2.1
Name: slmethod
Version: 0.1.7
Summary: Statistical Learning Method package
Home-page: https://github.com/iOSDevLog/slmethod
Author: Xianhua Jia
Author-email: iosdevlog@iosdevlog.com
License: MIT
Description: # slmethod
        
        [![Build Status](https://travis-ci.org/iOSDevLog/slmethod.svg?branch=master)](https://travis-ci.org/iOSDevLog/slmethod)
        ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/slmethod.svg)
        ![PyPI](https://img.shields.io/pypi/v/slmethod.svg)
        ![PyPI - License](https://img.shields.io/pypi/l/slmethod.svg)
        ![PyPI - Wheel](https://img.shields.io/pypi/wheel/slmethod.svg)
        ![PyPI - Downloads](https://img.shields.io/pypi/dm/slmethod.svg)
        [![Twitter](https://img.shields.io/twitter/url/https/github.com/iOSDevLog/slmethod.svg?style=social)](https://twitter.com/intent/tweet?text=Wow:&url=https%3A%2F%2Fgithub.com%2FiOSDevLog%2Fslmethod)
        
        Statistical Learning Method 统计学习方法
        
        ## PyPI 源加速
        
        ```python
        pip install -i https://pypi.tuna.tsinghua.edu.cn/simple slmethod
        ```
        
        ## 代码规范
        
        参考：<https://docs.python.org/3/tutorial>
        
        ### .vscode/settings.json
        
        ```json
        {
          "python.pythonPath": "/Users/iosdevlog/.Envs/slmethod/bin/python",
          "python.linting.flake8Enabled": true,
          "python.formatting.provider": "yapf",
          "python.linting.flake8Args": ["--max-line-length=248"],
          "python.linting.pylintEnabled": false
        }
        ```
        
        - 字符串使用双引号： **""**
        
        ## 安装
        
        ```sh
        pip install slmethod
        ```
        
        ## 开发
        
        ### 本地开发
        
        ```sh
        pip3 install -e .
        ```
        
        ### 测试
        
        ```sh
        pytest slmethod
        ```
        
        ### 发布
        
        ```sh
        python3 setup.py sdist bdist_wheel
        twine upload dist/*
        ```
        
        ## License
        
        slmethod is released under the MIT license. See [LICENSE](LICENSE) for details.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Description-Content-Type: text/markdown
