Skip to main content

Coroutine-based network library

Project description

gevent is a coroutine-based Python networking library.

Features include:

  • Fast event loop based on libev.

  • Lightweight execution units based on greenlet.

  • Familiar API that re-uses concepts from the Python standard library.

  • Cooperative sockets with SSL support.

  • DNS queries performed through c-ares or a threadpool.

  • Ability to use standard library and 3rd party modules written for standard blocking sockets

gevent is inspired by eventlet but features more consistent API, simpler implementation and better performance. Read why others use gevent and check out the list of the open source projects based on gevent.

gevent is licensed under MIT license.

Get gevent

Gevent runs on Python >= 2.6, Python >= 3.3, or PyPy >= 4.0.1 (but not PyPy3) (Note: PyPy is not supported in Windows). On all platforms, installing setuptools is recommended (this is done automatically if working in a virtual environment).

While gevent v1.1 is not yet released, it has release candidates which are currently considered quite stable, with many bugfixes over v1.0. v1.1 is also necessary if you are running OS X 10.11 and/or Python 3. To install one of these release candidates, you can run:

pip install --pre gevent

Download the latest release from Python Package Index or clone the repository.

Read the documentation online at http://www.gevent.org

Post feedback and issues on the bug tracker, mailing list, blog and twitter (@gevent).

Development

To install the latest development version:

pip install setuptools 'cython>=0.23.4' git+git://github.com/gevent/gevent.git#egg=gevent

To hack on gevent (using a virtualenv):

$ git clone https://github.com/gevent/gevent.git
$ cd gevent
$ virtualenv env
$ source env/bin/activate
(env) $ pip install -r dev-requirements.txt

Running Tests

There are a few different ways to run the tests. To simply run the tests on one version of Python during development, try this:

python setup.py develop
cd greentest
PYTHONPATH=.. python testrunner.py --config ../known_failures.py

Before submitting a pull request, it’s a good idea to run the tests across all supported versions of Python, and to check the code quality using pep8 and pyflakes. This is what is done on Travis CI. Locally it can be done using tox:

pip install tox
tox

The testrunner accepts a --coverage argument to enable code coverage metrics through the coverage.py package. That would go something like this:

cd greentest
PYTHONPATH=.. python testrunner.py --config ../known_failures.py --coverage
coverage combine
coverage html -i
<open htmlcov/index.html>

Builds on Travis CI automatically submit updates to coveralls.io.

https://coveralls.io/repos/gevent/gevent/badge.svg?branch=master&service=github

Continuous integration

A test suite is run for every push and pull request submitted. Travis CI is used to test on Linux, and AppVeyor runs the builds on Windows.

https://travis-ci.org/gevent/gevent.svg?branch=master https://ci.appveyor.com/api/projects/status/q4kl21ng2yo2ixur?svg=true

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gevent-1.1rc5.tar.gz (1.9 MB view hashes)

Uploaded source

Built Distributions

gevent-1.1rc5.win-amd64-py3.5.exe (518.2 kB view hashes)

Uploaded 3 5

gevent-1.1rc5.win-amd64-py3.4.exe (605.3 kB view hashes)

Uploaded 3 4

gevent-1.1rc5.win-amd64-py3.3.exe (606.3 kB view hashes)

Uploaded 3 3

gevent-1.1rc5.win-amd64-py2.7.exe (609.2 kB view hashes)

Uploaded 2 7

gevent-1.1rc5.win32-py3.5.exe (477.4 kB view hashes)

Uploaded 3 5

gevent-1.1rc5.win32-py3.4.exe (547.2 kB view hashes)

Uploaded 3 4

gevent-1.1rc5.win32-py3.3.exe (547.0 kB view hashes)

Uploaded 3 3

gevent-1.1rc5.win32-py2.7.exe (550.7 kB view hashes)

Uploaded 2 7

gevent-1.1rc5-cp35-cp35m-win_amd64.whl (377.2 kB view hashes)

Uploaded cp35

gevent-1.1rc5-cp35-cp35m-win32.whl (343.6 kB view hashes)

Uploaded cp35

gevent-1.1rc5-cp34-cp34m-win_amd64.whl (378.3 kB view hashes)

Uploaded cp34

gevent-1.1rc5-cp34-cp34m-win32.whl (351.4 kB view hashes)

Uploaded cp34

gevent-1.1rc5-cp33-cp33m-win_amd64.whl (379.3 kB view hashes)

Uploaded cp33

gevent-1.1rc5-cp33-cp33m-win32.whl (351.2 kB view hashes)

Uploaded cp33

gevent-1.1rc5-cp27-cp27m-win_amd64.whl (380.7 kB view hashes)

Uploaded cp27

gevent-1.1rc5-cp27-cp27m-win32.whl (349.8 kB view hashes)

Uploaded cp27

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page