Skip to main content

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
from py_round_robin import Round_Robin
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.4.0.tar.gz (1.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page