Metadata-Version: 1.1
Name: redpackets
Version: 1.0.1
Summary: Red Packets Split Algorithm
Home-page: https://github.com/Brightcells/redpackets
Author: Hackathon
Author-email: kimi.huang@brightcells.com
License: UNKNOWN
Description: ==========
        redpackets
        ==========
        
        RedPackets Split & Return split_list if succeed & Raise Exception if failed
        
        Installation
        ============
        
        ::
        
            pip install redpackets
        
        
        Usage
        =====
        
        ::
        
            import redpackets
        
            redpackets.split(total, num, min=0.01)
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
