A set of common python utility modules.
Install from PyPi
pip install laza-common
Full install. Installs all optional dependencies.
pip install laza-common[all]
The following features/modules have additional dependecies that you might need to install:-
json
which requiresorjson
pip install laza-common[json]
locale
which requiresbabel
pip install laza-common[locale]
moment
which requiresarrow
pip install laza-common[moment]
money
which requirespy-moneyed
pip install laza-common[money]
networks
which requirespydantic[email]
pip install laza-common[networks]
phone
which requiresphonenumbers
pip install laza-common[phone]
or you can pick a set
pip install laza-common[phone,json,money]
Coming soon.
This package is still in active development and should not be used in production environment