Skip to main content

ICON Commmons package for Python

Project description

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.0.5-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.

  • OS: MacOS, Linux

    • Windows is not supported
  • Python

    • Make a virtual environment for Python 3.6.5+
    • Check your Python version
      $ python3 -V
      Python 3.6.7
      
    • IDE: PyCharm is recommended.

Installing on MacOS / Linux

# install the ICON Commons
(venv) $ pip3 install iconcommons

Reference

License

This project follows the Apache 2.0 License. Please refer to LICENSE for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

iconcommons-1.0.5.2.tar.gz (7.6 kB view hashes)

Uploaded Source

Built Distribution

iconcommons-1.0.5.2-py3-none-any.whl (12.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page