Skip to content
/ gevent Public
forked from gevent/gevent

Coroutine-based concurrency library for Python

License

Notifications You must be signed in to change notification settings

fantix/gevent

This branch is 49 commits ahead of, 2979 commits behind gevent/gevent:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

71dd2d4 · Nov 9, 2014
Dec 23, 2013
Sep 21, 2012
Jan 14, 2014
May 3, 2014
Nov 9, 2014
May 3, 2014
Dec 23, 2013
Oct 8, 2014
Oct 12, 2013
Apr 30, 2014
Apr 30, 2014
Nov 26, 2013
Feb 20, 2010
Apr 26, 2014
Apr 29, 2014
Apr 26, 2014
Apr 1, 2013
Apr 11, 2014
Apr 29, 2014
Apr 26, 2014

Repository files navigation

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 written and maintained by Denis Bilenko and is licensed under MIT license.

get gevent

Install Python 2.6 or newer and greenlet extension.

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).

installing from github

To install the latest development version:

pip install cython git+git://github.com/surfly/gevent.git#egg=gevent

running tests

python setup.py build

cd greentest

PYTHONPATH=.. python testrunner.py --config ../known_failures.py

About

Coroutine-based concurrency library for Python

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 73.9%
  • C 20.2%
  • Shell 5.8%
  • JavaScript 0.1%
  • Awk 0.0%
  • CSS 0.0%