{"id":18841161,"url":"https://github.com/poogles/limitediterables","last_synced_at":"2026-01-30T08:30:18.235Z","repository":{"id":62576119,"uuid":"107298935","full_name":"Poogles/limitediterables","owner":"Poogles","description":"Rate limited Python iterables!","archived":false,"fork":false,"pushed_at":"2018-02-01T13:15:47.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-03T04:12:03.278Z","etag":null,"topics":["iterables","rate-limit","rate-limiter","rate-limiting"],"latest_commit_sha":null,"homepage":null,"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/Poogles.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-10-17T16:59:50.000Z","updated_at":"2017-10-18T11:35:32.000Z","dependencies_parsed_at":"2022-11-03T17:36:53.512Z","dependency_job_id":null,"html_url":"https://github.com/Poogles/limitediterables","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Poogles%2Flimitediterables","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Poogles%2Flimitediterables/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Poogles%2Flimitediterables/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Poogles%2Flimitediterables/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Poogles","download_url":"https://codeload.github.com/Poogles/limitediterables/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239780121,"owners_count":19695734,"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":["iterables","rate-limit","rate-limiter","rate-limiting"],"created_at":"2024-11-08T02:50:15.768Z","updated_at":"2026-01-30T08:30:18.174Z","avatar_url":"https://github.com/Poogles.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Limited Iterables [![Build Status](https://travis-ci.org/Poogles/limitediterables.svg?branch=master)](https://travis-ci.org/Poogles/limitediterables)\n\nBasic library to rate limit how quickly you get the next value out of an iterable.\n\n## Install\n\n```sh\npip install limitediterables\n```\n\n\n## Example\n\n```python\ntarget = range(100)\nslow_iter = LimitedIterable(target, limit=50)  # This gives us 50 messages a second.\n\nfor i in slow_iter:\n    print(i)\n\n```\n\nShould be useful for rate limiting against APIs or anything else that's sensitive to number of requests.\n\n## Dev\n\n```\npip install pytest\npytest\n```\n\nPRs accepted.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpoogles%2Flimitediterables","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpoogles%2Flimitediterables","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpoogles%2Flimitediterables/lists"}