{"id":62013,"name":"dxtbx","description":"Diffraction Experiment Toolbox","url":"https://github.com/cctbx/dxtbx","last_synced_at":"2025-09-08T12:37:10.841Z","repository":{"id":37432257,"uuid":"178240740","full_name":"cctbx/dxtbx","owner":"cctbx","description":"Diffraction Experiment Toolbox","archived":false,"fork":false,"pushed_at":"2025-09-08T03:56:41.000Z","size":5541,"stargazers_count":4,"open_issues_count":84,"forks_count":23,"subscribers_count":28,"default_branch":"main","last_synced_at":"2025-09-08T05:43:00.233Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"dials/dxtbx","license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cctbx.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.rst","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-03-28T16:19:32.000Z","updated_at":"2025-08-14T11:07:29.000Z","dependencies_parsed_at":"2023-09-27T03:39:30.745Z","dependency_job_id":"c3418438-7a8b-4929-b50f-efb805e552bf","html_url":"https://github.com/cctbx/dxtbx","commit_stats":{"total_commits":2719,"total_committers":42,"mean_commits":64.73809523809524,"dds":0.8139021699154101,"last_synced_commit":"4ad0ce5f876fac4c42b43aef7aa23f2c4fdb8ace"},"previous_names":[],"tags_count":84,"template":false,"template_full_name":null,"purl":"pkg:github/cctbx/dxtbx","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cctbx","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/sbom","scorecard":{"id":269403,"data":{"date":"2025-08-11","repo":{"name":"github.com/cctbx/dxtbx","commit":"3fcf681a8f8c4eae63eb8501876b7326c562e68f"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.9,"checks":[{"name":"Code-Review","score":1,"reason":"Found 4/30 approved changesets -- score normalized to 1","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":"Maintained","score":10,"reason":"27 commit(s) and 9 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":0,"reason":"dangerous workflow patterns detected","details":["Warn: script injection with untrusted input ' github.event.pull_request.head.ref ': .github/workflows/newsfragments.yml:34","Warn: untrusted code checkout '${{ github.event.pull_request.head.sha }}': .github/workflows/newsfragments.yml:15"],"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/build_test.yml:1","Warn: no topLevel permission defined: .github/workflows/merge-conflicts.yml:1","Warn: no topLevel permission defined: .github/workflows/newsfragments.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":"Pinned-Dependencies","score":5,"reason":"dependency not pinned by hash detected -- score normalized to 5","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build_test.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/cctbx/dxtbx/build_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build_test.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/cctbx/dxtbx/build_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build_test.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/cctbx/dxtbx/build_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build_test.yml:68: update your workflow using https://app.stepsecurity.io/secureworkflow/cctbx/dxtbx/build_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/newsfragments.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/cctbx/dxtbx/newsfragments.yml/main?enable=pin","Info:   0 out of   4 GitHub-owned GitHubAction dependencies pinned","Info:   2 out of   3 third-party GitHubAction 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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.txt:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" License: LICENSE.txt:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 24 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-17T12:57:45.569Z","repository_id":37432257,"created_at":"2025-08-17T12:57:45.570Z","updated_at":"2025-08-17T12:57:45.570Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274186108,"owners_count":25237527,"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":"cctbx","name":"Computational Crystallography Toolbox","uuid":"13463624","kind":"organization","description":"","email":null,"website":"https://cci.lbl.gov/docs/cctbx","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/13463624?v=4","repositories_count":6,"last_synced_at":"2023-03-03T00:58:25.102Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/cctbx","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-13T14:24:59.235Z","updated_at":"2023-03-03T00:58:25.110Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cctbx","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cctbx/repositories"},"packages":[{"id":5284597,"name":"dxtbx","ecosystem":"conda","description":"A cctbx-style toolbox to describe single-crystal diffraction experiments, where a monochromatic beam is used to illuminate a sample which is rotated during the exposure and diffraction recorded on a flat area detector.","homepage":"https://github.com/cctbx/dxtbx","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/cctbx/dxtbx","keywords_array":[],"namespace":null,"versions_count":9,"first_release_published_at":"2022-02-12T00:30:35.000Z","latest_release_published_at":"2022-08-25T12:01:39.000Z","latest_release_number":"3.10.3","last_synced_at":"2025-09-08T05:53:56.314Z","created_at":"2022-10-03T15:41:05.940Z","updated_at":"2025-09-08T05:53:56.314Z","registry_url":"https://anaconda.org/conda-forge/dxtbx","install_command":"conda install -c conda-forge dxtbx","documentation_url":null,"metadata":{},"repo_metadata":{"id":37432257,"uuid":"178240740","full_name":"cctbx/dxtbx","owner":"cctbx","description":"Diffraction Experiment Toolbox","archived":false,"fork":false,"pushed_at":"2025-08-18T16:57:09.000Z","size":5526,"stargazers_count":4,"open_issues_count":82,"forks_count":23,"subscribers_count":28,"default_branch":"main","last_synced_at":"2025-08-18T17:17:59.312Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"dials/dxtbx","license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cctbx.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.rst","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-03-28T16:19:32.000Z","updated_at":"2025-08-14T11:07:29.000Z","dependencies_parsed_at":"2023-09-27T03:39:30.745Z","dependency_job_id":"c3418438-7a8b-4929-b50f-efb805e552bf","html_url":"https://github.com/cctbx/dxtbx","commit_stats":{"total_commits":2719,"total_committers":42,"mean_commits":64.73809523809524,"dds":0.8139021699154101,"last_synced_commit":"4ad0ce5f876fac4c42b43aef7aa23f2c4fdb8ace"},"previous_names":[],"tags_count":84,"template":false,"template_full_name":null,"purl":"pkg:github/cctbx/dxtbx","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cctbx","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/sbom","scorecard":{"id":269403,"data":{"date":"2025-08-11","repo":{"name":"github.com/cctbx/dxtbx","commit":"3fcf681a8f8c4eae63eb8501876b7326c562e68f"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.9,"checks":[{"name":"Code-Review","score":1,"reason":"Found 4/30 approved changesets -- score normalized to 1","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":"Maintained","score":10,"reason":"27 commit(s) and 9 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":0,"reason":"dangerous workflow patterns detected","details":["Warn: script injection with untrusted input ' github.event.pull_request.head.ref ': .github/workflows/newsfragments.yml:34","Warn: untrusted code checkout '${{ github.event.pull_request.head.sha }}': .github/workflows/newsfragments.yml:15"],"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/build_test.yml:1","Warn: no topLevel permission defined: .github/workflows/merge-conflicts.yml:1","Warn: no topLevel permission defined: .github/workflows/newsfragments.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":"Pinned-Dependencies","score":5,"reason":"dependency not pinned by hash detected -- score normalized to 5","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build_test.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/cctbx/dxtbx/build_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build_test.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/cctbx/dxtbx/build_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build_test.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/cctbx/dxtbx/build_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build_test.yml:68: update your workflow using https://app.stepsecurity.io/secureworkflow/cctbx/dxtbx/build_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/newsfragments.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/cctbx/dxtbx/newsfragments.yml/main?enable=pin","Info:   0 out of   4 GitHub-owned GitHubAction dependencies pinned","Info:   2 out of   3 third-party GitHubAction 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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.txt:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" License: LICENSE.txt:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 24 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-17T12:57:45.569Z","repository_id":37432257,"created_at":"2025-08-17T12:57:45.570Z","updated_at":"2025-08-17T12:57:45.570Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271029275,"owners_count":24687416,"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-18T02:00:08.743Z","response_time":89,"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":"cctbx","name":"Computational Crystallography Toolbox","uuid":"13463624","kind":"organization","description":"","email":null,"website":"https://cci.lbl.gov/docs/cctbx","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/13463624?v=4","repositories_count":6,"last_synced_at":"2023-03-03T00:58:25.102Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/cctbx","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-13T14:24:59.235Z","updated_at":"2023-03-03T00:58:25.110Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cctbx","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cctbx/repositories"},"tags":[{"name":"v3.25.0","sha":"df2c864da3eb421334ae578be026e900927e06ef","kind":"tag","published_at":"2025-06-20T12:13:00.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.25.0","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v3.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.25.0/manifests"},{"name":"v3.24.2","sha":"58fb2351b9ee1a1fea4b7ae08909bc99932b71ca","kind":"commit","published_at":"2025-05-13T07:52:18.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.24.2","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v3.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.24.2/manifests"},{"name":"v3.24.1","sha":"58fb2351b9ee1a1fea4b7ae08909bc99932b71ca","kind":"commit","published_at":"2025-05-13T07:52:18.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.24.1","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v3.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.24.1/manifests"},{"name":"v3.24.3","sha":"58fb2351b9ee1a1fea4b7ae08909bc99932b71ca","kind":"commit","published_at":"2025-05-13T07:52:18.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.24.3","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v3.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.24.3/manifests"},{"name":"v3.24.0","sha":"3042325854c3c7a89db49ce1d82e3e1764dd784a","kind":"tag","published_at":"2025-04-30T06:53:54.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.24.0","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v3.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.24.0/manifests"},{"name":"v3.23.0","sha":"3123214869274fdc0ab12c7c5319a95dcd4c9eb1","kind":"tag","published_at":"2025-01-09T09:35:58.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.23.0","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v3.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.23.0/manifests"},{"name":"v3.22.0","sha":"f2971041521afda0678a0243cc73eccee4d94c1e","kind":"tag","published_at":"2024-10-15T13:53:18.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.22.0","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v3.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.22.0/manifests"},{"name":"v3.22.1","sha":"f2971041521afda0678a0243cc73eccee4d94c1e","kind":"commit","published_at":"2024-10-15T09:38:07.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.22.1","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v3.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.22.1/manifests"},{"name":"v3.21.1","sha":"c7607fbdb680cac03d7187bf7a3cc3db0d92b665","kind":"commit","published_at":"2024-08-23T06:40:16.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.21.1","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v3.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.21.1/manifests"},{"name":"v3.21.0","sha":"d297cf3aaa2b850ca803b0d75feae066028d609d","kind":"tag","published_at":"2024-08-20T12:41:51.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.21.0","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v3.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.21.0/manifests"},{"name":"v3.20.0","sha":"09f4e5276e5aa782e64db9d13911c765fa82038d","kind":"tag","published_at":"2024-06-19T18:13:43.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.20.0","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v3.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.20.0/manifests"},{"name":"v3.19.1","sha":"f8245f1bb2a91ed77c200e08ac9795b28409edfa","kind":"commit","published_at":"2024-05-23T08:29:42.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.19.1","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v3.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.19.1/manifests"},{"name":"v3.19.0","sha":"2ce1b957fd86032ef6eea306369adc2bfb4cff9a","kind":"tag","published_at":"2024-04-18T08:06:01.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.19.0","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v3.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.19.0/manifests"},{"name":"v3.18.0","sha":"9886e448aafe346448b3851f3706001b1c5cd4d7","kind":"tag","published_at":"2024-02-22T16:31:11.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.18.0","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v3.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.18.0/manifests"},{"name":"v3.18.1","sha":"9886e448aafe346448b3851f3706001b1c5cd4d7","kind":"commit","published_at":"2024-02-22T09:54:42.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.18.1","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v3.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.18.1/manifests"},{"name":"v3.17.0","sha":"286ad1f70c63547f54ca6ed90845ef2f6e0920fc","kind":"tag","published_at":"2023-11-03T21:35:33.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.17.0","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v3.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.17.0/manifests"},{"name":"v3.16.1","sha":"378377b7cf54ffdc52e647cd53afb132bb0e9025","kind":"commit","published_at":"2023-09-05T03:39:18.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.16.1","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v3.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.16.1/manifests"},{"name":"v3.16.0","sha":"a13143c62abe9963fd56c39db360780423e1ad0b","kind":"tag","published_at":"2023-08-14T21:06:18.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.16.0","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v3.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.16.0/manifests"},{"name":"v3.15.1","sha":"40f1c9bfa3b7e4f438395e375e8c5406c2eb6c65","kind":"commit","published_at":"2023-06-29T08:43:58.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.15.1","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v3.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.15.1/manifests"},{"name":"v3.15.0","sha":"6351e84a10c0bfc0bbb4c116383e0d3a91334f9e","kind":"tag","published_at":"2023-06-14T08:12:11.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.15.0","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v3.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.15.0/manifests"},{"name":"v3.14.2","sha":"efe71ac06311c0a46bbd6c45de0bc068cb6d2f22","kind":"commit","published_at":"2023-05-16T03:38:19.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.14.2","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v3.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.14.2/manifests"},{"name":"v3.14.0","sha":"30ca42adc3fd3d8d5df61db3c2e6dbd0d4d9aa17","kind":"tag","published_at":"2023-04-13T09:44:07.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.14.0","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v3.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.14.0/manifests"},{"name":"v3.14.1","sha":"30ca42adc3fd3d8d5df61db3c2e6dbd0d4d9aa17","kind":"commit","published_at":"2023-04-12T14:05:39.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.14.1","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v3.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.14.1/manifests"},{"name":"v3.13.0","sha":"71a4921626d013be0749f505518ece5d7884eab6","kind":"tag","published_at":"2023-01-26T15:58:16.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.13.0","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v3.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.13.0/manifests"},{"name":"v3.12.1","sha":"e239b9f7820f984c114cf446ab3c73f6d0caff82","kind":"commit","published_at":"2022-12-05T10:44:03.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.12.1","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v3.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.12.1/manifests"},{"name":"v3.12.0","sha":"ebb2008335a8303ad67b39e32d2b2bce467abcdf","kind":"tag","published_at":"2022-11-01T14:09:48.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.12.0","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v3.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.12.0/manifests"},{"name":"v3.11.2","sha":"041cb5b3b547d96bffacb290d30c7e0d90b7f862","kind":"commit","published_at":"2022-09-27T03:39:27.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.11.2","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v3.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.11.2/manifests"},{"name":"v3.11.1","sha":"a2fde73724ac904dfd8f0393e1d90414bab6235a","kind":"commit","published_at":"2022-09-02T03:47:34.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.11.1","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v3.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.11.1/manifests"},{"name":"v3.11.0","sha":"bd5d7a2a4fbf659d418536858341a80692210c2b","kind":"tag","published_at":"2022-08-24T13:52:17.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.11.0","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v3.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.11.0/manifests"},{"name":"v3.10.3","sha":"a79e34abf431b4963fa814f4c276f95d7930d897","kind":"commit","published_at":"2022-08-02T11:10:56.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.10.3","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v3.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.10.3/manifests"},{"name":"v3.8.7","sha":"6ff59a884133650c3f133843f9bcca95504e4101","kind":"commit","published_at":"2022-07-18T09:16:01.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.8.7","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.8.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v3.8.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.8.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.8.7/manifests"},{"name":"v3.10.1","sha":"5342b1401f88a00042e800e80b354b002043957c","kind":"commit","published_at":"2022-07-12T13:46:35.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.10.1","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v3.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.10.1/manifests"},{"name":"v3.10.2","sha":"5342b1401f88a00042e800e80b354b002043957c","kind":"commit","published_at":"2022-07-12T13:46:35.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.10.2","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v3.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.10.2/manifests"},{"name":"v3.10.0","sha":"20107704c8f103bf773d2295bdc8c74870936873","kind":"tag","published_at":"2022-06-09T16:42:58.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.10.0","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v3.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.10.0/manifests"},{"name":"v3.8.6","sha":"a09710157be4df25a7bff21c13b0363c70b3cb3d","kind":"commit","published_at":"2022-06-01T13:59:41.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.8.6","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v3.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.8.6/manifests"},{"name":"v3.8.5","sha":"a09710157be4df25a7bff21c13b0363c70b3cb3d","kind":"commit","published_at":"2022-06-01T13:59:41.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.8.5","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v3.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.8.5/manifests"},{"name":"v3.9.2","sha":"431c729439e3a96b059d8e93332f920cfc02aa21","kind":"commit","published_at":"2022-05-09T03:57:27.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.9.2","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v3.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.9.2/manifests"},{"name":"v3.8.4","sha":"35c7abf83d644875dcade61dae0ed807469a72ea","kind":"commit","published_at":"2022-04-01T09:54:57.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.8.4","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v3.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.8.4/manifests"},{"name":"v3.9.1","sha":"967726baffeac06ce718bc9ca617548e04e4133a","kind":"commit","published_at":"2022-03-31T03:38:21.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.9.1","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v3.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.9.1/manifests"},{"name":"v3.9.0","sha":"4d23545d61906b86d91945e8434b3918447cd36d","kind":"tag","published_at":"2022-03-14T19:24:33.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.9.0","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v3.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.9.0/manifests"},{"name":"v3.8.3","sha":"6d6dc3b5141aaa40293c65d001b545a64ce40ddb","kind":"commit","published_at":"2022-02-22T04:47:35.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.8.3","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v3.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.8.3/manifests"},{"name":"v3.8.2","sha":"f67c552a1276668234e058f661f1e8f9ee6acee4","kind":"commit","published_at":"2022-02-07T04:57:32.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.8.2","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v3.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.8.2/manifests"},{"name":"v3.8.1","sha":"961f914c6377bce2d43628393a5e65fcf33fc679","kind":"commit","published_at":"2022-01-25T04:39:20.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.8.1","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v3.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.8.1/manifests"},{"name":"v3.8.0","sha":"4c6917dcd2e63e4a180bed7bf8f272ab52b8b53e","kind":"tag","published_at":"2022-01-12T15:43:11.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.8.0","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v3.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.8.0/manifests"},{"name":"v3.6.0","sha":"23c3a9b7b3285d6e1108d8d2dec04a35a71476a8","kind":"commit","published_at":"2021-08-16T11:21:39.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.6.0","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v3.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.6.0/manifests"},{"name":"v3.5.0","sha":"63a9625204c85fc88892e0eb83a772383cd3c740","kind":"commit","published_at":"2021-05-27T14:16:04.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.5.0","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v3.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.5.0/manifests"},{"name":"v3.4.1","sha":"d37b9da31db9624e4b1aa857a014d01c6e2893e3","kind":"commit","published_at":"2021-04-01T03:39:23.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.4.1","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v3.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.4.1/manifests"},{"name":"v3.4.0","sha":"b694b46630ce02cb590c8ea70ebf4f68e07959c5","kind":"commit","published_at":"2021-03-15T17:35:09.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.4.0","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v3.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.4.0/manifests"},{"name":"v3.3.4","sha":"5bbebea457ba7b6efbec7230f7f16ad7cda47ca4","kind":"commit","published_at":"2021-03-05T15:15:28.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.3.4","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v3.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.3.4/manifests"},{"name":"v3.3.3","sha":"06481d4352aac57d487601f00dbcf15270d57593","kind":"commit","published_at":"2021-02-15T11:37:52.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.3.3","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v3.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.3.3/manifests"},{"name":"v3.3.2","sha":"29e72eaefe5a3cdf9eaf558246436396ea88ff5b","kind":"commit","published_at":"2021-02-01T13:30:33.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.3.2","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v3.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.3.2/manifests"},{"name":"v3.3.1","sha":"cc8abd5c11970ba288f64a934a4a813f1b939c2a","kind":"commit","published_at":"2021-01-18T09:31:51.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.3.1","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.3.1/manifests"},{"name":"v3.3.0","sha":"50faf622dccc442a9f9b52f71157c2cbe1c4184f","kind":"commit","published_at":"2021-01-04T15:37:38.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.3.0","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.3.0/manifests"},{"name":"v3.2.0","sha":"44786007e55b67ac4a4b3dbfe9cb8876e4585c1f","kind":"commit","published_at":"2020-10-27T11:53:36.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.2.0","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.2.0/manifests"},{"name":"v3.1.4","sha":"e85f4ec937badb808602f10e4d33ee51d79f61e9","kind":"commit","published_at":"2020-10-12T12:54:06.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.1.4","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v3.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.1.4/manifests"},{"name":"v3.1.3","sha":"59c8db79c47c0c289ad217e49374142de944f636","kind":"commit","published_at":"2020-09-28T11:42:41.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.1.3","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v3.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.1.3/manifests"},{"name":"v2.2.9","sha":"eaccfb7f474054abccd8803e40dd1e503e19fd1c","kind":"commit","published_at":"2020-09-02T14:00:19.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v2.2.9","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v2.2.9/manifests"},{"name":"v3.1.1","sha":"45260538a6b2f011df7247f4cf2428489b8c0604","kind":"commit","published_at":"2020-09-01T16:23:09.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.1.1","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v3.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.1.1/manifests"},{"name":"v3.1.2","sha":"45260538a6b2f011df7247f4cf2428489b8c0604","kind":"commit","published_at":"2020-09-01T16:23:09.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.1.2","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v3.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.1.2/manifests"},{"name":"v3.1.0","sha":"979ede8c63203cfa1ecd375bc05033ee654375f5","kind":"commit","published_at":"2020-08-17T15:58:09.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.1.0","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.1.0/manifests"},{"name":"v3.0.4","sha":"4760d506226ba95f004d3a6308e71b900058a1ec","kind":"commit","published_at":"2020-07-20T16:50:36.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.0.4","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v3.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.0.4/manifests"},{"name":"v3.0.2","sha":"93d0219108410558cc45e8d2c529cf1630c857ba","kind":"commit","published_at":"2020-06-23T12:42:42.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.0.2","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v3.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.0.2/manifests"},{"name":"v3.0.3","sha":"93d0219108410558cc45e8d2c529cf1630c857ba","kind":"commit","published_at":"2020-06-23T12:42:42.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.0.3","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v3.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.0.3/manifests"},{"name":"v2.2.8","sha":"c193075863f7b56d72a638b17374c8b52a25d87f","kind":"commit","published_at":"2020-06-17T14:23:16.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v2.2.8","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v2.2.8/manifests"},{"name":"v2.2.6","sha":"c193075863f7b56d72a638b17374c8b52a25d87f","kind":"commit","published_at":"2020-06-17T14:23:16.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v2.2.6","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v2.2.6/manifests"},{"name":"v2.2.7","sha":"c193075863f7b56d72a638b17374c8b52a25d87f","kind":"commit","published_at":"2020-06-17T14:23:16.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v2.2.7","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v2.2.7/manifests"},{"name":"v3.0.1","sha":"b4996e1e588582699056e13d70c4214d14076fda","kind":"commit","published_at":"2020-06-11T16:35:11.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.0.1","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v3.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.0.1/manifests"},{"name":"v2.2.5","sha":"abd75c529fb34cab0564a5111f64c19fbb281b60","kind":"commit","published_at":"2020-06-04T09:50:38.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v2.2.5","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v2.2.5/manifests"},{"name":"v3.0.0","sha":"97ddc674fe3f7b5fac84495ee71c50e082bfa426","kind":"commit","published_at":"2020-05-22T16:08:07.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.0.0","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.0.0/manifests"},{"name":"v2.2.4","sha":"c90c5e20ab5617eae493a135b72274e5e475a140","kind":"commit","published_at":"2020-05-11T07:57:13.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v2.2.4","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v2.2.4/manifests"},{"name":"v2.2.2","sha":"4b91530a22825ed018d4cd1edac488ba4acd3e0f","kind":"commit","published_at":"2020-03-30T13:12:34.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v2.2.2","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"4b91530a22825ed018d4cd1edac488ba4acd3e0f","kind":"commit","published_at":"2020-03-30T13:12:34.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v2.2.1","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v2.2.1/manifests"},{"name":"v2.2.3","sha":"4b91530a22825ed018d4cd1edac488ba4acd3e0f","kind":"commit","published_at":"2020-03-30T13:12:34.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v2.2.3","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v2.2.3/manifests"},{"name":"v2.2.0","sha":"26a05c6499ba00aa812cf907e80c5e4476099c12","kind":"commit","published_at":"2020-03-15T12:44:00.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v2.2.0","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v2.2.0/manifests"},{"name":"v2.1.5","sha":"56fc8c639a263173be4102f191cba5dd79835123","kind":"commit","published_at":"2020-03-09T08:37:50.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v2.1.5","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"a866859f3ac17da9ed869566bf946fce26d821e6","kind":"commit","published_at":"2020-02-24T10:21:58.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v2.1.4","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"b75f0b71f95cf1a56220f35e899fdafad765845c","kind":"commit","published_at":"2020-02-10T12:21:45.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v2.1.3","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v2.1.3/manifests"},{"name":"v2.1.1","sha":"6aea9a4a6354c7af764437674438aabd6d60e653","kind":"commit","published_at":"2020-01-14T10:36:17.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v2.1.1","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v2.1.1/manifests"},{"name":"v2.1.2","sha":"6aea9a4a6354c7af764437674438aabd6d60e653","kind":"commit","published_at":"2020-01-14T10:36:17.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v2.1.2","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v2.1.2/manifests"},{"name":"v2.1.0","sha":"3ede8fb567170ed82ba8046e42e6c7d27604cabd","kind":"commit","published_at":"2019-12-16T10:10:09.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v2.1.0","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v2.1.0/manifests"},{"name":"v2.0.3","sha":"732c85cb8e23be1e14ee6ebae96c3db1fef35edd","kind":"commit","published_at":"2019-12-02T15:03:44.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v2.0.3","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v2.0.3/manifests"},{"name":"v2.0.1","sha":"96838a1c1426d2f6c0b5b035738d8d98dea55f6b","kind":"commit","published_at":"2019-11-05T16:05:14.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v2.0.1","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v2.0.1/manifests"},{"name":"v2.0.2","sha":"96838a1c1426d2f6c0b5b035738d8d98dea55f6b","kind":"commit","published_at":"2019-11-05T16:05:14.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v2.0.2","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v2.0.2/manifests"},{"name":"v2.0.0","sha":"9814cac4e471ee772ab0791dfa82efd966980233","kind":"commit","published_at":"2019-10-23T13:46:29.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v2.0.0","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cctbx/dxtbx@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v2.0.0/manifests"}]},"repo_metadata_updated_at":"2025-08-18T17:28:32.448Z","dependent_packages_count":1,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":34.025455452957324,"dependent_packages_count":28.819565759920142,"stargazers_count":60.12478163214375,"forks_count":43.38906912902421,"average":41.58971799351136},"purl":"pkg:conda/dxtbx","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/conda/dxtbx","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/conda/dxtbx","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/conda/dxtbx/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-12T21:07:42.437Z","issues_count":84,"pull_requests_count":177,"avg_time_to_close_issue":58081257.25,"avg_time_to_close_pull_request":5971862.895953758,"issues_closed_count":48,"pull_requests_closed_count":173,"pull_request_authors_count":15,"issue_authors_count":13,"avg_comments_per_issue":4.2023809523809526,"avg_comments_per_pull_request":2.536723163841808,"merged_pull_requests_count":152,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":24,"past_year_pull_requests_count":79,"past_year_avg_time_to_close_issue":3472386.5555555555,"past_year_avg_time_to_close_pull_request":1219274.844155844,"past_year_issues_closed_count":9,"past_year_pull_requests_closed_count":77,"past_year_pull_request_authors_count":10,"past_year_issue_authors_count":8,"past_year_avg_comments_per_issue":2.25,"past_year_avg_comments_per_pull_request":1.8481012658227849,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":72,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/issues","maintainers":[{"login":"dagewa","count":51,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dagewa"},{"login":"ndevenish","count":38,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ndevenish"},{"login":"graeme-winter","count":15,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/graeme-winter"},{"login":"biochem-fan","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/biochem-fan"},{"login":"Anthchirp","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Anthchirp"}],"active_maintainers":[{"login":"ndevenish","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ndevenish"},{"login":"biochem-fan","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/biochem-fan"},{"login":"dagewa","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dagewa"},{"login":"graeme-winter","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/graeme-winter"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/dxtbx/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/dxtbx/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/dxtbx/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/dxtbx/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"}},{"id":2718064,"name":"dxtbx","ecosystem":"pypi","description":"Diffraction Experiment Toolbox","homepage":"https://github.com/cctbx/dxtbx","licenses":"BSD license","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/cctbx/dxtbx","keywords_array":["dials"],"namespace":null,"versions_count":2,"first_release_published_at":"2020-08-14T19:05:50.000Z","latest_release_published_at":"2020-08-14T19:05:50.000Z","latest_release_number":"3.0.4","last_synced_at":"2025-09-08T05:53:52.745Z","created_at":"2022-04-10T10:50:12.473Z","updated_at":"2025-09-08T05:53:52.745Z","registry_url":"https://pypi.org/project/dxtbx/","install_command":"pip install dxtbx --index-url https://pypi.org/simple","documentation_url":"https://dxtbx.readthedocs.io/","metadata":{"funding":null,"documentation":null,"classifiers":["Development Status :: 5 - Production/Stable","License :: OSI Approved :: BSD License","Natural Language :: English","Operating System :: OS Independent","Programming Language :: Python :: 3","Programming Language :: Python :: 3.6"],"normalized_name":"dxtbx","project_status":null},"repo_metadata":{"id":37432257,"uuid":"178240740","full_name":"cctbx/dxtbx","owner":"cctbx","description":"Diffraction Experiment Toolbox","archived":false,"fork":false,"pushed_at":"2024-10-29T12:06:44.000Z","size":5485,"stargazers_count":2,"open_issues_count":69,"forks_count":18,"subscribers_count":27,"default_branch":"main","last_synced_at":"2024-10-29T13:25:58.681Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"dials/dxtbx","license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cctbx.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.rst","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-03-28T16:19:32.000Z","updated_at":"2024-10-29T12:06:48.000Z","dependencies_parsed_at":"2023-09-27T03:39:30.745Z","dependency_job_id":"c3418438-7a8b-4929-b50f-efb805e552bf","html_url":"https://github.com/cctbx/dxtbx","commit_stats":{"total_commits":2719,"total_committers":42,"mean_commits":64.73809523809524,"dds":0.8139021699154101,"last_synced_commit":"4ad0ce5f876fac4c42b43aef7aa23f2c4fdb8ace"},"previous_names":[],"tags_count":78,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cctbx","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222082317,"owners_count":16928119,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"cctbx","name":"Computational Crystallography Toolbox","uuid":"13463624","kind":"organization","description":"","email":null,"website":"https://cci.lbl.gov/docs/cctbx","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/13463624?v=4","repositories_count":6,"last_synced_at":"2023-03-03T00:58:25.102Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/cctbx","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-13T14:24:59.235Z","updated_at":"2023-03-03T00:58:25.110Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cctbx","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cctbx/repositories"},"tags":[{"name":"v3.22.0","sha":"f2971041521afda0678a0243cc73eccee4d94c1e","kind":"tag","published_at":"2024-10-15T13:53:18.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.22.0","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.22.0/manifests"},{"name":"v3.22.1","sha":"f2971041521afda0678a0243cc73eccee4d94c1e","kind":"commit","published_at":"2024-10-15T09:38:07.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.22.1","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.22.1/manifests"},{"name":"v3.21.1","sha":"c7607fbdb680cac03d7187bf7a3cc3db0d92b665","kind":"commit","published_at":"2024-08-23T06:40:16.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.21.1","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.21.1/manifests"},{"name":"v3.21.0","sha":"d297cf3aaa2b850ca803b0d75feae066028d609d","kind":"tag","published_at":"2024-08-20T12:41:51.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.21.0","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.21.0/manifests"},{"name":"v3.20.0","sha":"09f4e5276e5aa782e64db9d13911c765fa82038d","kind":"tag","published_at":"2024-06-19T18:13:43.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.20.0","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.20.0/manifests"},{"name":"v3.19.1","sha":"f8245f1bb2a91ed77c200e08ac9795b28409edfa","kind":"commit","published_at":"2024-05-23T08:29:42.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.19.1","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.19.1/manifests"},{"name":"v3.19.0","sha":"2ce1b957fd86032ef6eea306369adc2bfb4cff9a","kind":"tag","published_at":"2024-04-18T08:06:01.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.19.0","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.19.0/manifests"},{"name":"v3.18.0","sha":"9886e448aafe346448b3851f3706001b1c5cd4d7","kind":"tag","published_at":"2024-02-22T16:31:11.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.18.0","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.18.0/manifests"},{"name":"v3.18.1","sha":"9886e448aafe346448b3851f3706001b1c5cd4d7","kind":"commit","published_at":"2024-02-22T09:54:42.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.18.1","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.18.1/manifests"},{"name":"v3.17.0","sha":"286ad1f70c63547f54ca6ed90845ef2f6e0920fc","kind":"tag","published_at":"2023-11-03T21:35:33.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.17.0","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.17.0/manifests"},{"name":"v3.16.1","sha":"378377b7cf54ffdc52e647cd53afb132bb0e9025","kind":"commit","published_at":"2023-09-05T03:39:18.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.16.1","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.16.1/manifests"},{"name":"v3.16.0","sha":"a13143c62abe9963fd56c39db360780423e1ad0b","kind":"tag","published_at":"2023-08-14T21:06:18.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.16.0","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.16.0/manifests"},{"name":"v3.15.1","sha":"40f1c9bfa3b7e4f438395e375e8c5406c2eb6c65","kind":"commit","published_at":"2023-06-29T08:43:58.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.15.1","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.15.1/manifests"},{"name":"v3.15.0","sha":"6351e84a10c0bfc0bbb4c116383e0d3a91334f9e","kind":"tag","published_at":"2023-06-14T08:12:11.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.15.0","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.15.0/manifests"},{"name":"v3.14.2","sha":"efe71ac06311c0a46bbd6c45de0bc068cb6d2f22","kind":"commit","published_at":"2023-05-16T03:38:19.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.14.2","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.14.2/manifests"},{"name":"v3.14.0","sha":"30ca42adc3fd3d8d5df61db3c2e6dbd0d4d9aa17","kind":"tag","published_at":"2023-04-13T09:44:07.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.14.0","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.14.0/manifests"},{"name":"v3.14.1","sha":"30ca42adc3fd3d8d5df61db3c2e6dbd0d4d9aa17","kind":"commit","published_at":"2023-04-12T14:05:39.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.14.1","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.14.1/manifests"},{"name":"v3.13.0","sha":"71a4921626d013be0749f505518ece5d7884eab6","kind":"tag","published_at":"2023-01-26T15:58:16.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.13.0","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.13.0/manifests"},{"name":"v3.12.1","sha":"e239b9f7820f984c114cf446ab3c73f6d0caff82","kind":"commit","published_at":"2022-12-05T10:44:03.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.12.1","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.12.1/manifests"},{"name":"v3.12.0","sha":"ebb2008335a8303ad67b39e32d2b2bce467abcdf","kind":"tag","published_at":"2022-11-01T14:09:48.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.12.0","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.12.0/manifests"},{"name":"v3.11.2","sha":"041cb5b3b547d96bffacb290d30c7e0d90b7f862","kind":"commit","published_at":"2022-09-27T03:39:27.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.11.2","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.11.2/manifests"},{"name":"v3.11.1","sha":"a2fde73724ac904dfd8f0393e1d90414bab6235a","kind":"commit","published_at":"2022-09-02T03:47:34.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.11.1","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.11.1/manifests"},{"name":"v3.11.0","sha":"bd5d7a2a4fbf659d418536858341a80692210c2b","kind":"tag","published_at":"2022-08-24T13:52:17.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.11.0","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.11.0/manifests"},{"name":"v3.10.3","sha":"a79e34abf431b4963fa814f4c276f95d7930d897","kind":"commit","published_at":"2022-08-02T11:10:56.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.10.3","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.10.3/manifests"},{"name":"v3.8.7","sha":"6ff59a884133650c3f133843f9bcca95504e4101","kind":"commit","published_at":"2022-07-18T09:16:01.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.8.7","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.8.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.8.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.8.7/manifests"},{"name":"v3.10.1","sha":"5342b1401f88a00042e800e80b354b002043957c","kind":"commit","published_at":"2022-07-12T13:46:35.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.10.1","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.10.1/manifests"},{"name":"v3.10.2","sha":"5342b1401f88a00042e800e80b354b002043957c","kind":"commit","published_at":"2022-07-12T13:46:35.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.10.2","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.10.2/manifests"},{"name":"v3.10.0","sha":"20107704c8f103bf773d2295bdc8c74870936873","kind":"tag","published_at":"2022-06-09T16:42:58.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.10.0","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.10.0/manifests"},{"name":"v3.8.5","sha":"a09710157be4df25a7bff21c13b0363c70b3cb3d","kind":"commit","published_at":"2022-06-01T13:59:41.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.8.5","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.8.5/manifests"},{"name":"v3.8.6","sha":"a09710157be4df25a7bff21c13b0363c70b3cb3d","kind":"commit","published_at":"2022-06-01T13:59:41.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.8.6","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.8.6/manifests"},{"name":"v3.9.2","sha":"431c729439e3a96b059d8e93332f920cfc02aa21","kind":"commit","published_at":"2022-05-09T03:57:27.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.9.2","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.9.2/manifests"},{"name":"v3.8.4","sha":"35c7abf83d644875dcade61dae0ed807469a72ea","kind":"commit","published_at":"2022-04-01T09:54:57.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.8.4","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.8.4/manifests"},{"name":"v3.9.1","sha":"967726baffeac06ce718bc9ca617548e04e4133a","kind":"commit","published_at":"2022-03-31T03:38:21.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.9.1","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.9.1/manifests"},{"name":"v3.9.0","sha":"4d23545d61906b86d91945e8434b3918447cd36d","kind":"tag","published_at":"2022-03-14T19:24:33.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.9.0","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.9.0/manifests"},{"name":"v3.8.3","sha":"6d6dc3b5141aaa40293c65d001b545a64ce40ddb","kind":"commit","published_at":"2022-02-22T04:47:35.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.8.3","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.8.3/manifests"},{"name":"v3.8.2","sha":"f67c552a1276668234e058f661f1e8f9ee6acee4","kind":"commit","published_at":"2022-02-07T04:57:32.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.8.2","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.8.2/manifests"},{"name":"v3.8.1","sha":"961f914c6377bce2d43628393a5e65fcf33fc679","kind":"commit","published_at":"2022-01-25T04:39:20.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.8.1","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.8.1/manifests"},{"name":"v3.8.0","sha":"4c6917dcd2e63e4a180bed7bf8f272ab52b8b53e","kind":"tag","published_at":"2022-01-12T15:43:11.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.8.0","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.8.0/manifests"},{"name":"v3.6.0","sha":"23c3a9b7b3285d6e1108d8d2dec04a35a71476a8","kind":"commit","published_at":"2021-08-16T11:21:39.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.6.0","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.6.0/manifests"},{"name":"v3.5.0","sha":"63a9625204c85fc88892e0eb83a772383cd3c740","kind":"commit","published_at":"2021-05-27T14:16:04.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.5.0","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.5.0/manifests"},{"name":"v3.4.1","sha":"d37b9da31db9624e4b1aa857a014d01c6e2893e3","kind":"commit","published_at":"2021-04-01T03:39:23.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.4.1","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.4.1/manifests"},{"name":"v3.4.0","sha":"b694b46630ce02cb590c8ea70ebf4f68e07959c5","kind":"commit","published_at":"2021-03-15T17:35:09.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.4.0","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.4.0/manifests"},{"name":"v3.3.4","sha":"5bbebea457ba7b6efbec7230f7f16ad7cda47ca4","kind":"commit","published_at":"2021-03-05T15:15:28.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.3.4","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.3.4/manifests"},{"name":"v3.3.3","sha":"06481d4352aac57d487601f00dbcf15270d57593","kind":"commit","published_at":"2021-02-15T11:37:52.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.3.3","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.3.3/manifests"},{"name":"v3.3.2","sha":"29e72eaefe5a3cdf9eaf558246436396ea88ff5b","kind":"commit","published_at":"2021-02-01T13:30:33.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.3.2","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.3.2/manifests"},{"name":"v3.3.1","sha":"cc8abd5c11970ba288f64a934a4a813f1b939c2a","kind":"commit","published_at":"2021-01-18T09:31:51.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.3.1","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.3.1/manifests"},{"name":"v3.3.0","sha":"50faf622dccc442a9f9b52f71157c2cbe1c4184f","kind":"commit","published_at":"2021-01-04T15:37:38.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.3.0","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.3.0/manifests"},{"name":"v3.2.0","sha":"44786007e55b67ac4a4b3dbfe9cb8876e4585c1f","kind":"commit","published_at":"2020-10-27T11:53:36.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.2.0","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.2.0/manifests"},{"name":"v3.1.4","sha":"e85f4ec937badb808602f10e4d33ee51d79f61e9","kind":"commit","published_at":"2020-10-12T12:54:06.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.1.4","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.1.4/manifests"},{"name":"v3.1.3","sha":"59c8db79c47c0c289ad217e49374142de944f636","kind":"commit","published_at":"2020-09-28T11:42:41.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.1.3","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.1.3/manifests"},{"name":"v2.2.9","sha":"eaccfb7f474054abccd8803e40dd1e503e19fd1c","kind":"commit","published_at":"2020-09-02T14:00:19.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v2.2.9","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v2.2.9/manifests"},{"name":"v3.1.2","sha":"45260538a6b2f011df7247f4cf2428489b8c0604","kind":"commit","published_at":"2020-09-01T16:23:09.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.1.2","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.1.2/manifests"},{"name":"v3.1.1","sha":"45260538a6b2f011df7247f4cf2428489b8c0604","kind":"commit","published_at":"2020-09-01T16:23:09.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.1.1","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.1.1/manifests"},{"name":"v3.1.0","sha":"979ede8c63203cfa1ecd375bc05033ee654375f5","kind":"commit","published_at":"2020-08-17T15:58:09.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.1.0","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.1.0/manifests"},{"name":"v3.0.4","sha":"4760d506226ba95f004d3a6308e71b900058a1ec","kind":"commit","published_at":"2020-07-20T16:50:36.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.0.4","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.0.4/manifests"},{"name":"v3.0.2","sha":"93d0219108410558cc45e8d2c529cf1630c857ba","kind":"commit","published_at":"2020-06-23T12:42:42.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.0.2","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.0.2/manifests"},{"name":"v3.0.3","sha":"93d0219108410558cc45e8d2c529cf1630c857ba","kind":"commit","published_at":"2020-06-23T12:42:42.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.0.3","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.0.3/manifests"},{"name":"v2.2.6","sha":"c193075863f7b56d72a638b17374c8b52a25d87f","kind":"commit","published_at":"2020-06-17T14:23:16.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v2.2.6","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v2.2.6/manifests"},{"name":"v2.2.8","sha":"c193075863f7b56d72a638b17374c8b52a25d87f","kind":"commit","published_at":"2020-06-17T14:23:16.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v2.2.8","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"c193075863f7b56d72a638b17374c8b52a25d87f","kind":"commit","published_at":"2020-06-17T14:23:16.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v2.2.7","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v2.2.7/manifests"},{"name":"v3.0.1","sha":"b4996e1e588582699056e13d70c4214d14076fda","kind":"commit","published_at":"2020-06-11T16:35:11.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.0.1","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.0.1/manifests"},{"name":"v2.2.5","sha":"abd75c529fb34cab0564a5111f64c19fbb281b60","kind":"commit","published_at":"2020-06-04T09:50:38.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v2.2.5","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v2.2.5/manifests"},{"name":"v3.0.0","sha":"97ddc674fe3f7b5fac84495ee71c50e082bfa426","kind":"commit","published_at":"2020-05-22T16:08:07.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v3.0.0","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v3.0.0/manifests"},{"name":"v2.2.4","sha":"c90c5e20ab5617eae493a135b72274e5e475a140","kind":"commit","published_at":"2020-05-11T07:57:13.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v2.2.4","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v2.2.4/manifests"},{"name":"v2.2.2","sha":"4b91530a22825ed018d4cd1edac488ba4acd3e0f","kind":"commit","published_at":"2020-03-30T13:12:34.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v2.2.2","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v2.2.2/manifests"},{"name":"v2.2.3","sha":"4b91530a22825ed018d4cd1edac488ba4acd3e0f","kind":"commit","published_at":"2020-03-30T13:12:34.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v2.2.3","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v2.2.3/manifests"},{"name":"v2.2.1","sha":"4b91530a22825ed018d4cd1edac488ba4acd3e0f","kind":"commit","published_at":"2020-03-30T13:12:34.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v2.2.1","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"26a05c6499ba00aa812cf907e80c5e4476099c12","kind":"commit","published_at":"2020-03-15T12:44:00.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v2.2.0","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v2.2.0/manifests"},{"name":"v2.1.5","sha":"56fc8c639a263173be4102f191cba5dd79835123","kind":"commit","published_at":"2020-03-09T08:37:50.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v2.1.5","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"a866859f3ac17da9ed869566bf946fce26d821e6","kind":"commit","published_at":"2020-02-24T10:21:58.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v2.1.4","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"b75f0b71f95cf1a56220f35e899fdafad765845c","kind":"commit","published_at":"2020-02-10T12:21:45.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v2.1.3","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"6aea9a4a6354c7af764437674438aabd6d60e653","kind":"commit","published_at":"2020-01-14T10:36:17.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v2.1.2","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"6aea9a4a6354c7af764437674438aabd6d60e653","kind":"commit","published_at":"2020-01-14T10:36:17.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v2.1.1","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3ede8fb567170ed82ba8046e42e6c7d27604cabd","kind":"commit","published_at":"2019-12-16T10:10:09.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v2.1.0","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v2.1.0/manifests"},{"name":"v2.0.3","sha":"732c85cb8e23be1e14ee6ebae96c3db1fef35edd","kind":"commit","published_at":"2019-12-02T15:03:44.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v2.0.3","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v2.0.3/manifests"},{"name":"v2.0.1","sha":"96838a1c1426d2f6c0b5b035738d8d98dea55f6b","kind":"commit","published_at":"2019-11-05T16:05:14.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v2.0.1","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v2.0.1/manifests"},{"name":"v2.0.2","sha":"96838a1c1426d2f6c0b5b035738d8d98dea55f6b","kind":"commit","published_at":"2019-11-05T16:05:14.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v2.0.2","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v2.0.2/manifests"},{"name":"v2.0.0","sha":"9814cac4e471ee772ab0791dfa82efd966980233","kind":"commit","published_at":"2019-10-23T13:46:29.000Z","download_url":"https://codeload.github.com/cctbx/dxtbx/tar.gz/v2.0.0","html_url":"https://github.com/cctbx/dxtbx/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/tags/v2.0.0/manifests"}]},"repo_metadata_updated_at":"2024-10-29T16:42:12.187Z","dependent_packages_count":0,"downloads":164,"downloads_period":"last-month","dependent_repos_count":1,"rankings":{"downloads":39.54125044833297,"dependent_repos_count":21.607168748712237,"dependent_packages_count":10.102944879846767,"stargazers_count":27.86017353347426,"forks_count":10.517620304940401,"docker_downloads_count":2.0418283002818813,"average":18.61183103593142},"purl":"pkg:pypi/dxtbx","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/dxtbx","docker_dependents_count":0,"docker_downloads_count":0,"usage_url":"https://repos.ecosyste.ms/usage/pypi/dxtbx","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/dxtbx/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2024-08-27T10:15:33.673Z","issues_count":78,"pull_requests_count":164,"avg_time_to_close_issue":44210677.6097561,"avg_time_to_close_pull_request":4438639.82278481,"issues_closed_count":41,"pull_requests_closed_count":158,"pull_request_authors_count":15,"issue_authors_count":13,"avg_comments_per_issue":4.205128205128205,"avg_comments_per_pull_request":2.652439024390244,"merged_pull_requests_count":140,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":23,"past_year_pull_requests_count":71,"past_year_avg_time_to_close_issue":993197.8571428572,"past_year_avg_time_to_close_pull_request":1608796.2285714287,"past_year_issues_closed_count":7,"past_year_pull_requests_closed_count":70,"past_year_pull_request_authors_count":10,"past_year_issue_authors_count":8,"past_year_avg_comments_per_issue":2.260869565217391,"past_year_avg_comments_per_pull_request":2.028169014084507,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":64,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/issues","maintainers":[{"login":"dagewa","count":48,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dagewa"},{"login":"ndevenish","count":35,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ndevenish"},{"login":"graeme-winter","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/graeme-winter"},{"login":"biochem-fan","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/biochem-fan"},{"login":"Anthchirp","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Anthchirp"}],"active_maintainers":[{"login":"dagewa","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dagewa"},{"login":"ndevenish","count":15,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ndevenish"},{"login":"graeme-winter","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/graeme-winter"},{"login":"biochem-fan","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/biochem-fan"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/dxtbx/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/dxtbx/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/dxtbx/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/dxtbx/related_packages","maintainers":[{"uuid":"ndevenish","login":"ndevenish","name":null,"email":null,"url":null,"packages_count":21,"html_url":"https://pypi.org/user/ndevenish/","role":null,"created_at":"2023-02-16T04:05:05.860Z","updated_at":"2023-02-16T04:05:05.860Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/ndevenish/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":726135,"maintainers_count":308800,"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":27288,"full_name":"cctbx/dxtbx","default_branch":"main","committers":[{"name":"James Parkhurst","email":"james.parkhurst@diamond.ac.uk","login":null,"count":506},{"name":"Graeme Winter","email":"graeme.winter@gmail.com","login":null,"count":469},{"name":"Markus Gerstel","email":"markus.gerstel@diamond.ac.uk","login":"Anthchirp","count":406},{"name":"Aaron Brewster","email":"asbrewster@lbl.gov","login":null,"count":321},{"name":"Richard Gildea","email":"richard.gildea@diamond.ac.uk","login":null,"count":213},{"name":"Nicholas Devenish","email":"ndevenish@gmail.com","login":"ndevenish","count":212},{"name":"David Waterman","email":"dgwaterman@gmail.com","login":null,"count":145},{"name":"DiamondLightSource-build-server","email":"DiamondLightSource-build-server","login":"DiamondLightSource-build-server","count":75},{"name":"Richard Gildea","email":"rjgildea","login":"rjgildea","count":74},{"name":"Nicholas Sauter","email":"nksauter@lbl.gov","login":null,"count":57},{"name":"David Waterman","email":"dagewa","login":"dagewa","count":49},{"name":"Asmit Bhowmick","email":"asmit3@gmail.com","login":null,"count":37},{"name":"Johan Hattne","email":"johan@hattne.se","login":null,"count":28},{"name":"Ben Williams","email":"benjaminhwilliams","login":"benjaminhwilliams","count":25},{"name":"James Beilsten-Edmands","email":"jbeilstenedmands@gmail.com","login":null,"count":13},{"name":"Nathaniel Echols","email":"nathaniel.echols@gmail.com","login":null,"count":13},{"name":"David McDonagh","email":"60879630+toastisme","login":"toastisme","count":9},{"name":"Derek Mendez","email":"dermen@lbl.gov","login":null,"count":9},{"name":"Daniel Paley","email":"dwpaley@lbl.gov","login":null,"count":7},{"name":"Keitaro Yamashita","email":"keitaroyam","login":"keitaroyam","count":7},{"name":"James Holton","email":"JMHolton@lbl.gov","login":null,"count":5},{"name":"Daniel Paley","email":"dwpaley@gmail.com","login":null,"count":5},{"name":"Billy K. Poon","email":"bkpoon@lbl.gov","login":null,"count":4},{"name":"Robert Oeffner","email":"rdo20@cam.ac.uk","login":null,"count":3},{"name":"Robert Oeffner","email":"robert@oeffner.net","login":null,"count":3},{"name":"James Beilsten-Edmands","email":"30625594+jbeilstenedmands","login":"jbeilstenedmands","count":3},{"name":"Takanori Nakane","email":"nakane.t@gmail.com","login":null,"count":3},{"name":"Jenkins","email":"dlshudson@scisoft-mac-1.diamond.ac.uk","login":null,"count":3},{"name":"Elena Pascal","email":"elenadpascal@gmail.com","login":null,"count":2},{"name":"Viktor Bengtsson","email":"viktor.bengtsson@mmk.su.se","login":null,"count":1},{"name":"Noemi Frisina","email":"54588199+noemifrisina","login":"noemifrisina","count":1},{"name":"Ian Rees","email":"ian@ianrees.net","login":"irees","count":1},{"name":"Huw Jenkins","email":"huwjenkins","login":"huwjenkins","count":1},{"name":"Christian Becke","email":"christianbecke@gmail.com","login":null,"count":1},{"name":"Dennis Brookner","email":"debrookner@gmail.com","login":null,"count":1},{"name":"Dorothee Liebschner","email":"dcliebschner@lbl.gov","login":null,"count":1},{"name":"Nigel W Moriarty","email":"nwmoriarty@lbl.gov","login":null,"count":1},{"name":"David Moreau","email":"dwmoreau@lbl.gov","login":null,"count":1},{"name":"Tara Michels-Clark","email":"tmichels-clark@lbl.gov","login":null,"count":1},{"name":"Iris Young","email":"idyoung@lbl.gov","login":null,"count":1},{"name":"James Hester","email":"jamesrhester@gmail.com","login":null,"count":1},{"name":"Clemens Weninger","email":"clemens@m-info.de","login":null,"count":1}],"total_commits":2719,"total_committers":42,"total_bot_commits":0,"total_bot_committers":0,"mean_commits":64.73809523809524,"dds":0.8139021699154101,"past_year_committers":[{"name":"Nicholas Devenish","email":"ndevenish@gmail.com","login":"ndevenish","count":23},{"name":"DiamondLightSource-build-server","email":"DiamondLightSource-build-server","login":"DiamondLightSource-build-server","count":19},{"name":"Richard Gildea","email":"rjgildea","login":"rjgildea","count":17},{"name":"David Waterman","email":"dagewa","login":"dagewa","count":11},{"name":"Graeme Winter","email":"graeme.winter@gmail.com","login":null,"count":8},{"name":"Aaron S. Brewster","email":"asbrewster@lbl.gov","login":null,"count":8},{"name":"Daniel Paley","email":"dwpaley@lbl.gov","login":null,"count":5},{"name":"James Beilsten-Edmands","email":"30625594+jbeilstenedmands","login":"jbeilstenedmands","count":3},{"name":"David McDonagh","email":"60879630+toastisme","login":"toastisme","count":3},{"name":"Christian Becke","email":"christianbecke@gmail.com","login":null,"count":1},{"name":"David Moreau","email":"dwmoreau@lbl.gov","login":null,"count":1},{"name":"Jenkins","email":"dlshudson@scisoft-mac-1.diamond.ac.uk","login":null,"count":1},{"name":"James Hester","email":"jamesrhester@gmail.com","login":null,"count":1}],"past_year_total_commits":101,"past_year_total_committers":13,"past_year_total_bot_commits":0,"past_year_total_bot_committers":0,"past_year_mean_commits":7.769230769230769,"past_year_dds":0.7722772277227723,"last_synced_at":"2023-10-25T14:02:01.738Z","last_synced_commit":"4ad0ce5f876fac4c42b43aef7aa23f2c4fdb8ace","created_at":"2023-03-07T16:34:41.510Z","updated_at":"2023-10-25T14:02:01.739Z","commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-09-04T00:00:25.936Z","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":"cctbx/dxtbx","html_url":"https://github.com/cctbx/dxtbx","last_synced_at":"2025-08-31T09:35:52.171Z","status":null,"issues_count":98,"pull_requests_count":224,"avg_time_to_close_issue":55833285.94444445,"avg_time_to_close_pull_request":5239557.247572816,"issues_closed_count":54,"pull_requests_closed_count":206,"pull_request_authors_count":19,"issue_authors_count":15,"avg_comments_per_issue":3.86734693877551,"avg_comments_per_pull_request":2.1785714285714284,"merged_pull_requests_count":183,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":14,"past_year_pull_requests_count":61,"past_year_avg_time_to_close_issue":2458907.8,"past_year_avg_time_to_close_pull_request":761177.5869565217,"past_year_issues_closed_count":5,"past_year_pull_requests_closed_count":46,"past_year_pull_request_authors_count":12,"past_year_issue_authors_count":8,"past_year_avg_comments_per_issue":1.8571428571428572,"past_year_avg_comments_per_pull_request":0.8688524590163934,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":44,"created_at":"2023-05-10T20:47:22.708Z","updated_at":"2025-09-03T02:53:29.436Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/cctbx%2Fdxtbx/issues","issue_labels_count":{"request for comments":4,"enhancement":2,"performance":1,"windows support":1,"bug":1},"pull_request_labels_count":{"PR: merge conflicts":13,"backported":4,"backport":3,"windows support":2,"bug":2,"upcoming-release":1},"issue_author_associations_count":{"NONE":53,"MEMBER":30,"COLLABORATOR":12,"CONTRIBUTOR":1},"pull_request_author_associations_count":{"NONE":140,"MEMBER":80,"COLLABORATOR":71,"CONTRIBUTOR":18},"issue_authors":{"graeme-winter":29,"dagewa":25,"phyy-nx":10,"picca":7,"ndevenish":5,"rjgildea":4,"biochem-fan":4,"jbeilstenedmands":3,"jamesrhester":2,"spmeisburger":2,"argusSecurityBot":1,"takluyver":1,"trincao":1,"luc-j-bourhis":1,"Anthchirp":1},"pull_request_authors":{"dagewa":76,"ndevenish":57,"toastisme":56,"graeme-winter":30,"phyy-nx":21,"rjgildea":18,"dwpaley":12,"jbeilstenedmands":12,"dermen":6,"biochem-fan":4,"benjaminhwilliams":4,"jamesrhester":3,"dwmoreau":3,"spmeisburger":2,"mpks":1,"DiamondLightSource-build-server":1,"christianbecke":1,"yash4karan":1,"aaronfinke":1},"host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-09-03T00:00:08.273Z","repositories_count":10055219,"issues_count":30917502,"pull_requests_count":92945978,"authors_count":10627110,"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":{"request for comments":2,"enhancement":1},"past_year_pull_request_labels_count":{"upcoming-release":1},"past_year_issue_author_associations_count":{"MEMBER":8,"NONE":3,"COLLABORATOR":1,"CONTRIBUTOR":1},"past_year_pull_request_author_associations_count":{"MEMBER":33,"COLLABORATOR":23,"CONTRIBUTOR":18,"NONE":8},"past_year_issue_authors":{"dagewa":6,"biochem-fan":2,"graeme-winter":1,"luc-j-bourhis":1,"phyy-nx":1,"spmeisburger":1,"takluyver":1},"past_year_pull_request_authors":{"dagewa":31,"ndevenish":13,"toastisme":13,"graeme-winter":9,"phyy-nx":5,"dwpaley":3,"dwmoreau":2,"biochem-fan":2,"DiamondLightSource-build-server":1,"yash4karan":1,"aaronfinke":1,"mpks":1},"maintainers":[{"login":"dagewa","count":101,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dagewa"},{"login":"ndevenish","count":62,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ndevenish"},{"login":"graeme-winter","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/graeme-winter"},{"login":"biochem-fan","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/biochem-fan"},{"login":"DiamondLightSource-build-server","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/DiamondLightSource-build-server"},{"login":"Anthchirp","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Anthchirp"}],"active_maintainers":[{"login":"dagewa","count":37,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dagewa"},{"login":"ndevenish","count":13,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ndevenish"},{"login":"graeme-winter","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/graeme-winter"},{"login":"biochem-fan","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/biochem-fan"},{"login":"DiamondLightSource-build-server","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/DiamondLightSource-build-server"}]},"events":{"total":{"CreateEvent":54,"IssuesEvent":21,"WatchEvent":1,"DeleteEvent":38,"MemberEvent":1,"IssueCommentEvent":116,"PushEvent":212,"PullRequestReviewEvent":18,"PullRequestReviewCommentEvent":20,"PullRequestEvent":104,"ForkEvent":7},"last_year":{"CreateEvent":54,"IssuesEvent":21,"WatchEvent":1,"DeleteEvent":38,"MemberEvent":1,"IssueCommentEvent":116,"PushEvent":212,"PullRequestReviewEvent":18,"PullRequestReviewCommentEvent":20,"PullRequestEvent":104,"ForkEvent":7}},"keywords":[],"dependencies":null,"score":13.333000245178331,"created_at":"2025-09-08T11:18:23.527Z","updated_at":"2025-10-07T08:24:15.596Z","avatar_url":"https://github.com/cctbx.png","language":"Python","category":null,"sub_category":null,"monthly_downloads":164,"funding_links":[],"readme_doi_urls":["https://doi.org/10.1107/S1600576714011996"],"works":{},"citation_counts":{},"total_citations":0,"keywords_from_contributors":[],"project_url":"https://science.ecosyste.ms/api/v1/projects/62013","html_url":"https://science.ecosyste.ms/projects/62013"}