{ "info": { "author": "yutaka matsubara", "author_email": "yutaka.matsubara@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: POSIX :: Linux", "Programming Language :: C", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Topic :: Internet", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Jega\n============\n\nJega is a concurrent networking and cooperative multitasking library for Python3.\n\nFeatures:\n\n- Fast event loop based on picoev_.\n- Lightweight task based on greenlet_ and fast scheduler.\n- Cooperative synchronization primitives: locks, events, queues, channels\n- Futures API (almost) compatible with the standard library\n- DNS queries performed through c-ares_ or a threadpool.\n- Cooperative versions of several standard library modules\n- Ability to use standard library and 3rd party modules written for standard blocking sockets\n\nJega is inspired by gevent_ and evergreen_ and PEP3156. \n\nRequirements\n---------------------------------\n\nJega requires **Python 3.x >= 3.2** . and **greenlet >= 0.4.0**.\n\nJega supports Linux, FreeBSD (Mac OS X not test).\n\nInstallation\n============\n\nInstall from pypi::\n\n $ easy_install -ZU jega \n\nIf you install Jega with lastest source code, run ``setup.py``::\n\n $ python setup.py develop\n $ python setup.py install\n\nRunning tests\n======================\n\nJega use py.test_.\n\nFrom the toplevel directory, run: ``py.test tests/``\n\n\n.. _picoev: https://github.com/kazuho/picoev\n.. _greenlet: http://pypi.python.org/pypi/greenlet\n.. _py.test: http://pypi.python.org/pypi/pytest\n.. _evergreen: http://pypi.python.org/pypi/evergreen\n.. _gevent: http://www.gevent.org\n.. _c-ares: http://c-ares.haxx.se/", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/mopemope/jega", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "jega", "package_url": "https://pypi.org/project/jega/", "platform": "Linux,BSD", "project_url": "https://pypi.org/project/jega/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/mopemope/jega" }, "release_url": "https://pypi.org/project/jega/0.1/", "requires_dist": null, "requires_python": null, "summary": "Jega is a concurrent networking and cooperative multitasking library for Python3.", "version": "0.1" }, "last_serial": 817333, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "da196dd17d8cff1653eacfe0f6aa1449", "sha256": "4413603ecbe5330c6f3b070fe4a96997bc6555fb9ab42f4c67610eb9c787f072" }, "downloads": -1, "filename": "jega-0.1.tar.gz", "has_sig": false, "md5_digest": "da196dd17d8cff1653eacfe0f6aa1449", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 237093, "upload_time": "2013-07-17T13:40:29", "url": "https://files.pythonhosted.org/packages/2a/8c/0fdd1584b4e161bfb87a606bc20e5fa492c17353bdcc688bb5c26b293c1a/jega-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "da196dd17d8cff1653eacfe0f6aa1449", "sha256": "4413603ecbe5330c6f3b070fe4a96997bc6555fb9ab42f4c67610eb9c787f072" }, "downloads": -1, "filename": "jega-0.1.tar.gz", "has_sig": false, "md5_digest": "da196dd17d8cff1653eacfe0f6aa1449", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 237093, "upload_time": "2013-07-17T13:40:29", "url": "https://files.pythonhosted.org/packages/2a/8c/0fdd1584b4e161bfb87a606bc20e5fa492c17353bdcc688bb5c26b293c1a/jega-0.1.tar.gz" } ] }