{"id":16156846,"url":"https://github.com/saghul/evergreen","last_synced_at":"2025-07-02T04:33:54.440Z","repository":{"id":8182455,"uuid":"9608384","full_name":"saghul/evergreen","owner":"saghul","description":"Cooperative multitasking and i/o for Python","archived":false,"fork":false,"pushed_at":"2014-03-31T06:40:05.000Z","size":1212,"stargazers_count":112,"open_issues_count":3,"forks_count":10,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-05-26T04:22:39.389Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://pypi.python.org/pypi/evergreen","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/saghul.png","metadata":{"files":{"readme":"README.rst","changelog":"ChangeLog","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-04-22T20:34:08.000Z","updated_at":"2024-11-28T16:27:05.000Z","dependencies_parsed_at":"2022-08-06T21:00:26.307Z","dependency_job_id":null,"html_url":"https://github.com/saghul/evergreen","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/saghul/evergreen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saghul%2Fevergreen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saghul%2Fevergreen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saghul%2Fevergreen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saghul%2Fevergreen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saghul","download_url":"https://codeload.github.com/saghul/evergreen/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saghul%2Fevergreen/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263075753,"owners_count":23409954,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-10T01:46:47.039Z","updated_at":"2025-07-02T04:33:54.414Z","avatar_url":"https://github.com/saghul.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"===========================================\nEvergreen: cooperative multitasking and i/o\n===========================================\n\nOverview\n========\n\nEvergreen is a cooperative multitasking and i/o library for Python. It provides equivalent primitives to\nthose for thread programming, but uses a cooperative model instead.\n\nOperations are driven by an event loop which will run the given tasks and i/o operations in a non-blocking\nmanner while presenting the user a synchronous, blocking API.\n\nFeatures:\n\n- Cooperative multitasking\n- Cooperative synchronization primitives: locks, events, queues, channels\n- Futures API (almost) compatible with the standard library\n- Cooperative versions of several standard library modules\n- Ability to monkey patch standard library modules to make them\n  cooperative\n\n\nRunning the test suite\n======================\n\nThere are several ways of running the test suite:\n\n- Run the test with the current Python interpreter:\n\n  From the toplevel directory, run: ``nosetests -v``\n\n- Use Tox to run the test suite in several virtualenvs with several interpreters\n\n  From the toplevel directory, run: ``tox -e py26,py27,py32, py33`` this will run the test suite\n  on Python 2.6, 2.7, 3.2 and 3.3 (you'll need to have them installed beforehand)\n\n\nCI status\n=========\n\n.. image:: https://secure.travis-ci.org/saghul/evergreen.png?branch=master\n    :target: http://travis-ci.org/saghul/evergreen\n\n\nDocumentation\n=============\n\nhttp://readthedocs.org/docs/evergreen/\n\n\nAuthor\n======\n\nSaúl Ibarra Corretgé \u003csaghul@gmail.com\u003e\n\nCode written by other authors has been adapted for use with Evergreen, check\nthe NOTICE file.\n\n\nLicense\n=======\n\nUnless stated otherwise on-file Evergreen uses the MIT license, check LICENSE and NOTICE files.\n\n\nContributing\n============\n\nIf you'd like to contribute, fork the project, make a patch and send a pull\nrequest. Have a look at the surrounding code and please, make yours look\nalike :-) If you intend to contribute a new feature please contact the maintainer\nbeforehand in order to discuss the design.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaghul%2Fevergreen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaghul%2Fevergreen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaghul%2Fevergreen/lists"}