Metadata-Version: 1.1
Name: py-round-robin
Version: 1.1.0
Summary: Round Robin to turn something
Home-page: https://github.com/rfyiamcool/py_round_robin
Author: ruifengyun
Author-email: rfyiamcool@163.com
License: UNKNOWN
Description: ###########
        What's Round Robin?
        ###########
        
        use python itertools realize Round Robin ....
        
        ###############
        How to install?
        ###############
        
        .. code-block:: sh
        
            pip install py_round_robin
        
        ################
        HOW USE py_round_robin?
        ################
        
        
        .. code-block:: sh
            rr_obj = Round_Robin(['a','b','c'])
            for i in range(50):
                print rr_obj.get_next()
        
        
        .. _the MIT license: http://xiaorui.cc/
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.4
