ICON Commons
ICON Commons is a utility project which is used for running T-Bears and ICON Service.
This project provides some utility classes for setting configuration data and logging.
Building from Source
After checking out the source code, create a virtual environment and run the build script in the source directory as follows.
$ virtualenv -p python3 venv # create a virtual environment
$ source venv/bin/activate # switch to the virtual environment
(venv) $ ./build.sh # run the build script
(venv) $ ls dist/ # check the generated wheel file
iconcommons-1.1.3-py3-none-any.whl
Installation
Basically you can install ICON Commons package by using pip3
command on your local environment.
Requirements
ICON Commons package requires the following environments.
Installing on MacOS / Linux
(venv) $ pip3 install iconcommons
Reference
License
This project follows the Apache 2.0 License. Please refer to LICENSE for details.