Muffin-Playground ################# A small module containing convenience classes to make it easier to create simple muffin applications. What it offers: - An easy-to-use static file handler that automatically compiles certain types of source files (.plim, .styl, .pyj) - Support for plim templating language (.plim) - Support for Stylus CSS preprocessor (.styl) - Support for RapydScript Python-to-JS compiler (.pyj) - Custom muffin.Application subclass with a render() method for plim templates - WebSocketHandler class with on_open(), on_close(), and on_message() methods