This repository archived. Refer to ICON 2.0 aka goloop.
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.
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
Basically you can install ICON Commons package by using pip3
command on your local environment.
ICON Commons package requires the following environments.
- OS: MacOS, Linux
- Windows is not supported
- Python
- Make a virtualenv for Python 3.6.5+ (3.7 is also supported)
- Check your Python version
$ python3 -V Python 3.6.7
- IDE: PyCharm is recommended.
(venv) $ pip3 install iconcommons
This project follows the Apache 2.0 License. Please refer to LICENSE for details.