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
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
Requires-Dist: simplejson (>=3.16.0)
Requires-Dist: contextvars (>=2.3) ; python_version < "3.7"

# 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)


