dotwiz
addict
dotwiz | addict | |
---|---|---|
2 | 1 | |
51 | 2,463 | |
- | - | |
0.0 | 0.0 | |
7 days ago | over 2 years ago | |
Python | Python | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
dotwiz
-
Introducing dotwiz: a blazing fast dict subclass which enables dot access
This week I was working on initial release and prep for a library I been working on recently called dotwiz. Its based on a post on stackoverflow I had added, since someone else was asking for this, so I thought it would be a cool side project to work on. I got it released on pypi and everything; so i'm pretty glad actually.
-
Sunday Daily Thread: What's everyone working on this week?
Just came out with new release of a new library I been working on called dotwiz, which aims to provide dot (attribute style) access for dicts. Im pretty pleased also since I was able to get performance to where I wanted it :-)
addict
-
How to add nested dictionary through code assignment?
Try the addict library: https://github.com/mewwts/addict
What are some alternatives?
glom - ☄️ Python's nested data operator (and CLI), for all your declarative restructuring needs. Got data? Glom it! ☄️
scalpl - A lightweight wrapper to operate on nested dictionaries seamlessly. 👌
google-maps-at-88-mph - Google Maps keeps old satellite imagery around for a while – this tool collects what's available for a user-specified region in the form of a GIF.
unitex-lingua - Unitex/GramLab Language Resources
tweetyfly - Retweet bot made by Exifly
fuzzymap - The Fuzzy Map is a polymorph Python dictionary that always returns the value of the closest similar key.
attrs - Python Classes Without Boilerplate
ipfs_dict_chain - ipfs_dict_chain is a Python package that provides IPFSDict and IPFSDictChain objects, which are dictionary-like data structures that store their state on IPFS and keep track of changes, basically creating a mini-blockchain of dicts on IPFS for efficient and secure data management.
traits - Observable typed attributes for Python classes
python-benedict - :blue_book: dict subclass with keylist/keypath support, built-in I/O operations (base64, csv, html, ini, json, pickle, plist, query-string, toml, xls, xml, yaml), s3 support and many utilities.
sections - Easy Python tree data structures
Box - Python dictionaries with advanced dot notation access