Skip to main content

Store data in JSON format

Project description

A simple function to generate a simple filtered dict where a dict is created based on a dictionary and a function. The returned dict contains all the kwargs if the passed function which are present in the inut dict.
This is espacially useful if you have a dict with more keys than needed to call a function or you call a function by reference and want to pass an dict as kwargs

Example:

d = dict(a=0,b=1,s1="foo",s2="bar") 
def merge_strings(s1="",s2=""):
    return s1+s2

print(merge_strings(**d))
#throws TypeError: merge_strings() got an unexpected keyword argument 'a'

print(merge_strings(**filter_dict(d,merge_strings)))
# returns foobar as expected

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

FilterDict-0.2.1576260577.tar.gz (2.5 kB view details)

Uploaded Source

Built Distribution

FilterDict-0.2.1576260577-py3-none-any.whl (15.1 kB view details)

Uploaded Python 3

File details

Details for the file FilterDict-0.2.1576260577.tar.gz.

File metadata

  • Download URL: FilterDict-0.2.1576260577.tar.gz
  • Upload date:
  • Size: 2.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.8

File hashes

Hashes for FilterDict-0.2.1576260577.tar.gz
Algorithm Hash digest
SHA256 ecaead5cb3fb0db5819dd01bc61dfc13d6fd624ca495089f5a149c692dcb4d5d
MD5 7bcf177a6c727d7923a2d3b9f45666d3
BLAKE2b-256 04737477d3c4f85b1f95546029c544d265cf6415e23215fed9e813ec6f5136c8

See more details on using hashes here.

File details

Details for the file FilterDict-0.2.1576260577-py3-none-any.whl.

File metadata

  • Download URL: FilterDict-0.2.1576260577-py3-none-any.whl
  • Upload date:
  • Size: 15.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.8

File hashes

Hashes for FilterDict-0.2.1576260577-py3-none-any.whl
Algorithm Hash digest
SHA256 7108867d220d40faa21b368ada2f08b80a2ca3b6036e64339372de6dd807d2ba
MD5 64b19a69980858b45ae42d8422b05872
BLAKE2b-256 ef3ad2ce0b357b2d6dbf9651bbe7c733f6a451652d7f4ff005050b1483ec6d73

See more details on using hashes here.

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