Metadata-Version: 2.1
Name: func-saver
Version: 0.0.2
Summary: TBA
Home-page: https://github.com/sfinktah/func_saver
Author: Christopher Anderson
Author-email: sfinktah@github.spamtrak.org
License: MIT
Description: func_saver
        
        Using func_saver
        ================
        
        .. code-block:: python
        
            import func_saver
            
            fs = func_saver.FuncSaver('filename.json')
            fs.apply
            
        
        Changelog
        =========
        
        0.0.1: initial release (2021-09-08)
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 2
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=2.7
Description-Content-Type: text/x-rst
