Skip to content
/ gumicorn Public
forked from benoitc/gunicorn

gumicorn is a WSGI HTTP Server for UNIX, fast clients and sleepy applications and no systemd.

License

Notifications You must be signed in to change notification settings

ecxod/gumicorn

 
 

Repository files navigation

Welcome to gumicorn

WSGI HTTP Server for UNIX

This project is a gunicorn fork for systemd free distributions like devuan

pip install gumicorn

if you want make the packege yourself

git clone https://github.com/ecxod/gumicorn

cd gumicorn
python -m build

you find the package in dist/

<repository_root>/
├── gumicorn/
│   ├── dist/
│   │   ├── gumicorn-23.0.4-py3-none-any.whl
│   │   ├── gumicorn-23.0.4.tar.gz
│   ├── gumicorn_23.0.4_all/
│   │   ├── DEBIAN/
│   │   │   ├── control
│   │   ├── usr/
│   │   │   ├── bin/
│   │   │   │   ├── gumicorn
│   │   │   ├── lib/
│   │   │   │   ├── python3/
│   │   │   │   │   ├── dist-packages/
│   │   │   │   │   │   ├── gumicorn/
│   │   │   │   │   │   ├── ...
│   ├── gumicorn_23.0.4_all.deb
├── .gitlab-ci.yml

About

gumicorn is a WSGI HTTP Server for UNIX, fast clients and sleepy applications and no systemd.

Resources

License

Stars

Watchers

Forks

Languages

  • Python 99.9%
  • Makefile 0.1%