Skip to content

SDK for WISE-PaaS AFS to analytics developer.

License

Notifications You must be signed in to change notification settings

WISE-AIFS/afs2-model

Repository files navigation

AFS2-MODEL SDK

Documentation Status Build Status

Documents

Reference documents Readthedocs

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