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.
- 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.
Installing on MacOS / Linux
(venv) $ pip3 install iconcommons
Reference
License
This project follows the Apache 2.0 License. Please refer to LICENSE for details.
Release files for iconcommons 1.1.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| iconcommons-1.1.3.tar.gz | 8.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| iconcommons-1.1.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 24.3 kB
Release files / iconcommons-1.1.3.tar.gz
| Download URL | iconcommons-1.1.3.tar.gz |
|---|---|
| Size | 8.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
054d5967187e2399f17a476a4244024c79b3929f97eb295c1766ffb669f0ebee
|
|
BLAKE2b-256 checksum How to use checksums |
c442346eb4c114bba8ddd2ae70c0c7b815a81b3d3790f001cb30aee782643ed0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.1 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.7
|
Release files / iconcommons-1.1.3-py3-none-any.whl
| Download URL | iconcommons-1.1.3-py3-none-any.whl |
|---|---|
| Size | 15.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
ff55fd41ef44d106ea90c02e34c516f4ee4390884c932c619d94b5d440197faa
|
|
BLAKE2b-256 checksum How to use checksums |
cb8a0d865c47db8fe48d96e6464f0b5213614d4b43e9982ce3d02f5b97653b03
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.1 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.7
|