Metadata-Version: 2.4
Name: adicts
Version: 6
Summary: (a)rithmetic operations for (dict)ionaries
Author: William Norland
Project-URL: Homepage, https://github.com/willayy/adict
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Dynamic: license-file

# (A)rithmetic (Dict)ionarie(s)
Small package with functions for performing commonly used arithmetic operations on dictionaries. This can be useful in situations where you want a more "lightweight" alternative to perform operations on a key-value structured data. For example you can use adict as an alternative to: `Casting dictionaries to pandas DataFrames` -> `Performing operations based on INDEX or COLUMNS` -> `Casting DataFrame to dictionaries`. As you may notice this is a small niche tool for small niche problems.
