Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy
 

How to install cmasher via python pip




cmasher - Scientific colormaps for making accessible, informative and 'cmashing' plots, it belongs to Classifiers:

- Framework :: Matplotlib
- Operating System :: Unix
- Topic :: Scientific/Engineering :: Visualization

When you know about this project and you want to new install cmasher to support your project or you get trouble as ModuleNotFoundError: No module named "cmasher" or ImportError: cannot import name "cmasher" in your project, let follow this tutorial to install cmasher



Installation:

Step 1: First, ensure you installed pip in your os, to check pip has been installed on your computer

In Windows (CMD):

py -m pip --version

In Unix/macOS:

python3 -m pip --version

Ensure pip, setuptools, and wheel are up to date:

In Windows (CMD):

py -m pip install --upgrade pip setuptools wheel

In Unix/macOS:

python3 -m pip install --upgrade pip setuptools wheel


Optional - If you want to install in virtual environment:

In Windows (CMD):

- Install virtualenv - if you installed it, please ignore

py -m pip install --user virtualenv

- Create a virtual environment

py -m venv test_cmasher_env

- Active the virtual environment

test_cmasher_env\Scripts\active

In Unix/macOS:

- Install virtualenv - if you installed it, please ignore

pip3 install virtualenv

- Create a virtual environment

python3 -m venv test_cmasher_env

- Active the virtual environment

source test_cmasher_env/bin/active


Step 2: OK, now, let flow below content to start the installation cmasher

To install cmasher on Windows(CMD):

py -m pip install cmasher

To install cmasher on Unix/macOs:

pip install cmasher


Step 3: If you want to install a specific cmasher version, add ==<cmasher version> to the end command line

Example:

pip install cmasher==1.0.0


Please see the version list below table:

VersionReleased dateCommand
cmasher 1.6.32021-11-09T12:37:04Windows:

py -m pip install cmasher==1.6.3

Unix/macOs:

pip install cmasher==1.6.3

cmasher 1.6.22021-05-25T03:53:50Windows:

py -m pip install cmasher==1.6.2

Unix/macOs:

pip install cmasher==1.6.2

cmasher 1.6.12021-05-11T06:38:07Windows:

py -m pip install cmasher==1.6.1

Unix/macOs:

pip install cmasher==1.6.1

cmasher 1.6.02021-04-06T02:45:08Windows:

py -m pip install cmasher==1.6.0

Unix/macOs:

pip install cmasher==1.6.0

cmasher 1.5.102021-02-12T06:00:28Windows:

py -m pip install cmasher==1.5.10

Unix/macOs:

pip install cmasher==1.5.10

cmasher 1.5.92021-02-12T03:57:59Windows:

py -m pip install cmasher==1.5.9

Unix/macOs:

pip install cmasher==1.5.9

cmasher 1.5.82021-01-25T00:45:18Windows:

py -m pip install cmasher==1.5.8

Unix/macOs:

pip install cmasher==1.5.8

cmasher 1.5.72020-11-30T02:46:42Windows:

py -m pip install cmasher==1.5.7

Unix/macOs:

pip install cmasher==1.5.7

cmasher 1.5.6 yanked2020-11-30T01:14:16Windows:

py -m pip install cmasher==1.5.6                                                                          yanked

Unix/macOs:

pip install cmasher==1.5.6                                                                          yanked

cmasher 1.5.52020-10-30T04:44:08Windows:

py -m pip install cmasher==1.5.5

Unix/macOs:

pip install cmasher==1.5.5

cmasher 1.5.42020-10-01T04:28:03Windows:

py -m pip install cmasher==1.5.4

Unix/macOs:

pip install cmasher==1.5.4

cmasher 1.5.32020-09-21T04:09:57Windows:

py -m pip install cmasher==1.5.3

Unix/macOs:

pip install cmasher==1.5.3

cmasher 1.5.22020-09-14T12:38:15Windows:

py -m pip install cmasher==1.5.2

Unix/macOs:

pip install cmasher==1.5.2

cmasher 1.5.12020-08-14T04:38:41Windows:

py -m pip install cmasher==1.5.1

Unix/macOs:

pip install cmasher==1.5.1

cmasher 1.5.02020-08-11T04:56:15Windows:

py -m pip install cmasher==1.5.0

Unix/macOs:

pip install cmasher==1.5.0

cmasher 1.4.32020-08-03T02:03:56Windows:

py -m pip install cmasher==1.4.3

Unix/macOs:

pip install cmasher==1.4.3

cmasher 1.4.22020-07-30T02:42:33Windows:

py -m pip install cmasher==1.4.2

Unix/macOs:

pip install cmasher==1.4.2

cmasher 1.4.12020-07-21T07:01:40Windows:

