chenjr0719 / afs

SDK for EI-PAAS AFS(Analytics Framework Service) to analytics developer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AFS SDK

Documentation 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 afs

List the installed packages.

Imgur

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/

About

SDK for EI-PAAS AFS(Analytics Framework Service) to analytics developer.


Languages

Language:Python 93.2%Language:Jupyter Notebook 6.8%