[READ-ONLY] Mirror of https://github.com/probablykasper/deep-filter. pypi.org/project/deep-filter
package
0

Configure Feed

Select the types of activity you want to include in your feed.

v1.0.1

Kasper (Sep 5, 2020, 9:58 PM +0200) d7a7da32 52203a50

+5 -1
+4
CHANGELOG.md
··· 1 + ## 1.0.1 - 2020 Sep 5 2 + - Specified Python version ^3.5 3 + - Updated project metadata 4 + 1 5 ## 1.0.0 - 2018 Oct 2 2 6 - Initial release
+1 -1
pyproject.toml
··· 1 1 [tool.poetry] 2 2 name = "deep-filter" 3 - version = "1.0.0" 3 + version = "1.0.1" 4 4 description = "Removes values from nested dicts and lists" 5 5 authors = ["kasper.space"] 6 6 readme = 'README.md'