Getting Started Full code on github. Install pip install sanic_camelcase_middelware Dependencies pyhumps sanic Example from sanic import Sanic from sanic_camelcase_middleware import Camelize app = Sanic(__name__) Camelize(app)