Navigation Menu

Skip to content

yasserfarouk/scml

Repository files navigation

Overview

docs Documentation Status run in binder
tests
Build Status Published on Pypi Coverage Status Codacy Code Quality Status
package
PyPI Package latest release PyPI Wheel Supported versions Supported implementations Commits since latest release
Gitter
General Join the chat at https://gitter.im/scml-anac/community Standard Join the chat at https://gitter.im/scml-anac/standard Collusion Join the chat at https://gitter.im/scml-anac/collusion OneShot Join the chat at https://gitter.im/scml-anac/one-shot

ANAC Supply Chain Management League Platform

Overview

This repository is the official platform for running ANAC Supply Chain Management Leagues. It will contain a package called scmlXXXX for the competition run in year XXXX. For example scml2019 will contain all files related to the 2019's version of the competition.

Installation

pip install scml

You can also install the in-development version with:

pip install https://github.com/yasserfarouk/scml/archive/master.zip

We only support python 3.10 and 3.11. The reason python 3.12 is not yet supported is that stable_baselines3 is not supporting it yet.

Documentation

https://scml.readthedocs.io

Development

To run the all tests run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows
set PYTEST_ADDOPTS=--cov-append
tox
Other
PYTEST_ADDOPTS=--cov-append tox