{"id":15570908,"url":"https://github.com/mjs/gevent_openssl","last_synced_at":"2025-10-03T00:31:27.595Z","repository":{"id":57434118,"uuid":"10470972","full_name":"mjs/gevent_openssl","owner":"mjs","description":"pyopenssl gevent compat. lib","archived":false,"fork":false,"pushed_at":"2019-04-14T15:39:43.000Z","size":241,"stargazers_count":22,"open_issues_count":5,"forks_count":18,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-13T09:43:55.285Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mjs.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.rst","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-06-04T04:38:58.000Z","updated_at":"2021-05-21T06:54:33.000Z","dependencies_parsed_at":"2022-08-27T21:11:11.024Z","dependency_job_id":null,"html_url":"https://github.com/mjs/gevent_openssl","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjs%2Fgevent_openssl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjs%2Fgevent_openssl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjs%2Fgevent_openssl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjs%2Fgevent_openssl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mjs","download_url":"https://codeload.github.com/mjs/gevent_openssl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235053753,"owners_count":18928440,"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-02T17:49:21.831Z","updated_at":"2025-10-03T00:31:22.321Z","avatar_url":"https://github.com/mjs.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"==============\ngevent-openssl\n==============\nThis library wraps pyOpenSSL to make it compatible with gevent. OpenSSL connection\noperations that would normally block the current thread will only block the\ncurrent greenlet instead.\n\nRequirements\n------------\n* PyOpenSSL \u003e= 0.11\n* gevent (compatible with 1.0 pre-releases as well)\n\nUsage\n-----\nInstead of importing OpenSSL directly, do so in the following manner:\n\n..\n\n    import gevent_openssl as OpenSSL\n\nor\n\n..\n\n    import gevent_openssl; gevent_openssl.monkey_patch()\n\n\n\nAny calls that would have blocked the current thread will now only block the\ncurrent green thread.\n\nAbout\n-----\nThis compatibility is accomplished by yielding to the gevent scheduler\nwhen pyOpenSSL is waiting to be able to read or write data.\n\nLicense\n-------\nNew BSD\n\nHistory\n-------\nThis project was originally created by Phus Lu (phus.lu@gmail.com) and\nis now maintained by Menno Finlay-Smits (menno@freshfoo.com).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmjs%2Fgevent_openssl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmjs%2Fgevent_openssl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmjs%2Fgevent_openssl/lists"}