AUTHORS
CHANGELOG
INSTALL
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
docs/Makefile
docs/source/cli.rst
docs/source/conf.py
docs/source/config.rst
docs/source/formatters.rst
docs/source/grp_alarm_types.rst
docs/source/grp_alarms.rst
docs/source/grp_applications.rst
docs/source/grp_caching.rst
docs/source/grp_empire.rst
docs/source/grp_locks.rst
docs/source/grp_logging.rst
docs/source/grp_logging_encoders.rst
docs/source/grp_logging_loggers.rst
docs/source/grp_main_process.rst
docs/source/grp_main_process_actions.rst
docs/source/grp_master_process.rst
docs/source/grp_monitoring.rst
docs/source/grp_monitoring_collectors.rst
docs/source/grp_monitoring_metric_types.rst
docs/source/grp_monitoring_pushers.rst
docs/source/grp_networking.rst
docs/source/grp_networking_sockets.rst
docs/source/grp_python.rst
docs/source/grp_queue.rst
docs/source/grp_routing.rst
docs/source/grp_routing_actions.rst
docs/source/grp_routing_modifiers.rst
docs/source/grp_routing_routers.rst
docs/source/grp_routing_subjects.rst
docs/source/grp_routing_vars.rst
docs/source/grp_spooler.rst
docs/source/grp_statics.rst
docs/source/grp_subscriptions.rst
docs/source/grp_subscriptions_algos.rst
docs/source/grp_workers.rst
docs/source/grp_workers_cheapening.rst
docs/source/hints.rst
docs/source/index.rst
docs/source/index_api_runtime.rst
docs/source/index_api_static.rst
docs/source/index_contrib.rst
docs/source/index_presets.rst
docs/source/preset_empire.rst
docs/source/preset_nice.rst
docs/source/quickstart.rst
docs/source/rst_guide.rst
docs/source/uwsgi_stub.rst
tests/__init__.py
tests/conftest.py
tests/test_config.py
tests/test_utils.py
tests/confs/dummy.py
tests/confs/dummyone.py
tests/contrib/test_django.py
tests/contrib/uwsgicfg.py
tests/options/test_alarms.py
tests/options/test_applications.py
tests/options/test_caching.py
tests/options/test_empire.py
tests/options/test_locks.py
tests/options/test_logging.py
tests/options/test_main_process.py
tests/options/test_master_process.py
tests/options/test_monitoring.py
tests/options/test_networking.py
tests/options/test_python.py
tests/options/test_queue.py
tests/options/test_routing.py
tests/options/test_routing_modifiers.py
tests/options/test_routing_routers.py
tests/options/test_spooler.py
tests/options/test_statics.py
tests/options/test_subscriptions.py
tests/options/test_sysinit.py
tests/options/test_workers.py
tests/presets/test_empire_preset.py
tests/presets/test_nice.py
tests/runtime/test_basic.py
tests/runtime/test_runtime_caching.py
tests/runtime/test_runtime_locking.py
tests/runtime/test_runtime_monitoring.py
tests/runtime/test_runtime_mules.py
tests/runtime/test_runtime_platform.py
tests/runtime/test_runtime_rpc.py
tests/runtime/test_runtime_scheduling.py
tests/runtime/test_runtime_signals.py
tests/runtime/test_runtime_spooler.py
uwsgiconf/__init__.py
uwsgiconf/base.py
uwsgiconf/cli.py
uwsgiconf/config.py
uwsgiconf/exceptions.py
uwsgiconf/formatters.py
uwsgiconf/settings.py
uwsgiconf/sysinit.py
uwsgiconf/utils.py
uwsgiconf/uwsgi.py
uwsgiconf/uwsgi_stub.py
uwsgiconf.egg-info/PKG-INFO
uwsgiconf.egg-info/SOURCES.txt
uwsgiconf.egg-info/dependency_links.txt
uwsgiconf.egg-info/entry_points.txt
uwsgiconf.egg-info/not-zip-safe
uwsgiconf.egg-info/requires.txt
uwsgiconf.egg-info/top_level.txt
uwsgiconf/contrib/__init__.py
uwsgiconf/contrib/django/__init__.py
uwsgiconf/contrib/django/uwsgify/__init__.py
uwsgiconf/contrib/django/uwsgify/config.py
uwsgiconf/contrib/django/uwsgify/settings.py
uwsgiconf/contrib/django/uwsgify/toolbox.py
uwsgiconf/contrib/django/uwsgify/uwsgiinit.py
uwsgiconf/contrib/django/uwsgify/admin/__init__.py
uwsgiconf/contrib/django/uwsgify/admin/base.py
uwsgiconf/contrib/django/uwsgify/admin/models.py
uwsgiconf/contrib/django/uwsgify/admin/realms.py
uwsgiconf/contrib/django/uwsgify/management/__init__.py
uwsgiconf/contrib/django/uwsgify/management/commands/__init__.py
uwsgiconf/contrib/django/uwsgify/management/commands/_base.py
uwsgiconf/contrib/django/uwsgify/management/commands/uwsgi_log.py
uwsgiconf/contrib/django/uwsgify/management/commands/uwsgi_reload.py
uwsgiconf/contrib/django/uwsgify/management/commands/uwsgi_run.py
uwsgiconf/contrib/django/uwsgify/management/commands/uwsgi_stats.py
uwsgiconf/contrib/django/uwsgify/management/commands/uwsgi_stop.py
uwsgiconf/contrib/django/uwsgify/management/commands/uwsgi_sysinit.py
uwsgiconf/contrib/django/uwsgify/static/uwsgify/403.html
uwsgiconf/contrib/django/uwsgify/static/uwsgify/404.html
uwsgiconf/contrib/django/uwsgify/static/uwsgify/500.html
uwsgiconf/options/__init__.py
uwsgiconf/options/alarm_types.py
uwsgiconf/options/alarms.py
uwsgiconf/options/applications.py
uwsgiconf/options/caching.py
uwsgiconf/options/empire.py
uwsgiconf/options/locks.py
uwsgiconf/options/logging.py
uwsgiconf/options/logging_encoders.py
uwsgiconf/options/logging_loggers.py
uwsgiconf/options/main_process.py
uwsgiconf/options/main_process_actions.py
uwsgiconf/options/master_process.py
uwsgiconf/options/monitoring.py
uwsgiconf/options/monitoring_collectors.py
uwsgiconf/options/monitoring_metric_types.py
uwsgiconf/options/monitoring_pushers.py
uwsgiconf/options/networking.py
uwsgiconf/options/networking_sockets.py
uwsgiconf/options/python.py
uwsgiconf/options/queue.py
uwsgiconf/options/routing.py
uwsgiconf/options/routing_actions.py
uwsgiconf/options/routing_modifiers.py
uwsgiconf/options/routing_routers.py
uwsgiconf/options/routing_subjects.py
uwsgiconf/options/routing_vars.py
uwsgiconf/options/spooler.py
uwsgiconf/options/statics.py
uwsgiconf/options/subscriptions.py
uwsgiconf/options/subscriptions_algos.py
uwsgiconf/options/workers.py
uwsgiconf/options/workers_cheapening.py
uwsgiconf/presets/__init__.py
uwsgiconf/presets/empire.py
uwsgiconf/presets/nice.py
uwsgiconf/runtime/__init__.py
uwsgiconf/runtime/alarms.py
uwsgiconf/runtime/async.py
uwsgiconf/runtime/asynced.py
uwsgiconf/runtime/caching.py
uwsgiconf/runtime/control.py
uwsgiconf/runtime/environ.py
uwsgiconf/runtime/locking.py
uwsgiconf/runtime/logging.py
uwsgiconf/runtime/monitoring.py
uwsgiconf/runtime/mules.py
uwsgiconf/runtime/platform.py
uwsgiconf/runtime/request.py
uwsgiconf/runtime/rpc.py
uwsgiconf/runtime/scheduling.py
uwsgiconf/runtime/signals.py
uwsgiconf/runtime/spooler.py
uwsgiconf/runtime/websockets.py