py -m pip install cmasher==1.4.1

Unix/macOs:

pip install cmasher==1.4.1

cmasher 1.4.02020-07-20T10:14:23Windows:

py -m pip install cmasher==1.4.0

Unix/macOs:

pip install cmasher==1.4.0

cmasher 1.3.52020-07-07T05:24:47Windows:

py -m pip install cmasher==1.3.5

Unix/macOs:

pip install cmasher==1.3.5

cmasher 1.3.42020-06-20T03:59:20Windows:

py -m pip install cmasher==1.3.4

Unix/macOs:

pip install cmasher==1.3.4

cmasher 1.3.32020-06-19T11:28:08Windows:

py -m pip install cmasher==1.3.3

Unix/macOs:

pip install cmasher==1.3.3

cmasher 1.3.22020-06-05T01:43:01Windows:

py -m pip install cmasher==1.3.2

Unix/macOs:

pip install cmasher==1.3.2

cmasher 1.3.12020-05-14T06:31:42Windows:

py -m pip install cmasher==1.3.1

Unix/macOs:

pip install cmasher==1.3.1

cmasher 1.3.02020-04-01T02:03:36Windows:

py -m pip install cmasher==1.3.0

Unix/macOs:

pip install cmasher==1.3.0

cmasher 1.2.32020-02-28T04:12:08Windows:

py -m pip install cmasher==1.2.3

Unix/macOs:

pip install cmasher==1.2.3

cmasher 1.2.22020-02-04T23:39:49Windows:

py -m pip install cmasher==1.2.2

Unix/macOs:

pip install cmasher==1.2.2

cmasher 1.2.12020-01-25T00:40:14Windows:

py -m pip install cmasher==1.2.1

Unix/macOs:

pip install cmasher==1.2.1

cmasher 1.2.02020-01-06T08:15:57Windows:

py -m pip install cmasher==1.2.0

Unix/macOs:

pip install cmasher==1.2.0

cmasher 1.1.52020-01-06T00:52:54Windows:

py -m pip install cmasher==1.1.5

Unix/macOs:

pip install cmasher==1.1.5

cmasher 1.1.42020-01-04T02:34:20Windows:

py -m pip install cmasher==1.1.4

Unix/macOs:

pip install cmasher==1.1.4

cmasher 1.1.32020-01-03T01:15:45Windows:

py -m pip install cmasher==1.1.3

Unix/macOs:

pip install cmasher==1.1.3

cmasher 1.1.22020-01-02T09:01:34Windows:

py -m pip install cmasher==1.1.2

Unix/macOs:

pip install cmasher==1.1.2

cmasher 1.1.12019-12-23T04:56:25Windows:

py -m pip install cmasher==1.1.1

Unix/macOs:

pip install cmasher==1.1.1

cmasher 1.1.02019-12-06T11:53:25Windows:

py -m pip install cmasher==1.1.0

Unix/macOs:

pip install cmasher==1.1.0

cmasher 1.0.52019-12-06T03:57:52Windows:

py -m pip install cmasher==1.0.5

Unix/macOs:

pip install cmasher==1.0.5

cmasher 1.0.42019-12-02T09:45:49Windows:

py -m pip install cmasher==1.0.4

Unix/macOs:

pip install cmasher==1.0.4

cmasher 1.0.32019-12-01T12:15:04Windows:

py -m pip install cmasher==1.0.3

Unix/macOs:

pip install cmasher==1.0.3

cmasher 1.0.22019-11-29T06:11:34Windows:

py -m pip install cmasher==1.0.2

Unix/macOs:

pip install cmasher==1.0.2

cmasher 1.0.12019-11-25T00:43:03Windows:

py -m pip install cmasher==1.0.1

Unix/macOs:

pip install cmasher==1.0.1

cmasher 1.0.02019-11-16T09:24:05Windows:

py -m pip install cmasher==1.0.0

Unix/macOs:

pip install cmasher==1.0.0


Step 4: Otherwise, you can install cmasher from local archives:

Download the distribution file from cmasher-1.6.3.tar.gz or the specific cmasher version in the below list of distribution

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_cmasher_downloaded_file>

On Unix/macOs:

pip install <path_to_cmasher_downloaded_file>


List distribution:

