{"id":16661634,"url":"https://github.com/jml/txapply","last_synced_at":"2026-04-15T17:33:15.317Z","repository":{"id":136249831,"uuid":"48798991","full_name":"jml/txapply","owner":"jml","description":"Tools for combining Twisted Deferreds","archived":false,"fork":false,"pushed_at":"2021-01-16T09:59:30.000Z","size":28,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-12-26T06:47:53.170Z","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/jml.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-12-30T12:08:12.000Z","updated_at":"2016-02-03T10:43:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"8eaa815d-2b7f-4cca-ad15-9e878fd317d3","html_url":"https://github.com/jml/txapply","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jml/txapply","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jml%2Ftxapply","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jml%2Ftxapply/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jml%2Ftxapply/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jml%2Ftxapply/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jml","download_url":"https://codeload.github.com/jml/txapply/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jml%2Ftxapply/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31852915,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-12T10:35:41.164Z","updated_at":"2026-04-15T17:33:15.284Z","avatar_url":"https://github.com/jml.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# txapply\n\nA little library for calling functions with\n[Deferred](https://twistedmatrix.com/documents/current/api/twisted.internet.defer.Deferred.html)\narguments.\n\n## Example\n\n```python\n\ndef function(some, name=None):\n    print('Got {} (name={})'.format(some, name))\n    return name\n\n\ndef finished(value):\n    print('Finished: {}'.format(value))\n    reactor.stop()\n\nresult = txapply(function, some_deferred, name=other_deferred)\nresult.addCallback(finished)\n\n```\n\n## Warning\n\nThis is unreleased, unsupported software that makes no claims to backwards\ncompatibility or correctness.\n\nIn particular, I dislike the name `txapply` and am likely to change it.\n\n## License\n\nCopyright (c) Twisted Matrix Laboratories.\n\nMade available under the MIT license. See LICENSE for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjml%2Ftxapply","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjml%2Ftxapply","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjml%2Ftxapply/lists"}