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

How to install changeforest via python pip




changeforest - Classifier based non-parametric change point detection, it belongs to Classifiers:

- License :: OSI Approved :: BSD License
- Programming Language :: Python

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



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_changeforest_env

- Active the virtual environment

test_changeforest_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_changeforest_env

- Active the virtual environment

source test_changeforest_env/bin/active


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

To install changeforest on Windows(CMD):

py -m pip install changeforest

To install changeforest on Unix/macOs:

pip install changeforest


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

Example:

pip install changeforest==0.1.0


Please see the version list below table:

VersionReleased dateCommand
changeforest 0.7.22022-05-09T18:33:25Windows:

py -m pip install changeforest==0.7.2

Unix/macOs:

pip install changeforest==0.7.2

changeforest 0.7.12022-05-02T16:57:17Windows:

py -m pip install changeforest==0.7.1

Unix/macOs:

pip install changeforest==0.7.1

changeforest 0.7.02022-04-08T14:09:18Windows:

py -m pip install changeforest==0.7.0

Unix/macOs:

pip install changeforest==0.7.0

changeforest 0.6.12022-04-06T13:28:40Windows:

py -m pip install changeforest==0.6.1

Unix/macOs:

pip install changeforest==0.6.1

changeforest 0.6.02022-03-17T10:55:13Windows:

py -m pip install changeforest==0.6.0

Unix/macOs:

pip install changeforest==0.6.0

changeforest 0.5.12022-03-16T21:48:33Windows:

py -m pip install changeforest==0.5.1

Unix/macOs:

pip install changeforest==0.5.1

changeforest 0.5.02022-03-15T11:30:45Windows:

py -m pip install changeforest==0.5.0

Unix/macOs:

pip install changeforest==0.5.0

changeforest 0.4.42022-02-22T17:36:14Windows:

py -m pip install changeforest==0.4.4

Unix/macOs:

pip install changeforest==0.4.4

changeforest 0.4.32022-01-29T17:55:35Windows:

py -m pip install changeforest==0.4.3

Unix/macOs:

pip install changeforest==0.4.3

changeforest 0.4.22022-01-21T10:13:07Windows:

py -m pip install changeforest==0.4.2

Unix/macOs:

pip install changeforest==0.4.2

changeforest 0.4.12022-01-13T16:31:49Windows:

py -m pip install changeforest==0.4.1

Unix/macOs:

pip install changeforest==0.4.1

changeforest 0.4.02022-01-11T17:48:58Windows:

py -m pip install changeforest==0.4.0

Unix/macOs:

pip install changeforest==0.4.0

changeforest 0.3.02021-12-15T14:14:21Windows:

py -m pip install changeforest==0.3.0

Unix/macOs:

pip install changeforest==0.3.0

changeforest 0.2.12021-12-13T21:01:07Windows:

py -m pip install changeforest==0.2.1

Unix/macOs:

pip install changeforest==0.2.1

changeforest 0.2.02021-12-10T10:36:20Windows:

py -m pip install changeforest==0.2.0

Unix/macOs:

pip install changeforest==0.2.0

changeforest 0.1.12021-11-25T15:41:07Windows:

py -m pip install changeforest==0.1.1

Unix/macOs:

pip install changeforest==0.1.1

changeforest 0.1.02021-11-24T11:03:03Windows:

py -m pip install changeforest==0.1.0

Unix/macOs:

pip install changeforest==0.1.0


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

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

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_changeforest_downloaded_file>

On Unix/macOs:

pip install <path_to_changeforest_downloaded_file>


List distribution:

