A plug-and-play Vestaboard library handling scheduling and formatting
In order to run, your repository must contain the following:
- Your repository must be public
- Your main script entrypoint must be named
__init__.py- Your script should accept two dictionary objects - one contains all user fields and one contains your dev options in that order. You may use the
(*args, **kwargs)convention if you'd like.
- Your script should accept two dictionary objects - one contains all user fields and one contains your dev options in that order. You may use the
- Your workspace must contain a
vbconfig.jsonfile with your configuration. See options below - If your project requires dependencies to run, create and include a virtual environment with the name
venv. NOTE: You MUST usevirtualenvfor your virtual environment, as thevenvmodule does not create anactivate_this.pyfile, which is required to run on a sub process.