{"id":68739,"name":"pyjulia","description":"python interface to julia","url":"https://github.com/juliapy/pyjulia","last_synced_at":"2025-09-08T14:16:35.098Z","repository":{"id":11998905,"uuid":"14576985","full_name":"JuliaPy/pyjulia","owner":"JuliaPy","description":"python interface to julia","archived":false,"fork":false,"pushed_at":"2024-04-01T19:43:21.000Z","size":727,"stargazers_count":890,"open_issues_count":145,"forks_count":102,"subscribers_count":36,"default_branch":"master","last_synced_at":"2025-09-05T08:55:28.481Z","etag":null,"topics":[],"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/JuliaPy.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-11-21T03:40:38.000Z","updated_at":"2025-07-28T02:08:55.000Z","dependencies_parsed_at":"2023-12-16T15:45:46.131Z","dependency_job_id":"d338a78b-84fa-4f93-883a-e243ad5b0f5f","html_url":"https://github.com/JuliaPy/pyjulia","commit_stats":{"total_commits":557,"total_committers":39,"mean_commits":"14.282051282051283","dds":0.4183123877917415,"last_synced_commit":"69b734f117e489904a07d20f46c8f96b56577779"},"previous_names":["julialang/pyjulia"],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/JuliaPy/pyjulia","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaPy%2Fpyjulia","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaPy%2Fpyjulia/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaPy%2Fpyjulia/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaPy%2Fpyjulia/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JuliaPy","download_url":"https://codeload.github.com/JuliaPy/pyjulia/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaPy%2Fpyjulia/sbom","scorecard":{"id":75448,"data":{"date":"2025-08-11","repo":{"name":"github.com/JuliaPy/pyjulia","commit":"f30de4e235ce1705b2473f12b9b3b307a8a78ab8"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.6,"checks":[{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":7,"reason":"Found 10/13 approved changesets -- score normalized to 7","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":"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":"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/main.yml:1","Warn: no topLevel permission defined: .github/workflows/publish.yml:1","Warn: no topLevel permission defined: .github/workflows/testtests.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":"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":"Pinned-Dependencies","score":1,"reason":"dependency not pinned by hash detected -- score normalized to 1","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/JuliaPy/pyjulia/main.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/JuliaPy/pyjulia/main.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/main.yml:68: update your workflow using https://app.stepsecurity.io/secureworkflow/JuliaPy/pyjulia/main.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/main.yml:90: update your workflow using https://app.stepsecurity.io/secureworkflow/JuliaPy/pyjulia/main.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/JuliaPy/pyjulia/main.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:109: update your workflow using https://app.stepsecurity.io/secureworkflow/JuliaPy/pyjulia/main.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/JuliaPy/pyjulia/publish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/JuliaPy/pyjulia/publish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yml:42: update your workflow using https://app.stepsecurity.io/secureworkflow/JuliaPy/pyjulia/publish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/JuliaPy/pyjulia/publish.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish.yml:48: update your workflow using https://app.stepsecurity.io/secureworkflow/JuliaPy/pyjulia/publish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/JuliaPy/pyjulia/publish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/testtests.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/JuliaPy/pyjulia/testtests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/testtests.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/JuliaPy/pyjulia/testtests.yml/master?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/main.yml:75","Warn: pipCommand not pinned by hash: .github/workflows/main.yml:76","Warn: pipCommand not pinned by hash: .github/workflows/main.yml:113","Warn: pipCommand not pinned by hash: .github/workflows/publish.yml:68","Warn: pipCommand not pinned by hash: .github/workflows/publish.yml:22","Warn: pipCommand not pinned by hash: .github/workflows/publish.yml:53","Warn: pipCommand not pinned by hash: .github/workflows/testtests.yml:19","Info:   0 out of  11 GitHub-owned GitHubAction dependencies pinned","Info:   2 out of   5 third-party GitHubAction dependencies pinned","Info:   0 out of   7 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":"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"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":"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":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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-15T04:42:18.415Z","repository_id":11998905,"created_at":"2025-08-15T04:42:18.415Z","updated_at":"2025-08-15T04:42:18.415Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274196477,"owners_count":25239229,"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":"JuliaPy","name":"JuliaPy","uuid":"22030672","kind":"organization","description":"Software that connects the Julia and Python languages.","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/22030672?v=4","repositories_count":14,"last_synced_at":"2025-02-19T12:52:17.277Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/JuliaPy","funding_links":[],"total_stars":4303,"followers":89,"following":0,"created_at":"2022-11-04T11:33:58.985Z","updated_at":"2025-02-19T12:52:17.277Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JuliaPy","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JuliaPy/repositories"},"packages":[{"id":2775966,"name":"julia","ecosystem":"pypi","description":"Julia/Python bridge with IPython support.","homepage":"http://julialang.org","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/JuliaPy/pyjulia","keywords_array":["julia","python"],"namespace":null,"versions_count":19,"first_release_published_at":"2014-12-08T12:28:23.000Z","latest_release_published_at":"2023-12-30T02:52:45.000Z","latest_release_number":"0.6.2","last_synced_at":"2025-09-04T18:37:18.719Z","created_at":"2022-04-10T11:23:13.901Z","updated_at":"2025-09-05T08:55:15.669Z","registry_url":"https://pypi.org/project/julia/","install_command":"pip install julia --index-url https://pypi.org/simple","documentation_url":"https://pyjulia.readthedocs.io","metadata":{"funding":null,"documentation":"https://pyjulia.readthedocs.io","classifiers":["Development Status :: 3 - Alpha","License :: OSI Approved :: MIT License","Programming Language :: Python :: 3","Programming Language :: Python :: 3.10","Programming Language :: Python :: 3.11","Programming Language :: Python :: 3.12","Programming Language :: Python :: 3.4","Programming Language :: Python :: 3.5","Programming Language :: Python :: 3.6","Programming Language :: Python :: 3.7","Programming Language :: Python :: 3.8","Programming Language :: Python :: 3.9"],"normalized_name":"julia","project_status":null},"repo_metadata":{"id":11998905,"uuid":"14576985","full_name":"JuliaPy/pyjulia","owner":"JuliaPy","description":"python interface to julia","archived":false,"fork":false,"pushed_at":"2024-04-01T19:43:21.000Z","size":727,"stargazers_count":890,"open_issues_count":145,"forks_count":102,"subscribers_count":36,"default_branch":"master","last_synced_at":"2025-08-28T10:00:43.764Z","etag":null,"topics":[],"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/JuliaPy.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-11-21T03:40:38.000Z","updated_at":"2025-07-28T02:08:55.000Z","dependencies_parsed_at":"2023-12-16T15:45:46.131Z","dependency_job_id":"d338a78b-84fa-4f93-883a-e243ad5b0f5f","html_url":"https://github.com/JuliaPy/pyjulia","commit_stats":{"total_commits":557,"total_committers":39,"mean_commits":"14.282051282051283","dds":0.4183123877917415,"last_synced_commit":"69b734f117e489904a07d20f46c8f96b56577779"},"previous_names":["julialang/pyjulia"],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/JuliaPy/pyjulia","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaPy%2Fpyjulia","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaPy%2Fpyjulia/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaPy%2Fpyjulia/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaPy%2Fpyjulia/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JuliaPy","download_url":"https://codeload.github.com/JuliaPy/pyjulia/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaPy%2Fpyjulia/sbom","scorecard":{"id":75448,"data":{"date":"2025-08-11","repo":{"name":"github.com/JuliaPy/pyjulia","commit":"f30de4e235ce1705b2473f12b9b3b307a8a78ab8"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.6,"checks":[{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":7,"reason":"Found 10/13 approved changesets -- score normalized to 7","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":"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":"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/main.yml:1","Warn: no topLevel permission defined: .github/workflows/publish.yml:1","Warn: no topLevel permission defined: .github/workflows/testtests.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":"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":"Pinned-Dependencies","score":1,"reason":"dependency not pinned by hash detected -- score normalized to 1","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/JuliaPy/pyjulia/main.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/JuliaPy/pyjulia/main.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/main.yml:68: update your workflow using https://app.stepsecurity.io/secureworkflow/JuliaPy/pyjulia/main.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/main.yml:90: update your workflow using https://app.stepsecurity.io/secureworkflow/JuliaPy/pyjulia/main.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/JuliaPy/pyjulia/main.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:109: update your workflow using https://app.stepsecurity.io/secureworkflow/JuliaPy/pyjulia/main.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/JuliaPy/pyjulia/publish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/JuliaPy/pyjulia/publish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yml:42: update your workflow using https://app.stepsecurity.io/secureworkflow/JuliaPy/pyjulia/publish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/JuliaPy/pyjulia/publish.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish.yml:48: update your workflow using https://app.stepsecurity.io/secureworkflow/JuliaPy/pyjulia/publish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/JuliaPy/pyjulia/publish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/testtests.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/JuliaPy/pyjulia/testtests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/testtests.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/JuliaPy/pyjulia/testtests.yml/master?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/main.yml:75","Warn: pipCommand not pinned by hash: .github/workflows/main.yml:76","Warn: pipCommand not pinned by hash: .github/workflows/main.yml:113","Warn: pipCommand not pinned by hash: .github/workflows/publish.yml:68","Warn: pipCommand not pinned by hash: .github/workflows/publish.yml:22","Warn: pipCommand not pinned by hash: .github/workflows/publish.yml:53","Warn: pipCommand not pinned by hash: .github/workflows/testtests.yml:19","Info:   0 out of  11 GitHub-owned GitHubAction dependencies pinned","Info:   2 out of   5 third-party GitHubAction dependencies pinned","Info:   0 out of   7 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":"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"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":"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":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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-15T04:42:18.415Z","repository_id":11998905,"created_at":"2025-08-15T04:42:18.415Z","updated_at":"2025-08-15T04:42:18.415Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273734404,"owners_count":25158272,"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_record":{"login":"JuliaPy","name":"JuliaPy","uuid":"22030672","kind":"organization","description":"Software that connects the Julia and Python languages.","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/22030672?v=4","repositories_count":14,"last_synced_at":"2025-02-19T12:52:17.277Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/JuliaPy","funding_links":[],"total_stars":4303,"followers":89,"following":0,"created_at":"2022-11-04T11:33:58.985Z","updated_at":"2025-02-19T12:52:17.277Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JuliaPy","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JuliaPy/repositories"},"tags":[{"name":"v0.6.2","sha":"12cba0885fe947ca6a3e0cb8d29dc119ac4d9787","kind":"commit","published_at":"2023-12-30T02:23:21.000Z","download_url":"https://codeload.github.com/JuliaPy/pyjulia/tar.gz/v0.6.2","html_url":"https://github.com/JuliaPy/pyjulia/releases/tag/v0.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/JuliaPy/pyjulia@v0.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaPy%2Fpyjulia/tags/v0.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaPy%2Fpyjulia/tags/v0.6.2/manifests"},{"name":"v0.6.1","sha":"69b734f117e489904a07d20f46c8f96b56577779","kind":"commit","published_at":"2023-02-28T05:56:42.000Z","download_url":"https://codeload.github.com/JuliaPy/pyjulia/tar.gz/v0.6.1","html_url":"https://github.com/JuliaPy/pyjulia/releases/tag/v0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/JuliaPy/pyjulia@v0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaPy%2Fpyjulia/tags/v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaPy%2Fpyjulia/tags/v0.6.1/manifests"},{"name":"v0.6.0","sha":"58842ab95f05477b24f9d78dcfb2bca22bc80c6f","kind":"commit","published_at":"2022-11-21T01:48:16.000Z","download_url":"https://codeload.github.com/JuliaPy/pyjulia/tar.gz/v0.6.0","html_url":"https://github.com/JuliaPy/pyjulia/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/JuliaPy/pyjulia@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaPy%2Fpyjulia/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaPy%2Fpyjulia/tags/v0.6.0/manifests"},{"name":"v0.5.7","sha":"39dfcd217f7644058bcca64849d062e31a8b5c1c","kind":"commit","published_at":"2021-10-25T07:15:11.000Z","download_url":"https://codeload.github.com/JuliaPy/pyjulia/tar.gz/v0.5.7","html_url":"https://github.com/JuliaPy/pyjulia/releases/tag/v0.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/JuliaPy/pyjulia@v0.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaPy%2Fpyjulia/tags/v0.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaPy%2Fpyjulia/tags/v0.5.7/manifests"},{"name":"v0.5.6","sha":"25049e3e6a5313ae42d84ede0719f71100366de5","kind":"commit","published_at":"2020-09-14T01:19:19.000Z","download_url":"https://codeload.github.com/JuliaPy/pyjulia/tar.gz/v0.5.6","html_url":"https://github.com/JuliaPy/pyjulia/releases/tag/v0.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/JuliaPy/pyjulia@v0.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaPy%2Fpyjulia/tags/v0.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaPy%2Fpyjulia/tags/v0.5.6/manifests"},{"name":"v0.5.5","sha":"c24790ad50df1d661eedc53dc5e36c141f1e423c","kind":"commit","published_at":"2020-09-11T19:53:19.000Z","download_url":"https://codeload.github.com/JuliaPy/pyjulia/tar.gz/v0.5.5","html_url":"https://github.com/JuliaPy/pyjulia/releases/tag/v0.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/JuliaPy/pyjulia@v0.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaPy%2Fpyjulia/tags/v0.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaPy%2Fpyjulia/tags/v0.5.5/manifests"},{"name":"v0.5.4","sha":"0b95a9b98516c3cb2abeae3fd114a9361a1fba6d","kind":"commit","published_at":"2020-08-03T02:37:01.000Z","download_url":"https://codeload.github.com/JuliaPy/pyjulia/tar.gz/v0.5.4","html_url":"https://github.com/JuliaPy/pyjulia/releases/tag/v0.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/JuliaPy/pyjulia@v0.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaPy%2Fpyjulia/tags/v0.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaPy%2Fpyjulia/tags/v0.5.4/manifests"},{"name":"v0.5.3","sha":"f86f4c943ac9540f6ac4bdc08cc74a31a8db1230","kind":"commit","published_at":"2020-04-25T22:25:02.000Z","download_url":"https://codeload.github.com/JuliaPy/pyjulia/tar.gz/v0.5.3","html_url":"https://github.com/JuliaPy/pyjulia/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/JuliaPy/pyjulia@v0.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaPy%2Fpyjulia/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaPy%2Fpyjulia/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"a544cd911175ab21b3d1a2fd0ff5ac601e52baf5","kind":"commit","published_at":"2020-04-25T02:24:56.000Z","download_url":"https://codeload.github.com/JuliaPy/pyjulia/tar.gz/v0.5.2","html_url":"https://github.com/JuliaPy/pyjulia/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/JuliaPy/pyjulia@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaPy%2Fpyjulia/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaPy%2Fpyjulia/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"45eb6523bb23ab6609a502770056ee5a5c542b8d","kind":"commit","published_at":"2020-01-09T09:47:18.000Z","download_url":"https://codeload.github.com/JuliaPy/pyjulia/tar.gz/v0.5.1","html_url":"https://github.com/JuliaPy/pyjulia/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/JuliaPy/pyjulia@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaPy%2Fpyjulia/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaPy%2Fpyjulia/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"ef1bdc8b4ef8c329745c7ed8180b503edea63dd5","kind":"commit","published_at":"2019-10-26T06:09:53.000Z","download_url":"https://codeload.github.com/JuliaPy/pyjulia/tar.gz/v0.5.0","html_url":"https://github.com/JuliaPy/pyjulia/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/JuliaPy/pyjulia@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaPy%2Fpyjulia/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaPy%2Fpyjulia/tags/v0.5.0/manifests"},{"name":"v0.4.1","sha":"c0573b5b95388a2a603ba12b2c43bcd01602b41b","kind":"commit","published_at":"2019-04-23T05:00:40.000Z","download_url":"https://codeload.github.com/JuliaPy/pyjulia/tar.gz/v0.4.1","html_url":"https://github.com/JuliaPy/pyjulia/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/JuliaPy/pyjulia@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaPy%2Fpyjulia/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaPy%2Fpyjulia/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"a90aa32945f9210ab620f47e280ac4f5f8aee29b","kind":"commit","published_at":"2019-04-14T05:51:19.000Z","download_url":"https://codeload.github.com/JuliaPy/pyjulia/tar.gz/v0.4.0","html_url":"https://github.com/JuliaPy/pyjulia/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/JuliaPy/pyjulia@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaPy%2Fpyjulia/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaPy%2Fpyjulia/tags/v0.4.0/manifests"},{"name":"v0.3.0","sha":"933272f88b619d9a8b1f57f34ee887fbe9bdf4b5","kind":"commit","published_at":"2019-04-08T03:32:18.000Z","download_url":"https://codeload.github.com/JuliaPy/pyjulia/tar.gz/v0.3.0","html_url":"https://github.com/JuliaPy/pyjulia/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/JuliaPy/pyjulia@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaPy%2Fpyjulia/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaPy%2Fpyjulia/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"9d7eb3a939a7189ed2d45fe13c1d629e850d8c16","kind":"commit","published_at":"2018-11-06T21:19:16.000Z","download_url":"https://codeload.github.com/JuliaPy/pyjulia/tar.gz/v0.2.0","html_url":"https://github.com/JuliaPy/pyjulia/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/JuliaPy/pyjulia@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaPy%2Fpyjulia/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaPy%2Fpyjulia/tags/v0.2.0/manifests"}]},"repo_metadata_updated_at":"2025-09-05T08:55:15.669Z","dependent_packages_count":24,"downloads":39907,"downloads_period":"last-month","dependent_repos_count":133,"rankings":{"downloads":2.178875483030114,"dependent_repos_count":1.3038954901945838,"dependent_packages_count":0.5914554416569139,"stargazers_count":2.1516276304657667,"forks_count":4.554299578227948,"docker_downloads_count":1.9147809120218289,"average":2.1158224225995257},"purl":"pkg:pypi/julia","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/julia","docker_dependents_count":10,"docker_downloads_count":922,"usage_url":"https://repos.ecosyste.ms/usage/pypi/julia","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/julia/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-31T14:16:02.649Z","issues_count":78,"pull_requests_count":54,"avg_time_to_close_issue":18759724.25,"avg_time_to_close_pull_request":13567998.933333334,"issues_closed_count":16,"pull_requests_closed_count":45,"pull_request_authors_count":14,"issue_authors_count":58,"avg_comments_per_issue":4.589743589743589,"avg_comments_per_pull_request":3.462962962962963,"merged_pull_requests_count":38,"bot_issues_count":0,"bot_pull_requests_count":8,"past_year_issues_count":1,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":221692.0,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":1,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":5.0,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaPy%2Fpyjulia/issues","maintainers":[{"login":"MilesCranmer","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/MilesCranmer"},{"login":"tkf","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tkf"},{"login":"mkitti","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mkitti"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/julia/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/julia/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/julia/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/julia/related_packages","maintainers":[{"uuid":"mbussonn","login":"mbussonn","name":null,"email":null,"url":null,"packages_count":110,"html_url":"https://pypi.org/user/mbussonn/","role":null,"created_at":"2022-11-26T07:50:11.723Z","updated_at":"2022-11-26T07:50:11.723Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/mbussonn/packages"},{"uuid":"tkf","login":"tkf","name":null,"email":null,"url":null,"packages_count":20,"html_url":"https://pypi.org/user/tkf/","role":null,"created_at":"2022-11-26T07:50:11.740Z","updated_at":"2022-11-26T07:50:11.740Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/tkf/packages"},{"uuid":"stevengj","login":"stevengj","name":null,"email":null,"url":null,"packages_count":1,"html_url":"https://pypi.org/user/stevengj/","role":null,"created_at":"2022-11-26T07:50:11.729Z","updated_at":"2022-11-26T07:50:11.729Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/stevengj/packages"},{"uuid":"ViralBShah","login":"ViralBShah","name":null,"email":null,"url":null,"packages_count":1,"html_url":"https://pypi.org/user/ViralBShah/","role":null,"created_at":"2022-11-26T07:50:11.734Z","updated_at":"2022-11-26T07:50:11.734Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/ViralBShah/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":726156,"maintainers_count":308801,"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"}},{"id":5300880,"name":"pyjulia","ecosystem":"conda","description":null,"homepage":"https://github.com/JuliaPy/pyjulia","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/JuliaPy/pyjulia","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2022-01-31T16:19:33.000Z","latest_release_published_at":"2022-01-31T16:19:33.000Z","latest_release_number":"0.5.7","last_synced_at":"2025-09-02T20:02:14.965Z","created_at":"2022-10-03T16:09:44.447Z","updated_at":"2025-09-02T20:02:14.967Z","registry_url":"https://anaconda.org/conda-forge/pyjulia","install_command":"conda install -c conda-forge pyjulia","documentation_url":null,"metadata":{},"repo_metadata":{"id":11998905,"uuid":"14576985","full_name":"JuliaPy/pyjulia","owner":"JuliaPy","description":"python interface to julia","archived":false,"fork":false,"pushed_at":"2024-04-01T19:43:21.000Z","size":727,"stargazers_count":890,"open_issues_count":145,"forks_count":102,"subscribers_count":36,"default_branch":"master","last_synced_at":"2025-08-02T19:14:49.527Z","etag":null,"topics":[],"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/JuliaPy.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-11-21T03:40:38.000Z","updated_at":"2025-07-28T02:08:55.000Z","dependencies_parsed_at":"2023-12-16T15:45:46.131Z","dependency_job_id":"d338a78b-84fa-4f93-883a-e243ad5b0f5f","html_url":"https://github.com/JuliaPy/pyjulia","commit_stats":{"total_commits":557,"total_committers":39,"mean_commits":"14.282051282051283","dds":0.4183123877917415,"last_synced_commit":"69b734f117e489904a07d20f46c8f96b56577779"},"previous_names":["julialang/pyjulia"],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/JuliaPy/pyjulia","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaPy%2Fpyjulia","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaPy%2Fpyjulia/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaPy%2Fpyjulia/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaPy%2Fpyjulia/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JuliaPy","download_url":"https://codeload.github.com/JuliaPy/pyjulia/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaPy%2Fpyjulia/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268445478,"owners_count":24251886,"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-02T02:00:12.353Z","response_time":74,"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":"JuliaPy","name":"JuliaPy","uuid":"22030672","kind":"organization","description":"Software that connects the Julia and Python languages.","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/22030672?v=4","repositories_count":14,"last_synced_at":"2025-02-19T12:52:17.277Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/JuliaPy","funding_links":[],"total_stars":4303,"followers":89,"following":0,"created_at":"2022-11-04T11:33:58.985Z","updated_at":"2025-02-19T12:52:17.277Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JuliaPy","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JuliaPy/repositories"},"tags":[{"name":"v0.6.2","sha":"12cba0885fe947ca6a3e0cb8d29dc119ac4d9787","kind":"commit","published_at":"2023-12-30T02:23:21.000Z","download_url":"https://codeload.github.com/JuliaPy/pyjulia/tar.gz/v0.6.2","html_url":"https://github.com/JuliaPy/pyjulia/releases/tag/v0.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/JuliaPy/pyjulia@v0.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaPy%2Fpyjulia/tags/v0.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaPy%2Fpyjulia/tags/v0.6.2/manifests"},{"name":"v0.6.1","sha":"69b734f117e489904a07d20f46c8f96b56577779","kind":"commit","published_at":"2023-02-28T05:56:42.000Z","download_url":"https://codeload.github.com/JuliaPy/pyjulia/tar.gz/v0.6.1","html_url":"https://github.com/JuliaPy/pyjulia/releases/tag/v0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/JuliaPy/pyjulia@v0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaPy%2Fpyjulia/tags/v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaPy%2Fpyjulia/tags/v0.6.1/manifests"},{"name":"v0.6.0","sha":"58842ab95f05477b24f9d78dcfb2bca22bc80c6f","kind":"commit","published_at":"2022-11-21T01:48:16.000Z","download_url":"https://codeload.github.com/JuliaPy/pyjulia/tar.gz/v0.6.0","html_url":"https://github.com/JuliaPy/pyjulia/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/JuliaPy/pyjulia@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaPy%2Fpyjulia/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaPy%2Fpyjulia/tags/v0.6.0/manifests"},{"name":"v0.5.7","sha":"39dfcd217f7644058bcca64849d062e31a8b5c1c","kind":"commit","published_at":"2021-10-25T07:15:11.000Z","download_url":"https://codeload.github.com/JuliaPy/pyjulia/tar.gz/v0.5.7","html_url":"https://github.com/JuliaPy/pyjulia/releases/tag/v0.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/JuliaPy/pyjulia@v0.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaPy%2Fpyjulia/tags/v0.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaPy%2Fpyjulia/tags/v0.5.7/manifests"},{"name":"v0.5.6","sha":"25049e3e6a5313ae42d84ede0719f71100366de5","kind":"commit","published_at":"2020-09-14T01:19:19.000Z","download_url":"https://codeload.github.com/JuliaPy/pyjulia/tar.gz/v0.5.6","html_url":"https://github.com/JuliaPy/pyjulia/releases/tag/v0.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/JuliaPy/pyjulia@v0.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaPy%2Fpyjulia/tags/v0.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaPy%2Fpyjulia/tags/v0.5.6/manifests"},{"name":"v0.5.5","sha":"c24790ad50df1d661eedc53dc5e36c141f1e423c","kind":"commit","published_at":"2020-09-11T19:53:19.000Z","download_url":"https://codeload.github.com/JuliaPy/pyjulia/tar.gz/v0.5.5","html_url":"https://github.com/JuliaPy/pyjulia/releases/tag/v0.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/JuliaPy/pyjulia@v0.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaPy%2Fpyjulia/tags/v0.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaPy%2Fpyjulia/tags/v0.5.5/manifests"},{"name":"v0.5.4","sha":"0b95a9b98516c3cb2abeae3fd114a9361a1fba6d","kind":"commit","published_at":"2020-08-03T02:37:01.000Z","download_url":"https://codeload.github.com/JuliaPy/pyjulia/tar.gz/v0.5.4","html_url":"https://github.com/JuliaPy/pyjulia/releases/tag/v0.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/JuliaPy/pyjulia@v0.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaPy%2Fpyjulia/tags/v0.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaPy%2Fpyjulia/tags/v0.5.4/manifests"},{"name":"v0.5.3","sha":"f86f4c943ac9540f6ac4bdc08cc74a31a8db1230","kind":"commit","published_at":"2020-04-25T22:25:02.000Z","download_url":"https://codeload.github.com/JuliaPy/pyjulia/tar.gz/v0.5.3","html_url":"https://github.com/JuliaPy/pyjulia/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/JuliaPy/pyjulia@v0.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaPy%2Fpyjulia/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaPy%2Fpyjulia/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"a544cd911175ab21b3d1a2fd0ff5ac601e52baf5","kind":"commit","published_at":"2020-04-25T02:24:56.000Z","download_url":"https://codeload.github.com/JuliaPy/pyjulia/tar.gz/v0.5.2","html_url":"https://github.com/JuliaPy/pyjulia/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/JuliaPy/pyjulia@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaPy%2Fpyjulia/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaPy%2Fpyjulia/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"45eb6523bb23ab6609a502770056ee5a5c542b8d","kind":"commit","published_at":"2020-01-09T09:47:18.000Z","download_url":"https://codeload.github.com/JuliaPy/pyjulia/tar.gz/v0.5.1","html_url":"https://github.com/JuliaPy/pyjulia/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/JuliaPy/pyjulia@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaPy%2Fpyjulia/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaPy%2Fpyjulia/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"ef1bdc8b4ef8c329745c7ed8180b503edea63dd5","kind":"commit","published_at":"2019-10-26T06:09:53.000Z","download_url":"https://codeload.github.com/JuliaPy/pyjulia/tar.gz/v0.5.0","html_url":"https://github.com/JuliaPy/pyjulia/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/JuliaPy/pyjulia@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaPy%2Fpyjulia/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaPy%2Fpyjulia/tags/v0.5.0/manifests"},{"name":"v0.4.1","sha":"c0573b5b95388a2a603ba12b2c43bcd01602b41b","kind":"commit","published_at":"2019-04-23T05:00:40.000Z","download_url":"https://codeload.github.com/JuliaPy/pyjulia/tar.gz/v0.4.1","html_url":"https://github.com/JuliaPy/pyjulia/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/JuliaPy/pyjulia@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaPy%2Fpyjulia/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaPy%2Fpyjulia/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"a90aa32945f9210ab620f47e280ac4f5f8aee29b","kind":"commit","published_at":"2019-04-14T05:51:19.000Z","download_url":"https://codeload.github.com/JuliaPy/pyjulia/tar.gz/v0.4.0","html_url":"https://github.com/JuliaPy/pyjulia/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/JuliaPy/pyjulia@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaPy%2Fpyjulia/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaPy%2Fpyjulia/tags/v0.4.0/manifests"},{"name":"v0.3.0","sha":"933272f88b619d9a8b1f57f34ee887fbe9bdf4b5","kind":"commit","published_at":"2019-04-08T03:32:18.000Z","download_url":"https://codeload.github.com/JuliaPy/pyjulia/tar.gz/v0.3.0","html_url":"https://github.com/JuliaPy/pyjulia/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/JuliaPy/pyjulia@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaPy%2Fpyjulia/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaPy%2Fpyjulia/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"9d7eb3a939a7189ed2d45fe13c1d629e850d8c16","kind":"commit","published_at":"2018-11-06T21:19:16.000Z","download_url":"https://codeload.github.com/JuliaPy/pyjulia/tar.gz/v0.2.0","html_url":"https://github.com/JuliaPy/pyjulia/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/JuliaPy/pyjulia@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaPy%2Fpyjulia/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaPy%2Fpyjulia/tags/v0.2.0/manifests"}]},"repo_metadata_updated_at":"2025-08-02T19:44:14.876Z","dependent_packages_count":2,"downloads":null,"downloads_period":null,"dependent_repos_count":3,"rankings":{"downloads":null,"dependent_repos_count":18.039822346424472,"dependent_packages_count":19.601776535755278,"stargazers_count":14.177354159389191,"forks_count":18.1945206846649,"docker_downloads_count":null,"average":17.50336843155846},"purl":"pkg:conda/pyjulia","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/conda/pyjulia","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/conda/pyjulia","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/conda/pyjulia/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-07-25T02:13:48.881Z","issues_count":78,"pull_requests_count":53,"avg_time_to_close_issue":18759724.25,"avg_time_to_close_pull_request":9930731.681818182,"issues_closed_count":16,"pull_requests_closed_count":44,"pull_request_authors_count":14,"issue_authors_count":58,"avg_comments_per_issue":4.589743589743589,"avg_comments_per_pull_request":3.490566037735849,"merged_pull_requests_count":38,"bot_issues_count":0,"bot_pull_requests_count":8,"past_year_issues_count":1,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":221692.0,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":1,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":5.0,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaPy%2Fpyjulia/issues","maintainers":[{"login":"MilesCranmer","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/MilesCranmer"},{"login":"tkf","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tkf"},{"login":"mkitti","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mkitti"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/pyjulia/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/pyjulia/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/pyjulia/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/pyjulia/related_packages","maintainers":[],"registry":{"name":"conda-forge.org","url":"https://conda-forge.org","ecosystem":"conda","default":false,"packages_count":20636,"maintainers_count":0,"namespaces_count":0,"keywords_count":13414,"github":"conda-forge","metadata":{"kind":"conda-forge","key":"CondaForge","api":"https://conda.anaconda.org","funded_packages_count":2190},"icon_url":"https://github.com/conda-forge.png","created_at":"2022-10-03T15:37:08.743Z","updated_at":"2025-09-08T06:53:21.618Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/namespaces"}}],"commits":{"id":33621,"full_name":"JuliaPy/pyjulia","default_branch":"master","committers":[{"name":"Takafumi Arakaki","email":"aka.tkf@gmail.com","login":"tkf","count":339},{"name":"Jake Bolewski","email":"jakebolewski@gmail.com","login":"jakebolewski","count":70},{"name":"MilesCranmer","email":"miles.cranmer@gmail.com","login":"MilesCranmer","count":30},{"name":"Robin Deits","email":"robin.deits@gmail.com","login":"rdeits","count":19},{"name":"Keno Fischer","email":"kfischer@college.harvard.edu","login":"Keno","count":18},{"name":"Felipe cruz","email":"felipecruz@loogica.net","login":null,"count":14},{"name":"Matthias Bussonnier","email":"bussonniermatthias@gmail.com","login":"Carreau","count":8},{"name":"Mark Kittisopikul","email":"mkitti","login":"mkitti","count":7},{"name":"Páll Haraldsson","email":"Pall.Haraldsson@gmail.com","login":"PallHaraldsson","count":7},{"name":"Steven G. Johnson","email":"stevenj@mit.edu","login":"stevengj","count":5},{"name":"Isaiah Norton","email":"isaiah.norton@gmail.com","login":"ihnorton","count":5},{"name":"Matthew Rocklin","email":"mrocklin@gmail.com","login":"mrocklin","count":4},{"name":"Tsur","email":"tsur.herman@gmail.com","login":"TsurHerman","count":4},{"name":"stonebig","email":"stonebig","login":"stonebig","count":4},{"name":"Dani Pinyol","email":"dani@avatarcognition.com","login":null,"count":3},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]","login":"dependabot[bot]","count":3},{"name":"Ben Moran","email":"ben@gambitresearch.com","login":null,"count":2},{"name":"Daniel Soto","email":"sotod@sonoma.edu","login":"dsoto","count":2},{"name":"Eduardo Gastal","email":"eslgastal@inf.ufrgs.br","login":"eslgastal","count":2},{"name":"Elias Kuthe","email":"elias.kuthe@tu-dortmund.de","login":"EQt","count":2},{"name":"John Kirkham","email":"kirkhamj@janelia.hhmi.org","login":"jakirkham","count":2},{"name":"Manuel Berkemeier","email":"manuelbb@mail.uni-paderborn.de","login":"manuelbb-upb","count":2},{"name":"Marius Millea","email":"mariusmillea@gmail.com","login":"marius311","count":2},{"name":"grahamgill","email":"47540120+grahamgill","login":"grahamgill","count":2},{"name":"mad4a","email":"chsc4698@gmail.com","login":"fnmdx111","count":2},{"name":"Alex Arslan","email":"ararslan@comcast.net","login":"ararslan","count":1},{"name":"Darren Christopher Lukas","email":"darrenc2995@gmail.com","login":"darrencl","count":1},{"name":"David Nadlinger","email":"code@klickverbot.at","login":"dnadlinger","count":1},{"name":"Jasha10","email":"8935917+Jasha10","login":"Jasha10","count":1},{"name":"Lilian Besson","email":"Naereen","login":"Naereen","count":1},{"name":"Sheehan Olver","email":"solver@mac.com","login":"dlfivefifty","count":1},{"name":"Taine Zhao","email":"thaut@logic.cs.tsukuba.ac.jp","login":"thautwarm","count":1},{"name":"droodman","email":"droodman@gmail.com","login":"droodman","count":1},{"name":"scls19fr","email":"scls19fr","login":"scls19fr","count":1}],"total_commits":567,"total_committers":34,"total_bot_commits":3,"total_bot_committers":1,"mean_commits":16.676470588235293,"dds":0.4021164021164021,"past_year_committers":[],"past_year_total_commits":0,"past_year_total_committers":0,"past_year_total_bot_commits":0,"past_year_total_bot_committers":0,"past_year_mean_commits":0.0,"past_year_dds":0.0,"last_synced_at":"2025-05-29T01:49:29.594Z","last_synced_commit":"f30de4e235ce1705b2473f12b9b3b307a8a78ab8","created_at":"2023-03-07T16:53:21.046Z","updated_at":"2025-05-29T01:49:29.652Z","commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaPy%2Fpyjulia/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-09-05T00:00:10.343Z","repositories_count":5480019,"commits_count":853389012,"contributors_count":31098138,"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":"JuliaPy/pyjulia","html_url":"https://github.com/JuliaPy/pyjulia","last_synced_at":"2025-08-31T14:16:02.649Z","status":null,"issues_count":78,"pull_requests_count":54,"avg_time_to_close_issue":18759724.25,"avg_time_to_close_pull_request":13567998.933333334,"issues_closed_count":16,"pull_requests_closed_count":45,"pull_request_authors_count":14,"issue_authors_count":58,"avg_comments_per_issue":4.589743589743589,"avg_comments_per_pull_request":3.462962962962963,"merged_pull_requests_count":38,"bot_issues_count":0,"bot_pull_requests_count":8,"past_year_issues_count":1,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":221692.0,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":1,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":5.0,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"created_at":"2023-05-10T21:50:23.760Z","updated_at":"2025-09-02T09:40:58.380Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaPy%2Fpyjulia","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaPy%2Fpyjulia/issues","issue_labels_count":{"PyCall":1,"bug":1,"Windows":1,"help wanted":1},"pull_request_labels_count":{"dependencies":14,"breaking":1},"issue_author_associations_count":{"NONE":62,"COLLABORATOR":8,"MEMBER":5,"CONTRIBUTOR":3},"pull_request_author_associations_count":{"MEMBER":21,"CONTRIBUTOR":18,"COLLABORATOR":15,"NONE":9},"issue_authors":{"MilesCranmer":8,"tkf":4,"racinmat":3,"calvinp0":3,"jlapeyre":3,"marius311":2,"amrit-poudel":2,"andrewkhardy":2,"00sapo":2,"lazzarello":1,"Carreau":1,"kaandocal":1,"simonbyrne":1,"jolars":1,"fabmazz":1,"vwiela":1,"THargreaves":1,"EmeEmu":1,"sibyjackgrove":1,"rallen10":1,"thomasarsouze":1,"axla-io":1,"McCastles":1,"emna191":1,"asavasci":1,"denizyuret":1,"mjohnson541":1,"hqs811":1,"robertpyke":1,"bernstei":1,"JacobNeumann88":1,"bdas123":1,"zdlspace0528":1,"mkitti":1,"timacro":1,"gboehl":1,"p-oorja":1,"MichaelRThompson":1,"jokabrink":1,"ChrisRackauckas":1,"mercicle":1,"Moelf":1,"linkret":1,"famura":1,"lungben":1,"jdupl123":1,"mberat":1,"crabbixOCE":1,"lvzhibai":1,"dpinol":1,"ma-sadeghi":1,"JuanKo96":1,"ArturPrzybysz":1,"dorn-gerhard":1,"KwatMDPhD":1,"Immich":1,"madeleineudell":1,"jekbradbury":1},"pull_request_authors":{"MilesCranmer":15,"tkf":15,"dependabot[bot]":14,"mkitti":6,"dpinol":2,"krystophny":2,"Moelf":2,"Jasha10":1,"Mark2000":1,"PallHaraldsson":1,"droodman":1,"marius311":1,"manuelbb-upb":1,"rdyro":1},"host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-09-05T00:00:10.444Z","repositories_count":10103717,"issues_count":31516646,"pull_requests_count":97722052,"authors_count":10703692,"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":{},"past_year_issue_author_associations_count":{"NONE":1},"past_year_pull_request_author_associations_count":{},"past_year_issue_authors":{"linkret":1},"past_year_pull_request_authors":{},"maintainers":[{"login":"MilesCranmer","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/MilesCranmer"},{"login":"tkf","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tkf"},{"login":"mkitti","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mkitti"}],"active_maintainers":[]},"events":{"total":{"WatchEvent":14,"IssueCommentEvent":4,"PullRequestEvent":1,"ForkEvent":2},"last_year":{"WatchEvent":14,"IssueCommentEvent":4,"PullRequestEvent":1,"ForkEvent":2}},"keywords":[],"dependencies":[{"ecosystem":"pypi","filepath":"docs/requirements.txt","sha":null,"kind":"manifest","created_at":"2022-09-14T21:21:27.514Z","updated_at":"2022-09-14T21:21:27.514Z","repository_link":"https://github.com/JuliaPy/pyjulia/blob/master/docs/requirements.txt","dependencies":[{"id":4859383716,"package_name":"Sphinx","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/main.yml","sha":null,"kind":"manifest","created_at":"2023-01-13T16:45:03.967Z","updated_at":"2023-01-13T16:45:03.967Z","repository_link":"https://github.com/JuliaPy/pyjulia/blob/master/.github/workflows/main.yml","dependencies":[{"id":6890875158,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false},{"id":6890875159,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false},{"id":6890875160,"package_name":"julia-actions/setup-julia","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false},{"id":6890875161,"package_name":"codecov/codecov-action","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false},{"id":6890875162,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/publish.yml","sha":null,"kind":"manifest","created_at":"2023-01-13T16:45:04.033Z","updated_at":"2023-01-13T16:45:04.033Z","repository_link":"https://github.com/JuliaPy/pyjulia/blob/master/.github/workflows/publish.yml","dependencies":[{"id":6890875163,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":6890875164,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false},{"id":6890875165,"package_name":"pypa/gh-action-pypi-publish","ecosystem":"actions","requirements":"37f50c210e3d2f9450da2cd423303d6a14a6e29f","direct":true,"kind":"composite","optional":false},{"id":6890875166,"package_name":"julia-actions/setup-julia","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/testtests.yml","sha":null,"kind":"manifest","created_at":"2023-01-13T16:45:04.056Z","updated_at":"2023-01-13T16:45:04.056Z","repository_link":"https://github.com/JuliaPy/pyjulia/blob/master/.github/workflows/testtests.yml","dependencies":[{"id":6890875167,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":6890875168,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"pypi","filepath":"setup.py","sha":null,"kind":"manifest","created_at":"2023-12-16T15:45:45.926Z","updated_at":"2023-12-16T15:45:45.926Z","repository_link":"https://github.com/JuliaPy/pyjulia/blob/master/setup.py","dependencies":[]}],"score":21.08996651978614,"created_at":"2025-09-08T11:18:57.775Z","updated_at":"2025-10-07T08:25:38.270Z","avatar_url":"https://github.com/JuliaPy.png","language":"Python","category":null,"sub_category":null,"monthly_downloads":39907,"funding_links":[],"readme_doi_urls":[],"works":{},"citation_counts":{},"total_citations":0,"keywords_from_contributors":["programming-language","numerical","julialang","differential-equations","symbolic-computation","sciml","ode","sde","ida","tensors"],"project_url":"https://science.ecosyste.ms/api/v1/projects/68739","html_url":"https://science.ecosyste.ms/projects/68739"}