Metadata-Version: 2.1
Name: memosa
Version: 0.4.0
Summary: UNKNOWN
Home-page: https://github.com/Waffles32/memosa
Author: Forrest Button
Author-email: forrest.button@gmail.com
License: UNKNOWN
Description: # memosa (beta)
        
        memoization with minimal modifications (decorators, contexts)
        
        saves memoized results between runs for faster development
        
        useful for rapid prototyping
        
        supports Python 3.6+
        
        check out the [examples](https://github.com/Waffles32/memosa/tree/master/examples)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >3.6
Description-Content-Type: text/markdown
