Metadata-Version: 2.4
Name: prodict
Version: 0.8.21
Summary: Prodict = Pro Dictionary with IDE friendly(auto code completion), dot-accessible attributes and more.
Home-page: https://github.com/ramazanpolat/prodict
Download-URL: https://pypi.python.org/pypi/prodict/0.8.21
Author: Ramazan Polat
Author-email: ramazanpolat@gmail.com
Keywords: prodict,python3,typehinting,dynamic-props,dict,dictionary,auto-complete,auto-code-complete
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
License-File: LICENSE.txt
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: download-url
Dynamic: home-page
Dynamic: keywords
Dynamic: license-file
Dynamic: summary

Ever wanted to use a dict like a class and access keys as attributes? Prodict does exactly this.Although there are number of modules doing this, Prodict does a little bit more. You can provide type hints and get auto-complete!
