LICENSE
README.md
pyproject.toml
src/mlcontester/__init__.py
src/mlcontester/base.py
src/mlcontester/cli.py
src/mlcontester/client.py
src/mlcontester/exceptions.py
src/mlcontester.egg-info/PKG-INFO
src/mlcontester.egg-info/SOURCES.txt
src/mlcontester.egg-info/dependency_links.txt
src/mlcontester.egg-info/entry_points.txt
src/mlcontester.egg-info/requires.txt
src/mlcontester.egg-info/top_level.txt
src/mlcontester/platforms/__init__.py
src/mlcontester/platforms/aicrowd.py
src/mlcontester/platforms/codabench.py
src/mlcontester/platforms/crunchdao.py
src/mlcontester/platforms/drivendata.py
src/mlcontester/platforms/evalai.py
src/mlcontester/platforms/huggingface.py
src/mlcontester/platforms/kaggle.py
src/mlcontester/platforms/solafune.py
src/mlcontester/platforms/zindi.py
src/mlcontester/testing/__init__.py
src/mlcontester/testing/fake_accounts.py
src/mlcontester/testing/mocks.py
tests/test_all_platforms.py
tests/test_base.py
tests/test_client.py
tests/test_core_functionalities.py
tests/test_exceptions.py
tests/test_fake_accounts.py
tests/test_mocks.py
tests/test_new_platforms.py
tests/test_validation_and_login.py