python-dict
There are 24 repositories under python-dict topic.
mewwts/addict
The Python Dict that's better than heroin.
yezyilomo/dictfier
Python library to convert/serialize class instances(Objects) both flat and nested into a dictionary data structure. It's very useful in converting Python Objects into JSON format
Maples7/dict-recursive-update
A Python module who does recursive update work on 2 dicts.
SweetIceLolly/Github_Friends
Github_Friends
JJ11teen/cloud-mappings
MutableMapping implementations for common cloud storage solutions - use a bucket as a dict!
bytebutcher/pydfql
Wireshark-like display filter for various data formats, including Python dictionaries, lists, objects, and SQL databases.
Iapetus-11/Classy-JSON
Adds dot-access for Python dictionaries, similar to how JS objects work
LingDong-/cvDictUI
opencv-python tool for generating interactive GUI from any python dictionary
ihgazni2/dlixhict-didactic
search big-json,transform and converting between html,json,python-dict,command-line,dir-path
JJ11teen/deflatable-dict
A dictionary that can be flattened and re-inflated
richardARPANET/persistent-dict
📂 A Python dict which stores all data in Redis
Chipik0/ez-json
EZ - JSON provides tools for managing JSON files, simplifying the process of reading, saving and manipulating data stored in JSON format.
E-G-C/dql
Query json-based dictionaries using a sql-like style
pnoj/dyndict
Dynamic Dictionary for Python adds support for add operation.
ScottBoyce-Python/MirrorDict
MirrorDict is a dictionary-like object that maintains a bidirectional mapping between keys and values.
sergeyklay/asdicts
Missed utilities for working with Python dictionaries
XieJiSS/runch
Refined munch: attribute-style access for python dicts, with generic typing support. Also supports reading & managing YAML/TOML/JSON configs directly.
kihiyuki/python-rsdict
Type or key restricted and resettable Python dictionary
leancz/data_utils
Sundry utility functions in Python
nandoabreu/python-dict2dot
Python Dictionary to Dot notation (class) package
Shiritai/rooted-disjoint-set
Python implementation of a (rooted) disjoint set, elegant, efficient and user-friendly.
Bonifase/WeConnectV1
This repo contains Version One of WeConnect app. Uses Python data structures to store and retrieve non-persistent user data
leoweyr/Python-Dynoptimdict
A dynamic data dict class that inherits and overrides the built-in dict class for special purposes. That provides real-time access to dynamic data, while still allowing the option to get only the specified data without calculating all. It adheres to the concept of program optimization which avoids loading if not used, saving both memory and time.