Metadata-Version: 2.1
Name: afs2-model
Version: 2.1.13
Summary: For AFS developer to develop analytics
Home-page: https://github.com/benchuang11046/afs2-model
Author: WISE-PaaS/AFS
Author-email: ben2019.chuang@advantech.com.tw
License: Apache License 2.0
Description: # AFS2-MODEL SDK
        
        [![Documentation Status](https://readthedocs.org/projects/afs-sdk/badge/?version=latest)](https://afs-sdk.readthedocs.io/en/latest/?badge=latest)
        
        
        ## Documents
        Reference documents [Readthedocs](https://afs-sdk.readthedocs.io/en/latest/overview.html)
        
        
        ## Installation
        
        Support python version 3.5 or later
        
        
        ### pip install on AFS notebook
        
        
        AFS provides the release version SDK on private pypi server. Run the following command on notebook cell to install SDK:
         
        ```
        !pip install afs2-model
        ```
        
        List the installed packages.
        
        
        ## Develop
        
        
        ### (For SDK developer) From sources
        
        1. Clone the repository to local.
        
        2. To build the library run:
        ```
        $ python setup.py install
        ```
        
        ### (For SDK developer) Build from source
        
        1. Clone the repository to local.
        
        2. To build the wheel package:
        ```
        $ python setup.py bdist_wheel
        ```
        
        3. .whl will be in dist/ 
Keywords: AFS,WISE-PaaS,EI-PaaS,AI framework service,afs-sdk,ADVANTECH
Platform: UNKNOWN
Description-Content-Type: text/markdown
