Skip to main content

This library adds a simple hook into Django’s manage.py to be able to start gevent’s WSGI server to serve the Django project.

Install

Install the library into your Python installation via pip:

pip install django-gevent-deploy

Then add the library into INSTALLED_APPS within Django’s project settings.py:

INSTALLED_APPS = (
    ...
    'django_gevent_deploy',
)

Configuration

You may add two settings to your settings.py:

GEVENT_ADDR_PORT

Specifies what address and what port should be used for the gevent’s WSGI server. Must be a string and of the [[addr:]port] format:

'8000'            # default
'localhost:8000'
'127.0.0.1:8000'

GEVENT_POOL_SIZE

Specifies the number of greenlets gevent can spawn for the server. Can be None or an integer value:

None              # default
1
100

Usage

To start the gevent’s WSGI server, simply call rungevent in manage.py. The command accepts optional argumets which are the same as described in Configuration section. If the arguments are not provided, then the configuration from the settings.py is used, or default if settings.py is not configured:

$ python manage.py rungevent [[addr]:port] [pool_size]

Credits

  • Miroslav Shubernetskiy

License

This library is packaged with MIT license:

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Changelog

1.0.1

  • Added gevent monkey patching

1.0

  • Initial version

Release files for django-gevent-deploy 1.0.1

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for django-gevent-deploy 1.0.1
File Size Uploaded
django-gevent-deploy-1.0.1.tar.gz 4.8 kB Details

Release files / django-gevent-deploy-1.0.1.tar.gz

Download URL django-gevent-deploy-1.0.1.tar.gz
Size 4.8 kB
Tags Source
SHA-256 checksum
How to use checksums
aad211623e20503c735fa561a6e22bcc8337906721e9dc8e2920cd239aa731b1
BLAKE2b-256 checksum
How to use checksums
4ba7c5bb7e9d45b36459830d4f15a7067451fe51f1722c66822ff78f708a8c3b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release history Release notifications | RSS feed

This release

1.0.1 This release

1 release file

1.0

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page