Metadata-Version: 2.0
Name: competitions-scheduler
Version: 0.2.5.post1
Summary: Generic schedulers for competitions
Home-page: https://github.com/happy5214/competitions-scheduler
Author: Alexander Jones
Author-email: happy5214@gmail.com
License: LGPLv3+
Keywords: competitions schedules roundrobin
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4

Generic schedulers for competitions
===================================

The goal of this package is to provide high-quality, randomized schedule
generators for competitions, particularly leagues. The schedulers generate
lists of rounds for competitions when provided a list of teams or a team count.

Right now, this library supports schedule generation for pure round-robin
competitions. While special wrappers are provided for round-robin leagues with
between 1 and 4 meetings between teams, competitions with more meetings
are possible.

There will be a v0.3, but I don't know what should be in it. Should I clone
scheduling formulas from real sports leagues? Do you want knockout cups, playoffs,
or more predictable round-robin scheduling? I won't know unless you tell me.
Open feature requests on this project's GitHub repo and tell me what you want to
see in version 0.3!

Changes in v0.2
---------------

- Standard round-robin schedulers for leagues with odd numbers of meetings.

Later changes in the v0.2 series
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- v0.2.1 added tests for higher-level round-robin schedules.
- v0.2.2 and v0.2.3 added additional tests.
- v0.2.4 rewrote the odd-numbered matrix generation and even-numbered match
  generation tests.
- v0.2.5 rewrote the odd-numbered match generation test.

Changes in v0.1
---------------

- Even-numbered standard round-robin schedulers.

.. image:: https://travis-ci.org/happy5214/competitions-scheduler.svg?branch=master
    :alt: Build status
    :target: https://travis-ci.org/happy5214/competitions-scheduler


