{"id":39683,"name":"pyprobables","description":"Probabilistic data structures in python http://pyprobables.readthedocs.io/en/latest/index.html","url":"https://github.com/barrust/pyprobables","last_synced_at":"2025-09-05T08:18:11.306Z","repository":{"id":22537706,"uuid":"96632466","full_name":"barrust/pyprobables","owner":"barrust","description":"Probabilistic data structures in python http://pyprobables.readthedocs.io/en/latest/index.html","archived":false,"fork":false,"pushed_at":"2025-08-12T02:47:23.000Z","size":4567,"stargazers_count":118,"open_issues_count":1,"forks_count":11,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-08-12T04:30:48.507Z","etag":null,"topics":["bitarray","bloom-filter","count-mean-min-sketch","count-mean-sketch","count-min-sketch","counting-bloom-filter","counting-cuckoo-filter","cuckoo-filter","data-analysis","data-mining","data-science","data-structures","datastructures","heavy-hitters","probabilistic-programming","probability","python","quotient-filter","stream-threshold"],"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/barrust.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-07-08T17:02:44.000Z","updated_at":"2025-08-12T02:47:21.000Z","dependencies_parsed_at":"2024-01-30T03:40:07.330Z","dependency_job_id":"d4ca127d-5635-461d-9fe0-afa54d447df8","html_url":"https://github.com/barrust/pyprobables","commit_stats":{"total_commits":139,"total_committers":8,"mean_commits":17.375,"dds":0.1079136690647482,"last_synced_commit":"d88115f149cde60e96e06dada4092d63f599918e"},"previous_names":[],"tags_count":30,"template":false,"template_full_name":null,"purl":"pkg:github/barrust/pyprobables","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrust%2Fpyprobables","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrust%2Fpyprobables/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrust%2Fpyprobables/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrust%2Fpyprobables/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/barrust","download_url":"https://codeload.github.com/barrust/pyprobables/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrust%2Fpyprobables/sbom","scorecard":{"id":226094,"data":{"date":"2025-08-11","repo":{"name":"github.com/barrust/pyprobables","commit":"d48ef586ba0451822b4d5f8d9f65e5b234fc0ad6"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.6,"checks":[{"name":"Code-Review","score":0,"reason":"Found 1/24 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":2,"reason":"3 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 2","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/publish.yml:1","Warn: no topLevel permission defined: .github/workflows/python-package.yml:1","Warn: no topLevel permission defined: .github/workflows/ruff.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/barrust/pyprobables/publish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/barrust/pyprobables/publish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python-package.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/barrust/pyprobables/python-package.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python-package.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/barrust/pyprobables/python-package.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/python-package.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/barrust/pyprobables/python-package.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python-package.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/barrust/pyprobables/python-package.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python-package.yml:48: update your workflow using https://app.stepsecurity.io/secureworkflow/barrust/pyprobables/python-package.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python-package.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/barrust/pyprobables/python-package.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/python-package.yml:62: update your workflow using https://app.stepsecurity.io/secureworkflow/barrust/pyprobables/python-package.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ruff.yml:7: update your workflow using https://app.stepsecurity.io/secureworkflow/barrust/pyprobables/ruff.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ruff.yml:9: update your workflow using https://app.stepsecurity.io/secureworkflow/barrust/pyprobables/ruff.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ruff.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/barrust/pyprobables/ruff.yml/master?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/publish.yml:23","Warn: pipCommand not pinned by hash: .github/workflows/publish.yml:24","Warn: pipCommand not pinned by hash: .github/workflows/publish.yml:25","Warn: pipCommand not pinned by hash: .github/workflows/python-package.yml:24","Warn: pipCommand not pinned by hash: .github/workflows/python-package.yml:25","Warn: pipCommand not pinned by hash: .github/workflows/python-package.yml:26","Warn: pipCommand not pinned by hash: .github/workflows/python-package.yml:53","Warn: pipCommand not pinned by hash: .github/workflows/python-package.yml:54","Info:   0 out of   9 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 third-party GitHubAction dependencies pinned","Info:   0 out of   8 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'master'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 15 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-17T03:51:56.208Z","repository_id":22537706,"created_at":"2025-08-17T03:51:56.208Z","updated_at":"2025-08-17T03:51:56.208Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273728765,"owners_count":25157272,"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","status":"online","status_checked_at":"2025-09-05T02:00:09.113Z","response_time":402,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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"}},"owner":{"login":"barrust","name":"Tyler Barrus","uuid":"3161814","kind":"user","description":"","email":"","website":null,"location":"Richmond Va","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/3161814?u=2a9a179a3f0c69debe79b051b036564ee00ab6fc\u0026v=4","repositories_count":17,"last_synced_at":"2023-08-05T15:42:11.167Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/barrust","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-06T11:59:58.714Z","updated_at":"2023-08-05T15:42:11.203Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/barrust","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/barrust/repositories"},"packages":[{"id":2880120,"name":"pyprobables","ecosystem":"pypi","description":"Probabilistic data structures in python","homepage":"https://github.com/barrust/pyprobables","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/barrust/pyprobables","keywords_array":["python","probabilistic","data-structure","bloom","filter","count-min","sketch","bloom-filter","count-min-sketch","cuckoo-filter","quotient-filter"],"namespace":null,"versions_count":31,"first_release_published_at":"2017-07-14T16:07:36.000Z","latest_release_published_at":"2024-12-20T22:06:15.000Z","latest_release_number":"0.6.1","last_synced_at":"2025-08-12T04:42:17.042Z","created_at":"2022-04-10T12:17:08.282Z","updated_at":"2025-08-12T15:34:26.806Z","registry_url":"https://pypi.org/project/pyprobables/","install_command":"pip install pyprobables --index-url https://pypi.org/simple","documentation_url":"https://pyprobables.readthedocs.io/","metadata":{"funding":null,"documentation":"https://pyprobables.readthedocs.io/","classifiers":["Development Status :: 5 - Production/Stable","Intended Audience :: Developers","Intended Audience :: Information Technology","Intended Audience :: Science/Research","License :: OSI Approved","License :: OSI Approved :: MIT License","Programming Language :: Python","Programming Language :: Python :: 3","Programming Language :: Python :: 3.10","Programming Language :: Python :: 3.11","Programming Language :: Python :: 3.12","Programming Language :: Python :: 3.8","Programming Language :: Python :: 3.9","Topic :: Software Development :: Libraries","Topic :: Utilities"],"normalized_name":"pyprobables"},"repo_metadata":{"id":22537706,"uuid":"96632466","full_name":"barrust/pyprobables","owner":"barrust","description":"Probabilistic data structures in python http://pyprobables.readthedocs.io/en/latest/index.html","archived":false,"fork":false,"pushed_at":"2025-08-12T02:47:23.000Z","size":4567,"stargazers_count":118,"open_issues_count":1,"forks_count":11,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-08-12T04:30:48.507Z","etag":null,"topics":["bitarray","bloom-filter","count-mean-min-sketch","count-mean-sketch","count-min-sketch","counting-bloom-filter","counting-cuckoo-filter","cuckoo-filter","data-analysis","data-mining","data-science","data-structures","datastructures","heavy-hitters","probabilistic-programming","probability","python","quotient-filter","stream-threshold"],"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/barrust.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-07-08T17:02:44.000Z","updated_at":"2025-08-12T02:47:21.000Z","dependencies_parsed_at":"2024-01-30T03:40:07.330Z","dependency_job_id":"d4ca127d-5635-461d-9fe0-afa54d447df8","html_url":"https://github.com/barrust/pyprobables","commit_stats":{"total_commits":139,"total_committers":8,"mean_commits":17.375,"dds":0.1079136690647482,"last_synced_commit":"d88115f149cde60e96e06dada4092d63f599918e"},"previous_names":[],"tags_count":30,"template":false,"template_full_name":null,"purl":"pkg:github/barrust/pyprobables","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrust%2Fpyprobables","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrust%2Fpyprobables/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrust%2Fpyprobables/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrust%2Fpyprobables/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/barrust","download_url":"https://codeload.github.com/barrust/pyprobables/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrust%2Fpyprobables/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270087178,"owners_count":24524731,"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","status":"online","status_checked_at":"2025-08-12T02:00:09.011Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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"},"owner_record":{"login":"barrust","name":"Tyler Barrus","uuid":"3161814","kind":"user","description":"","email":"","website":null,"location":"Richmond Va","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/3161814?u=2a9a179a3f0c69debe79b051b036564ee00ab6fc\u0026v=4","repositories_count":17,"last_synced_at":"2023-08-05T15:42:11.167Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/barrust","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-06T11:59:58.714Z","updated_at":"2023-08-05T15:42:11.203Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/barrust","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/barrust/repositories"},"tags":[{"name":"v0.6.1","sha":"0834f1e9142470e20f3182a8c2272c7513336964","kind":"commit","published_at":"2024-12-20T21:52:18.000Z","download_url":"https://codeload.github.com/barrust/pyprobables/tar.gz/v0.6.1","html_url":"https://github.com/barrust/pyprobables/releases/tag/v0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/barrust/pyprobables@v0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrust%2Fpyprobables/tags/v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrust%2Fpyprobables/tags/v0.6.1/manifests"},{"name":"v0.6.0","sha":"84dbffc9a5a27d5daeed37137efc0b2efc0e8ecc","kind":"commit","published_at":"2024-01-12T22:30:34.000Z","download_url":"https://codeload.github.com/barrust/pyprobables/tar.gz/v0.6.0","html_url":"https://github.com/barrust/pyprobables/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/barrust/pyprobables@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrust%2Fpyprobables/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrust%2Fpyprobables/tags/v0.6.0/manifests"},{"name":"v0.5.9","sha":"33f1b9a6e71cca0173f10ea86eb64f589d57e7d7","kind":"commit","published_at":"2023-12-29T03:00:27.000Z","download_url":"https://codeload.github.com/barrust/pyprobables/tar.gz/v0.5.9","html_url":"https://github.com/barrust/pyprobables/releases/tag/v0.5.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/barrust/pyprobables@v0.5.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrust%2Fpyprobables/tags/v0.5.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrust%2Fpyprobables/tags/v0.5.9/manifests"},{"name":"v0.5.8","sha":"2dc4116de349296e6dbd2c2a685ecfb79c11adc4","kind":"commit","published_at":"2023-06-01T17:36:49.000Z","download_url":"https://codeload.github.com/barrust/pyprobables/tar.gz/v0.5.8","html_url":"https://github.com/barrust/pyprobables/releases/tag/v0.5.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/barrust/pyprobables@v0.5.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrust%2Fpyprobables/tags/v0.5.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrust%2Fpyprobables/tags/v0.5.8/manifests"},{"name":"v0.5.7","sha":"ee924a2ba706772094827cb73461e9ef001896c3","kind":"commit","published_at":"2023-04-26T01:55:47.000Z","download_url":"https://codeload.github.com/barrust/pyprobables/tar.gz/v0.5.7","html_url":"https://github.com/barrust/pyprobables/releases/tag/v0.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/barrust/pyprobables@v0.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrust%2Fpyprobables/tags/v0.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrust%2Fpyprobables/tags/v0.5.7/manifests"},{"name":"v0.5.6","sha":"f426a59f77b19a9ccaaedb9d93ba668624df1e69","kind":"commit","published_at":"2022-03-10T04:42:46.000Z","download_url":"https://codeload.github.com/barrust/pyprobables/tar.gz/v0.5.6","html_url":"https://github.com/barrust/pyprobables/releases/tag/v0.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/barrust/pyprobables@v0.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrust%2Fpyprobables/tags/v0.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrust%2Fpyprobables/tags/v0.5.6/manifests"},{"name":"v0.5.5","sha":"a259242c20941cff2ced48d1e70d597fb4f1b485","kind":"commit","published_at":"2022-01-15T17:03:15.000Z","download_url":"https://codeload.github.com/barrust/pyprobables/tar.gz/v0.5.5","html_url":"https://github.com/barrust/pyprobables/releases/tag/v0.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/barrust/pyprobables@v0.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrust%2Fpyprobables/tags/v0.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrust%2Fpyprobables/tags/v0.5.5/manifests"},{"name":"v0.5.4","sha":"00083860ac164968673ddc28688ed7ac7669cff7","kind":"commit","published_at":"2022-01-08T14:17:33.000Z","download_url":"https://codeload.github.com/barrust/pyprobables/tar.gz/v0.5.4","html_url":"https://github.com/barrust/pyprobables/releases/tag/v0.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/barrust/pyprobables@v0.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrust%2Fpyprobables/tags/v0.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrust%2Fpyprobables/tags/v0.5.4/manifests"},{"name":"v0.5.3","sha":"27ae06d0fc891276420716119830c90bdabef3dc","kind":"commit","published_at":"2021-12-29T19:41:23.000Z","download_url":"https://codeload.github.com/barrust/pyprobables/tar.gz/v0.5.3","html_url":"https://github.com/barrust/pyprobables/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/barrust/pyprobables@v0.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrust%2Fpyprobables/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrust%2Fpyprobables/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"be0c699509d138fd3e3cfb37aeaf02866d7eaaa7","kind":"commit","published_at":"2021-12-13T22:55:15.000Z","download_url":"https://codeload.github.com/barrust/pyprobables/tar.gz/v0.5.2","html_url":"https://github.com/barrust/pyprobables/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/barrust/pyprobables@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrust%2Fpyprobables/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrust%2Fpyprobables/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"ddf3d8ab3beee39ebc5efb8324077d96a2bc82fc","kind":"commit","published_at":"2021-11-19T01:08:00.000Z","download_url":"https://codeload.github.com/barrust/pyprobables/tar.gz/v0.5.1","html_url":"https://github.com/barrust/pyprobables/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/barrust/pyprobables@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrust%2Fpyprobables/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrust%2Fpyprobables/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"3e51d3881a5036303332339d30eef67ac8166f90","kind":"commit","published_at":"2021-10-19T21:48:54.000Z","download_url":"https://codeload.github.com/barrust/pyprobables/tar.gz/v0.5.0","html_url":"https://github.com/barrust/pyprobables/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/barrust/pyprobables@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrust%2Fpyprobables/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrust%2Fpyprobables/tags/v0.5.0/manifests"},{"name":"v0.4.1","sha":"beb73f2f6c2ab9d8b8b477381e84271c88b25e8f","kind":"commit","published_at":"2021-04-30T13:56:28.000Z","download_url":"https://codeload.github.com/barrust/pyprobables/tar.gz/v0.4.1","html_url":"https://github.com/barrust/pyprobables/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/barrust/pyprobables@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrust%2Fpyprobables/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrust%2Fpyprobables/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"e915ec72ce521801b963c7df0b8bb7f194470216","kind":"commit","published_at":"2020-12-31T04:44:43.000Z","download_url":"https://codeload.github.com/barrust/pyprobables/tar.gz/v0.4.0","html_url":"https://github.com/barrust/pyprobables/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/barrust/pyprobables@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrust%2Fpyprobables/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrust%2Fpyprobables/tags/v0.4.0/manifests"},{"name":"v0.3.2","sha":"9460471d7e391060874d342945b2352d0a35603f","kind":"commit","published_at":"2020-08-09T03:09:56.000Z","download_url":"https://codeload.github.com/barrust/pyprobables/tar.gz/v0.3.2","html_url":"https://github.com/barrust/pyprobables/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/barrust/pyprobables@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrust%2Fpyprobables/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrust%2Fpyprobables/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"a71ce86ba1ef51e54dab5b324a08b9c262b226d6","kind":"commit","published_at":"2020-03-20T03:32:22.000Z","download_url":"https://codeload.github.com/barrust/pyprobables/tar.gz/v0.3.1","html_url":"https://github.com/barrust/pyprobables/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/barrust/pyprobables@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrust%2Fpyprobables/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrust%2Fpyprobables/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"81a752638078cb993454e150083fbc0516565a20","kind":"commit","published_at":"2018-11-21T01:51:36.000Z","download_url":"https://codeload.github.com/barrust/pyprobables/tar.gz/v0.3.0","html_url":"https://github.com/barrust/pyprobables/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/barrust/pyprobables@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrust%2Fpyprobables/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrust%2Fpyprobables/tags/v0.3.0/manifests"},{"name":"v0.2.6","sha":"d313ebc672ce0071f68dd62c81731b5eb4f20a40","kind":"commit","published_at":"2018-11-12T18:48:55.000Z","download_url":"https://codeload.github.com/barrust/pyprobables/tar.gz/v0.2.6","html_url":"https://github.com/barrust/pyprobables/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/barrust/pyprobables@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrust%2Fpyprobables/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrust%2Fpyprobables/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"022ef22ba7a7bacbb79394abf8de1f25e6f8820f","kind":"commit","published_at":"2018-11-10T23:49:57.000Z","download_url":"https://codeload.github.com/barrust/pyprobables/tar.gz/v0.2.5","html_url":"https://github.com/barrust/pyprobables/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/barrust/pyprobables@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrust%2Fpyprobables/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrust%2Fpyprobables/tags/v0.2.5/manifests"},{"name":"v0.2.0","sha":"9ad336c0ac59fd7e076592aec15a97c4c057e7a5","kind":"commit","published_at":"2018-11-07T01:08:03.000Z","download_url":"https://codeload.github.com/barrust/pyprobables/tar.gz/v0.2.0","html_url":"https://github.com/barrust/pyprobables/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/barrust/pyprobables@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrust%2Fpyprobables/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrust%2Fpyprobables/tags/v0.2.0/manifests"},{"name":"v0.1.4","sha":"661c8fa537dbea14dbad0c087696e1d8f5fd04aa","kind":"commit","published_at":"2018-05-25T02:17:34.000Z","download_url":"https://codeload.github.com/barrust/pyprobables/tar.gz/v0.1.4","html_url":"https://github.com/barrust/pyprobables/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/barrust/pyprobables@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrust%2Fpyprobables/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrust%2Fpyprobables/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"6ab9448ba19270f001be60266673a094790d1bb0","kind":"commit","published_at":"2018-01-02T00:04:28.000Z","download_url":"https://codeload.github.com/barrust/pyprobables/tar.gz/v0.1.3","html_url":"https://github.com/barrust/pyprobables/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/barrust/pyprobables@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrust%2Fpyprobables/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrust%2Fpyprobables/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"f7518395727c459dee5033e781a76e4965e7618e","kind":"commit","published_at":"2017-10-09T22:28:28.000Z","download_url":"https://codeload.github.com/barrust/pyprobables/tar.gz/v0.1.2","html_url":"https://github.com/barrust/pyprobables/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/barrust/pyprobables@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrust%2Fpyprobables/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrust%2Fpyprobables/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"5cc4b98e0b6805e82c07f2cbf12b5a2b17c61347","kind":"commit","published_at":"2017-10-04T00:23:01.000Z","download_url":"https://codeload.github.com/barrust/pyprobables/tar.gz/v0.1.1","html_url":"https://github.com/barrust/pyprobables/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/barrust/pyprobables@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrust%2Fpyprobables/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrust%2Fpyprobables/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"6a00ac12e9f1e2c70adb7c964752ce5a70b66d4b","kind":"commit","published_at":"2017-09-29T19:50:37.000Z","download_url":"https://codeload.github.com/barrust/pyprobables/tar.gz/v0.1.0","html_url":"https://github.com/barrust/pyprobables/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/barrust/pyprobables@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrust%2Fpyprobables/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrust%2Fpyprobables/tags/v0.1.0/manifests"},{"name":"v0.0.8","sha":"2d0aac50a5a19179d17f49c1cf2a20fe4866880e","kind":"commit","published_at":"2017-08-21T23:59:27.000Z","download_url":"https://codeload.github.com/barrust/pyprobables/tar.gz/v0.0.8","html_url":"https://github.com/barrust/pyprobables/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/barrust/pyprobables@v0.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrust%2Fpyprobables/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrust%2Fpyprobables/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"bd2fd2ea62580d18f5e342b7b7f923b92d51e11e","kind":"commit","published_at":"2017-08-12T16:01:20.000Z","download_url":"https://codeload.github.com/barrust/pyprobables/tar.gz/v0.0.7","html_url":"https://github.com/barrust/pyprobables/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/barrust/pyprobables@v0.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrust%2Fpyprobables/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrust%2Fpyprobables/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"14abcd3a36170119769ba8e78a562dcb3b2e5399","kind":"commit","published_at":"2017-08-05T22:12:45.000Z","download_url":"https://codeload.github.com/barrust/pyprobables/tar.gz/v0.0.6","html_url":"https://github.com/barrust/pyprobables/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/barrust/pyprobables@v0.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrust%2Fpyprobables/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrust%2Fpyprobables/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"1ecc86ba3f5271846080b7d246e16bedaed2f016","kind":"commit","published_at":"2017-07-21T21:46:14.000Z","download_url":"https://codeload.github.com/barrust/pyprobables/tar.gz/v0.0.5","html_url":"https://github.com/barrust/pyprobables/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/barrust/pyprobables@v0.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrust%2Fpyprobables/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrust%2Fpyprobables/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"e54656b2698b13149346ebe61db18d052abe33df","kind":"commit","published_at":"2017-07-15T16:51:59.000Z","download_url":"https://codeload.github.com/barrust/pyprobables/tar.gz/v0.0.4","html_url":"https://github.com/barrust/pyprobables/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/barrust/pyprobables@v0.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrust%2Fpyprobables/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrust%2Fpyprobables/tags/v0.0.4/manifests"}]},"repo_metadata_updated_at":"2025-08-12T15:34:26.805Z","dependent_packages_count":3,"downloads":130931,"downloads_period":"last-month","dependent_repos_count":1,"rankings":{"downloads":10.689601155384727,"dependent_repos_count":21.63438025370625,"dependent_packages_count":10.05962490376147,"stargazers_count":7.222889805462636,"forks_count":11.931097458468969,"docker_downloads_count":null,"average":12.30751871535681},"purl":"pkg:pypi/pyprobables","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/pyprobables","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/pypi/pyprobables","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/pyprobables/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-07-27T16:23:04.217Z","issues_count":48,"pull_requests_count":76,"avg_time_to_close_issue":6555528.70212766,"avg_time_to_close_pull_request":844000.8533333334,"issues_closed_count":47,"pull_requests_closed_count":75,"pull_request_authors_count":10,"issue_authors_count":13,"avg_comments_per_issue":1.9583333333333333,"avg_comments_per_pull_request":1.1447368421052633,"merged_pull_requests_count":70,"bot_issues_count":0,"bot_pull_requests_count":5,"past_year_issues_count":2,"past_year_pull_requests_count":6,"past_year_avg_time_to_close_issue":2185358.5,"past_year_avg_time_to_close_pull_request":448841.0,"past_year_issues_closed_count":2,"past_year_pull_requests_closed_count":5,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":2,"past_year_avg_comments_per_issue":3.5,"past_year_avg_comments_per_pull_request":0.3333333333333333,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":5,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrust%2Fpyprobables/issues","maintainers":[{"login":"barrust","count":89,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/barrust"}],"active_maintainers":[{"login":"barrust","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/barrust"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/pyprobables/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/pyprobables/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/pyprobables/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/pyprobables/related_packages","maintainers":[{"uuid":"barrust","login":"barrust","name":null,"email":null,"url":null,"packages_count":5,"html_url":"https://pypi.org/user/barrust/","role":null,"created_at":"2023-02-22T16:21:52.859Z","updated_at":"2023-02-22T16:21:52.859Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/barrust/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":725050,"maintainers_count":308343,"namespaces_count":0,"keywords_count":238006,"github":"pypi","metadata":{"funded_packages_count":50519},"icon_url":"https://github.com/pypi.png","created_at":"2022-04-04T15:19:23.364Z","updated_at":"2025-09-05T05:40:58.860Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/namespaces"}}],"commits":{"id":639826,"full_name":"barrust/pyprobables","default_branch":"master","committers":[{"name":"Tyler Barrus","email":"barrust@gmail.com","login":"barrust","count":133},{"name":"KOLANICH","email":"KOLANICH","login":"KOLANICH","count":6},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]","login":"dependabot[bot]","count":5},{"name":"dnanto","email":"dnegron2@gmu.edu","login":"dnanto","count":1},{"name":"Marcus McCurdy","email":"marcus.mccurdy@gmail.com","login":"volker48","count":1},{"name":"Leonhard Masche","email":"leonhardmasche@gmail.com","login":"leonhma","count":1},{"name":"Dominik Kozaczko","email":"dominik@kozaczko.info","login":"dekoza","count":1},{"name":"Daniel M","email":"cunla","login":"cunla","count":1}],"total_commits":149,"total_committers":8,"total_bot_commits":5,"total_bot_committers":1,"mean_commits":18.625,"dds":0.10738255033557043,"past_year_committers":[{"name":"barrust","email":"barrust@gmail.com","login":"barrust","count":10},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]","login":"dependabot[bot]","count":1}],"past_year_total_commits":11,"past_year_total_committers":2,"past_year_total_bot_commits":1,"past_year_total_bot_committers":1,"past_year_mean_commits":5.5,"past_year_dds":0.09090909090909094,"last_synced_at":"2025-05-17T05:54:04.970Z","last_synced_commit":"5b0cd94b4d103b9a59ac00e8f8c8e0a0146f5ce5","created_at":"2023-03-09T08:49:46.990Z","updated_at":"2025-05-17T05:54:06.083Z","commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrust%2Fpyprobables/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-08-30T00:00:08.254Z","repositories_count":5479765,"commits_count":853310318,"contributors_count":31095240,"owners_count":906558,"icon_url":"https://github.com/github.png","host_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories"}},"issues_stats":{"full_name":"barrust/pyprobables","html_url":"https://github.com/barrust/pyprobables","last_synced_at":"2025-08-13T08:10:28.806Z","status":"error","issues_count":48,"pull_requests_count":76,"avg_time_to_close_issue":6555528.70212766,"avg_time_to_close_pull_request":844000.8533333334,"issues_closed_count":47,"pull_requests_closed_count":75,"pull_request_authors_count":10,"issue_authors_count":13,"avg_comments_per_issue":1.9583333333333333,"avg_comments_per_pull_request":1.1447368421052633,"merged_pull_requests_count":70,"bot_issues_count":0,"bot_pull_requests_count":5,"past_year_issues_count":2,"past_year_pull_requests_count":6,"past_year_avg_time_to_close_issue":2185358.5,"past_year_avg_time_to_close_pull_request":448841.0,"past_year_issues_closed_count":2,"past_year_pull_requests_closed_count":5,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":2,"past_year_avg_comments_per_issue":3.5,"past_year_avg_comments_per_pull_request":0.3333333333333333,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":5,"created_at":"2023-05-14T21:43:27.223Z","updated_at":"2025-09-03T06:05:59.746Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrust%2Fpyprobables","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrust%2Fpyprobables/issues","issue_labels_count":{"enhancement":8,"help wanted":1},"pull_request_labels_count":{"dependencies":11,"enhancement":1,"hacktoberfest-accepted":1,"github_actions":1},"issue_author_associations_count":{"OWNER":34,"NONE":11,"CONTRIBUTOR":3},"pull_request_author_associations_count":{"OWNER":65,"CONTRIBUTOR":23,"NONE":5},"issue_authors":{"barrust":34,"KOLANICH":2,"racinmat":2,"simonmandlik":1,"JSai23":1,"mrqc":1,"pyup-bot":1,"pcoccoli":1,"Glfrey":1,"sfletc":1,"dekoza":1,"huuthonguyen76":1,"suokunlong":1},"pull_request_authors":{"barrust":65,"dependabot[bot]":11,"KOLANICH":8,"cunla":2,"racinmat":2,"leonhma":1,"volker48":1,"dekoza":1,"dnanto":1,"pyup-bot":1},"host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-09-05T00:00:10.444Z","repositories_count":10094553,"issues_count":31373669,"pull_requests_count":97058592,"authors_count":10699554,"icon_url":"https://github.com/github.png","host_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories","owners_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/owners","authors_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors"},"past_year_issue_labels_count":{},"past_year_pull_request_labels_count":{"dependencies":3,"github_actions":1},"past_year_issue_author_associations_count":{"NONE":2},"past_year_pull_request_author_associations_count":{"OWNER":12,"CONTRIBUTOR":3},"past_year_issue_authors":{"JSai23":1,"suokunlong":1},"past_year_pull_request_authors":{"barrust":12,"dependabot[bot]":3},"maintainers":[{"login":"barrust","count":99,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/barrust"}],"active_maintainers":[{"login":"barrust","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/barrust"}]},"events":{"total":{"CreateEvent":8,"ReleaseEvent":1,"IssuesEvent":5,"WatchEvent":8,"DeleteEvent":10,"IssueCommentEvent":12,"PushEvent":32,"PullRequestEvent":17,"ForkEvent":1},"last_year":{"CreateEvent":8,"ReleaseEvent":1,"IssuesEvent":5,"WatchEvent":8,"DeleteEvent":10,"IssueCommentEvent":12,"PushEvent":32,"PullRequestEvent":17,"ForkEvent":1}},"keywords":["bitarray","bloom-filter","count-mean-min-sketch","count-mean-sketch","count-min-sketch","counting-bloom-filter","counting-cuckoo-filter","cuckoo-filter","data-analysis","data-mining","data-science","data-structures","datastructures","heavy-hitters","probabilistic-programming","probability","python","quotient-filter","stream-threshold"],"dependencies":[{"ecosystem":"pypi","filepath":"docs/requirements.txt","sha":null,"kind":"manifest","created_at":"2022-08-09T18:41:41.201Z","updated_at":"2022-08-09T18:41:41.201Z","repository_link":"https://github.com/barrust/pyprobables/blob/master/docs/requirements.txt","dependencies":[{"id":942196851,"package_name":"sphinx","ecosystem":"pypi","requirements":"\u003e=3.0","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"pypi","filepath":"pyproject.toml","sha":null,"kind":"manifest","created_at":"2022-08-09T18:41:41.370Z","updated_at":"2022-08-09T18:41:41.370Z","repository_link":"https://github.com/barrust/pyprobables/blob/master/pyproject.toml","dependencies":[{"id":942197427,"package_name":"pre-commit","ecosystem":"pypi","requirements":"\u003e=2.18.1","direct":true,"kind":"develop","optional":false},{"id":942197428,"package_name":"black","ecosystem":"pypi","requirements":"^20.8b1","direct":true,"kind":"develop","optional":false},{"id":942197429,"package_name":"isort","ecosystem":"pypi","requirements":"^5.6.4","direct":true,"kind":"develop","optional":false},{"id":942197430,"package_name":"pytest","ecosystem":"pypi","requirements":"^6.1.1","direct":true,"kind":"develop","optional":false},{"id":942197431,"package_name":"flake8","ecosystem":"pypi","requirements":"^3.6.0","direct":true,"kind":"develop","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/publish.yml","sha":null,"kind":"manifest","created_at":"2023-01-13T22:03:30.977Z","updated_at":"2023-01-13T22:03:30.977Z","repository_link":"https://github.com/barrust/pyprobables/blob/master/.github/workflows/publish.yml","dependencies":[{"id":6891601098,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":6891601099,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/python-package.yml","sha":null,"kind":"manifest","created_at":"2023-01-13T22:03:30.990Z","updated_at":"2023-01-13T22:03:30.990Z","repository_link":"https://github.com/barrust/pyprobables/blob/master/.github/workflows/python-package.yml","dependencies":[{"id":6891601104,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":6891601105,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false},{"id":6891601106,"package_name":"codecov/codecov-action","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":6891601107,"package_name":"psf/black","ecosystem":"actions","requirements":"stable","direct":true,"kind":"composite","optional":false}]}],"score":18.641028967977086,"created_at":"2025-09-04T15:51:14.023Z","updated_at":"2025-10-07T08:16:15.659Z","avatar_url":"https://github.com/barrust.png","language":"Python","category":null,"sub_category":null,"monthly_downloads":130931,"funding_links":[],"readme_doi_urls":[],"works":{},"citation_counts":{},"total_citations":0,"keywords_from_contributors":["sequences","clade","interactive","genetic-algorithm","mesh","interpretability","generic","projection","optim","embedded"],"project_url":"https://science.ecosyste.ms/api/v1/projects/39683","html_url":"https://science.ecosyste.ms/projects/39683","bibtex_url":"https://science.ecosyste.ms/projects/39683/export.bibtex","apalike_url":"https://science.ecosyste.ms/projects/39683/export.apalike"}