Metadata-Version: 2.1
Name: sneks-dev
Version: 1.0.0a11
Summary: Sneks competition facilitation
Author-email: Nathaniel Schaaf <nathaniel.schaaf@gmail.com>
License: Apache Software License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pytest
Requires-Dist: pygame ; python_version < "3.11"
Requires-Dist: pygame (==2.1.3.dev8) ; python_version >= "3.11"
Provides-Extra: dev
Requires-Dist: black ; extra == 'dev'
Requires-Dist: build ; extra == 'dev'
Requires-Dist: tox ; extra == 'dev'
Requires-Dist: twine ; extra == 'dev'
Provides-Extra: record
Requires-Dist: moviepy ; extra == 'record'

# Sneks

entry must be named `submission.py` with a class `CustomSnek`
