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/
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 details)
File details
Details for the file py_round_robin-1.4.0.tar.gz.
File metadata
- Download URL: py_round_robin-1.4.0.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5bdcb22d59a0f1e1bb1862c633bebc8b1f1677b746b8d6eec80f0fdfa4b16941
|
|
| MD5 |
a83220f731211271cda8814f27747273
|
|
| BLAKE2b-256 |
5390bb8f04917facf6367e2c4bd987118c76d1ed4083031b1cbda0281d0b5ec1
|