- changeforest-0.1.0-cp310-cp310-macosx_10_7_x86_64.whl
- changeforest-0.1.0-cp310-cp310-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
- changeforest-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- changeforest-0.1.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
- changeforest-0.1.0-cp310-none-win_amd64.whl
- changeforest-0.1.0-cp37-cp37m-macosx_10_7_x86_64.whl
- changeforest-0.1.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- changeforest-0.1.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
- changeforest-0.1.0-cp37-none-win_amd64.whl
- changeforest-0.1.0-cp38-cp38-macosx_10_7_x86_64.whl
- changeforest-0.1.0-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
- changeforest-0.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- changeforest-0.1.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
- changeforest-0.1.0-cp38-none-win_amd64.whl
- changeforest-0.1.0-cp39-cp39-macosx_10_7_x86_64.whl
- changeforest-0.1.0-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
- changeforest-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- changeforest-0.1.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
- changeforest-0.1.0-cp39-none-win_amd64.whl
- changeforest-0.1.0.tar.gz
- changeforest-0.1.1-cp310-cp310-macosx_10_7_x86_64.whl (python version >=3.7)
- changeforest-0.1.1-cp310-cp310-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (python version >=3.7)
- changeforest-0.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.7)
- changeforest-0.1.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (python version >=3.7)
- changeforest-0.1.1-cp310-none-win_amd64.whl (python version >=3.7)
- changeforest-0.1.1-cp37-cp37m-macosx_10_7_x86_64.whl (python version >=3.7)
- changeforest-0.1.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.7)
- changeforest-0.1.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (python version >=3.7)
- changeforest-0.1.1-cp37-none-win_amd64.whl (python version >=3.7)
- changeforest-0.1.1-cp38-cp38-macosx_10_7_x86_64.whl (python version >=3.7)
- changeforest-0.1.1-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (python version >=3.7)
- changeforest-0.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.7)
- changeforest-0.1.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (python version >=3.7)
- changeforest-0.1.1-cp38-none-win_amd64.whl (python version >=3.7)
- changeforest-0.1.1-cp39-cp39-macosx_10_7_x86_64.whl (python version >=3.7)
- changeforest-0.1.1-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (python version >=3.7)
- changeforest-0.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.7)
- changeforest-0.1.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (python version >=3.7)
- changeforest-0.1.1-cp39-none-win_amd64.whl (python version >=3.7)
- changeforest-0.1.1.tar.gz (python version >=3.7)
- changeforest-0.2.0-cp310-cp310-macosx_10_7_x86_64.whl (python version >=3.7)
- changeforest-0.2.0-cp310-cp310-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (python version >=3.7)
- changeforest-0.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.7)
- changeforest-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- changeforest-0.2.0-cp310-none-win_amd64.whl (python version >=3.7)
- changeforest-0.2.0-cp37-cp37m-macosx_10_7_x86_64.whl (python version >=3.7)
- changeforest-0.2.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.7)
- changeforest-0.2.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- changeforest-0.2.0-cp37-none-win_amd64.whl (python version >=3.7)
- changeforest-0.2.0-cp38-cp38-macosx_10_7_x86_64.whl (python version >=3.7)
- changeforest-0.2.0-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (python version >=3.7)
- changeforest-0.2.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.7)
- changeforest-0.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- changeforest-0.2.0-cp38-none-win_amd64.whl (python version >=3.7)
- changeforest-0.2.0-cp39-cp39-macosx_10_7_x86_64.whl (python version >=3.7)
- changeforest-0.2.0-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (python version >=3.7)
- changeforest-0.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.7)
- changeforest-0.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- changeforest-0.2.0-cp39-none-win_amd64.whl (python version >=3.7)
- changeforest-0.2.0.tar.gz (python version >=3.7)
- changeforest-0.2.1-cp310-cp310-macosx_10_7_x86_64.whl (python version >=3.7)
- changeforest-0.2.1-cp310-cp310-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (python version >=3.7)
- changeforest-0.2.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.7)
- changeforest-0.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- changeforest-0.2.1-cp310-none-win_amd64.whl (python version >=3.7)
- changeforest-0.2.1-cp37-cp37m-macosx_10_7_x86_64.whl (python version >=3.7)
- changeforest-0.2.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.7)
- changeforest-0.2.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- changeforest-0.2.1-cp37-none-win_amd64.whl (python version >=3.7)
- changeforest-0.2.1-cp38-cp38-macosx_10_7_x86_64.whl (python version >=3.7)
- changeforest-0.2.1-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (python version >=3.7)
- changeforest-0.2.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.7)
- changeforest-0.2.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- changeforest-0.2.1-cp38-none-win_amd64.whl (python version >=3.7)
- changeforest-0.2.1-cp39-cp39-macosx_10_7_x86_64.whl (python version >=3.7)
- changeforest-0.2.1-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (python version >=3.7)
- changeforest-0.2.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.7)
- changeforest-0.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- changeforest-0.2.1-cp39-none-win_amd64.whl (python version >=3.7)
- changeforest-0.2.1.tar.gz (python version >=3.7)
- changeforest-0.3.0-cp310-cp310-macosx_10_7_x86_64.whl (python version >=3.7)
- changeforest-0.3.0-cp310-cp310-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (python version >=3.7)
- changeforest-0.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.7)
- changeforest-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- changeforest-0.3.0-cp310-none-win_amd64.whl (python version >=3.7)
- changeforest-0.3.0-cp37-cp37m-macosx_10_7_x86_64.whl (python version >=3.7)
- changeforest-0.3.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.7)
- changeforest-0.3.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- changeforest-0.3.0-cp37-none-win_amd64.whl (python version >=3.7)
- changeforest-0.3.0-cp38-cp38-macosx_10_7_x86_64.whl (python version >=3.7)
- changeforest-0.3.0-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (python version >=3.7)
- changeforest-0.3.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.7)
- changeforest-0.3.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- changeforest-0.3.0-cp38-none-win_amd64.whl (python version >=3.7)
- changeforest-0.3.0-cp39-cp39-macosx_10_7_x86_64.whl (python version >=3.7)
- changeforest-0.3.0-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (python version >=3.7)
- changeforest-0.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.7)
- changeforest-0.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- changeforest-0.3.0-cp39-none-win_amd64.whl (python version >=3.7)
- changeforest-0.3.0.tar.gz (python version >=3.7)
- changeforest-0.4.0-cp310-cp310-macosx_10_7_x86_64.whl (python version >=3.7)
- changeforest-0.4.0-cp310-cp310-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (python version >=3.7)
- changeforest-0.4.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.7)
- changeforest-0.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- changeforest-0.4.0-cp310-none-win_amd64.whl (python version >=3.7)
- changeforest-0.4.0-cp37-cp37m-macosx_10_7_x86_64.whl (python version >=3.7)
- changeforest-0.4.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.7)
- changeforest-0.4.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- changeforest-0.4.0-cp37-none-win_amd64.whl (python version >=3.7)
- changeforest-0.4.0-cp38-cp38-macosx_10_7_x86_64.whl (python version >=3.7)
- changeforest-0.4.0-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (python version >=3.7)
- changeforest-0.4.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.7)
- changeforest-0.4.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- changeforest-0.4.0-cp38-none-win_amd64.whl (python version >=3.7)
- changeforest-0.4.0-cp39-cp39-macosx_10_7_x86_64.whl (python version >=3.7)
- changeforest-0.4.0-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (python version >=3.7)
- changeforest-0.4.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.7)
- changeforest-0.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- changeforest-0.4.0-cp39-none-win_amd64.whl (python version >=3.7)
- changeforest-0.4.0.tar.gz (python version >=3.7)
- changeforest-0.4.1-cp310-cp310-macosx_10_7_x86_64.whl (python version >=3.7)
- changeforest-0.4.1-cp310-cp310-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (python version >=3.7)
- changeforest-0.4.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.7)
- changeforest-0.4.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- changeforest-0.4.1-cp310-none-win_amd64.whl (python version >=3.7)
- changeforest-0.4.1-cp37-cp37m-macosx_10_7_x86_64.whl (python version >=3.7)
- changeforest-0.4.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.7)
- changeforest-0.4.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- changeforest-0.4.1-cp37-none-win_amd64.whl (python version >=3.7)
- changeforest-0.4.1-cp38-cp38-macosx_10_7_x86_64.whl (python version >=3.7)
- changeforest-0.4.1-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (python version >=3.7)
- changeforest-0.4.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.7)
- changeforest-0.4.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- changeforest-0.4.1-cp38-none-win_amd64.whl (python version >=3.7)
- changeforest-0.4.1-cp39-cp39-macosx_10_7_x86_64.whl (python version >=3.7)
- changeforest-0.4.1-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (python version >=3.7)
- changeforest-0.4.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.7)
- changeforest-0.4.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- changeforest-0.4.1-cp39-none-win_amd64.whl (python version >=3.7)
- changeforest-0.4.1.tar.gz (python version >=3.7)
- changeforest-0.4.2-cp310-cp310-macosx_10_7_x86_64.whl (python version >=3.7)
- changeforest-0.4.2-cp310-cp310-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (python version >=3.7)
- changeforest-0.4.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.7)
- changeforest-0.4.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- changeforest-0.4.2-cp310-none-win_amd64.whl (python version >=3.7)
- changeforest-0.4.2-cp37-cp37m-macosx_10_7_x86_64.whl (python version >=3.7)
- changeforest-0.4.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.7)
- changeforest-0.4.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- changeforest-0.4.2-cp37-none-win_amd64.whl (python version >=3.7)
- changeforest-0.4.2-cp38-cp38-macosx_10_7_x86_64.whl (python version >=3.7)
- changeforest-0.4.2-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (python version >=3.7)
- changeforest-0.4.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.7)
- changeforest-0.4.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- changeforest-0.4.2-cp38-none-win_amd64.whl (python version >=3.7)
- changeforest-0.4.2-cp39-cp39-macosx_10_7_x86_64.whl (python version >=3.7)
- changeforest-0.4.2-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (python version >=3.7)
- changeforest-0.4.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.7)
- changeforest-0.4.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- changeforest-0.4.2-cp39-none-win_amd64.whl (python version >=3.7)
- changeforest-0.4.2.tar.gz (python version >=3.7)
- changeforest-0.4.3-cp310-cp310-macosx_10_7_x86_64.whl (python version >=3.7)
- changeforest-0.4.3-cp310-cp310-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (python version >=3.7)
- changeforest-0.4.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.7)
- changeforest-0.4.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- changeforest-0.4.3-cp310-none-win_amd64.whl (python version >=3.7)
- changeforest-0.4.3-cp37-cp37m-macosx_10_7_x86_64.whl (python version >=3.7)
- changeforest-0.4.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.7)
- changeforest-0.4.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- changeforest-0.4.3-cp37-none-win_amd64.whl (python version >=3.7)
- changeforest-0.4.3-cp38-cp38-macosx_10_7_x86_64.whl (python version >=3.7)
- changeforest-0.4.3-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (python version >=3.7)
- changeforest-0.4.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.7)
- changeforest-0.4.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- changeforest-0.4.3-cp38-none-win_amd64.whl (python version >=3.7)
- changeforest-0.4.3-cp39-cp39-macosx_10_7_x86_64.whl (python version >=3.7)
- changeforest-0.4.3-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (python version >=3.7)
- changeforest-0.4.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.7)
- changeforest-0.4.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- changeforest-0.4.3-cp39-none-win_amd64.whl (python version >=3.7)
- changeforest-0.4.3.tar.gz (python version >=3.7)
- changeforest-0.4.4-cp310-cp310-macosx_10_7_x86_64.whl (python version >=3.7)
- changeforest-0.4.4-cp310-cp310-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (python version >=3.7)
- changeforest-0.4.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.7)
- changeforest-0.4.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- changeforest-0.4.4-cp310-none-win_amd64.whl (python version >=3.7)
- changeforest-0.4.4-cp37-cp37m-macosx_10_7_x86_64.whl (python version >=3.7)
- changeforest-0.4.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.7)
- changeforest-0.4.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- changeforest-0.4.4-cp37-none-win_amd64.whl (python version >=3.7)
- changeforest-0.4.4-cp38-cp38-macosx_10_7_x86_64.whl (python version >=3.7)
- changeforest-0.4.4-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (python version >=3.7)
- changeforest-0.4.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.7)
- changeforest-0.4.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- changeforest-0.4.4-cp38-none-win_amd64.whl (python version >=3.7)
- changeforest-0.4.4-cp39-cp39-macosx_10_7_x86_64.whl (python version >=3.7)
- changeforest-0.4.4-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (python version >=3.7)
- changeforest-0.4.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.7)
- changeforest-0.4.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- changeforest-0.4.4-cp39-none-win_amd64.whl (python version >=3.7)
- changeforest-0.4.4.tar.gz (python version >=3.7)
- changeforest-0.5.0-cp310-cp310-macosx_10_7_x86_64.whl (python version >=3.7)
- changeforest-0.5.0-cp310-cp310-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (python version >=3.7)
- changeforest-0.5.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.7)
- changeforest-0.5.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- changeforest-0.5.0-cp310-none-win_amd64.whl (python version >=3.7)
- changeforest-0.5.0-cp37-cp37m-macosx_10_7_x86_64.whl (python version >=3.7)
- changeforest-0.5.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.7)
- changeforest-0.5.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- changeforest-0.5.0-cp37-none-win_amd64.whl (python version >=3.7)
- changeforest-0.5.0-cp38-cp38-macosx_10_7_x86_64.whl (python version >=3.7)
- changeforest-0.5.0-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (python version >=3.7)
- changeforest-0.5.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.7)
- changeforest-0.5.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- changeforest-0.5.0-cp38-none-win_amd64.whl (python version >=3.7)
- changeforest-0.5.0-cp39-cp39-macosx_10_7_x86_64.whl (python version >=3.7)
- changeforest-0.5.0-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (python version >=3.7)
- changeforest-0.5.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.7)
- changeforest-0.5.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- changeforest-0.5.0-cp39-none-win_amd64.whl (python version >=3.7)
- changeforest-0.5.0.tar.gz (python version >=3.7)
- changeforest-0.5.1-cp310-cp310-macosx_10_7_x86_64.whl (python version >=3.7)
- changeforest-0.5.1-cp310-cp310-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (python version >=3.7)
- changeforest-0.5.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.7)
- changeforest-0.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- changeforest-0.5.1-cp310-none-win_amd64.whl (python version >=3.7)
- changeforest-0.5.1-cp37-cp37m-macosx_10_7_x86_64.whl (python version >=3.7)
- changeforest-0.5.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.7)
- changeforest-0.5.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- changeforest-0.5.1-cp37-none-win_amd64.whl (python version >=3.7)
- changeforest-0.5.1-cp38-cp38-macosx_10_7_x86_64.whl (python version >=3.7)
- changeforest-0.5.1-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (python version >=3.7)
- changeforest-0.5.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.7)
- changeforest-0.5.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- changeforest-0.5.1-cp38-none-win_amd64.whl (python version >=3.7)
- changeforest-0.5.1-cp39-cp39-macosx_10_7_x86_64.whl (python version >=3.7)
- changeforest-0.5.1-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (python version >=3.7)
- changeforest-0.5.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.7)
- changeforest-0.5.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- changeforest-0.5.1-cp39-none-win_amd64.whl (python version >=3.7)
- changeforest-0.5.1.tar.gz (python version >=3.7)
- changeforest-0.6.0-cp310-cp310-macosx_10_7_x86_64.whl (python version >=3.7)
- changeforest-0.6.0-cp310-cp310-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (python version >=3.7)
- changeforest-0.6.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.7)
- changeforest-0.6.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- changeforest-0.6.0-cp310-none-win_amd64.whl (python version >=3.7)
- changeforest-0.6.0-cp37-cp37m-macosx_10_7_x86_64.whl (python version >=3.7)
- changeforest-0.6.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.7)
- changeforest-0.6.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- changeforest-0.6.0-cp37-none-win_amd64.whl (python version >=3.7)
- changeforest-0.6.0-cp38-cp38-macosx_10_7_x86_64.whl (python version >=3.7)
- changeforest-0.6.0-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (python version >=3.7)
- changeforest-0.6.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.7)
- changeforest-0.6.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- changeforest-0.6.0-cp38-none-win_amd64.whl (python version >=3.7)
- changeforest-0.6.0-cp39-cp39-macosx_10_7_x86_64.whl (python version >=3.7)
- changeforest-0.6.0-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (python version >=3.7)
- changeforest-0.6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.7)
- changeforest-0.6.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- changeforest-0.6.0-cp39-none-win_amd64.whl (python version >=3.7)
- changeforest-0.6.0.tar.gz (python version >=3.7)
- changeforest-0.6.1-cp310-cp310-macosx_10_7_x86_64.whl (python version >=3.7)
- changeforest-0.6.1-cp310-cp310-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (python version >=3.7)
- changeforest-0.6.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.7)
- changeforest-0.6.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- changeforest-0.6.1-cp310-none-win_amd64.whl (python version >=3.7)
- changeforest-0.6.1-cp37-cp37m-macosx_10_7_x86_64.whl (python version >=3.7)
- changeforest-0.6.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.7)
- changeforest-0.6.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- changeforest-0.6.1-cp37-none-win_amd64.whl (python version >=3.7)
- changeforest-0.6.1-cp38-cp38-macosx_10_7_x86_64.whl (python version >=3.7)
- changeforest-0.6.1-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (python version >=3.7)
- changeforest-0.6.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.7)
- changeforest-0.6.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- changeforest-0.6.1-cp38-none-win_amd64.whl (python version >=3.7)
- changeforest-0.6.1-cp39-cp39-macosx_10_7_x86_64.whl (python version >=3.7)
- changeforest-0.6.1-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (python version >=3.7)
- changeforest-0.6.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.7)
- changeforest-0.6.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- changeforest-0.6.1-cp39-none-win_amd64.whl (python version >=3.7)
- changeforest-0.6.1.tar.gz (python version >=3.7)
- changeforest-0.7.0-cp310-cp310-macosx_10_7_x86_64.whl (python version >=3.7)
- changeforest-0.7.0-cp310-cp310-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (python version >=3.7)
- changeforest-0.7.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.7)
- changeforest-0.7.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- changeforest-0.7.0-cp310-none-win_amd64.whl (python version >=3.7)
- changeforest-0.7.0-cp37-cp37m-macosx_10_7_x86_64.whl (python version >=3.7)
- changeforest-0.7.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.7)
- changeforest-0.7.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- changeforest-0.7.0-cp37-none-win_amd64.whl (python version >=3.7)
- changeforest-0.7.0-cp38-cp38-macosx_10_7_x86_64.whl (python version >=3.7)
- changeforest-0.7.0-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (python version >=3.7)
- changeforest-0.7.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.7)
- changeforest-0.7.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- changeforest-0.7.0-cp38-none-win_amd64.whl (python version >=3.7)
- changeforest-0.7.0-cp39-cp39-macosx_10_7_x86_64.whl (python version >=3.7)
- changeforest-0.7.0-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (python version >=3.7)
- changeforest-0.7.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.7)
- changeforest-0.7.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- changeforest-0.7.0-cp39-none-win_amd64.whl (python version >=3.7)
- changeforest-0.7.0.tar.gz (python version >=3.7)
- changeforest-0.7.1-cp310-cp310-macosx_10_7_x86_64.whl (python version >=3.7)
- changeforest-0.7.1-cp310-cp310-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (python version >=3.7)
- changeforest-0.7.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.7)
- changeforest-0.7.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- changeforest-0.7.1-cp310-none-win_amd64.whl (python version >=3.7)
- changeforest-0.7.1-cp37-cp37m-macosx_10_7_x86_64.whl (python version >=3.7)
- changeforest-0.7.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.7)
- changeforest-0.7.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- changeforest-0.7.1-cp37-none-win_amd64.whl (python version >=3.7)
- changeforest-0.7.1-cp38-cp38-macosx_10_7_x86_64.whl (python version >=3.7)
- changeforest-0.7.1-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (python version >=3.7)
- changeforest-0.7.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.7)
- changeforest-0.7.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- changeforest-0.7.1-cp38-none-win_amd64.whl (python version >=3.7)
- changeforest-0.7.1-cp39-cp39-macosx_10_7_x86_64.whl (python version >=3.7)
- changeforest-0.7.1-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (python version >=3.7)
- changeforest-0.7.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.7)
- changeforest-0.7.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- changeforest-0.7.1-cp39-none-win_amd64.whl (python version >=3.7)
- changeforest-0.7.1.tar.gz (python version >=3.7)
- changeforest-0.7.2-cp310-cp310-macosx_10_7_x86_64.whl (python version >=3.7)
- changeforest-0.7.2-cp310-cp310-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (python version >=3.7)
- changeforest-0.7.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.7)
- changeforest-0.7.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- changeforest-0.7.2-cp310-none-win_amd64.whl (python version >=3.7)
- changeforest-0.7.2-cp37-cp37m-macosx_10_7_x86_64.whl (python version >=3.7)
- changeforest-0.7.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.7)
- changeforest-0.7.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- changeforest-0.7.2-cp37-none-win_amd64.whl (python version >=3.7)
- changeforest-0.7.2-cp38-cp38-macosx_10_7_x86_64.whl (python version >=3.7)
- changeforest-0.7.2-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (python version >=3.7)
- changeforest-0.7.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.7)
- changeforest-0.7.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- changeforest-0.7.2-cp38-none-win_amd64.whl (python version >=3.7)
- changeforest-0.7.2-cp39-cp39-macosx_10_7_x86_64.whl (python version >=3.7)
- changeforest-0.7.2-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (python version >=3.7)
- changeforest-0.7.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.7)
- changeforest-0.7.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- changeforest-0.7.2-cp39-none-win_amd64.whl (python version >=3.7)
- changeforest-0.7.2.tar.gz (python version >=3.7)


Project link:

- homepage