Skip to main content

lowercase dict

Project description

Installation

$ [sudo] pip install lowerdict

Functions

function __doc__
lowerdict.lowerdict(*args, **kwargs) return dict with lowercase keys

Examples

from lowerdict import lowerdict

# lowerdict(*args, **kwargs)
lowerdict({"KEY": "value", "KEY2": "value2"})
>>> {"key": "value", "key2": "value2"}

readme-generator

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

lowerdict-2019.3.22.tar.gz (1.3 kB view hashes)

Uploaded Source

Built Distribution

lowerdict-2019.3.22-py2.py3-none-any.whl (76.3 kB view hashes)

Uploaded Python 2 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