{"id":69510,"name":"permutation","description":"Permutations of finitely many positive integers","url":"https://github.com/jwodder/permutation","last_synced_at":"2025-09-08T14:53:15.535Z","repository":{"id":57451936,"uuid":"102221470","full_name":"jwodder/permutation","owner":"jwodder","description":"Permutations of finitely many positive integers","archived":false,"fork":false,"pushed_at":"2025-08-26T18:38:19.000Z","size":147,"stargazers_count":17,"open_issues_count":13,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-27T02:17:10.033Z","etag":null,"topics":["available-on-pypi","group-theory","math","mathematics","maths","permutation","python","symmetric-group"],"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/jwodder.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":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-09-02T20:22:24.000Z","updated_at":"2025-08-26T18:38:21.000Z","dependencies_parsed_at":"2023-01-31T01:55:12.604Z","dependency_job_id":"264b4c36-fe7b-4610-9063-0ccfbe629651","html_url":"https://github.com/jwodder/permutation","commit_stats":{"total_commits":136,"total_committers":5,"mean_commits":27.2,"dds":"0.044117647058823484","last_synced_commit":"267f3998a7d5f43b077b68456f6f68a698ab69b4"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/jwodder/permutation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwodder%2Fpermutation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwodder%2Fpermutation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwodder%2Fpermutation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwodder%2Fpermutation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jwodder","download_url":"https://codeload.github.com/jwodder/permutation/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwodder%2Fpermutation/sbom","scorecard":{"id":482105,"data":{"date":"2025-08-11","repo":{"name":"github.com/jwodder/permutation","commit":"8e41de1215e0f94343d0074e93f97d73dd23c92e"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.3,"checks":[{"name":"Code-Review","score":0,"reason":"Found 0/21 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":"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/test.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":"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":"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":"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/test.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/jwodder/permutation/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/jwodder/permutation/test.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/jwodder/permutation/test.yml/master?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/test.yml:49","Warn: pipCommand not pinned by hash: .github/workflows/test.yml:50","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   2 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":"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":"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v0.5.0 not signed: https://api.github.com/repos/jwodder/permutation/releases/188347130","Warn: release artifact v0.4.0 not signed: https://api.github.com/repos/jwodder/permutation/releases/80639241","Warn: release artifact v0.3.1 not signed: https://api.github.com/repos/jwodder/permutation/releases/50846102","Warn: release artifact v0.3.0 not signed: https://api.github.com/repos/jwodder/permutation/releases/34537399","Warn: release artifact v0.2.0 not signed: https://api.github.com/repos/jwodder/permutation/releases/14788953","Warn: release artifact v0.5.0 does not have provenance: https://api.github.com/repos/jwodder/permutation/releases/188347130","Warn: release artifact v0.4.0 does not have provenance: https://api.github.com/repos/jwodder/permutation/releases/80639241","Warn: release artifact v0.3.1 does not have provenance: https://api.github.com/repos/jwodder/permutation/releases/50846102","Warn: release artifact v0.3.0 does not have provenance: https://api.github.com/repos/jwodder/permutation/releases/34537399","Warn: release artifact v0.2.0 does not have provenance: https://api.github.com/repos/jwodder/permutation/releases/14788953"],"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 12 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-19T16:53:57.278Z","repository_id":57451936,"created_at":"2025-08-19T16:53:57.278Z","updated_at":"2025-08-19T16:53:57.278Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274202307,"owners_count":25240364,"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-08T02:00:09.813Z","response_time":121,"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":"jwodder","name":"John T. Wodder II","uuid":"98207","kind":"user","description":"","email":"","website":null,"location":"A well house for a large spring","twitter":null,"company":"@dandi ","icon_url":"https://avatars.githubusercontent.com/u/98207?v=4","repositories_count":156,"last_synced_at":"2025-06-16T12:52:48.392Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/jwodder","funding_links":[],"total_stars":726,"followers":68,"following":2,"created_at":"2022-11-02T16:28:32.600Z","updated_at":"2025-06-16T12:52:48.393Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jwodder","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jwodder/repositories"},"packages":[{"id":2849671,"name":"permutation","ecosystem":"pypi","description":"Permutations of finitely many positive integers","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/jwodder/permutation","keywords_array":["group theory","math","mathematics","maths","permutation","symmetric group"],"namespace":null,"versions_count":7,"first_release_published_at":"2017-10-02T17:14:37.000Z","latest_release_published_at":"2024-12-01T12:58:44.000Z","latest_release_number":"0.5.0","last_synced_at":"2025-08-27T09:02:30.579Z","created_at":"2022-04-10T12:01:51.667Z","updated_at":"2025-08-27T09:02:30.579Z","registry_url":"https://pypi.org/project/permutation/","install_command":"pip install permutation --index-url https://pypi.org/simple","documentation_url":"https://permutation.readthedocs.io","metadata":{"funding":null,"documentation":"https://permutation.readthedocs.io","classifiers":["Intended Audience :: Developers","License :: OSI Approved :: MIT License","Programming Language :: Python :: 3","Programming Language :: Python :: 3 :: Only","Programming Language :: Python :: 3.10","Programming Language :: Python :: 3.11","Programming Language :: Python :: 3.12","Programming Language :: Python :: 3.13","Programming Language :: Python :: 3.8","Programming Language :: Python :: 3.9","Programming Language :: Python :: Implementation :: CPython","Programming Language :: Python :: Implementation :: PyPy","Topic :: Scientific/Engineering :: Mathematics","Typing :: Typed"],"normalized_name":"permutation","project_status":null},"repo_metadata":{"uuid":"102221470","full_name":"jwodder/permutation","owner":"jwodder","description":"Permutations of finitely many positive integers","archived":false,"fork":false,"pushed_at":"2023-09-25T18:20:06.000Z","size":127,"stargazers_count":16,"open_issues_count":0,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2023-09-26T01:31:24.673Z","etag":null,"topics":["available-on-pypi","group-theory","math","mathematics","maths","permutation","python","symmetric-group"],"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/jwodder.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":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2017-09-02T20:22:24.000Z","updated_at":"2023-10-03T22:11:27.809Z","dependencies_parsed_at":"2023-01-31T01:55:12.604Z","dependency_job_id":"264b4c36-fe7b-4610-9063-0ccfbe629651","html_url":"https://github.com/jwodder/permutation","commit_stats":{"total_commits":122,"total_committers":4,"mean_commits":30.5,"dds":"0.040983606557377095","last_synced_commit":"6cab67a49a28d42df5345dd7ae1aafec66d30fa8"},"previous_names":[],"tags_count":6,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwodder%2Fpermutation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwodder%2Fpermutation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwodder%2Fpermutation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwodder%2Fpermutation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jwodder","download_url":"https://codeload.github.com/jwodder/permutation/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":172206194,"owners_count":9795755,"icon_url":"https://github.com/github.png","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":"jwodder","name":"John T. Wodder II","uuid":"98207","kind":"user","description":null,"email":"","website":null,"location":"A well house for a large spring","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/98207?v=4","repositories_count":120,"last_synced_at":"2023-04-09T18:33:44.202Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/jwodder","created_at":"2022-11-02T16:28:32.600Z","updated_at":"2023-04-09T18:33:44.532Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jwodder","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jwodder/repositories"},"tags":[{"name":"v0.4.0","sha":"16d1140067a8038a58a80753bec05b7ddd796f35","kind":"tag","published_at":"2022-10-21T16:45:37.000Z","download_url":"https://codeload.github.com/jwodder/permutation/tar.gz/v0.4.0","html_url":"https://github.com/jwodder/permutation/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwodder%2Fpermutation/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwodder%2Fpermutation/tags/v0.4.0/manifests"},{"name":"v0.3.1","sha":"bfdf932a329beafc3ffb68af80cf8ab21bb8d4cd","kind":"tag","published_at":"2021-10-05T21:10:02.000Z","download_url":"https://codeload.github.com/jwodder/permutation/tar.gz/v0.3.1","html_url":"https://github.com/jwodder/permutation/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwodder%2Fpermutation/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwodder%2Fpermutation/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"ed38dfa396991b4adab100a03bcd51f2b9d0d724","kind":"tag","published_at":"2020-11-28T21:13:05.000Z","download_url":"https://codeload.github.com/jwodder/permutation/tar.gz/v0.3.0","html_url":"https://github.com/jwodder/permutation/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwodder%2Fpermutation/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwodder%2Fpermutation/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"b1a3e890ea66663cc3732988e8d2d87d525e5864","kind":"tag","published_at":"2019-01-03T17:13:24.000Z","download_url":"https://codeload.github.com/jwodder/permutation/tar.gz/v0.2.0","html_url":"https://github.com/jwodder/permutation/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwodder%2Fpermutation/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwodder%2Fpermutation/tags/v0.2.0/manifests"},{"name":"v0.1.1","sha":"9929f26276a7a677aabc545f4095ed8c7ad921b4","kind":"tag","published_at":"2018-09-18T20:28:18.000Z","download_url":"https://codeload.github.com/jwodder/permutation/tar.gz/v0.1.1","html_url":"https://github.com/jwodder/permutation/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwodder%2Fpermutation/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwodder%2Fpermutation/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"343b8694c83947444e56305962d89dafe68107cc","kind":"tag","published_at":"2017-10-02T17:14:27.000Z","download_url":"https://codeload.github.com/jwodder/permutation/tar.gz/v0.1.0","html_url":"https://github.com/jwodder/permutation/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwodder%2Fpermutation/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwodder%2Fpermutation/tags/v0.1.0/manifests"}]},"repo_metadata_updated_at":"2023-11-20T12:21:52.152Z","dependent_packages_count":0,"downloads":79741,"downloads_period":"last-month","dependent_repos_count":5,"rankings":{"downloads":9.673804374732551,"dependent_repos_count":6.651192679909074,"dependent_packages_count":10.002282794063202,"stargazers_count":14.503248627941462,"forks_count":14.211258284497557,"docker_downloads_count":null,"average":11.008357352228769},"purl":"pkg:pypi/permutation","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/permutation","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/pypi/permutation","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/permutation/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2023-09-26T10:21:47.192Z","issues_count":4,"pull_requests_count":3,"avg_time_to_close_issue":1531847.5,"avg_time_to_close_pull_request":16111.0,"issues_closed_count":4,"pull_requests_closed_count":3,"pull_request_authors_count":3,"issue_authors_count":3,"avg_comments_per_issue":1.75,"avg_comments_per_pull_request":2.0,"merged_pull_requests_count":3,"bot_issues_count":0,"bot_pull_requests_count":1,"past_year_issues_count":1,"past_year_pull_requests_count":2,"past_year_avg_time_to_close_issue":1721420.0,"past_year_avg_time_to_close_pull_request":2086.5,"past_year_issues_closed_count":1,"past_year_pull_requests_closed_count":2,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":1.0,"past_year_avg_comments_per_pull_request":2.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":2},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/permutation/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/permutation/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/permutation/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/permutation/related_packages","maintainers":[{"uuid":"jwodder","login":"jwodder","name":null,"email":null,"url":null,"packages_count":49,"html_url":"https://pypi.org/user/jwodder/","role":null,"created_at":"2022-11-26T13:55:38.095Z","updated_at":"2022-11-26T13:55:38.095Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/jwodder/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":726167,"maintainers_count":308802,"namespaces_count":0,"keywords_count":238245,"github":"pypi","metadata":{"funded_packages_count":50579},"icon_url":"https://github.com/pypi.png","created_at":"2022-04-04T15:19:23.364Z","updated_at":"2025-09-08T05:32:36.857Z","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":627732,"full_name":"jwodder/permutation","default_branch":"master","committers":[{"name":"John T. Wodder II","email":"git@varonathe.org","login":null,"count":130},{"name":"drocta","email":"madaco.madaco@gmail.com","login":null,"count":3},{"name":"Eric Wolf","email":"robo-eric@gmx.de","login":null,"count":1},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]","login":"dependabot[bot]","count":1},{"name":"John T. Wodder II","email":"jwodder","login":"jwodder","count":1}],"total_commits":136,"total_committers":5,"total_bot_commits":1,"total_bot_committers":1,"mean_commits":27.2,"dds":0.044117647058823484,"past_year_committers":[{"name":"John T. Wodder II","email":"git@varonathe.org","login":null,"count":18},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]","login":"dependabot[bot]","count":1}],"past_year_total_commits":19,"past_year_total_committers":2,"past_year_total_bot_commits":1,"past_year_total_bot_committers":1,"past_year_mean_commits":9.5,"past_year_dds":0.052631578947368474,"last_synced_at":"2023-10-25T14:30:01.624Z","last_synced_commit":"267f3998a7d5f43b077b68456f6f68a698ab69b4","created_at":"2023-03-09T08:15:22.960Z","updated_at":"2023-10-25T14:30:01.624Z","commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwodder%2Fpermutation/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-08-29T00:00:19.078Z","repositories_count":5479765,"commits_count":853309695,"contributors_count":31095220,"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":"jwodder/permutation","html_url":"https://github.com/jwodder/permutation","last_synced_at":"2024-12-19T02:07:33.966Z","status":null,"issues_count":17,"pull_requests_count":21,"avg_time_to_close_issue":1531847.5,"avg_time_to_close_pull_request":540492.7142857143,"issues_closed_count":4,"pull_requests_closed_count":21,"pull_request_authors_count":5,"issue_authors_count":4,"avg_comments_per_issue":0.4117647058823529,"avg_comments_per_pull_request":1.9523809523809523,"merged_pull_requests_count":9,"bot_issues_count":0,"bot_pull_requests_count":17,"past_year_issues_count":0,"past_year_pull_requests_count":12,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":938482.1666666666,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":12,"past_year_pull_request_authors_count":3,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":2.0833333333333335,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":10,"past_year_merged_pull_requests_count":4,"created_at":"2023-05-14T20:02:29.319Z","updated_at":"2025-09-02T23:47:17.382Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwodder%2Fpermutation","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwodder%2Fpermutation/issues","issue_labels_count":{"enhancement":11,"documentation":1},"pull_request_labels_count":{"dependencies":27,"d:python":21,"d:github-actions":6,"CI":1},"issue_author_associations_count":{"OWNER":12,"NONE":4},"pull_request_author_associations_count":{"CONTRIBUTOR":29,"OWNER":4,"NONE":2},"issue_authors":{"jwodder":12,"mvnarvaezt":2,"yurivict":1,"VascoSch92":1},"pull_request_authors":{"dependabot[bot]":27,"jwodder":4,"VascoSch92":2,"Deric-W":1,"drocta":1},"host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-09-03T00:00:08.273Z","repositories_count":10046920,"issues_count":30704063,"pull_requests_count":91816424,"authors_count":10486554,"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":12,"d:python":10,"d:github-actions":2,"CI":1},"past_year_issue_author_associations_count":{},"past_year_pull_request_author_associations_count":{"CONTRIBUTOR":12,"OWNER":4},"past_year_issue_authors":{},"past_year_pull_request_authors":{"dependabot[bot]":12,"jwodder":4},"maintainers":[{"login":"jwodder","count":16,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jwodder"}],"active_maintainers":[{"login":"jwodder","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jwodder"}]},"events":{"total":{"ReleaseEvent":1,"DeleteEvent":7,"IssueCommentEvent":8,"PushEvent":8,"PullRequestEvent":15,"CreateEvent":8},"last_year":{"ReleaseEvent":1,"DeleteEvent":7,"IssueCommentEvent":8,"PushEvent":8,"PullRequestEvent":15,"CreateEvent":8}},"keywords":["available-on-pypi","group-theory","math","mathematics","maths","permutation","python","symmetric-group"],"dependencies":[{"ecosystem":"pypi","filepath":"docs/requirements.txt","sha":null,"kind":"manifest","created_at":"2022-08-26T15:22:32.015Z","updated_at":"2022-08-26T15:22:32.015Z","repository_link":"https://github.com/jwodder/permutation/blob/master/docs/requirements.txt","dependencies":[{"id":2825423402,"package_name":"Sphinx","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":2825423403,"package_name":"sphinx-copybutton","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":2825423404,"package_name":"sphinx_rtd_theme","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/test.yml","sha":null,"kind":"manifest","created_at":"2023-01-31T01:55:12.578Z","updated_at":"2023-01-31T01:55:12.578Z","repository_link":"https://github.com/jwodder/permutation/blob/master/.github/workflows/test.yml","dependencies":[{"id":7260766993,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":7260766994,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false},{"id":7260766995,"package_name":"codecov/codecov-action","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false}]}],"score":16.29724969648093,"created_at":"2025-09-08T11:19:02.406Z","updated_at":"2025-10-07T08:25:46.928Z","avatar_url":"https://github.com/jwodder.png","language":"Python","category":null,"sub_category":null,"monthly_downloads":79741,"funding_links":[],"readme_doi_urls":[],"works":{},"citation_counts":{},"total_citations":0,"keywords_from_contributors":["standards","interactive","serializer","cycles","packaging","network-simulation","shellcodes","hacking","autograding","observability"],"project_url":"https://science.ecosyste.ms/api/v1/projects/69510","html_url":"https://science.ecosyste.ms/projects/69510"}