# wsgid **Repository Path**: gerald/wsgid ## Basic Information - **Project Name**: wsgid - **Description**: A simple WSGI daemon written in pure Python - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2014-10-31 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: web-service **Tags**: None ## README WSGI Daemon === This is a simple WSGI daemon. Support chunked transfer and gzip encoding. Installation --- ``` sh $ pip install git+https://git.coding.net/gerald/wsgid.git ``` Usage --- ``` sh $ python -m wsgid example.app -b 127.0.0.1:8001 ```