Jega is a concurrent networking and cooperative multitasking library for Python3.
Project description
Jega
Jega is a concurrent networking and cooperative multitasking library for Python3.
Features:
Fast event loop based on picoev.
Lightweight task based on greenlet and fast scheduler.
Cooperative synchronization primitives: locks, events, queues, channels
Futures API (almost) compatible with the standard library
DNS queries performed through c-ares or a threadpool.
Cooperative versions of several standard library modules
Ability to use standard library and 3rd party modules written for standard blocking sockets
Jega is inspired by gevent and evergreen and PEP3156.
Requirements
Jega requires Python 3.x >= 3.2 . and greenlet >= 0.4.0.
Jega supports Linux, FreeBSD (Mac OS X not test).
Installation
Install from pypi:
$ easy_install -ZU jega
If you install Jega with lastest source code, run setup.py:
$ python setup.py develop $ python setup.py install
Running tests
Jega use py.test.
From the toplevel directory, run: py.test tests/
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
File details
Details for the file jega-0.1.tar.gz
.
File metadata
- Download URL: jega-0.1.tar.gz
- Upload date:
- Size: 237.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4413603ecbe5330c6f3b070fe4a96997bc6555fb9ab42f4c67610eb9c787f072 |
|
MD5 | da196dd17d8cff1653eacfe0f6aa1449 |
|
BLAKE2b-256 | 2a8c0fdd1584b4e161bfb87a606bc20e5fa492c17353bdcc688bb5c26b293c1a |