- cmasher-1.0.0-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- cmasher-1.0.0.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- cmasher-1.0.1-py2-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- cmasher-1.0.1-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- cmasher-1.0.1-py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- cmasher-1.0.1.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- cmasher-1.0.2-py2-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- cmasher-1.0.2-py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- cmasher-1.0.2.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- cmasher-1.0.3-py2-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- cmasher-1.0.3-py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- cmasher-1.0.3.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- cmasher-1.0.4-py2-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- cmasher-1.0.4-py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- cmasher-1.0.4.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- cmasher-1.0.5-py2-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- cmasher-1.0.5-py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- cmasher-1.0.5.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- cmasher-1.1.0-py2-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- cmasher-1.1.0-py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- cmasher-1.1.0.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- cmasher-1.1.1-py2-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- cmasher-1.1.1-py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- cmasher-1.1.1.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- cmasher-1.1.2-py2-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- cmasher-1.1.2-py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- cmasher-1.1.2.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- cmasher-1.1.3-py2-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- cmasher-1.1.3-py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- cmasher-1.1.3.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- cmasher-1.1.4-py2-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- cmasher-1.1.4-py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- cmasher-1.1.4.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- cmasher-1.1.5-py2-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- cmasher-1.1.5-py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- cmasher-1.1.5.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- cmasher-1.2.0-py2-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- cmasher-1.2.0-py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- cmasher-1.2.0.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- cmasher-1.2.1-py2-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- cmasher-1.2.1-py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- cmasher-1.2.1.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- cmasher-1.2.2-py2-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- cmasher-1.2.2-py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- cmasher-1.2.2.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- cmasher-1.2.3-py2-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- cmasher-1.2.3-py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- cmasher-1.2.3.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- cmasher-1.3.0-py2-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- cmasher-1.3.0-py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- cmasher-1.3.0.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- cmasher-1.3.1-py2-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- cmasher-1.3.1-py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- cmasher-1.3.1.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- cmasher-1.3.2-py2-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- cmasher-1.3.2-py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- cmasher-1.3.2.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- cmasher-1.3.3-py2-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- cmasher-1.3.3-py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- cmasher-1.3.3.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- cmasher-1.3.4-py2-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- cmasher-1.3.4-py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- cmasher-1.3.4.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- cmasher-1.3.5-py2-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- cmasher-1.3.5-py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- cmasher-1.3.5.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- cmasher-1.4.0-py2-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- cmasher-1.4.0-py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- cmasher-1.4.0.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- cmasher-1.4.1-py2-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- cmasher-1.4.1-py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- cmasher-1.4.1.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- cmasher-1.4.2-py2-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- cmasher-1.4.2-py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- cmasher-1.4.2.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- cmasher-1.4.3-py2-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- cmasher-1.4.3-py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- cmasher-1.4.3.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- cmasher-1.5.0-py3-none-any.whl (python version >=3.5, <4)
- cmasher-1.5.0.tar.gz (python version >=3.5, <4)
- cmasher-1.5.1-py3-none-any.whl (python version >=3.5, <4)
- cmasher-1.5.1.tar.gz (python version >=3.5, <4)
- cmasher-1.5.2-py3-none-any.whl (python version >=3.5, <4)
- cmasher-1.5.2.tar.gz (python version >=3.5, <4)
- cmasher-1.5.3-py3-none-any.whl (python version >=3.5, <4)
- cmasher-1.5.3.tar.gz (python version >=3.5, <4)
- cmasher-1.5.4-py3-none-any.whl (python version >=3.5, <4)
- cmasher-1.5.4.tar.gz (python version >=3.5, <4)
- cmasher-1.5.5-py3-none-any.whl (python version >=3.5, <4)
- cmasher-1.5.5.tar.gz (python version >=3.5, <4)
- cmasher-1.5.6-py3-none-any.whl (python version >=3.5, <4)
- cmasher-1.5.6.tar.gz (python version >=3.5, <4)
- cmasher-1.5.7-py3-none-any.whl (python version >=3.5, <4)
- cmasher-1.5.7.tar.gz (python version >=3.5, <4)
- cmasher-1.5.8-py3-none-any.whl (python version >=3.6, <4)
- cmasher-1.5.8.tar.gz (python version >=3.6, <4)
- cmasher-1.5.9-py3-none-any.whl (python version >=3.6, <4)
- cmasher-1.5.9.tar.gz (python version >=3.6, <4)
- cmasher-1.5.10-py3-none-any.whl (python version >=3.6, <4)
- cmasher-1.5.10.tar.gz (python version >=3.6, <4)
- cmasher-1.6.0-py3-none-any.whl (python version >=3.6, <4)
- cmasher-1.6.0.tar.gz (python version >=3.6, <4)
- cmasher-1.6.1-py3-none-any.whl (python version >=3.6, <4)
- cmasher-1.6.1.tar.gz (python version >=3.6, <4)
- cmasher-1.6.2-py3-none-any.whl (python version >=3.6, <4)
- cmasher-1.6.2.tar.gz (python version >=3.6, <4)
- cmasher-1.6.3-py3-none-any.whl (python version >=3.6, <4)
- cmasher-1.6.3.tar.gz (python version >=3.6, <4)


Project link:

- Homepage
- Documentation
- Source Code