Skip to main content

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

Release files for FilterDict 0.2.1575448033

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for FilterDict 0.2.1575448033
File Size Uploaded
FilterDict-0.2.1575448033.tar.gz 2.5 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for FilterDict 0.2.1575448033
File Interpreter ABI Platform
FilterDict-0.2.1575448033-py3-none-any.whl Python 3 none any Details

Total release size: 17.6 kB

Release files / FilterDict-0.2.1575448033.tar.gz

Download URL FilterDict-0.2.1575448033.tar.gz
Size 2.5 kB
Tags Source
SHA-256 checksum
How to use checksums
032c109d20463aedf8dbaa00c440dbb7050476f12f407a7cd24b0cd1c90a2066
BLAKE2b-256 checksum
How to use checksums
51c98065d41d6cb4fd657c3cdabc4b89550796398cfa3c6cc07f4deff8a65a1c
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / FilterDict-0.2.1575448033-py3-none-any.whl

Download URL FilterDict-0.2.1575448033-py3-none-any.whl
Size 15.1 kB
Tags Python 3
SHA-256 checksum
How to use checksums
5ac878252fbc10cdc80be380ef4b5e52a7e2ac8249537997db935fda2b5ebcc5
BLAKE2b-256 checksum
How to use checksums
8c8781334290401c5bb7b8f62760504166ab48d416fd9e6c980463a3dbc41c85
Upload date
Uploaded using Trusted Publishing?
What is 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
Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page