Do not use this library - it is a dramatic simplification of proper regionalization and will give you incorrect results unless you are very careful.
You can install simple_regional via [pip] from PyPI or Anaconda.
Distributed under the terms of the MIT license, simple_regional is free and open source software.
You can build the documentation locally by installing the documentation Conda environment:
conda env create -f docs/environment.yml
activating the environment
conda activate sphinx_simple_regional
and running the build command:
sphinx-build docs _build/html --builder=html --jobs=auto --write-all; open _build/html/index.html