cldr

ChangeLog Driven Releases (CLDR)…

project status badges:

CI Workflow Coverage Documentation Status Package Health

version badges:

Project Version Python Versions Cookiecutter: cc-python Docker: pythonboltons/main

Installation 🗹

Using pipx to Install (preferred)

This package could be installed using pip like any other Python package (in fact, see the section below this one for instructions on how to do just that). Given that we only need this package’s entry points, however, we recommend that pipx be used instead:

# install and setup pipx
python3 -m pip install --user pipx
python3 -m pipx ensurepath

# install cldr
pipx install cldr

Using pip to Install

To install cldr using pip, run the following commands in your terminal:

python3 -m pip install --user cldr  # install cldr

If you don’t have pip installed, this Python installation guide can guide you through the process.