AFS2-MODEL SDK

https://readthedocs.org/projects/afs-sdk/badge/?version=latestDocumentation Status https://travis-ci.com/benchuang11046/afs2-model.svg?branch=masterBuild Status

Documents

Reference documents Readthedocs

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
  1. .whl will be in dist/