pyserv.wsgi module
Simple WSGI server for serving swagger or basic flask apps in an engineering development environment.
- pyserv.wsgi.main(args=None)[source]
The serv entry point wrapper; both args are optional, but you must provide either APP or APP and PORT.
Usage:
wsgi [APP] [PORT]