Round Robin to turn something
Project 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/
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/
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
py_round_robin-1.2.0.tar.gz
(1.9 kB
view hashes)