issues
search
gmr
/
flatdict
Python module for interacting with nested dicts as a single level dict with delimited keys.
https://flatdict.readthedocs.io
BSD 3-Clause "New" or "Revised" License
112
stars
32
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
FlatDict "leaf" nodes in output of as_dict()
#59
jpo-tu
opened
2 weeks ago
0
Issue installing with pipenv
#58
Dan-Gelderd
closed
3 weeks ago
1
Fix bug when calling as_dict on empty dict
#57
tgh19
opened
12 months ago
0
Can't flatten a nested OrderedDict
#56
breaker-of-stone
opened
1 year ago
0
MANIFEST.in: Add tests.py
#55
martin-kokos
opened
1 year ago
0
Empty list [] in FlatterDict converts to empty dictionary {}
#54
ttamg
opened
1 year ago
3
Fix for performance issue in as_dict function
#53
samander
opened
1 year ago
2
Flatdict fixed list values assignment issues
#52
abibas
opened
2 years ago
1
__setitem__ does not work on a dictionary of `lists` for `FlatterDict`
#51
darioisola
opened
2 years ago
1
Add `guess_lists` option when unflattening FlatterDict
#50
whophil
opened
2 years ago
6
`FlatterDict`: Unflattening list values from a plain old dict does not work
#49
whophil
opened
2 years ago
0
FlatDict flattens empty dictionary as FlatDict object rather than {}
#48
devleaks
closed
2 years ago
1
Clarification on ambiguous as_dict()
#47
devleaks
opened
2 years ago
0
New key name same as flattened key
#46
georgestanley
opened
2 years ago
0
Reorder sections
#45
jackton1
opened
3 years ago
0
Assignment to invalid type
#44
balderman1
opened
4 years ago
1
as_dict() not working with empty dict values
#43
eevleevs
opened
4 years ago
3
Key contains another key cause error
#42
ghost
opened
4 years ago
1
FlatterDict conversion to dict results in AttributeError
#41
sergray
opened
4 years ago
0
Fix deprecation warning for MutableMapping module location
#40
nugend
closed
4 years ago
1
Any plan to release current master to PyPI?
#39
qinix
closed
4 years ago
4
Fixed key/items order.
#38
wsantos
closed
4 years ago
0
Don't sort keys implicitly
#37
abmyii
closed
4 years ago
0
FlatDicts don't keep order
#36
abmyii
closed
4 years ago
0
Mixed key types cannot be at same level due to no ordering support between 'int' and 'str'
#35
nugend
closed
4 years ago
6
Code example in the documentation does not work as expected
#34
antimirov
closed
5 years ago
1
Keep correct key order and values when flatdict has nested list
#33
wsantos
closed
5 years ago
1
Correction to setdefault to match default dict functionality
#32
abmyii
closed
5 years ago
2
Behaviour of flatdict.setdefault is incorrect
#31
abmyii
closed
5 years ago
1
Fix empty nested Flatterdict
#30
wsantos
closed
5 years ago
1
Allowing setting and updating nests within iterables
#29
mileslucas
closed
5 years ago
2
update flatterdict to have deeply nested dicts and lists (#21)
#28
mileslucas
closed
5 years ago
2
fix bug listed in #26
#27
mileslucas
closed
5 years ago
0
List Flattening does not return list when an odd number of depth in the dictionary.
#26
mileslucas
closed
5 years ago
0
OrderedFlatDict
#25
mileslucas
closed
5 years ago
0
Empty iterable fix
#24
gmr
closed
6 years ago
0
all values are transed to str?
#23
KeithTt
closed
6 years ago
1
Add Python 2 unicode string compatibility
#22
nvllsvm
closed
6 years ago
0
Error when setting and item where a dictionary is nested in a list
#21
ophiry
closed
5 years ago
4
get list of all delimited keys
#20
TZanke
closed
6 years ago
2
dict(FlatDict) fails when it contains complex unicode keys
#19
iliapolo
closed
6 years ago
3
Typo
#18
fhlmbrg
closed
6 years ago
1
Version 3 breaks Pandas!
#17
jgostick
closed
6 years ago
5
as_dict() not correctly re-assembling standard dictionary items
#16
danieljimeneznz
closed
6 years ago
9
Cast as dict will return an empty dict
#15
gabisurita
closed
6 years ago
3
fix typo
#14
epicfaace
closed
6 years ago
1
Implement __eq__ called in unittest.assertDictEqual. Fix unit tests.
#13
arm77
closed
6 years ago
5
Add support to not flatten lists
#12
rj-jesus
closed
6 years ago
2
Best lists management
#11
lgasnier
closed
6 years ago
1
Add ability for method to return dict instances which can contain li…
#10
AleksanderGondek
closed
7 years ago
2
Next