Skip to main content

A python development toolkit

Project description

Laza Common

A set of common python utility modules.

Install

Basic install

    pip install laza-common

Full install. Installs all optional dependencies.

    pip install laza-common[all]

Optional Dependencies

The following features/modules have additional dependecies that you might need to install:-

  • json which requires orjson
    pip install laza-common[json]
    
  • locale which requires babel
    pip install laza-common[locale]
    
  • moment which requires arrow
    pip install laza-common[moment]
    
  • money which requires py-moneyed
    pip install laza-common[money]
    
  • networks which requires pydantic[email]
    pip install laza-common[networks]
    
  • phone which requires phonenumbers
    pip install laza-common[phone]
    

or you can pick a set

pip install laza-common[phone,json,money]
  • money : install pip install laza-common[money]
  • networks : install pip install laza-common[networks]
  • phone : install pip install laza-common[phone]
  • or install all: pip install laza-common[all]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

laza-common-0.0.1.tar.gz (2.5 kB view hashes)

Uploaded Source

Built Distribution

laza_common-0.0.1-py3-none-any.whl (2.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page