2020-07-22T09:50:52,307 Created temporary directory: /tmp/pip-ephem-wheel-cache-m54m890c 2020-07-22T09:50:52,311 Created temporary directory: /tmp/pip-req-tracker-ll3k0y62 2020-07-22T09:50:52,312 Initialized build tracking at /tmp/pip-req-tracker-ll3k0y62 2020-07-22T09:50:52,312 Created build tracker: /tmp/pip-req-tracker-ll3k0y62 2020-07-22T09:50:52,313 Entered build tracker: /tmp/pip-req-tracker-ll3k0y62 2020-07-22T09:50:52,314 Created temporary directory: /tmp/pip-wheel-u8e4wsys 2020-07-22T09:50:52,331 1 location(s) to search for versions of decanter-ai-core-sdk: 2020-07-22T09:50:52,331 * https://pypi.org/simple/decanter-ai-core-sdk/ 2020-07-22T09:50:52,332 Fetching project page and analyzing links: https://pypi.org/simple/decanter-ai-core-sdk/ 2020-07-22T09:50:52,333 Getting page https://pypi.org/simple/decanter-ai-core-sdk/ 2020-07-22T09:50:52,336 Found index url https://pypi.org/simple 2020-07-22T09:50:52,540 Found link https://files.pythonhosted.org/packages/ef/1a/1f2fbfae688b98a610fb227c781b7357bb068b5d769ac5804faad385f2c5/decanter-ai-core-sdk-0.0.2.tar.gz#sha256=e7d518fbbf7e487d597a2209fd766d6db26bf72537dfd8554d119133a483fbc7 (from https://pypi.org/simple/decanter-ai-core-sdk/) (requires-python:>=3.7), version: 0.0.2 2020-07-22T09:50:52,541 Skipping link: No binaries permitted for decanter-ai-core-sdk: https://files.pythonhosted.org/packages/d2/e2/4219cfe0127c33a4759a273d8310a719c64696ac88c9b4e6950e65511d34/decanter_ai_core_sdk-0.0.2-py2-none-any.whl#sha256=86f35300982efeec511eb3efc6a0c2833fbc5bb662bbea5d749db8f900097073 (from https://pypi.org/simple/decanter-ai-core-sdk/) (requires-python:>=3.7) 2020-07-22T09:50:52,542 Found link https://files.pythonhosted.org/packages/31/7a/48a5a7117318df81ae293c13735c8447f2e8de910f9fa9bccc411abe543e/decanter-ai-core-sdk-1.0.0.tar.gz#sha256=7e1305714f9f85fa0187e4cdd4805ff48f01b507fe1f0d394ce0e41063ad500d (from https://pypi.org/simple/decanter-ai-core-sdk/) (requires-python:>=3.7), version: 1.0.0 2020-07-22T09:50:52,542 Skipping link: No binaries permitted for decanter-ai-core-sdk: https://files.pythonhosted.org/packages/36/66/fcadb58c9cf899f92f31a4ca948809ad210e85115ba2c925c8ff80ff2556/decanter_ai_core_sdk-1.0.0-py3-none-any.whl#sha256=8d16c456a59d6d156c1f0d6c6ba98acbafda4b880187397873e45ca35a57d0d3 (from https://pypi.org/simple/decanter-ai-core-sdk/) (requires-python:>=3.7) 2020-07-22T09:50:52,550 Given no hashes to check 1 links for project 'decanter-ai-core-sdk': discarding no candidates 2020-07-22T09:50:52,551 Using version 0.0.2 (newest of versions: 0.0.2) 2020-07-22T09:50:52,557 Collecting decanter-ai-core-sdk==0.0.2 2020-07-22T09:50:52,560 Created temporary directory: /tmp/pip-unpack-8oq12bb_ 2020-07-22T09:50:52,813 Downloading decanter-ai-core-sdk-0.0.2.tar.gz (22 kB) 2020-07-22T09:50:53,007 Added decanter-ai-core-sdk==0.0.2 from https://files.pythonhosted.org/packages/ef/1a/1f2fbfae688b98a610fb227c781b7357bb068b5d769ac5804faad385f2c5/decanter-ai-core-sdk-0.0.2.tar.gz#sha256=e7d518fbbf7e487d597a2209fd766d6db26bf72537dfd8554d119133a483fbc7 to build tracker '/tmp/pip-req-tracker-ll3k0y62' 2020-07-22T09:50:53,010 Running setup.py (path:/tmp/pip-wheel-u8e4wsys/decanter-ai-core-sdk/setup.py) egg_info for package decanter-ai-core-sdk 2020-07-22T09:50:53,012 Created temporary directory: /tmp/pip-pip-egg-info-dwlys3yg 2020-07-22T09:50:53,013 Running command python setup.py egg_info 2020-07-22T09:50:54,987 [![PyPI version](https://badge.fury.io/py/decanter-ai-core-sdk.svg)](https://pypi.org/project/decanter-ai-core-sdk/) 2020-07-22T09:50:54,988 [![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/MoBagel/decanter-ai-core-sdk) 2020-07-22T09:50:54,989 # MoBagel Decanter AI Core SDK 2020-07-22T09:50:54,990 Decanter AI is a powerful AutoML tool which enables everyone to build ML models and make predictions without data science background. With Decanter AI Core SDK, you can integrate Decanter AI into your application more easily with Python. 2020-07-22T09:50:54,991 It supports actions such as data uploading, model training, and prediction to run in a more efficient way and access results more easily. You can also use Decanter AI Core SDK in Jupyter Notebook for better visualization. 2020-07-22T09:50:54,991 To know more about Decanter AI and how you can be benefited with AutoML, visit [MoBagel website](https://mobagel.com/product/) and contact us to try it out! 2020-07-22T09:50:54,992 ## Install 2020-07-22T09:50:54,993 Install and update using pip: 2020-07-22T09:50:54,993 ```bash 2020-07-22T09:50:54,994 pip install decanter-ai-core-sdk 2020-07-22T09:50:54,994 ``` 2020-07-22T09:50:54,995 ## Basic Example: Upload Data 2020-07-22T09:50:54,995 ```python 2020-07-22T09:50:54,996 from decanter import core 2020-07-22T09:50:54,997 core.enable_default_logger() 2020-07-22T09:50:54,997 context = core.Context.create( 2020-07-22T09:50:54,997 username='{usr}', password='{pwd}', host='{decanter-core-server}') 2020-07-22T09:50:54,998 client = core.CoreClient() 2020-07-22T09:50:54,998 train_file = open(train_file_path, 'r') 2020-07-22T09:50:54,999 train_data = client.upload(file=train_file, name="train") 2020-07-22T09:50:54,999 # in jupyter notebook just run the block 2020-07-22T09:50:54,1000 # no need to call context.run() 2020-07-22T09:50:55,000 context.run() 2020-07-22T09:50:55,001 train_data.show() 2020-07-22T09:50:55,002 ``` 2020-07-22T09:50:55,002 ```bash 2020-07-22T09:50:55,003 $ python -m example.file 2020-07-22T09:50:55,003 15:50:09 [ INFO] [Context] no event loop to close 2020-07-22T09:50:55,004 15:50:09 [ INFO] [Context] connect healthy :) 2020-07-22T09:50:55,004 Progress UploadTask_train: 55%|█████████████████████████████████████████ 2020-07-22T09:50:55,005 ``` 2020-07-22T09:50:55,006 ## Tutorial for Jupyter Notebook 2020-07-22T09:50:55,006 If you want to learn how to build ML models with Decanter AI, visit our [jupyter_example.ipynb](https://github.com/MoBagel/decanter-ai-core-sdk/blob/master/examples/jupyter_example.ipynb) for step by step tutorial. 2020-07-22T09:50:55,006 If you need to handle running tasks well, refer to our [jupyter_jobs_handle_example.ipynb](https://github.com/MoBagel/decanter-ai-core-sdk/blob/master/examples/jupyter_jobs_handle_example.ipynb). 2020-07-22T09:50:55,008 ## Documentation 2020-07-22T09:50:55,008 To understand how we design Decanter AI Core SDK, `doc/` contains the complete documentation, including the design system, the use of each API, and the required dependencies to install. Refer to our [document page](https://mobagel.github.io/decanter-ai-core-sdk/index.html) to navigate the complete information. 2020-07-22T09:50:55,009 ## Contributing 2020-07-22T09:50:55,010 For guidance on setting up a development environment and how to make a contribution to Decanter AI Core SDK, see the [contributing guidelines](https://mobagel.github.io/decanter-ai-core-sdk/notes/contributing.html). 2020-07-22T09:50:55,011 ## Links 2020-07-22T09:50:55,012 For more details on design, guidance on setting up a development environment, and SDK usage. 2020-07-22T09:50:55,012 * Code: https://github.com/MoBagel/decanter-ai-core-sdk 2020-07-22T09:50:55,013 * Installation: https://mobagel.github.io/decanter-ai-core-sdk/user/install.html 2020-07-22T09:50:55,013 * API interface: https://mobagel.github.io/decanter-ai-core-sdk/api.html 2020-07-22T09:50:55,014 running egg_info 2020-07-22T09:50:55,014 creating /tmp/pip-pip-egg-info-dwlys3yg/decanter_ai_core_sdk.egg-info 2020-07-22T09:50:55,015 writing /tmp/pip-pip-egg-info-dwlys3yg/decanter_ai_core_sdk.egg-info/PKG-INFO 2020-07-22T09:50:55,019 writing dependency_links to /tmp/pip-pip-egg-info-dwlys3yg/decanter_ai_core_sdk.egg-info/dependency_links.txt 2020-07-22T09:50:55,024 writing requirements to /tmp/pip-pip-egg-info-dwlys3yg/decanter_ai_core_sdk.egg-info/requires.txt 2020-07-22T09:50:55,026 writing top-level names to /tmp/pip-pip-egg-info-dwlys3yg/decanter_ai_core_sdk.egg-info/top_level.txt 2020-07-22T09:50:55,029 writing manifest file '/tmp/pip-pip-egg-info-dwlys3yg/decanter_ai_core_sdk.egg-info/SOURCES.txt' 2020-07-22T09:50:55,321 reading manifest file '/tmp/pip-pip-egg-info-dwlys3yg/decanter_ai_core_sdk.egg-info/SOURCES.txt' 2020-07-22T09:50:55,329 writing manifest file '/tmp/pip-pip-egg-info-dwlys3yg/decanter_ai_core_sdk.egg-info/SOURCES.txt' 2020-07-22T09:50:55,450 Source in /tmp/pip-wheel-u8e4wsys/decanter-ai-core-sdk has version 0.0.2, which satisfies requirement decanter-ai-core-sdk==0.0.2 from https://files.pythonhosted.org/packages/ef/1a/1f2fbfae688b98a610fb227c781b7357bb068b5d769ac5804faad385f2c5/decanter-ai-core-sdk-0.0.2.tar.gz#sha256=e7d518fbbf7e487d597a2209fd766d6db26bf72537dfd8554d119133a483fbc7 2020-07-22T09:50:55,451 Removed decanter-ai-core-sdk==0.0.2 from https://files.pythonhosted.org/packages/ef/1a/1f2fbfae688b98a610fb227c781b7357bb068b5d769ac5804faad385f2c5/decanter-ai-core-sdk-0.0.2.tar.gz#sha256=e7d518fbbf7e487d597a2209fd766d6db26bf72537dfd8554d119133a483fbc7 from build tracker '/tmp/pip-req-tracker-ll3k0y62' 2020-07-22T09:50:55,456 Building wheels for collected packages: decanter-ai-core-sdk 2020-07-22T09:50:55,465 Created temporary directory: /tmp/pip-wheel-stbo8xa_ 2020-07-22T09:50:55,466 Building wheel for decanter-ai-core-sdk (setup.py): started 2020-07-22T09:50:55,467 Destination directory: /tmp/pip-wheel-stbo8xa_ 2020-07-22T09:50:55,467 Running command /usr/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-wheel-u8e4wsys/decanter-ai-core-sdk/setup.py'"'"'; __file__='"'"'/tmp/pip-wheel-u8e4wsys/decanter-ai-core-sdk/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-stbo8xa_ 2020-07-22T09:50:57,041 [![PyPI version](https://badge.fury.io/py/decanter-ai-core-sdk.svg)](https://pypi.org/project/decanter-ai-core-sdk/) 2020-07-22T09:50:57,042 [![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/MoBagel/decanter-ai-core-sdk) 2020-07-22T09:50:57,043 # MoBagel Decanter AI Core SDK 2020-07-22T09:50:57,043 Decanter AI is a powerful AutoML tool which enables everyone to build ML models and make predictions without data science background. With Decanter AI Core SDK, you can integrate Decanter AI into your application more easily with Python. 2020-07-22T09:50:57,044 It supports actions such as data uploading, model training, and prediction to run in a more efficient way and access results more easily. You can also use Decanter AI Core SDK in Jupyter Notebook for better visualization. 2020-07-22T09:50:57,045 To know more about Decanter AI and how you can be benefited with AutoML, visit [MoBagel website](https://mobagel.com/product/) and contact us to try it out! 2020-07-22T09:50:57,046 ## Install 2020-07-22T09:50:57,046 Install and update using pip: 2020-07-22T09:50:57,047 ```bash 2020-07-22T09:50:57,047 pip install decanter-ai-core-sdk 2020-07-22T09:50:57,048 ``` 2020-07-22T09:50:57,048 ## Basic Example: Upload Data 2020-07-22T09:50:57,049 ```python 2020-07-22T09:50:57,049 from decanter import core 2020-07-22T09:50:57,050 core.enable_default_logger() 2020-07-22T09:50:57,050 context = core.Context.create( 2020-07-22T09:50:57,051 username='{usr}', password='{pwd}', host='{decanter-core-server}') 2020-07-22T09:50:57,051 client = core.CoreClient() 2020-07-22T09:50:57,052 train_file = open(train_file_path, 'r') 2020-07-22T09:50:57,052 train_data = client.upload(file=train_file, name="train") 2020-07-22T09:50:57,053 # in jupyter notebook just run the block 2020-07-22T09:50:57,054 # no need to call context.run() 2020-07-22T09:50:57,054 context.run() 2020-07-22T09:50:57,055 train_data.show() 2020-07-22T09:50:57,055 ``` 2020-07-22T09:50:57,056 ```bash 2020-07-22T09:50:57,056 $ python -m example.file 2020-07-22T09:50:57,057 15:50:09 [ INFO] [Context] no event loop to close 2020-07-22T09:50:57,057 15:50:09 [ INFO] [Context] connect healthy :) 2020-07-22T09:50:57,058 Progress UploadTask_train: 55%|█████████████████████████████████████████ 2020-07-22T09:50:57,058 ``` 2020-07-22T09:50:57,059 ## Tutorial for Jupyter Notebook 2020-07-22T09:50:57,059 If you want to learn how to build ML models with Decanter AI, visit our [jupyter_example.ipynb](https://github.com/MoBagel/decanter-ai-core-sdk/blob/master/examples/jupyter_example.ipynb) for step by step tutorial. 2020-07-22T09:50:57,060 If you need to handle running tasks well, refer to our [jupyter_jobs_handle_example.ipynb](https://github.com/MoBagel/decanter-ai-core-sdk/blob/master/examples/jupyter_jobs_handle_example.ipynb). 2020-07-22T09:50:57,061 ## Documentation 2020-07-22T09:50:57,061 To understand how we design Decanter AI Core SDK, `doc/` contains the complete documentation, including the design system, the use of each API, and the required dependencies to install. Refer to our [document page](https://mobagel.github.io/decanter-ai-core-sdk/index.html) to navigate the complete information. 2020-07-22T09:50:57,063 ## Contributing 2020-07-22T09:50:57,063 For guidance on setting up a development environment and how to make a contribution to Decanter AI Core SDK, see the [contributing guidelines](https://mobagel.github.io/decanter-ai-core-sdk/notes/contributing.html). 2020-07-22T09:50:57,064 ## Links 2020-07-22T09:50:57,065 For more details on design, guidance on setting up a development environment, and SDK usage. 2020-07-22T09:50:57,065 * Code: https://github.com/MoBagel/decanter-ai-core-sdk 2020-07-22T09:50:57,066 * Installation: https://mobagel.github.io/decanter-ai-core-sdk/user/install.html 2020-07-22T09:50:57,066 * API interface: https://mobagel.github.io/decanter-ai-core-sdk/api.html 2020-07-22T09:50:57,402 running bdist_wheel 2020-07-22T09:50:57,416 running build 2020-07-22T09:50:57,417 running build_py 2020-07-22T09:50:57,687 creating build 2020-07-22T09:50:57,687 creating build/lib 2020-07-22T09:50:57,689 creating build/lib/decanter 2020-07-22T09:50:57,692 copying src/decanter/__init__.py -> build/lib/decanter 2020-07-22T09:50:57,697 creating build/lib/decanter/core 2020-07-22T09:50:57,699 copying src/decanter/core/plot.py -> build/lib/decanter/core 2020-07-22T09:50:57,704 copying src/decanter/core/client.py -> build/lib/decanter/core 2020-07-22T09:50:57,710 copying src/decanter/core/context.py -> build/lib/decanter/core 2020-07-22T09:50:57,715 copying src/decanter/core/__init__.py -> build/lib/decanter/core 2020-07-22T09:50:57,722 creating build/lib/decanter/core/core_api 2020-07-22T09:50:57,725 copying src/decanter/core/core_api/model.py -> build/lib/decanter/core/core_api 2020-07-22T09:50:57,732 copying src/decanter/core/core_api/predict_input.py -> build/lib/decanter/core/core_api 2020-07-22T09:50:57,738 copying src/decanter/core/core_api/body_obj.py -> build/lib/decanter/core/core_api 2020-07-22T09:50:57,744 copying src/decanter/core/core_api/api.py -> build/lib/decanter/core/core_api 2020-07-22T09:50:57,749 copying src/decanter/core/core_api/__init__.py -> build/lib/decanter/core/core_api 2020-07-22T09:50:57,753 copying src/decanter/core/core_api/train_input.py -> build/lib/decanter/core/core_api 2020-07-22T09:50:57,761 creating build/lib/decanter/core/extra 2020-07-22T09:50:57,764 copying src/decanter/core/extra/const.py -> build/lib/decanter/core/extra 2020-07-22T09:50:57,770 copying src/decanter/core/extra/decorators.py -> build/lib/decanter/core/extra 2020-07-22T09:50:57,775 copying src/decanter/core/extra/__init__.py -> build/lib/decanter/core/extra 2020-07-22T09:50:57,780 copying src/decanter/core/extra/utils.py -> build/lib/decanter/core/extra 2020-07-22T09:50:57,786 creating build/lib/decanter/core/jobs 2020-07-22T09:50:57,788 copying src/decanter/core/jobs/experiment.py -> build/lib/decanter/core/jobs 2020-07-22T09:50:57,794 copying src/decanter/core/jobs/predict_result.py -> build/lib/decanter/core/jobs 2020-07-22T09:50:57,800 copying src/decanter/core/jobs/data_upload.py -> build/lib/decanter/core/jobs 2020-07-22T09:50:57,807 copying src/decanter/core/jobs/task.py -> build/lib/decanter/core/jobs 2020-07-22T09:50:57,813 copying src/decanter/core/jobs/__init__.py -> build/lib/decanter/core/jobs 2020-07-22T09:50:57,819 copying src/decanter/core/jobs/job.py -> build/lib/decanter/core/jobs 2020-07-22T09:50:57,836 installing to build/bdist.linux-armv7l/wheel 2020-07-22T09:50:57,837 running install 2020-07-22T09:50:57,839 running install_lib 2020-07-22T09:50:57,846 creating build/bdist.linux-armv7l 2020-07-22T09:50:57,847 creating build/bdist.linux-armv7l/wheel 2020-07-22T09:50:57,850 creating build/bdist.linux-armv7l/wheel/decanter 2020-07-22T09:50:57,854 creating build/bdist.linux-armv7l/wheel/decanter/core 2020-07-22T09:50:57,857 creating build/bdist.linux-armv7l/wheel/decanter/core/core_api 2020-07-22T09:50:57,859 copying build/lib/decanter/core/core_api/model.py -> build/bdist.linux-armv7l/wheel/decanter/core/core_api 2020-07-22T09:50:57,866 copying build/lib/decanter/core/core_api/predict_input.py -> build/bdist.linux-armv7l/wheel/decanter/core/core_api 2020-07-22T09:50:57,872 copying build/lib/decanter/core/core_api/body_obj.py -> build/bdist.linux-armv7l/wheel/decanter/core/core_api 2020-07-22T09:50:57,878 copying build/lib/decanter/core/core_api/api.py -> build/bdist.linux-armv7l/wheel/decanter/core/core_api 2020-07-22T09:50:57,884 copying build/lib/decanter/core/core_api/__init__.py -> build/bdist.linux-armv7l/wheel/decanter/core/core_api 2020-07-22T09:50:57,888 copying build/lib/decanter/core/core_api/train_input.py -> build/bdist.linux-armv7l/wheel/decanter/core/core_api 2020-07-22T09:50:57,894 creating build/bdist.linux-armv7l/wheel/decanter/core/extra 2020-07-22T09:50:57,896 copying build/lib/decanter/core/extra/const.py -> build/bdist.linux-armv7l/wheel/decanter/core/extra 2020-07-22T09:50:57,900 copying build/lib/decanter/core/extra/decorators.py -> build/bdist.linux-armv7l/wheel/decanter/core/extra 2020-07-22T09:50:57,906 copying build/lib/decanter/core/extra/__init__.py -> build/bdist.linux-armv7l/wheel/decanter/core/extra 2020-07-22T09:50:57,911 copying build/lib/decanter/core/extra/utils.py -> build/bdist.linux-armv7l/wheel/decanter/core/extra 2020-07-22T09:50:57,916 copying build/lib/decanter/core/plot.py -> build/bdist.linux-armv7l/wheel/decanter/core 2020-07-22T09:50:57,922 copying build/lib/decanter/core/client.py -> build/bdist.linux-armv7l/wheel/decanter/core 2020-07-22T09:50:57,927 copying build/lib/decanter/core/context.py -> build/bdist.linux-armv7l/wheel/decanter/core 2020-07-22T09:50:57,932 copying build/lib/decanter/core/__init__.py -> build/bdist.linux-armv7l/wheel/decanter/core 2020-07-22T09:50:57,937 creating build/bdist.linux-armv7l/wheel/decanter/core/jobs 2020-07-22T09:50:57,939 copying build/lib/decanter/core/jobs/experiment.py -> build/bdist.linux-armv7l/wheel/decanter/core/jobs 2020-07-22T09:50:57,945 copying build/lib/decanter/core/jobs/predict_result.py -> build/bdist.linux-armv7l/wheel/decanter/core/jobs 2020-07-22T09:50:57,952 copying build/lib/decanter/core/jobs/data_upload.py -> build/bdist.linux-armv7l/wheel/decanter/core/jobs 2020-07-22T09:50:57,958 copying build/lib/decanter/core/jobs/task.py -> build/bdist.linux-armv7l/wheel/decanter/core/jobs 2020-07-22T09:50:57,964 copying build/lib/decanter/core/jobs/__init__.py -> build/bdist.linux-armv7l/wheel/decanter/core/jobs 2020-07-22T09:50:57,968 copying build/lib/decanter/core/jobs/job.py -> build/bdist.linux-armv7l/wheel/decanter/core/jobs 2020-07-22T09:50:57,973 copying build/lib/decanter/__init__.py -> build/bdist.linux-armv7l/wheel/decanter 2020-07-22T09:50:57,976 running install_egg_info 2020-07-22T09:50:58,017 running egg_info 2020-07-22T09:50:58,030 writing src/decanter_ai_core_sdk.egg-info/PKG-INFO 2020-07-22T09:50:58,035 writing dependency_links to src/decanter_ai_core_sdk.egg-info/dependency_links.txt 2020-07-22T09:50:58,039 writing requirements to src/decanter_ai_core_sdk.egg-info/requires.txt 2020-07-22T09:50:58,042 writing top-level names to src/decanter_ai_core_sdk.egg-info/top_level.txt 2020-07-22T09:50:58,056 reading manifest file 'src/decanter_ai_core_sdk.egg-info/SOURCES.txt' 2020-07-22T09:50:58,066 writing manifest file 'src/decanter_ai_core_sdk.egg-info/SOURCES.txt' 2020-07-22T09:50:58,069 Copying src/decanter_ai_core_sdk.egg-info to build/bdist.linux-armv7l/wheel/decanter_ai_core_sdk-0.0.2-py3.7.egg-info 2020-07-22T09:50:58,094 running install_scripts 2020-07-22T09:50:58,257 creating build/bdist.linux-armv7l/wheel/decanter_ai_core_sdk-0.0.2.dist-info/WHEEL 2020-07-22T09:50:58,262 creating '/tmp/pip-wheel-stbo8xa_/decanter_ai_core_sdk-0.0.2-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it 2020-07-22T09:50:58,266 adding 'decanter/__init__.py' 2020-07-22T09:50:58,270 adding 'decanter/core/__init__.py' 2020-07-22T09:50:58,273 adding 'decanter/core/client.py' 2020-07-22T09:50:58,276 adding 'decanter/core/context.py' 2020-07-22T09:50:58,279 adding 'decanter/core/plot.py' 2020-07-22T09:50:58,283 adding 'decanter/core/core_api/__init__.py' 2020-07-22T09:50:58,286 adding 'decanter/core/core_api/api.py' 2020-07-22T09:50:58,289 adding 'decanter/core/core_api/body_obj.py' 2020-07-22T09:50:58,292 adding 'decanter/core/core_api/model.py' 2020-07-22T09:50:58,294 adding 'decanter/core/core_api/predict_input.py' 2020-07-22T09:50:58,297 adding 'decanter/core/core_api/train_input.py' 2020-07-22T09:50:58,301 adding 'decanter/core/extra/__init__.py' 2020-07-22T09:50:58,303 adding 'decanter/core/extra/const.py' 2020-07-22T09:50:58,306 adding 'decanter/core/extra/decorators.py' 2020-07-22T09:50:58,308 adding 'decanter/core/extra/utils.py' 2020-07-22T09:50:58,312 adding 'decanter/core/jobs/__init__.py' 2020-07-22T09:50:58,315 adding 'decanter/core/jobs/data_upload.py' 2020-07-22T09:50:58,318 adding 'decanter/core/jobs/experiment.py' 2020-07-22T09:50:58,321 adding 'decanter/core/jobs/job.py' 2020-07-22T09:50:58,324 adding 'decanter/core/jobs/predict_result.py' 2020-07-22T09:50:58,327 adding 'decanter/core/jobs/task.py' 2020-07-22T09:50:58,332 adding 'decanter_ai_core_sdk-0.0.2.dist-info/METADATA' 2020-07-22T09:50:58,334 adding 'decanter_ai_core_sdk-0.0.2.dist-info/WHEEL' 2020-07-22T09:50:58,336 adding 'decanter_ai_core_sdk-0.0.2.dist-info/top_level.txt' 2020-07-22T09:50:58,337 adding 'decanter_ai_core_sdk-0.0.2.dist-info/RECORD' 2020-07-22T09:50:58,341 removing build/bdist.linux-armv7l/wheel 2020-07-22T09:50:58,503 Building wheel for decanter-ai-core-sdk (setup.py): finished with status 'done' 2020-07-22T09:50:58,507 Created wheel for decanter-ai-core-sdk: filename=decanter_ai_core_sdk-0.0.2-py3-none-any.whl size=30218 sha256=153f7a267a82f37350e8ba913f78ff729affc03870c3be0e61ecb8c73c74a119 2020-07-22T09:50:58,508 Stored in directory: /tmp/pip-ephem-wheel-cache-m54m890c/wheels/ec/c7/3e/3a7ff4f1e0a3e63c8a8707e9eff04c39fc967192a77b6ef26a 2020-07-22T09:50:58,511 Successfully built decanter-ai-core-sdk 2020-07-22T09:50:58,523 Removed build tracker: '/tmp/pip-req-tracker-ll3k0y62'