Metadata-Version: 2.1
Name: afs2-model
Version: 2.1.27
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
Keywords: AFS,WISE-PaaS,EI-PaaS,AI framework service,afs-sdk,ADVANTECH
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: urllib3
Requires-Dist: botocore
Requires-Dist: pyyaml
Requires-Dist: click

# AFS2-MODEL SDK

[![Documentation Status](https://readthedocs.org/projects/afs-sdk/badge/?version=latest)](https://afs-sdk.readthedocs.io/en/latest/?badge=latest) [![Build Status](https://travis-ci.com/benchuang11046/afs2-model.svg?branch=master)](https://travis-ci.com/benchuang11046/afs2-model)


## Documents
Reference documents [Readthedocs](https://afs-sdk.readthedocs.io/en/latest/overview.html)


## Installation

Support python version 3.6 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/ 


