Metadata-Version: 2.1
Name: decimal-monkeypatch
Version: 0.2.5
Summary: Monkey patches Python 2 decimal to cdecimal
Home-page: https://github.com/IaroslavR/decimal-monkeypatch
Author: Iaroslav Russkykh
Author-email: iarrus@ya.ru
License: BSD
Description: #### decimal-monkeypatch
        
        A Python module based on [autowrapt](https://github.com/GrahamDumpleton/autowrapt)
        for monkeypatching slow `decimal` module to [cdecimal](http://www.bytereef.org/mpdecimal/index.html) on Python 2 with preservation of the functionality of the `boto` lib
        ##### Additional reading
        * [Swapping decimal for cdecimal on Python 2](https://adamj.eu/tech/2015/06/06/swapping-decimal-for-cdecimal-on-python-2/)
        * [Automatic patching of Python applications](https://github.com/openstack/deb-python-wrapt/blob/master/blog/14-automatic-patching-of-python-applications.md)
        ###### WARNING
        Tested on only this configuration:  
        Python 2.7.12+  
        `boto` 2.48.0   
        `m3-cdecimal` 2.3  
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
