Artifact python3-roundrobin_0.0.4-3_all

Metadata
deb_control_files:
- control
- md5sums
- postinst
- prerm
deb_fields:
  Architecture: all
  Depends: python3:any
  Description: |-
    collection of roundrobin utilities
     This is rather small collection of round robin utilities.
     .
     Some examples:
     .
       ```
        >>> import roundrobin
        >>> get_roundrobin = roundrobin.basic(["A", "B", "C"])
        >>> ''.join([get_roundrobin() for _ in range(7)])
        'ABCABCA'
        >>> # weighted round-robin balancing algorithm as seen in LVS
        >>> get_weighted = roundrobin.weighted([("A", 5), ("B", 1), ("C", 1)])
        >>> ''.join([get_weighted() for _ in range(7)])
        'AAAAABC'
        >>> # smooth weighted round-robin balancing algorithm as seen in Nginx
        >>> get_weighted_smooth = roundrobin.smooth([("A", 5), ("B", 1), ("C", 1)])
        >>> ''.join([get_weighted_smooth() for _ in range(7)])
        'AABACAA'
       ```
  Homepage: https://github.com/linnik/roundrobin
  Installed-Size: '26'
  Maintainer: Sandro Tosi <morph@debian.org>
  Package: python3-roundrobin
  Priority: optional
  Section: python
  Source: python-roundrobin
  Version: 0.0.4-3
srcpkg_name: python-roundrobin
srcpkg_version: 0.0.4-3

File

python3-roundrobin_0.0.4-3_all.deb
Binary file python3-roundrobin_0.0.4-3_all.deb cannot be displayed. you can view it raw or download it instead.

Relations

Relation Direction Type Name
built-using Source package python-roundrobin_0.0.4-3

binary package System - - 6 months ago 5 months
BETA