
        [console_scripts]
        pyresty = pyresty.executable:main_run
        GET = pyresty.executable:do_get
        POST = pyresty.executable:do_post
        DELETE = pyresty.executable:do_delete
        PUT = pyresty.executable:do_put
        PATCH = pyresty.executable:do_patch
    