This is starter code for the MPCS52040 FaaS project for Fall 2025. This repo supplies:
- A
pyproject.tomlfile that gets you started with installing a python package mpcsfaas.serializepackage that contains serialization code- Basic starter tests
Please ensure that your code is installable with the following command:
pip install .
- Consider using
ruffor a similar linter - Type hints are your friend
- Consider modularizing code with splitting code into modules