{"id":20827630,"url":"https://github.com/bonifield/jitt","last_synced_at":"2025-03-12T07:26:47.437Z","repository":{"id":63863563,"uuid":"571318619","full_name":"bonifield/jitt","owner":"bonifield","description":"simple jitter tool","archived":false,"fork":false,"pushed_at":"2022-11-27T20:55:25.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-21T21:36:41.318Z","etag":null,"topics":["bugbounty","jitter","jitter-calculation","penetration-testing","python3"],"latest_commit_sha":null,"homepage":"","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/bonifield.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}},"created_at":"2022-11-27T20:54:55.000Z","updated_at":"2022-11-27T20:59:06.000Z","dependencies_parsed_at":"2022-11-27T22:01:32.276Z","dependency_job_id":null,"html_url":"https://github.com/bonifield/jitt","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/bonifield%2Fjitt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bonifield%2Fjitt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bonifield%2Fjitt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bonifield%2Fjitt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bonifield","download_url":"https://codeload.github.com/bonifield/jitt/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243175203,"owners_count":20248428,"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":["bugbounty","jitter","jitter-calculation","penetration-testing","python3"],"created_at":"2024-11-17T23:12:34.587Z","updated_at":"2025-03-12T07:26:47.413Z","avatar_url":"https://github.com/bonifield.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jitt\nsimple jitter tool\n\nTakes a baseline delay value, a percentage to calculate the min/max for allowed jitter values, and a desired precision; returns a float.\n\n### Installation\n```\npip install jitt\npython3 -m pip install jitt\n```\n\n### Usage\n```\nfrom jitt import Jitt\nj = Jitt(delay=10.5, percent=25, precision=3).jitter\nprint(j)\n\n# misc results for above values (min: 7.875 / max: 13.125)\n# 8.177\n# 12.975\n# 10.565\n# 9.022\n# 11.43 (trailing zero is truncated)\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbonifield%2Fjitt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbonifield%2Fjitt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbonifield%2Fjitt/lists"}