{"id":38781,"name":"chart-studio","description":"The interactive graphing library for Python :sparkles:","url":"https://github.com/plotly/plotly.py","last_synced_at":"2025-09-05T07:54:24.473Z","repository":{"id":12000601,"uuid":"14579099","full_name":"plotly/plotly.py","owner":"plotly","description":"The interactive graphing library for Python :sparkles:","archived":false,"fork":false,"pushed_at":"2025-08-29T20:22:39.000Z","size":399969,"stargazers_count":17661,"open_issues_count":719,"forks_count":2704,"subscribers_count":278,"default_branch":"main","last_synced_at":"2025-08-29T22:40:30.715Z","etag":null,"topics":["d3","dashboard","declarative","graph-library","interactive","jupyter-notebook","plotly","plotly-dash","plotlyjs","python","regl","sparkles","visualization","webgl"],"latest_commit_sha":null,"homepage":"https://plotly.com/python/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/plotly.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"plotly","custom":"https://plot.ly/products/consulting-and-oem/"}},"created_at":"2013-11-21T05:53:08.000Z","updated_at":"2025-08-29T13:43:44.000Z","dependencies_parsed_at":"2023-10-21T12:43:17.099Z","dependency_job_id":"7dd4b3d5-54ba-4a87-9413-a7e9eff766d2","html_url":"https://github.com/plotly/plotly.py","commit_stats":{"total_commits":5743,"total_committers":299,"mean_commits":"19.207357859531772","dds":0.8553021069127633,"last_synced_commit":"2bc6a0fedfd5a3d2c4e9846810032d3ec564102a"},"previous_names":[],"tags_count":160,"template":false,"template_full_name":null,"purl":"pkg:github/plotly/plotly.py","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/plotly","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/sbom","scorecard":{"id":738068,"data":{"date":"2025-08-11","repo":{"name":"github.com/plotly/plotly.py","commit":"3d36c65614b45b2b0de3ee56a22059ca86336ebb"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/check-js-build.yml:1","Warn: no topLevel permission defined: .github/workflows/test-release.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":"Maintained","score":10,"reason":"30 commit(s) and 3 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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"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":"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":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.txt:0","Info: FSF or OSI recognized license: MIT 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":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/test-release.yml:49"],"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":"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v6.3.0 not signed: https://api.github.com/repos/plotly/plotly.py/releases/239486383","Warn: release artifact v6.2.0 not signed: https://api.github.com/repos/plotly/plotly.py/releases/228067886","Warn: release artifact v6.1.2 not signed: https://api.github.com/repos/plotly/plotly.py/releases/221372107","Warn: release artifact v6.1.1 not signed: https://api.github.com/repos/plotly/plotly.py/releases/219887187","Warn: release artifact v6.1.0 not signed: https://api.github.com/repos/plotly/plotly.py/releases/218893301","Warn: release artifact v6.3.0 does not have provenance: https://api.github.com/repos/plotly/plotly.py/releases/239486383","Warn: release artifact v6.2.0 does not have provenance: https://api.github.com/repos/plotly/plotly.py/releases/228067886","Warn: release artifact v6.1.2 does not have provenance: https://api.github.com/repos/plotly/plotly.py/releases/221372107","Warn: release artifact v6.1.1 does not have provenance: https://api.github.com/repos/plotly/plotly.py/releases/219887187","Warn: release artifact v6.1.0 does not have provenance: https://api.github.com/repos/plotly/plotly.py/releases/218893301"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Pinned-Dependencies","score":2,"reason":"dependency not pinned by hash detected -- score normalized to 2","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-js-build.yml:8: update your workflow using https://app.stepsecurity.io/secureworkflow/plotly/plotly.py/check-js-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-js-build.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/plotly/plotly.py/check-js-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-js-build.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/plotly/plotly.py/check-js-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-js-build.yml:62: update your workflow using https://app.stepsecurity.io/secureworkflow/plotly/plotly.py/check-js-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-release.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/plotly/plotly.py/test-release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-release.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/plotly/plotly.py/test-release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-release.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/plotly/plotly.py/test-release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-release.yml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/plotly/plotly.py/test-release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-release.yml:64: update your workflow using https://app.stepsecurity.io/secureworkflow/plotly/plotly.py/test-release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-release.yml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/plotly/plotly.py/test-release.yml/main?enable=pin","Warn: downloadThenRun not pinned by hash: .github/workflows/check-js-build.yml:25","Warn: downloadThenRun not pinned by hash: .github/workflows/test-release.yml:27","Warn: pipCommand not pinned by hash: .github/workflows/test-release.yml:37","Info:   0 out of   9 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   2 downloadThenRun dependencies pinned","Info:   2 out of   2 npmCommand dependencies pinned","Info:   0 out of   1 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Vulnerabilities","score":0,"reason":"26 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: PYSEC-2022-249 / GHSA-9jmq-rx5f-8jwq","Warn: Project is vulnerable to: PYSEC-2018-18 / GHSA-3p4q-x8f3-p7vq","Warn: Project is vulnerable to: GHSA-4952-p58q-6crx","Warn: Project is vulnerable to: PYSEC-2018-17 / GHSA-49qr-xh3w-h436","Warn: Project is vulnerable to: PYSEC-2018-57 / GHSA-6cwv-x26c-w2q4","Warn: Project is vulnerable to: PYSEC-2020-215 / GHSA-c7vm-f5p4-8fqh","Warn: Project is vulnerable to: PYSEC-2019-159 / GHSA-hhx8-cr55-qcxx","Warn: Project is vulnerable to: GHSA-hwvq-6gjx-j797","Warn: Project is vulnerable to: PYSEC-2019-157 / GHSA-jqwc-jm56-wcwj","Warn: Project is vulnerable to: PYSEC-2022-180 / GHSA-m87f-39q9-6f55","Warn: Project is vulnerable to: PYSEC-2019-158 / GHSA-rcx2-m7jp-p9wj","Warn: Project is vulnerable to: GHSA-rv62-4pmj-xw6h","Warn: Project is vulnerable to: PYSEC-2022-212 / GHSA-v7vq-3x77-87vg","Warn: Project is vulnerable to: PYSEC-2024-40 / GHSA-pwr2-4v36-6qpr","Warn: Project is vulnerable to: PYSEC-2019-41 / GHSA-qfc5-mcwq-26q8","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: PYSEC-2020-107 / GHSA-jjw5-xxj6-pcv5","Warn: Project is vulnerable to: PYSEC-2024-110 / GHSA-jw8x-6495-233v","Warn: Project is vulnerable to: PYSEC-2020-108","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw","Warn: Project is vulnerable to: GHSA-67mh-4wv8-2f99"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-22T16:29:58.576Z","repository_id":12000601,"created_at":"2025-08-22T16:29:58.576Z","updated_at":"2025-08-22T16:29:58.576Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273728152,"owners_count":25157136,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-05T02:00:09.113Z","response_time":402,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"owner":{"login":"plotly","name":"Plotly","uuid":"5997976","kind":"organization","description":"","email":null,"website":"https://plotly.com/","location":"Montréal","twitter":"plotlygraphs","company":null,"icon_url":"https://avatars.githubusercontent.com/u/5997976?v=4","repositories_count":376,"last_synced_at":"2024-04-14T07:08:43.994Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/plotly","funding_links":["https://github.com/sponsors/plotly"],"total_stars":83082,"followers":1193,"following":0,"created_at":"2022-11-02T16:24:57.993Z","updated_at":"2024-04-14T07:09:47.279Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/plotly","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/plotly/repositories"},"packages":[{"id":2854846,"name":"plotly-geo","ecosystem":"pypi","description":"geo shape files for use with plotly.py","homepage":"https://plot.ly/python/","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/plotly/plotly.py","keywords_array":[],"namespace":null,"versions_count":3,"first_release_published_at":"2019-06-15T17:23:39.000Z","latest_release_published_at":"2019-07-16T16:46:21.000Z","latest_release_number":"1.0.0","last_synced_at":"2025-08-29T22:53:16.987Z","created_at":"2022-04-10T12:04:27.418Z","updated_at":"2025-08-29T22:53:16.987Z","registry_url":"https://pypi.org/project/plotly-geo/","install_command":"pip install plotly-geo --index-url https://pypi.org/simple","documentation_url":"https://plotly-geo.readthedocs.io/","metadata":{"funding":null,"documentation":null,"classifiers":["Development Status :: 5 - Production/Stable","Programming Language :: Python :: 2","Programming Language :: Python :: 2.7","Programming Language :: Python :: 3","Programming Language :: Python :: 3.5","Programming Language :: Python :: 3.6","Programming Language :: Python :: 3.7","Topic :: Scientific/Engineering :: Visualization"],"normalized_name":"plotly-geo","project_status":null},"repo_metadata":{"id":12000601,"uuid":"14579099","full_name":"plotly/plotly.py","owner":"plotly","description":"The interactive graphing library for Python :sparkles: This project now includes Plotly Express!","archived":false,"fork":false,"pushed_at":"2024-04-12T17:46:20.000Z","size":156320,"stargazers_count":15193,"open_issues_count":1501,"forks_count":2478,"subscribers_count":279,"default_branch":"master","last_synced_at":"2024-04-14T15:23:20.813Z","etag":null,"topics":["d3","dashboard","declarative","graph-library","interactive","jupyter-notebook","plotly","plotly-dash","plotlyjs","python","regl","sparkles","visualization","webgl"],"latest_commit_sha":null,"homepage":"https://plotly.com/python/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/plotly.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"contributing.md","funding":".github/FUNDING.yml","license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null},"funding":{"github":"plotly","custom":"https://plot.ly/products/consulting-and-oem/"}},"created_at":"2013-11-21T05:53:08.000Z","updated_at":"2024-04-15T20:25:17.882Z","dependencies_parsed_at":"2023-10-21T12:43:17.099Z","dependency_job_id":"7dd4b3d5-54ba-4a87-9413-a7e9eff766d2","html_url":"https://github.com/plotly/plotly.py","commit_stats":{"total_commits":5125,"total_committers":264,"mean_commits":19.41287878787879,"dds":0.8378536585365853,"last_synced_commit":"a6662ab48bf0a71f703fac1833a4d7e6c805b805"},"previous_names":[],"tags_count":145,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/plotly","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":218647647,"owners_count":16365161,"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":"plotly","name":"Plotly","uuid":"5997976","kind":"organization","description":"","email":null,"website":"https://plotly.com/","location":"Montréal","twitter":"plotlygraphs","company":null,"icon_url":"https://avatars.githubusercontent.com/u/5997976?v=4","repositories_count":376,"last_synced_at":"2024-04-14T07:08:43.994Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/plotly","funding_links":["https://github.com/sponsors/plotly"],"total_stars":83082,"followers":1193,"following":0,"created_at":"2022-11-02T16:24:57.993Z","updated_at":"2024-04-14T07:09:47.279Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/plotly","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/plotly/repositories"},"tags":[{"name":"v5.20.0","sha":"9335a34ca77399a597a72420f73e947217d3d410","kind":"commit","published_at":"2024-03-13T14:36:11.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.20.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.20.0/manifests"},{"name":"v5.19.0","sha":"b541a6924fa0c417c6116d03b62c6007dc510a28","kind":"commit","published_at":"2024-02-13T14:24:37.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.19.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.19.0/manifests"},{"name":"v5.18.0","sha":"4988b440c8600c4634f7363f0ca8748106bfa1bb","kind":"commit","published_at":"2023-10-25T18:30:10.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.18.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.18.0/manifests"},{"name":"v5.17.0","sha":"bce884546d7b2d7e71fcfe0a692c960ddd4b7b3e","kind":"commit","published_at":"2023-09-15T14:25:57.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.17.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.17.0/manifests"},{"name":"v5.16.1","sha":"bbbf5eff75883511a1126b11205bef34f1cf0ff9","kind":"commit","published_at":"2023-08-16T16:17:51.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.16.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.16.1/manifests"},{"name":"v5.16.0","sha":"01c6450cc81abce8e6cd702cea7c1a24d631398b","kind":"commit","published_at":"2023-08-11T19:18:03.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.16.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.16.0/manifests"},{"name":"v5.15.0","sha":"e42897d4be454be23004b3d1f8704386b57773dc","kind":"commit","published_at":"2023-06-08T14:48:38.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.15.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.15.0/manifests"},{"name":"v5.14.1","sha":"f006ae830365d6735e5d6fd3c3fb46dca10f539b","kind":"commit","published_at":"2023-04-05T15:48:06.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.14.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.14.1/manifests"},{"name":"v5.14.0","sha":"31e97dc6a62131bb9b33cc3cbcb77f40dcf4cb15","kind":"commit","published_at":"2023-03-29T14:00:15.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.14.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.14.0/manifests"},{"name":"v5.13.1","sha":"2a8a9b7c27310d968a55edf44144c7eff9718ccb","kind":"commit","published_at":"2023-02-24T16:08:21.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.13.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.13.1/manifests"},{"name":"v5.13.0","sha":"502f22005dcfbe7f12aae097a1e3dd9cddd4ae9d","kind":"commit","published_at":"2023-01-23T13:58:12.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.13.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.13.0/manifests"},{"name":"v5.12.0","sha":"baedaabc9dd64c0774e00251cc778af1d2ec83fe","kind":"commit","published_at":"2023-01-12T20:07:13.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.12.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.12.0/manifests"},{"name":"v5.11.0","sha":"e7eb42d2be75e4e61747fa81e9e96da1ad73fcd4","kind":"commit","published_at":"2022-10-27T17:02:05.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.11.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.11.0/manifests"},{"name":"v5.10.0","sha":"473c263e5e133e5693863baa668751b85900dc11","kind":"commit","published_at":"2022-08-11T13:27:06.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.10.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.10.0/manifests"},{"name":"v5.9.0","sha":"ddd5ba6ba21f176914da2ee448331e05eaebb471","kind":"commit","published_at":"2022-06-23T17:41:55.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.9.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.9.0/manifests"},{"name":"v5.8.2","sha":"4222d7e8b49e851ccdd23ed91d5836ec16c32532","kind":"commit","published_at":"2022-06-10T15:05:08.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.8.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.8.2/manifests"},{"name":"v5.8.1","sha":"473e6e0d6849e334d63a816336deda5d761adcf8","kind":"commit","published_at":"2022-06-08T13:56:14.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.8.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.8.1/manifests"},{"name":"v5.8.0","sha":"eca5fe62f9262478bacc5895db3a053116cac393","kind":"commit","published_at":"2022-05-10T00:40:15.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.8.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.8.0/manifests"},{"name":"v5.7.0","sha":"a74510552b752fd656746ed5e204491cb0798bf1","kind":"commit","published_at":"2022-04-05T15:32:22.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.7.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.7.0/manifests"},{"name":"v5.6.0","sha":"c6026e67628cb8b9b379e71b36d1372b0e787f20","kind":"commit","published_at":"2022-02-09T18:21:39.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.6.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.6.0/manifests"},{"name":"v5.5.0","sha":"85c77b4b5cf9e4ee7ae74b3597ee7ff334dc4dd2","kind":"commit","published_at":"2021-12-21T03:24:45.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.5.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.5.0/manifests"},{"name":"v5.4.0","sha":"53e8cbfee0b870e6ea4e0233ef3526c2278bc2a2","kind":"commit","published_at":"2021-11-15T01:53:47.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.4.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.4.0/manifests"},{"name":"v5.3.1","sha":"b763ef96cc36f460d4096650e54f51bf85886cb8","kind":"commit","published_at":"2021-09-01T01:19:43.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.3.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.3.1/manifests"},{"name":"v5.3.0","sha":"765507014b146dba23f29dd99a929204783fae66","kind":"commit","published_at":"2021-08-30T00:55:19.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.3.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.3.0/manifests"},{"name":"v5.2.2","sha":"6c8a7fa90c3ab3d8170b3b7a5e4fd283494081b5","kind":"commit","published_at":"2021-08-23T18:43:23.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.2.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.2.2/manifests"},{"name":"v5.2.1","sha":"c1166729192e5278fb18c5165cd1b88d9dd5c07c","kind":"commit","published_at":"2021-08-13T20:39:44.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.2.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.2.1/manifests"},{"name":"v5.2.0","sha":"18252a278714297e5694f53b0cd684d8f4476ef6","kind":"commit","published_at":"2021-08-13T14:54:52.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.2.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.2.0/manifests"},{"name":"v5.1.0","sha":"c9016fcadda3ccd45e152f26d406edd665a418dd","kind":"commit","published_at":"2021-06-28T19:27:49.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.1.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.1.0/manifests"},{"name":"v5.0.0","sha":"06c6eb2b1acaba21c10ffccf5efd827bb3d86b41","kind":"commit","published_at":"2021-06-21T14:51:36.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.0.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.0.0/manifests"},{"name":"v5.0.0rc2","sha":"96e4c9d699de3dbcbe26c19a901680127b604a16","kind":"commit","published_at":"2021-06-07T16:57:16.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.0.0rc2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.0.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.0.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.0.0rc2/manifests"},{"name":"v5.0.0rc1","sha":"5331cea2ef046243f66409e72c08ea51f106315c","kind":"commit","published_at":"2021-05-31T20:50:32.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.0.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.0.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.0.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.0.0rc1/manifests"},{"name":"v4.14.3","sha":"6c463ee500960000341cc735b2d95680ac48e3ad","kind":"commit","published_at":"2021-01-12T16:08:17.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.14.3","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.14.3/manifests"},{"name":"v4.14.2","sha":"4cc5c4eede84a934848a38ff4db9c684c6e21f22","kind":"commit","published_at":"2021-01-11T20:27:48.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.14.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.14.2/manifests"},{"name":"v4.14.1","sha":"f9d0e87ae1d7737831e5a6d282b0ee5db5b6fbc6","kind":"commit","published_at":"2020-12-09T13:25:32.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.14.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.14.1/manifests"},{"name":"v4.14.0","sha":"b0d9b3978ef5bfa204abdf598cc321d441793571","kind":"commit","published_at":"2020-12-07T14:28:10.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.14.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.14.0/manifests"},{"name":"v4.13.0","sha":"3f0d771fa3e0a7f6b00c089b7b2d8d59a7504782","kind":"commit","published_at":"2020-11-23T13:36:12.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.13.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.13.0/manifests"},{"name":"v4.12.0","sha":"40c8a35486a92a9d9f1ee3fd74a6606c8a82fd2f","kind":"commit","published_at":"2020-10-23T12:52:25.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.12.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.12.0/manifests"},{"name":"v4.11.0","sha":"73be67c88cfa32f0d41cfe58ba9750b4d863805a","kind":"commit","published_at":"2020-10-01T13:27:31.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.11.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.11.0/manifests"},{"name":"v4.10.0","sha":"d5eeffc1cc78f55cf720c24ed5a6dc360043ad2f","kind":"commit","published_at":"2020-09-10T13:08:48.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.10.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.10.0/manifests"},{"name":"v4.9.0","sha":"f17275755da092e2bec637adbd26c7d83f3662fb","kind":"commit","published_at":"2020-07-16T12:43:24.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.9.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.9.0/manifests"},{"name":"v4.9.0rc1","sha":"950a54a8fbe93396c9735cf46ddeabbd8d8ffed0","kind":"commit","published_at":"2020-07-15T18:02:21.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.9.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.9.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.9.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.9.0rc1/manifests"},{"name":"v4.8.2","sha":"659d1304f6117ab49c29662517a5bf82aba73474","kind":"commit","published_at":"2020-06-26T19:10:55.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.8.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.8.2/manifests"},{"name":"v4.8.1","sha":"8ce454b02690c5f30782a0792b10fcc9b9d66451","kind":"commit","published_at":"2020-05-29T02:59:18.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.8.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.8.1/manifests"},{"name":"v4.8.0","sha":"df827daeddb5a9dd4a10b26adcba486d96cd379a","kind":"commit","published_at":"2020-05-26T13:53:17.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.8.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.8.0/manifests"},{"name":"v4.7.1","sha":"e026ef52b132d9a177c1a65ae7f91ccad79d587d","kind":"commit","published_at":"2020-05-08T12:41:00.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.7.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.7.1/manifests"},{"name":"v4.7.0","sha":"c94047a9494105abd6dec262f3aae246d91adcf7","kind":"commit","published_at":"2020-05-06T14:23:05.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.7.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.7.0/manifests"},{"name":"v4.6.0","sha":"aa14db7476ebf12cd6839304e4d1596e99d052a5","kind":"commit","published_at":"2020-04-01T15:05:19.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.6.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.6.0/manifests"},{"name":"chart-studio-v1.1.0","sha":"95e3a3c14ba24e91440d1b031544338d4029d5a7","kind":"commit","published_at":"2020-04-01T14:38:47.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/chart-studio-v1.1.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/chart-studio-v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.1.0/manifests"},{"name":"widget-v1.5.4","sha":"1c99b99436684516d2068a62f35888ef97c96bcd","kind":"commit","published_at":"2020-03-11T20:23:12.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.5.4","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.4/manifests"},{"name":"v4.5.4","sha":"1c99b99436684516d2068a62f35888ef97c96bcd","kind":"commit","published_at":"2020-03-11T20:23:12.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.5.4","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.4/manifests"},{"name":"v4.5.3","sha":"587075c9f5a57a3dd60b03b2d47d925fbbb9b9b6","kind":"commit","published_at":"2020-03-06T02:53:39.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.5.3","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.3/manifests"},{"name":"widget-v1.5.3","sha":"587075c9f5a57a3dd60b03b2d47d925fbbb9b9b6","kind":"commit","published_at":"2020-03-06T02:53:39.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.5.3","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.3/manifests"},{"name":"v4.5.2","sha":"5aa8c16c34f5d8ec77c4145737e3ca83c28afae1","kind":"commit","published_at":"2020-02-25T04:44:04.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.5.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.2/manifests"},{"name":"widget-v1.5.2","sha":"5aa8c16c34f5d8ec77c4145737e3ca83c28afae1","kind":"commit","published_at":"2020-02-25T04:44:04.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.5.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.2/manifests"},{"name":"v4.5.1","sha":"76ccbffc757a54ba92886413e4109f42a694612d","kind":"commit","published_at":"2020-02-19T21:29:33.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.5.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.1/manifests"},{"name":"widget-v1.5.1","sha":"76ccbffc757a54ba92886413e4109f42a694612d","kind":"commit","published_at":"2020-02-19T21:29:33.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.5.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.1/manifests"},{"name":"help","sha":"74e681e0a1531690799113043d9036deaeb56ed4","kind":"commit","published_at":"2020-01-22T19:58:11.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/help","html_url":"https://github.com/plotly/plotly.py/releases/tag/help","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/help","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/help/manifests"},{"name":"v4.5.0","sha":"74e681e0a1531690799113043d9036deaeb56ed4","kind":"commit","published_at":"2020-01-22T19:58:11.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.5.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.0/manifests"},{"name":"widget-v1.5.0","sha":"74e681e0a1531690799113043d9036deaeb56ed4","kind":"commit","published_at":"2020-01-22T19:58:11.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.5.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.0/manifests"},{"name":"list","sha":"74e681e0a1531690799113043d9036deaeb56ed4","kind":"commit","published_at":"2020-01-22T19:58:11.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/list","html_url":"https://github.com/plotly/plotly.py/releases/tag/list","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/list","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/list/manifests"},{"name":"v4.5.0rc1","sha":"a5bb459d9cb4bb91f007b58bbe151511514ebb29","kind":"commit","published_at":"2020-01-22T19:22:51.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.5.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.5.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.0rc1/manifests"},{"name":"widget-v1.5.0-rc.1","sha":"a5bb459d9cb4bb91f007b58bbe151511514ebb29","kind":"commit","published_at":"2020-01-22T19:22:51.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.5.0-rc.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.5.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.0-rc.1/manifests"},{"name":"v4.4.1","sha":"6fb105286d0bf81ed045dafd18ad16cdfcc13dd8","kind":"commit","published_at":"2019-12-10T16:52:12.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.4.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.4.1/manifests"},{"name":"v4.4.0","sha":"c399e06e257f06a87e546f590e6472e3e6f02149","kind":"commit","published_at":"2019-12-10T14:16:42.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.4.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.4.0/manifests"},{"name":"widget-v1.4.0","sha":"c399e06e257f06a87e546f590e6472e3e6f02149","kind":"commit","published_at":"2019-12-10T14:16:42.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.4.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.4.0/manifests"},{"name":"widget-v1.3.0","sha":"c0a0ee0f082766e629d4c1a1ddb3fdc1b274f32e","kind":"commit","published_at":"2019-11-12T11:02:41.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.3.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.3.0/manifests"},{"name":"v4.3.0","sha":"c0a0ee0f082766e629d4c1a1ddb3fdc1b274f32e","kind":"commit","published_at":"2019-11-12T11:02:41.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.3.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.3.0/manifests"},{"name":"v4.2.1","sha":"62119960fa6286a78df0c51183217163c2c2718b","kind":"commit","published_at":"2019-10-18T21:53:13.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.2.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.2.1/manifests"},{"name":"widget-v1.2.0","sha":"b7ad5433c4e0882715781fa6c4816fc7fff62965","kind":"commit","published_at":"2019-10-16T22:09:11.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.2.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.2.0/manifests"},{"name":"v4.2.0","sha":"b7ad5433c4e0882715781fa6c4816fc7fff62965","kind":"commit","published_at":"2019-10-16T22:09:11.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.2.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.2.0/manifests"},{"name":"jupyterlab-plotly-v1.1.2","sha":"5920a6cf395dd38a1223ac1cce8999b985bda28c","kind":"commit","published_at":"2019-09-03T10:03:17.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/jupyterlab-plotly-v1.1.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/jupyterlab-plotly-v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.1.2/manifests"},{"name":"widget-v1.1.1","sha":"2a3eb9771cd0af90d0f8c32140313c8be43e5f04","kind":"commit","published_at":"2019-09-03T09:33:36.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.1.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.1.1/manifests"},{"name":"v4.1.1","sha":"2a3eb9771cd0af90d0f8c32140313c8be43e5f04","kind":"commit","published_at":"2019-09-03T09:33:36.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.1.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.1/manifests"},{"name":"v4.1.0","sha":"317643dd6ffadd75258661258ba3364eeb53e793","kind":"commit","published_at":"2019-08-07T00:39:44.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.1.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.0/manifests"},{"name":"widget-v1.1.0","sha":"317643dd6ffadd75258661258ba3364eeb53e793","kind":"commit","published_at":"2019-08-07T00:39:44.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.1.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.1.0/manifests"},{"name":"jupyterlab-plotly-v1.1.0","sha":"317643dd6ffadd75258661258ba3364eeb53e793","kind":"commit","published_at":"2019-08-07T00:39:44.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/jupyterlab-plotly-v1.1.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/jupyterlab-plotly-v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.1.0/manifests"},{"name":"v4.1.0rc3","sha":"589460cb11b7e6647a8ab8d0669d37c1398d00f9","kind":"commit","published_at":"2019-08-06T23:22:39.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.1.0rc3","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.1.0rc3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.0rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.0rc3/manifests"},{"name":"v4.1.0rc2","sha":"6d622c996a3f8d28916b9fad6709002bf5ef4c40","kind":"commit","published_at":"2019-08-06T22:15:54.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.1.0rc2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.1.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.0rc2/manifests"},{"name":"v4.1.0rc1","sha":"592b785f90127e4da9c58570f1a4db5e6152021c","kind":"commit","published_at":"2019-08-04T22:04:26.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.1.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.1.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.0rc1/manifests"},{"name":"widget-v1.1.0-rc.1","sha":"592b785f90127e4da9c58570f1a4db5e6152021c","kind":"commit","published_at":"2019-08-04T22:04:26.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.1.0-rc.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.1.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.1.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.1.0-rc.1/manifests"},{"name":"jupyterlab-plotly-v1.1.0-rc.1","sha":"592b785f90127e4da9c58570f1a4db5e6152021c","kind":"commit","published_at":"2019-08-04T22:04:26.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/jupyterlab-plotly-v1.1.0-rc.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/jupyterlab-plotly-v1.1.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.1.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.1.0-rc.1/manifests"},{"name":"jupyterlab-plotly-v1.0.0","sha":"65625d49226632abcf932d530aa9c90ba1bc59c1","kind":"commit","published_at":"2019-07-16T16:41:00.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/jupyterlab-plotly-v1.0.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/jupyterlab-plotly-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.0.0/manifests"},{"name":"widget-v1.0.0","sha":"65625d49226632abcf932d530aa9c90ba1bc59c1","kind":"commit","published_at":"2019-07-16T16:41:00.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.0.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.0.0/manifests"},{"name":"v4.0.0","sha":"65625d49226632abcf932d530aa9c90ba1bc59c1","kind":"commit","published_at":"2019-07-16T16:41:00.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0/manifests"},{"name":"plotly-geo-v1.0.0","sha":"65625d49226632abcf932d530aa9c90ba1bc59c1","kind":"commit","published_at":"2019-07-16T16:41:00.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/plotly-geo-v1.0.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/plotly-geo-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/plotly-geo-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/plotly-geo-v1.0.0/manifests"},{"name":"chart-studio-v1.0.0","sha":"65625d49226632abcf932d530aa9c90ba1bc59c1","kind":"commit","published_at":"2019-07-16T16:41:00.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/chart-studio-v1.0.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/chart-studio-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0/manifests"},{"name":"chart-studio-v1.0.0rc1","sha":"09f7879eb503d4877ae0f4396ea52798e05795fa","kind":"commit","published_at":"2019-07-09T10:37:19.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/chart-studio-v1.0.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/chart-studio-v1.0.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0rc1/manifests"},{"name":"v4.0.0rc1","sha":"09f7879eb503d4877ae0f4396ea52798e05795fa","kind":"commit","published_at":"2019-07-09T10:37:19.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0rc1/manifests"},{"name":"plotly-geo-v1.0.0rc1","sha":"09f7879eb503d4877ae0f4396ea52798e05795fa","kind":"commit","published_at":"2019-07-09T10:37:19.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/plotly-geo-v1.0.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/plotly-geo-v1.0.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/plotly-geo-v1.0.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/plotly-geo-v1.0.0rc1/manifests"},{"name":"v4.0.0a10","sha":"cbf9b84234913b138e271216471d6a929d705099","kind":"commit","published_at":"2019-07-08T13:15:12.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a10","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a10/manifests"},{"name":"v4.0.0a9","sha":"3b915ffcc3bcbaf2a9c34ac53934f3bf31960dac","kind":"commit","published_at":"2019-07-04T12:17:18.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a9","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a9/manifests"},{"name":"v4.0.0a8","sha":"289ed89c09b3038751ca548a800eccc4a4d044da","kind":"commit","published_at":"2019-07-01T21:41:13.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a8","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a8/manifests"},{"name":"jupyterlab-plotly-v1.0.0-alpha.3","sha":"f859f26c2c0211a7a70c10f8ce79b668ef9a132a","kind":"commit","published_at":"2019-07-01T16:39:05.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/jupyterlab-plotly-v1.0.0-alpha.3","html_url":"https://github.com/plotly/plotly.py/releases/tag/jupyterlab-plotly-v1.0.0-alpha.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.0.0-alpha.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.0.0-alpha.3/manifests"},{"name":"v4.0.0a7","sha":"a1562466856864e9f33d9f412a102deaeaaba4a7","kind":"commit","published_at":"2019-07-01T14:03:56.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a7","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a7/manifests"},{"name":"v4.0.0a6","sha":"a1562466856864e9f33d9f412a102deaeaaba4a7","kind":"commit","published_at":"2019-07-01T14:03:56.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a6","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a6/manifests"},{"name":"v4.0.0a5","sha":"56edaa6819eaf21cee20b100249d6a07ffcc5f1c","kind":"commit","published_at":"2019-07-01T12:34:29.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a5","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a5/manifests"},{"name":"chart-studio-v1.0.0a5","sha":"56edaa6819eaf21cee20b100249d6a07ffcc5f1c","kind":"commit","published_at":"2019-07-01T12:34:29.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/chart-studio-v1.0.0a5","html_url":"https://github.com/plotly/plotly.py/releases/tag/chart-studio-v1.0.0a5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0a5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0a5/manifests"},{"name":"v4.0.0a4","sha":"e140a288d0c7af63471043dae1fecb8828116465","kind":"commit","published_at":"2019-06-20T13:34:26.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a4","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a4/manifests"},{"name":"chart-studio-v1.0.0a4","sha":"e6408793296661703cef33d7242d857acb0dd0ce","kind":"commit","published_at":"2019-06-20T12:06:56.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/chart-studio-v1.0.0a4","html_url":"https://github.com/plotly/plotly.py/releases/tag/chart-studio-v1.0.0a4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0a4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0a4/manifests"},{"name":"chart-studio-v1.0.0a3","sha":"958a6b796262723cef86070bf0baca290595b27a","kind":"commit","published_at":"2019-06-18T13:01:18.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/chart-studio-v1.0.0a3","html_url":"https://github.com/plotly/plotly.py/releases/tag/chart-studio-v1.0.0a3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0a3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0a3/manifests"},{"name":"v4.0.0a3","sha":"958a6b796262723cef86070bf0baca290595b27a","kind":"commit","published_at":"2019-06-18T13:01:18.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a3","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a3/manifests"},{"name":"jupyterlab-v1.0.0-alpha.1","sha":"958a6b796262723cef86070bf0baca290595b27a","kind":"commit","published_at":"2019-06-18T13:01:18.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/jupyterlab-v1.0.0-alpha.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/jupyterlab-v1.0.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-v1.0.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-v1.0.0-alpha.1/manifests"},{"name":"chart-studio-v1.0.0a2","sha":"6afca651a4e52a4541cc5934d7d612ff2d1fb8e0","kind":"commit","published_at":"2019-06-16T19:57:47.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/chart-studio-v1.0.0a2","html_url":"https://github.com/plotly/plotly.py/releases/tag/chart-studio-v1.0.0a2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0a2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0a2/manifests"},{"name":"v4.0.0a2","sha":"17cf071147e9682291f6ca3371a6ba9f1aa38fa7","kind":"commit","published_at":"2019-06-15T17:56:25.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a2/manifests"},{"name":"v4.0.0a1","sha":"e42848a5b59703365bd83ead55a966449f2501c4","kind":"commit","published_at":"2019-06-15T17:18:05.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a1/manifests"},{"name":"v3.10.0","sha":"7cce28331781f189aaf545ab2476889f1bfe720c","kind":"commit","published_at":"2019-05-31T19:31:06.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.10.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.10.0/manifests"},{"name":"widget-v0.11.0","sha":"7cce28331781f189aaf545ab2476889f1bfe720c","kind":"commit","published_at":"2019-05-31T19:31:06.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v0.11.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.11.0/manifests"},{"name":"widget-v0.11.0-rc.1","sha":"301735b3003860c3cedb837c0a6bc7f8a5cc6f52","kind":"commit","published_at":"2019-05-29T12:27:58.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v0.11.0-rc.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v0.11.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.11.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.11.0-rc.1/manifests"},{"name":"v3.10.0rc1","sha":"301735b3003860c3cedb837c0a6bc7f8a5cc6f52","kind":"commit","published_at":"2019-05-29T12:27:58.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.10.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.10.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.10.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.10.0rc1/manifests"},{"name":"widget-v0.10.0","sha":"6a85e4b7b6510d58d6f4525de179a45339aa297c","kind":"commit","published_at":"2019-05-06T22:57:38.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v0.10.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.10.0/manifests"},{"name":"v3.9.0","sha":"6a85e4b7b6510d58d6f4525de179a45339aa297c","kind":"commit","published_at":"2019-05-06T22:57:38.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.9.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.9.0/manifests"},{"name":"widget-v0.10.0-rc.1","sha":"105496f8ded3c5e47961174f6f49a70d97f863c4","kind":"commit","published_at":"2019-05-06T12:36:58.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v0.10.0-rc.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v0.10.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.10.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.10.0-rc.1/manifests"},{"name":"v3.9.0rc1","sha":"105496f8ded3c5e47961174f6f49a70d97f863c4","kind":"commit","published_at":"2019-05-06T12:36:58.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.9.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.9.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.9.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.9.0rc1/manifests"},{"name":"v3.8.1","sha":"8bcf6c80c88c47863b193425ebb6480d98ece2ef","kind":"commit","published_at":"2019-04-19T13:42:26.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.8.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.8.1/manifests"},{"name":"widget-v0.9.1","sha":"8bcf6c80c88c47863b193425ebb6480d98ece2ef","kind":"commit","published_at":"2019-04-19T13:42:26.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v0.9.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.9.1/manifests"},{"name":"widget-v0.9.0","sha":"f4ed82a4d80d2bb3d06559c66d19a32023e790e8","kind":"commit","published_at":"2019-04-15T12:28:51.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v0.9.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.9.0/manifests"},{"name":"v3.8.0","sha":"f4ed82a4d80d2bb3d06559c66d19a32023e790e8","kind":"commit","published_at":"2019-04-15T12:28:51.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.8.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.8.0/manifests"},{"name":"widget-v0.9.0-rc.1","sha":"0b8dc66ecce5627e714b55af1a3a369720196217","kind":"commit","published_at":"2019-04-12T13:27:56.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v0.9.0-rc.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v0.9.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.9.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.9.0-rc.1/manifests"},{"name":"v3.8.0rc1","sha":"0b8dc66ecce5627e714b55af1a3a369720196217","kind":"commit","published_at":"2019-04-12T13:27:56.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.8.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.8.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.8.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.8.0rc1/manifests"},{"name":"v3.7.1","sha":"3471c3dfbf783927c203c676422260586514b341","kind":"commit","published_at":"2019-03-19T12:08:19.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.7.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.7.1/manifests"},{"name":"widget-v0.8.0","sha":"29846649b6166e59d8b8d49ee4b9e40dfa987319","kind":"commit","published_at":"2019-03-08T14:55:09.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v0.8.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.8.0/manifests"},{"name":"v3.7.0","sha":"29846649b6166e59d8b8d49ee4b9e40dfa987319","kind":"commit","published_at":"2019-03-08T14:55:09.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.7.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.7.0/manifests"},{"name":"widget-v0.7.1","sha":"331c85f74688eb3b84446bac2671bb763e448a48","kind":"commit","published_at":"2019-02-08T23:41:39.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v0.7.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.7.1/manifests"},{"name":"v3.6.1","sha":"331c85f74688eb3b84446bac2671bb763e448a48","kind":"commit","published_at":"2019-02-08T23:41:39.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.6.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.6.1/manifests"},{"name":"v3.6.0","sha":"256e2f4c11bd72ac180952c17310acf2ec37fa5b","kind":"commit","published_at":"2019-02-01T22:51:55.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.6.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.6.0/manifests"},{"name":"v3.5.0","sha":"bcf4a2a0ca01b2568ccc521fc0cd6fd78c2edb0f","kind":"commit","published_at":"2019-01-04T13:04:16.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.5.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.5.0/manifests"},{"name":"v3.4.2","sha":"618ee2d1cbd3eb37272ea6bb1f29c5625892c1d6","kind":"commit","published_at":"2018-11-23T15:43:13.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.4.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.4.2/manifests"},{"name":"v3.4.1","sha":"a8ae062795ddbf9867b8578fe6d9e244948c15ff","kind":"commit","published_at":"2018-11-09T13:07:33.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.4.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.4.1/manifests"},{"name":"v3.4.0","sha":"be25c5043cd04ef6b9feb5b09dbe2a3f09660d7e","kind":"commit","published_at":"2018-11-02T15:37:15.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.4.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.4.0/manifests"},{"name":"v3.3.0","sha":"2e5bf6e2f7c213295c405ece3e859f4d3f8030d1","kind":"commit","published_at":"2018-09-28T11:22:59.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.3.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.3.0/manifests"},{"name":"v3.2.1","sha":"f0915eec601a875842b29883e8e7919e8d9d6702","kind":"commit","published_at":"2018-09-14T13:27:26.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.2.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.2.1/manifests"},{"name":"v3.2.0","sha":"5814699ca5f6f24e91f69758f2ab95f7649ad1e9","kind":"commit","published_at":"2018-09-05T13:47:46.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.2.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.2.0/manifests"},{"name":"v3.1.1","sha":"8e87a8c2578fdf1ab76f759a5bab89a718a997a4","kind":"commit","published_at":"2018-08-10T15:06:10.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.1.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.1.1/manifests"},{"name":"v3.1.0","sha":"70098404a871ead7e5d3b29744e1d2f9e43d3497","kind":"tag","published_at":"2018-07-21T00:29:19.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.1.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.1.0/manifests"},{"name":"v3.0.2","sha":"6b3a0135977b92b3f7e0be2a1e8b418d995c70e3","kind":"tag","published_at":"2018-07-17T21:57:12.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.0.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.0.2/manifests"},{"name":"v3.0.1","sha":"d8b6b1708ab97915241ba4033f63fe0613592922","kind":"tag","published_at":"2018-07-17T19:08:19.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.0.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.0.1/manifests"},{"name":"v3.0.0","sha":"213602df6c89b45ce2b811ed2591171c961408e7","kind":"tag","published_at":"2018-07-06T15:50:55.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.0.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.0.0/manifests"},{"name":"v2.2.0","sha":"02466a69b96cdc3caa194be293fb82f4c7023da0","kind":"tag","published_at":"2017-10-26T17:28:07.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v2.2.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v2.2.0/manifests"},{"name":"v2.0.0","sha":"ddcebd61ea21667728e4218753c9fa09c9d8642a","kind":"commit","published_at":"2017-01-25T23:34:06.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v2.0.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v2.0.0/manifests"},{"name":"v2.0.0-pre","sha":"0f5f7cc0b5fe82886f0be2f4d66d1d1251cbedaa","kind":"commit","published_at":"2017-01-19T09:00:59.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v2.0.0-pre","html_url":"https://github.com/plotly/plotly.py/releases/tag/v2.0.0-pre","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v2.0.0-pre","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v2.0.0-pre/manifests"},{"name":"v1.13.0","sha":"fa89dccdda78bb6b3eeec39f272edc7e11555697","kind":"commit","published_at":"2017-01-11T22:55:26.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v1.13.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v1.13.0/manifests"},{"name":"1.6.12","sha":"ff362ce65aaea4c1fd62abd6fb3909bbdd2cce5d","kind":"commit","published_at":"2015-03-13T20:06:25.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/1.6.12","html_url":"https://github.com/plotly/plotly.py/releases/tag/1.6.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/1.6.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/1.6.12/manifests"},{"name":"1.6.8","sha":"694ac4f0bf91c2dc5fe5c09e073bd890c45468d8","kind":"commit","published_at":"2015-02-21T20:56:14.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/1.6.8","html_url":"https://github.com/plotly/plotly.py/releases/tag/1.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/1.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/1.6.8/manifests"},{"name":"1.6.7","sha":"40c2a455124f52af6c22fa7f4e66c1793087b9b8","kind":"commit","published_at":"2015-02-20T20:57:59.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/1.6.7","html_url":"https://github.com/plotly/plotly.py/releases/tag/1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/1.6.7/manifests"},{"name":"0.5.7","sha":"7e7c62fe2408ab2796e17a12e43a25fe60e9092f","kind":"commit","published_at":"2013-12-25T00:51:31.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/0.5.7","html_url":"https://github.com/plotly/plotly.py/releases/tag/0.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/0.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/0.5.7/manifests"}]},"repo_metadata_updated_at":"2024-09-30T04:59:32.151Z","dependent_packages_count":2,"downloads":7818,"downloads_period":"last-month","dependent_repos_count":89,"rankings":{"downloads":3.872453451314591,"dependent_repos_count":1.5765163439644236,"dependent_packages_count":3.143728013383905,"stargazers_count":null,"forks_count":null,"docker_downloads_count":1.4949427056381626,"average":2.5219101285752705},"purl":"pkg:pypi/plotly-geo","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/plotly-geo","docker_dependents_count":2,"docker_downloads_count":65,"usage_url":"https://repos.ecosyste.ms/usage/pypi/plotly-geo","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/plotly-geo/dependencies","status":null,"funding_links":["https://github.com/sponsors/plotly","https://plot.ly/products/consulting-and-oem/"],"critical":null,"issue_metadata":{"last_synced_at":"2024-09-30T02:35:28.305Z","issues_count":764,"pull_requests_count":339,"avg_time_to_close_issue":80752046.10835913,"avg_time_to_close_pull_request":11511401.427586207,"issues_closed_count":322,"pull_requests_closed_count":290,"pull_request_authors_count":118,"issue_authors_count":594,"avg_comments_per_issue":2.9895287958115184,"avg_comments_per_pull_request":1.519174041297935,"merged_pull_requests_count":229,"bot_issues_count":0,"bot_pull_requests_count":8,"past_year_issues_count":251,"past_year_pull_requests_count":154,"past_year_avg_time_to_close_issue":4050065.2875,"past_year_avg_time_to_close_pull_request":961382.8914728683,"past_year_issues_closed_count":80,"past_year_pull_requests_closed_count":129,"past_year_pull_request_authors_count":42,"past_year_issue_authors_count":202,"past_year_avg_comments_per_issue":1.549800796812749,"past_year_avg_comments_per_pull_request":1.103896103896104,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":6,"past_year_merged_pull_requests_count":109,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/issues","maintainers":[{"login":"nicolaskruchten","count":47,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolaskruchten"},{"login":"LiamConnors","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/LiamConnors"},{"login":"ndrezn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ndrezn"},{"login":"chriddyp","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/chriddyp"},{"login":"AaronStiff","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/AaronStiff"},{"login":"bpostlethwaite","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bpostlethwaite"}],"active_maintainers":[{"login":"LiamConnors","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/LiamConnors"},{"login":"ndrezn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ndrezn"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/plotly-geo/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/plotly-geo/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/plotly-geo/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/plotly-geo/related_packages","maintainers":[{"uuid":"cparmer","login":"cparmer","name":null,"email":null,"url":null,"packages_count":38,"html_url":"https://pypi.org/user/cparmer/","role":null,"created_at":"2023-02-25T01:06:25.610Z","updated_at":"2023-02-25T01:06:25.610Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/cparmer/packages"},{"uuid":"nicolaskruchten","login":"nicolaskruchten","name":null,"email":null,"url":null,"packages_count":14,"html_url":"https://pypi.org/user/nicolaskruchten/","role":null,"created_at":"2023-02-25T01:06:25.641Z","updated_at":"2023-02-25T01:06:25.641Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/nicolaskruchten/packages"},{"uuid":"jmmease","login":"jmmease","name":null,"email":null,"url":null,"packages_count":23,"html_url":"https://pypi.org/user/jmmease/","role":null,"created_at":"2023-02-25T01:06:25.618Z","updated_at":"2023-02-25T01:06:25.618Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/jmmease/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":725034,"maintainers_count":308331,"namespaces_count":0,"keywords_count":238006,"github":"pypi","metadata":{"funded_packages_count":50519},"icon_url":"https://github.com/pypi.png","created_at":"2022-04-04T15:19:23.364Z","updated_at":"2025-09-05T05:40:58.860Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/namespaces"}},{"id":2175818,"name":"plotlywidget","ecosystem":"npm","description":"The plotly JupyterLab extension","homepage":"https://github.com/plotly/plotly.py#readme","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/plotly/plotly.py","keywords_array":["jupyter","widgets","ipython","ipywidgets","plotly"],"namespace":null,"versions_count":70,"first_release_published_at":"2018-06-13T13:25:12.443Z","latest_release_published_at":"2021-01-12T16:09:46.133Z","latest_release_number":"4.14.3","last_synced_at":"2025-08-29T22:53:17.646Z","created_at":"2022-04-09T22:03:30.758Z","updated_at":"2025-08-29T22:55:23.753Z","registry_url":"https://www.npmjs.com/package/plotlywidget","install_command":"npm install plotlywidget","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latest":"4.14.3"}},"repo_metadata":{"id":12000601,"uuid":"14579099","full_name":"plotly/plotly.py","owner":"plotly","description":"The interactive graphing library for Python :sparkles:","archived":false,"fork":false,"pushed_at":"2025-08-29T20:22:39.000Z","size":399969,"stargazers_count":17661,"open_issues_count":719,"forks_count":2704,"subscribers_count":278,"default_branch":"main","last_synced_at":"2025-08-29T22:40:30.715Z","etag":null,"topics":["d3","dashboard","declarative","graph-library","interactive","jupyter-notebook","plotly","plotly-dash","plotlyjs","python","regl","sparkles","visualization","webgl"],"latest_commit_sha":null,"homepage":"https://plotly.com/python/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/plotly.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"plotly","custom":"https://plot.ly/products/consulting-and-oem/"}},"created_at":"2013-11-21T05:53:08.000Z","updated_at":"2025-08-29T13:43:44.000Z","dependencies_parsed_at":"2023-10-21T12:43:17.099Z","dependency_job_id":"7dd4b3d5-54ba-4a87-9413-a7e9eff766d2","html_url":"https://github.com/plotly/plotly.py","commit_stats":{"total_commits":5743,"total_committers":299,"mean_commits":"19.207357859531772","dds":0.8553021069127633,"last_synced_commit":"2bc6a0fedfd5a3d2c4e9846810032d3ec564102a"},"previous_names":[],"tags_count":160,"template":false,"template_full_name":null,"purl":"pkg:github/plotly/plotly.py","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/plotly","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/sbom","scorecard":{"id":738068,"data":{"date":"2025-08-11","repo":{"name":"github.com/plotly/plotly.py","commit":"3d36c65614b45b2b0de3ee56a22059ca86336ebb"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/check-js-build.yml:1","Warn: no topLevel permission defined: .github/workflows/test-release.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":"Maintained","score":10,"reason":"30 commit(s) and 3 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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"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":"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":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.txt:0","Info: FSF or OSI recognized license: MIT 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":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/test-release.yml:49"],"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":"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v6.3.0 not signed: https://api.github.com/repos/plotly/plotly.py/releases/239486383","Warn: release artifact v6.2.0 not signed: https://api.github.com/repos/plotly/plotly.py/releases/228067886","Warn: release artifact v6.1.2 not signed: https://api.github.com/repos/plotly/plotly.py/releases/221372107","Warn: release artifact v6.1.1 not signed: https://api.github.com/repos/plotly/plotly.py/releases/219887187","Warn: release artifact v6.1.0 not signed: https://api.github.com/repos/plotly/plotly.py/releases/218893301","Warn: release artifact v6.3.0 does not have provenance: https://api.github.com/repos/plotly/plotly.py/releases/239486383","Warn: release artifact v6.2.0 does not have provenance: https://api.github.com/repos/plotly/plotly.py/releases/228067886","Warn: release artifact v6.1.2 does not have provenance: https://api.github.com/repos/plotly/plotly.py/releases/221372107","Warn: release artifact v6.1.1 does not have provenance: https://api.github.com/repos/plotly/plotly.py/releases/219887187","Warn: release artifact v6.1.0 does not have provenance: https://api.github.com/repos/plotly/plotly.py/releases/218893301"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Pinned-Dependencies","score":2,"reason":"dependency not pinned by hash detected -- score normalized to 2","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-js-build.yml:8: update your workflow using https://app.stepsecurity.io/secureworkflow/plotly/plotly.py/check-js-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-js-build.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/plotly/plotly.py/check-js-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-js-build.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/plotly/plotly.py/check-js-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-js-build.yml:62: update your workflow using https://app.stepsecurity.io/secureworkflow/plotly/plotly.py/check-js-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-release.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/plotly/plotly.py/test-release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-release.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/plotly/plotly.py/test-release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-release.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/plotly/plotly.py/test-release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-release.yml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/plotly/plotly.py/test-release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-release.yml:64: update your workflow using https://app.stepsecurity.io/secureworkflow/plotly/plotly.py/test-release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-release.yml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/plotly/plotly.py/test-release.yml/main?enable=pin","Warn: downloadThenRun not pinned by hash: .github/workflows/check-js-build.yml:25","Warn: downloadThenRun not pinned by hash: .github/workflows/test-release.yml:27","Warn: pipCommand not pinned by hash: .github/workflows/test-release.yml:37","Info:   0 out of   9 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   2 downloadThenRun dependencies pinned","Info:   2 out of   2 npmCommand dependencies pinned","Info:   0 out of   1 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Vulnerabilities","score":0,"reason":"26 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: PYSEC-2022-249 / GHSA-9jmq-rx5f-8jwq","Warn: Project is vulnerable to: PYSEC-2018-18 / GHSA-3p4q-x8f3-p7vq","Warn: Project is vulnerable to: GHSA-4952-p58q-6crx","Warn: Project is vulnerable to: PYSEC-2018-17 / GHSA-49qr-xh3w-h436","Warn: Project is vulnerable to: PYSEC-2018-57 / GHSA-6cwv-x26c-w2q4","Warn: Project is vulnerable to: PYSEC-2020-215 / GHSA-c7vm-f5p4-8fqh","Warn: Project is vulnerable to: PYSEC-2019-159 / GHSA-hhx8-cr55-qcxx","Warn: Project is vulnerable to: GHSA-hwvq-6gjx-j797","Warn: Project is vulnerable to: PYSEC-2019-157 / GHSA-jqwc-jm56-wcwj","Warn: Project is vulnerable to: PYSEC-2022-180 / GHSA-m87f-39q9-6f55","Warn: Project is vulnerable to: PYSEC-2019-158 / GHSA-rcx2-m7jp-p9wj","Warn: Project is vulnerable to: GHSA-rv62-4pmj-xw6h","Warn: Project is vulnerable to: PYSEC-2022-212 / GHSA-v7vq-3x77-87vg","Warn: Project is vulnerable to: PYSEC-2024-40 / GHSA-pwr2-4v36-6qpr","Warn: Project is vulnerable to: PYSEC-2019-41 / GHSA-qfc5-mcwq-26q8","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: PYSEC-2020-107 / GHSA-jjw5-xxj6-pcv5","Warn: Project is vulnerable to: PYSEC-2024-110 / GHSA-jw8x-6495-233v","Warn: Project is vulnerable to: PYSEC-2020-108","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw","Warn: Project is vulnerable to: GHSA-67mh-4wv8-2f99"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-22T16:29:58.576Z","repository_id":12000601,"created_at":"2025-08-22T16:29:58.576Z","updated_at":"2025-08-22T16:29:58.576Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272778291,"owners_count":24991500,"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-29T02:00:10.610Z","response_time":87,"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":"plotly","name":"Plotly","uuid":"5997976","kind":"organization","description":"","email":null,"website":"https://plotly.com/","location":"Montréal","twitter":"plotlygraphs","company":null,"icon_url":"https://avatars.githubusercontent.com/u/5997976?v=4","repositories_count":376,"last_synced_at":"2024-04-14T07:08:43.994Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/plotly","funding_links":["https://github.com/sponsors/plotly"],"total_stars":83082,"followers":1193,"following":0,"created_at":"2022-11-02T16:24:57.993Z","updated_at":"2024-04-14T07:09:47.279Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/plotly","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/plotly/repositories"},"tags":[{"name":"v6.3.0","sha":"53572f6532876fde279abfa63a47c056dc485540","kind":"commit","published_at":"2025-08-12T20:00:26.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v6.3.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v6.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v6.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.3.0/manifests"},{"name":"v6.2.0","sha":"12be40788fcaba7e83d9315a7817dea4a4aace95","kind":"commit","published_at":"2025-06-26T14:58:21.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v6.2.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v6.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v6.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.2.0/manifests"},{"name":"v6.1.2","sha":"3f5cbda2781fd9966711ebc6830c8f81f1b21b57","kind":"commit","published_at":"2025-05-27T19:14:49.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v6.1.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v6.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v6.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.1.2/manifests"},{"name":"v6.1.1","sha":"c044f1e32304c5ac8b7e0b7fd63fefd533824b52","kind":"commit","published_at":"2025-05-20T19:06:21.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v6.1.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v6.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v6.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.1.1/manifests"},{"name":"v6.1.0","sha":"1462f3f403006edb4044493a96b405e9a9ed0c0a","kind":"commit","published_at":"2025-05-15T14:22:22.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v6.1.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v6.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.1.0/manifests"},{"name":"v6.1.0rc0","sha":"78313f0a858e83bfe352f2e56ed704da49085702","kind":"commit","published_at":"2025-04-30T22:26:56.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v6.1.0rc0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v6.1.0rc0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v6.1.0rc0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.1.0rc0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.1.0rc0/manifests"},{"name":"v6.0.1b0","sha":"54985b81f0134093a2ff564539d7f67d7c5d030e","kind":"commit","published_at":"2025-03-31T18:30:20.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v6.0.1b0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v6.0.1b0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v6.0.1b0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.0.1b0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.0.1b0/manifests"},{"name":"v6.0.1","sha":"58e33fca889d993cb3dc71aca1efbb53ebd2fee9","kind":"commit","published_at":"2025-03-14T16:46:04.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v6.0.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v6.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.0.1/manifests"},{"name":"v6.0.0","sha":"49581b8a19a808a78172c9294d7e39969c9d0248","kind":"commit","published_at":"2025-01-28T18:09:09.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v6.0.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.0.0/manifests"},{"name":"v6.0.0rc0","sha":"173ea1e44d296fbb8bbcb32e49b3f6f9024e9549","kind":"commit","published_at":"2024-11-27T19:35:05.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v6.0.0rc0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v6.0.0rc0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v6.0.0rc0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.0.0rc0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.0.0rc0/manifests"},{"name":"v5.24.1","sha":"5d79b80c53f779274170743539a481c524e04c8f","kind":"commit","published_at":"2024-09-12T14:41:22.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.24.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.24.1/manifests"},{"name":"v5.24.0","sha":"c1fff18c2bd30e3436444390f197e92a22df1005","kind":"commit","published_at":"2024-08-29T17:17:06.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.24.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.24.0/manifests"},{"name":"v5.23.0","sha":"83c7c850f9a97ba56349cda7777c4c29db5ae290","kind":"commit","published_at":"2024-07-22T19:47:36.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.23.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.23.0/manifests"},{"name":"v5.22.0","sha":"34e8bdba5e2187903385a21e7c591ae41914ccaf","kind":"commit","published_at":"2024-04-30T20:49:43.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.22.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.22.0/manifests"},{"name":"v5.21.0","sha":"84456f33e7dcd094544fbe835fbd1965825d4f95","kind":"commit","published_at":"2024-04-17T13:49:11.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.21.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.21.0/manifests"},{"name":"v5.20.0","sha":"9335a34ca77399a597a72420f73e947217d3d410","kind":"commit","published_at":"2024-03-13T14:36:11.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.20.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.20.0/manifests"},{"name":"v5.19.0","sha":"b541a6924fa0c417c6116d03b62c6007dc510a28","kind":"commit","published_at":"2024-02-13T14:24:37.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.19.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.19.0/manifests"},{"name":"v5.18.0","sha":"4988b440c8600c4634f7363f0ca8748106bfa1bb","kind":"commit","published_at":"2023-10-25T18:30:10.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.18.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.18.0/manifests"},{"name":"v5.17.0","sha":"bce884546d7b2d7e71fcfe0a692c960ddd4b7b3e","kind":"commit","published_at":"2023-09-15T14:25:57.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.17.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.17.0/manifests"},{"name":"v5.16.1","sha":"bbbf5eff75883511a1126b11205bef34f1cf0ff9","kind":"commit","published_at":"2023-08-16T16:17:51.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.16.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.16.1/manifests"},{"name":"v5.16.0","sha":"01c6450cc81abce8e6cd702cea7c1a24d631398b","kind":"commit","published_at":"2023-08-11T19:18:03.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.16.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.16.0/manifests"},{"name":"v5.15.0","sha":"e42897d4be454be23004b3d1f8704386b57773dc","kind":"commit","published_at":"2023-06-08T14:48:38.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.15.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.15.0/manifests"},{"name":"v5.14.1","sha":"f006ae830365d6735e5d6fd3c3fb46dca10f539b","kind":"commit","published_at":"2023-04-05T15:48:06.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.14.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.14.1/manifests"},{"name":"v5.14.0","sha":"31e97dc6a62131bb9b33cc3cbcb77f40dcf4cb15","kind":"commit","published_at":"2023-03-29T14:00:15.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.14.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.14.0/manifests"},{"name":"v5.13.1","sha":"2a8a9b7c27310d968a55edf44144c7eff9718ccb","kind":"commit","published_at":"2023-02-24T16:08:21.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.13.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.13.1/manifests"},{"name":"v5.13.0","sha":"502f22005dcfbe7f12aae097a1e3dd9cddd4ae9d","kind":"commit","published_at":"2023-01-23T13:58:12.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.13.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.13.0/manifests"},{"name":"v5.12.0","sha":"baedaabc9dd64c0774e00251cc778af1d2ec83fe","kind":"commit","published_at":"2023-01-12T20:07:13.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.12.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.12.0/manifests"},{"name":"v5.11.0","sha":"e7eb42d2be75e4e61747fa81e9e96da1ad73fcd4","kind":"commit","published_at":"2022-10-27T17:02:05.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.11.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.11.0/manifests"},{"name":"v5.10.0","sha":"473c263e5e133e5693863baa668751b85900dc11","kind":"commit","published_at":"2022-08-11T13:27:06.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.10.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.10.0/manifests"},{"name":"v5.9.0","sha":"ddd5ba6ba21f176914da2ee448331e05eaebb471","kind":"commit","published_at":"2022-06-23T17:41:55.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.9.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.9.0/manifests"},{"name":"v5.8.2","sha":"4222d7e8b49e851ccdd23ed91d5836ec16c32532","kind":"commit","published_at":"2022-06-10T15:05:08.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.8.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.8.2/manifests"},{"name":"v5.8.1","sha":"473e6e0d6849e334d63a816336deda5d761adcf8","kind":"commit","published_at":"2022-06-08T13:56:14.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.8.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.8.1/manifests"},{"name":"v5.8.0","sha":"eca5fe62f9262478bacc5895db3a053116cac393","kind":"commit","published_at":"2022-05-10T00:40:15.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.8.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.8.0/manifests"},{"name":"v5.7.0","sha":"a74510552b752fd656746ed5e204491cb0798bf1","kind":"commit","published_at":"2022-04-05T15:32:22.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.7.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.7.0/manifests"},{"name":"v5.6.0","sha":"c6026e67628cb8b9b379e71b36d1372b0e787f20","kind":"commit","published_at":"2022-02-09T18:21:39.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.6.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.6.0/manifests"},{"name":"v5.5.0","sha":"85c77b4b5cf9e4ee7ae74b3597ee7ff334dc4dd2","kind":"commit","published_at":"2021-12-21T03:24:45.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.5.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.5.0/manifests"},{"name":"v5.4.0","sha":"53e8cbfee0b870e6ea4e0233ef3526c2278bc2a2","kind":"commit","published_at":"2021-11-15T01:53:47.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.4.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.4.0/manifests"},{"name":"v5.3.1","sha":"b763ef96cc36f460d4096650e54f51bf85886cb8","kind":"commit","published_at":"2021-09-01T01:19:43.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.3.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.3.1/manifests"},{"name":"v5.3.0","sha":"765507014b146dba23f29dd99a929204783fae66","kind":"commit","published_at":"2021-08-30T00:55:19.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.3.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.3.0/manifests"},{"name":"v5.2.2","sha":"6c8a7fa90c3ab3d8170b3b7a5e4fd283494081b5","kind":"commit","published_at":"2021-08-23T18:43:23.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.2.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.2.2/manifests"},{"name":"v5.2.1","sha":"c1166729192e5278fb18c5165cd1b88d9dd5c07c","kind":"commit","published_at":"2021-08-13T20:39:44.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.2.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.2.1/manifests"},{"name":"v5.2.0","sha":"18252a278714297e5694f53b0cd684d8f4476ef6","kind":"commit","published_at":"2021-08-13T14:54:52.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.2.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.2.0/manifests"},{"name":"v5.1.0","sha":"c9016fcadda3ccd45e152f26d406edd665a418dd","kind":"commit","published_at":"2021-06-28T19:27:49.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.1.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.1.0/manifests"},{"name":"v5.0.0","sha":"06c6eb2b1acaba21c10ffccf5efd827bb3d86b41","kind":"commit","published_at":"2021-06-21T14:51:36.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.0.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.0.0/manifests"},{"name":"v5.0.0rc2","sha":"96e4c9d699de3dbcbe26c19a901680127b604a16","kind":"commit","published_at":"2021-06-07T16:57:16.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.0.0rc2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.0.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.0.0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.0.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.0.0rc2/manifests"},{"name":"v5.0.0rc1","sha":"5331cea2ef046243f66409e72c08ea51f106315c","kind":"commit","published_at":"2021-05-31T20:50:32.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.0.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.0.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.0.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.0.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.0.0rc1/manifests"},{"name":"v4.14.3","sha":"6c463ee500960000341cc735b2d95680ac48e3ad","kind":"commit","published_at":"2021-01-12T16:08:17.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.14.3","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.14.3/manifests"},{"name":"v4.14.2","sha":"4cc5c4eede84a934848a38ff4db9c684c6e21f22","kind":"commit","published_at":"2021-01-11T20:27:48.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.14.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.14.2/manifests"},{"name":"v4.14.1","sha":"f9d0e87ae1d7737831e5a6d282b0ee5db5b6fbc6","kind":"commit","published_at":"2020-12-09T13:25:32.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.14.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.14.1/manifests"},{"name":"v4.14.0","sha":"b0d9b3978ef5bfa204abdf598cc321d441793571","kind":"commit","published_at":"2020-12-07T14:28:10.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.14.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.14.0/manifests"},{"name":"v4.13.0","sha":"3f0d771fa3e0a7f6b00c089b7b2d8d59a7504782","kind":"commit","published_at":"2020-11-23T13:36:12.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.13.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.13.0/manifests"},{"name":"v4.12.0","sha":"40c8a35486a92a9d9f1ee3fd74a6606c8a82fd2f","kind":"commit","published_at":"2020-10-23T12:52:25.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.12.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.12.0/manifests"},{"name":"v4.11.0","sha":"73be67c88cfa32f0d41cfe58ba9750b4d863805a","kind":"commit","published_at":"2020-10-01T13:27:31.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.11.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.11.0/manifests"},{"name":"v4.10.0","sha":"d5eeffc1cc78f55cf720c24ed5a6dc360043ad2f","kind":"commit","published_at":"2020-09-10T13:08:48.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.10.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.10.0/manifests"},{"name":"v4.9.0","sha":"f17275755da092e2bec637adbd26c7d83f3662fb","kind":"commit","published_at":"2020-07-16T12:43:24.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.9.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.9.0/manifests"},{"name":"v4.9.0rc1","sha":"950a54a8fbe93396c9735cf46ddeabbd8d8ffed0","kind":"commit","published_at":"2020-07-15T18:02:21.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.9.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.9.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.9.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.9.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.9.0rc1/manifests"},{"name":"v4.8.2","sha":"659d1304f6117ab49c29662517a5bf82aba73474","kind":"commit","published_at":"2020-06-26T19:10:55.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.8.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.8.2/manifests"},{"name":"v4.8.1","sha":"8ce454b02690c5f30782a0792b10fcc9b9d66451","kind":"commit","published_at":"2020-05-29T02:59:18.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.8.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.8.1/manifests"},{"name":"v4.8.0","sha":"df827daeddb5a9dd4a10b26adcba486d96cd379a","kind":"commit","published_at":"2020-05-26T13:53:17.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.8.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.8.0/manifests"},{"name":"v4.7.1","sha":"e026ef52b132d9a177c1a65ae7f91ccad79d587d","kind":"commit","published_at":"2020-05-08T12:41:00.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.7.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.7.1/manifests"},{"name":"v4.7.0","sha":"c94047a9494105abd6dec262f3aae246d91adcf7","kind":"commit","published_at":"2020-05-06T14:23:05.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.7.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.7.0/manifests"},{"name":"v4.6.0","sha":"aa14db7476ebf12cd6839304e4d1596e99d052a5","kind":"commit","published_at":"2020-04-01T15:05:19.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.6.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.6.0/manifests"},{"name":"chart-studio-v1.1.0","sha":"95e3a3c14ba24e91440d1b031544338d4029d5a7","kind":"commit","published_at":"2020-04-01T14:38:47.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/chart-studio-v1.1.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/chart-studio-v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@chart-studio-v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.1.0/manifests"},{"name":"v4.5.4","sha":"1c99b99436684516d2068a62f35888ef97c96bcd","kind":"commit","published_at":"2020-03-11T20:23:12.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.5.4","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.4/manifests"},{"name":"widget-v1.5.4","sha":"1c99b99436684516d2068a62f35888ef97c96bcd","kind":"commit","published_at":"2020-03-11T20:23:12.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.5.4","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.4/manifests"},{"name":"widget-v1.5.3","sha":"587075c9f5a57a3dd60b03b2d47d925fbbb9b9b6","kind":"commit","published_at":"2020-03-06T02:53:39.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.5.3","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.3/manifests"},{"name":"v4.5.3","sha":"587075c9f5a57a3dd60b03b2d47d925fbbb9b9b6","kind":"commit","published_at":"2020-03-06T02:53:39.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.5.3","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.3/manifests"},{"name":"v4.5.2","sha":"5aa8c16c34f5d8ec77c4145737e3ca83c28afae1","kind":"commit","published_at":"2020-02-25T04:44:04.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.5.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.2/manifests"},{"name":"widget-v1.5.2","sha":"5aa8c16c34f5d8ec77c4145737e3ca83c28afae1","kind":"commit","published_at":"2020-02-25T04:44:04.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.5.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.2/manifests"},{"name":"v4.5.1","sha":"76ccbffc757a54ba92886413e4109f42a694612d","kind":"commit","published_at":"2020-02-19T21:29:33.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.5.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.1/manifests"},{"name":"widget-v1.5.1","sha":"76ccbffc757a54ba92886413e4109f42a694612d","kind":"commit","published_at":"2020-02-19T21:29:33.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.5.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.1/manifests"},{"name":"list","sha":"74e681e0a1531690799113043d9036deaeb56ed4","kind":"commit","published_at":"2020-01-22T19:58:11.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/list","html_url":"https://github.com/plotly/plotly.py/releases/tag/list","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@list","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/list","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/list/manifests"},{"name":"v4.5.0","sha":"74e681e0a1531690799113043d9036deaeb56ed4","kind":"commit","published_at":"2020-01-22T19:58:11.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.5.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.0/manifests"},{"name":"widget-v1.5.0","sha":"74e681e0a1531690799113043d9036deaeb56ed4","kind":"commit","published_at":"2020-01-22T19:58:11.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.5.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.0/manifests"},{"name":"help","sha":"74e681e0a1531690799113043d9036deaeb56ed4","kind":"commit","published_at":"2020-01-22T19:58:11.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/help","html_url":"https://github.com/plotly/plotly.py/releases/tag/help","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@help","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/help","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/help/manifests"},{"name":"v4.5.0rc1","sha":"a5bb459d9cb4bb91f007b58bbe151511514ebb29","kind":"commit","published_at":"2020-01-22T19:22:51.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.5.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.5.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.5.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.0rc1/manifests"},{"name":"widget-v1.5.0-rc.1","sha":"a5bb459d9cb4bb91f007b58bbe151511514ebb29","kind":"commit","published_at":"2020-01-22T19:22:51.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.5.0-rc.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.5.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v1.5.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.0-rc.1/manifests"},{"name":"v4.4.1","sha":"6fb105286d0bf81ed045dafd18ad16cdfcc13dd8","kind":"commit","published_at":"2019-12-10T16:52:12.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.4.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.4.1/manifests"},{"name":"widget-v1.4.0","sha":"c399e06e257f06a87e546f590e6472e3e6f02149","kind":"commit","published_at":"2019-12-10T14:16:42.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.4.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.4.0/manifests"},{"name":"v4.4.0","sha":"c399e06e257f06a87e546f590e6472e3e6f02149","kind":"commit","published_at":"2019-12-10T14:16:42.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.4.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.4.0/manifests"},{"name":"widget-v1.3.0","sha":"c0a0ee0f082766e629d4c1a1ddb3fdc1b274f32e","kind":"commit","published_at":"2019-11-12T11:02:41.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.3.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.3.0/manifests"},{"name":"v4.3.0","sha":"c0a0ee0f082766e629d4c1a1ddb3fdc1b274f32e","kind":"commit","published_at":"2019-11-12T11:02:41.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.3.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.3.0/manifests"},{"name":"v4.2.1","sha":"62119960fa6286a78df0c51183217163c2c2718b","kind":"commit","published_at":"2019-10-18T21:53:13.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.2.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.2.1/manifests"},{"name":"widget-v1.2.0","sha":"b7ad5433c4e0882715781fa6c4816fc7fff62965","kind":"commit","published_at":"2019-10-16T22:09:11.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.2.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.2.0/manifests"},{"name":"v4.2.0","sha":"b7ad5433c4e0882715781fa6c4816fc7fff62965","kind":"commit","published_at":"2019-10-16T22:09:11.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.2.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.2.0/manifests"},{"name":"jupyterlab-plotly-v1.1.2","sha":"5920a6cf395dd38a1223ac1cce8999b985bda28c","kind":"commit","published_at":"2019-09-03T10:03:17.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/jupyterlab-plotly-v1.1.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/jupyterlab-plotly-v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@jupyterlab-plotly-v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.1.2/manifests"},{"name":"widget-v1.1.1","sha":"2a3eb9771cd0af90d0f8c32140313c8be43e5f04","kind":"commit","published_at":"2019-09-03T09:33:36.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.1.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.1.1/manifests"},{"name":"v4.1.1","sha":"2a3eb9771cd0af90d0f8c32140313c8be43e5f04","kind":"commit","published_at":"2019-09-03T09:33:36.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.1.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.1/manifests"},{"name":"v4.1.0","sha":"317643dd6ffadd75258661258ba3364eeb53e793","kind":"commit","published_at":"2019-08-07T00:39:44.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.1.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.0/manifests"},{"name":"widget-v1.1.0","sha":"317643dd6ffadd75258661258ba3364eeb53e793","kind":"commit","published_at":"2019-08-07T00:39:44.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.1.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.1.0/manifests"},{"name":"jupyterlab-plotly-v1.1.0","sha":"317643dd6ffadd75258661258ba3364eeb53e793","kind":"commit","published_at":"2019-08-07T00:39:44.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/jupyterlab-plotly-v1.1.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/jupyterlab-plotly-v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@jupyterlab-plotly-v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.1.0/manifests"},{"name":"v4.1.0rc3","sha":"589460cb11b7e6647a8ab8d0669d37c1398d00f9","kind":"commit","published_at":"2019-08-06T23:22:39.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.1.0rc3","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.1.0rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.1.0rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.0rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.0rc3/manifests"},{"name":"v4.1.0rc2","sha":"6d622c996a3f8d28916b9fad6709002bf5ef4c40","kind":"commit","published_at":"2019-08-06T22:15:54.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.1.0rc2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.1.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.1.0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.0rc2/manifests"},{"name":"v4.1.0rc1","sha":"592b785f90127e4da9c58570f1a4db5e6152021c","kind":"commit","published_at":"2019-08-04T22:04:26.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.1.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.1.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.1.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.0rc1/manifests"},{"name":"widget-v1.1.0-rc.1","sha":"592b785f90127e4da9c58570f1a4db5e6152021c","kind":"commit","published_at":"2019-08-04T22:04:26.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.1.0-rc.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.1.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v1.1.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.1.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.1.0-rc.1/manifests"},{"name":"jupyterlab-plotly-v1.1.0-rc.1","sha":"592b785f90127e4da9c58570f1a4db5e6152021c","kind":"commit","published_at":"2019-08-04T22:04:26.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/jupyterlab-plotly-v1.1.0-rc.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/jupyterlab-plotly-v1.1.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@jupyterlab-plotly-v1.1.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.1.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.1.0-rc.1/manifests"},{"name":"chart-studio-v1.0.0","sha":"65625d49226632abcf932d530aa9c90ba1bc59c1","kind":"commit","published_at":"2019-07-16T16:41:00.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/chart-studio-v1.0.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/chart-studio-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@chart-studio-v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0/manifests"},{"name":"widget-v1.0.0","sha":"65625d49226632abcf932d530aa9c90ba1bc59c1","kind":"commit","published_at":"2019-07-16T16:41:00.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.0.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.0.0/manifests"},{"name":"v4.0.0","sha":"65625d49226632abcf932d530aa9c90ba1bc59c1","kind":"commit","published_at":"2019-07-16T16:41:00.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0/manifests"},{"name":"plotly-geo-v1.0.0","sha":"65625d49226632abcf932d530aa9c90ba1bc59c1","kind":"commit","published_at":"2019-07-16T16:41:00.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/plotly-geo-v1.0.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/plotly-geo-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@plotly-geo-v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/plotly-geo-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/plotly-geo-v1.0.0/manifests"},{"name":"jupyterlab-plotly-v1.0.0","sha":"65625d49226632abcf932d530aa9c90ba1bc59c1","kind":"commit","published_at":"2019-07-16T16:41:00.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/jupyterlab-plotly-v1.0.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/jupyterlab-plotly-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@jupyterlab-plotly-v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.0.0/manifests"},{"name":"v4.0.0rc1","sha":"09f7879eb503d4877ae0f4396ea52798e05795fa","kind":"commit","published_at":"2019-07-09T10:37:19.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.0.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0rc1/manifests"},{"name":"plotly-geo-v1.0.0rc1","sha":"09f7879eb503d4877ae0f4396ea52798e05795fa","kind":"commit","published_at":"2019-07-09T10:37:19.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/plotly-geo-v1.0.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/plotly-geo-v1.0.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@plotly-geo-v1.0.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/plotly-geo-v1.0.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/plotly-geo-v1.0.0rc1/manifests"},{"name":"chart-studio-v1.0.0rc1","sha":"09f7879eb503d4877ae0f4396ea52798e05795fa","kind":"commit","published_at":"2019-07-09T10:37:19.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/chart-studio-v1.0.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/chart-studio-v1.0.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@chart-studio-v1.0.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0rc1/manifests"},{"name":"v4.0.0a10","sha":"cbf9b84234913b138e271216471d6a929d705099","kind":"commit","published_at":"2019-07-08T13:15:12.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a10","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.0.0a10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a10/manifests"},{"name":"v4.0.0a9","sha":"3b915ffcc3bcbaf2a9c34ac53934f3bf31960dac","kind":"commit","published_at":"2019-07-04T12:17:18.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a9","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.0.0a9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a9/manifests"},{"name":"v4.0.0a8","sha":"289ed89c09b3038751ca548a800eccc4a4d044da","kind":"commit","published_at":"2019-07-01T21:41:13.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a8","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.0.0a8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a8/manifests"},{"name":"jupyterlab-plotly-v1.0.0-alpha.3","sha":"f859f26c2c0211a7a70c10f8ce79b668ef9a132a","kind":"commit","published_at":"2019-07-01T16:39:05.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/jupyterlab-plotly-v1.0.0-alpha.3","html_url":"https://github.com/plotly/plotly.py/releases/tag/jupyterlab-plotly-v1.0.0-alpha.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@jupyterlab-plotly-v1.0.0-alpha.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.0.0-alpha.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.0.0-alpha.3/manifests"},{"name":"v4.0.0a7","sha":"a1562466856864e9f33d9f412a102deaeaaba4a7","kind":"commit","published_at":"2019-07-01T14:03:56.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a7","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.0.0a7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a7/manifests"},{"name":"v4.0.0a6","sha":"a1562466856864e9f33d9f412a102deaeaaba4a7","kind":"commit","published_at":"2019-07-01T14:03:56.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a6","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.0.0a6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a6/manifests"},{"name":"v4.0.0a5","sha":"56edaa6819eaf21cee20b100249d6a07ffcc5f1c","kind":"commit","published_at":"2019-07-01T12:34:29.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a5","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.0.0a5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a5/manifests"},{"name":"chart-studio-v1.0.0a5","sha":"56edaa6819eaf21cee20b100249d6a07ffcc5f1c","kind":"commit","published_at":"2019-07-01T12:34:29.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/chart-studio-v1.0.0a5","html_url":"https://github.com/plotly/plotly.py/releases/tag/chart-studio-v1.0.0a5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@chart-studio-v1.0.0a5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0a5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0a5/manifests"},{"name":"v4.0.0a4","sha":"e140a288d0c7af63471043dae1fecb8828116465","kind":"commit","published_at":"2019-06-20T13:34:26.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a4","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.0.0a4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a4/manifests"},{"name":"chart-studio-v1.0.0a4","sha":"e6408793296661703cef33d7242d857acb0dd0ce","kind":"commit","published_at":"2019-06-20T12:06:56.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/chart-studio-v1.0.0a4","html_url":"https://github.com/plotly/plotly.py/releases/tag/chart-studio-v1.0.0a4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@chart-studio-v1.0.0a4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0a4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0a4/manifests"},{"name":"chart-studio-v1.0.0a3","sha":"958a6b796262723cef86070bf0baca290595b27a","kind":"commit","published_at":"2019-06-18T13:01:18.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/chart-studio-v1.0.0a3","html_url":"https://github.com/plotly/plotly.py/releases/tag/chart-studio-v1.0.0a3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@chart-studio-v1.0.0a3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0a3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0a3/manifests"},{"name":"v4.0.0a3","sha":"958a6b796262723cef86070bf0baca290595b27a","kind":"commit","published_at":"2019-06-18T13:01:18.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a3","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.0.0a3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a3/manifests"},{"name":"jupyterlab-v1.0.0-alpha.1","sha":"958a6b796262723cef86070bf0baca290595b27a","kind":"commit","published_at":"2019-06-18T13:01:18.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/jupyterlab-v1.0.0-alpha.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/jupyterlab-v1.0.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@jupyterlab-v1.0.0-alpha.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-v1.0.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-v1.0.0-alpha.1/manifests"},{"name":"chart-studio-v1.0.0a2","sha":"6afca651a4e52a4541cc5934d7d612ff2d1fb8e0","kind":"commit","published_at":"2019-06-16T19:57:47.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/chart-studio-v1.0.0a2","html_url":"https://github.com/plotly/plotly.py/releases/tag/chart-studio-v1.0.0a2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@chart-studio-v1.0.0a2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0a2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0a2/manifests"},{"name":"v4.0.0a2","sha":"17cf071147e9682291f6ca3371a6ba9f1aa38fa7","kind":"commit","published_at":"2019-06-15T17:56:25.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.0.0a2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a2/manifests"},{"name":"v4.0.0a1","sha":"e42848a5b59703365bd83ead55a966449f2501c4","kind":"commit","published_at":"2019-06-15T17:18:05.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.0.0a1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a1/manifests"},{"name":"widget-v0.11.0","sha":"7cce28331781f189aaf545ab2476889f1bfe720c","kind":"commit","published_at":"2019-05-31T19:31:06.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v0.11.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.11.0/manifests"},{"name":"v3.10.0","sha":"7cce28331781f189aaf545ab2476889f1bfe720c","kind":"commit","published_at":"2019-05-31T19:31:06.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.10.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.10.0/manifests"},{"name":"widget-v0.11.0-rc.1","sha":"301735b3003860c3cedb837c0a6bc7f8a5cc6f52","kind":"commit","published_at":"2019-05-29T12:27:58.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v0.11.0-rc.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v0.11.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v0.11.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.11.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.11.0-rc.1/manifests"},{"name":"v3.10.0rc1","sha":"301735b3003860c3cedb837c0a6bc7f8a5cc6f52","kind":"commit","published_at":"2019-05-29T12:27:58.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.10.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.10.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.10.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.10.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.10.0rc1/manifests"},{"name":"widget-v0.10.0","sha":"6a85e4b7b6510d58d6f4525de179a45339aa297c","kind":"commit","published_at":"2019-05-06T22:57:38.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v0.10.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.10.0/manifests"},{"name":"v3.9.0","sha":"6a85e4b7b6510d58d6f4525de179a45339aa297c","kind":"commit","published_at":"2019-05-06T22:57:38.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.9.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.9.0/manifests"},{"name":"v3.9.0rc1","sha":"105496f8ded3c5e47961174f6f49a70d97f863c4","kind":"commit","published_at":"2019-05-06T12:36:58.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.9.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.9.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.9.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.9.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.9.0rc1/manifests"},{"name":"widget-v0.10.0-rc.1","sha":"105496f8ded3c5e47961174f6f49a70d97f863c4","kind":"commit","published_at":"2019-05-06T12:36:58.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v0.10.0-rc.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v0.10.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v0.10.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.10.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.10.0-rc.1/manifests"},{"name":"widget-v0.9.1","sha":"8bcf6c80c88c47863b193425ebb6480d98ece2ef","kind":"commit","published_at":"2019-04-19T13:42:26.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v0.9.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.9.1/manifests"},{"name":"v3.8.1","sha":"8bcf6c80c88c47863b193425ebb6480d98ece2ef","kind":"commit","published_at":"2019-04-19T13:42:26.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.8.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.8.1/manifests"},{"name":"widget-v0.9.0","sha":"f4ed82a4d80d2bb3d06559c66d19a32023e790e8","kind":"commit","published_at":"2019-04-15T12:28:51.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v0.9.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.9.0/manifests"},{"name":"v3.8.0","sha":"f4ed82a4d80d2bb3d06559c66d19a32023e790e8","kind":"commit","published_at":"2019-04-15T12:28:51.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.8.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.8.0/manifests"},{"name":"v3.8.0rc1","sha":"0b8dc66ecce5627e714b55af1a3a369720196217","kind":"commit","published_at":"2019-04-12T13:27:56.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.8.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.8.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.8.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.8.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.8.0rc1/manifests"},{"name":"widget-v0.9.0-rc.1","sha":"0b8dc66ecce5627e714b55af1a3a369720196217","kind":"commit","published_at":"2019-04-12T13:27:56.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v0.9.0-rc.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v0.9.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v0.9.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.9.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.9.0-rc.1/manifests"},{"name":"v3.7.1","sha":"3471c3dfbf783927c203c676422260586514b341","kind":"commit","published_at":"2019-03-19T12:08:19.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.7.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.7.1/manifests"},{"name":"widget-v0.8.0","sha":"29846649b6166e59d8b8d49ee4b9e40dfa987319","kind":"commit","published_at":"2019-03-08T14:55:09.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v0.8.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.8.0/manifests"},{"name":"v3.7.0","sha":"29846649b6166e59d8b8d49ee4b9e40dfa987319","kind":"commit","published_at":"2019-03-08T14:55:09.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.7.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.7.0/manifests"},{"name":"v3.6.1","sha":"331c85f74688eb3b84446bac2671bb763e448a48","kind":"commit","published_at":"2019-02-08T23:41:39.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.6.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.6.1/manifests"},{"name":"widget-v0.7.1","sha":"331c85f74688eb3b84446bac2671bb763e448a48","kind":"commit","published_at":"2019-02-08T23:41:39.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v0.7.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v0.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.7.1/manifests"},{"name":"v3.6.0","sha":"256e2f4c11bd72ac180952c17310acf2ec37fa5b","kind":"commit","published_at":"2019-02-01T22:51:55.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.6.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.6.0/manifests"},{"name":"v3.5.0","sha":"bcf4a2a0ca01b2568ccc521fc0cd6fd78c2edb0f","kind":"commit","published_at":"2019-01-04T13:04:16.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.5.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.5.0/manifests"},{"name":"v3.4.2","sha":"618ee2d1cbd3eb37272ea6bb1f29c5625892c1d6","kind":"commit","published_at":"2018-11-23T15:43:13.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.4.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.4.2/manifests"},{"name":"v3.4.1","sha":"a8ae062795ddbf9867b8578fe6d9e244948c15ff","kind":"commit","published_at":"2018-11-09T13:07:33.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.4.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.4.1/manifests"},{"name":"v3.4.0","sha":"be25c5043cd04ef6b9feb5b09dbe2a3f09660d7e","kind":"commit","published_at":"2018-11-02T15:37:15.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.4.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.4.0/manifests"},{"name":"v3.3.0","sha":"2e5bf6e2f7c213295c405ece3e859f4d3f8030d1","kind":"commit","published_at":"2018-09-28T11:22:59.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.3.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.3.0/manifests"},{"name":"v3.2.1","sha":"f0915eec601a875842b29883e8e7919e8d9d6702","kind":"commit","published_at":"2018-09-14T13:27:26.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.2.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.2.1/manifests"},{"name":"v3.2.0","sha":"5814699ca5f6f24e91f69758f2ab95f7649ad1e9","kind":"commit","published_at":"2018-09-05T13:47:46.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.2.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.2.0/manifests"},{"name":"v3.1.1","sha":"8e87a8c2578fdf1ab76f759a5bab89a718a997a4","kind":"commit","published_at":"2018-08-10T15:06:10.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.1.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.1.1/manifests"},{"name":"v3.1.0","sha":"70098404a871ead7e5d3b29744e1d2f9e43d3497","kind":"tag","published_at":"2018-07-21T00:29:19.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.1.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.1.0/manifests"},{"name":"v3.0.2","sha":"6b3a0135977b92b3f7e0be2a1e8b418d995c70e3","kind":"tag","published_at":"2018-07-17T21:57:12.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.0.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.0.2/manifests"},{"name":"v3.0.1","sha":"d8b6b1708ab97915241ba4033f63fe0613592922","kind":"tag","published_at":"2018-07-17T19:08:19.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.0.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.0.1/manifests"},{"name":"v3.0.0","sha":"213602df6c89b45ce2b811ed2591171c961408e7","kind":"tag","published_at":"2018-07-06T15:50:55.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.0.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.0.0/manifests"},{"name":"v2.2.0","sha":"02466a69b96cdc3caa194be293fb82f4c7023da0","kind":"tag","published_at":"2017-10-26T17:28:07.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v2.2.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v2.2.0/manifests"},{"name":"v2.0.0","sha":"ddcebd61ea21667728e4218753c9fa09c9d8642a","kind":"commit","published_at":"2017-01-25T23:34:06.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v2.0.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v2.0.0/manifests"},{"name":"v2.0.0-pre","sha":"0f5f7cc0b5fe82886f0be2f4d66d1d1251cbedaa","kind":"commit","published_at":"2017-01-19T09:00:59.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v2.0.0-pre","html_url":"https://github.com/plotly/plotly.py/releases/tag/v2.0.0-pre","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v2.0.0-pre","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v2.0.0-pre","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v2.0.0-pre/manifests"},{"name":"v1.13.0","sha":"fa89dccdda78bb6b3eeec39f272edc7e11555697","kind":"commit","published_at":"2017-01-11T22:55:26.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v1.13.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v1.13.0/manifests"},{"name":"1.6.12","sha":"ff362ce65aaea4c1fd62abd6fb3909bbdd2cce5d","kind":"commit","published_at":"2015-03-13T20:06:25.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/1.6.12","html_url":"https://github.com/plotly/plotly.py/releases/tag/1.6.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@1.6.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/1.6.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/1.6.12/manifests"},{"name":"1.6.8","sha":"694ac4f0bf91c2dc5fe5c09e073bd890c45468d8","kind":"commit","published_at":"2015-02-21T20:56:14.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/1.6.8","html_url":"https://github.com/plotly/plotly.py/releases/tag/1.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@1.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/1.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/1.6.8/manifests"},{"name":"1.6.7","sha":"40c2a455124f52af6c22fa7f4e66c1793087b9b8","kind":"commit","published_at":"2015-02-20T20:57:59.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/1.6.7","html_url":"https://github.com/plotly/plotly.py/releases/tag/1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/1.6.7/manifests"},{"name":"0.5.7","sha":"7e7c62fe2408ab2796e17a12e43a25fe60e9092f","kind":"commit","published_at":"2013-12-25T00:51:31.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/0.5.7","html_url":"https://github.com/plotly/plotly.py/releases/tag/0.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@0.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/0.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/0.5.7/manifests"}]},"repo_metadata_updated_at":"2025-08-29T22:55:23.753Z","dependent_packages_count":3,"downloads":6450,"downloads_period":"last-month","dependent_repos_count":3,"rankings":{"downloads":1.1309257818355736,"dependent_repos_count":6.6049534151867375,"dependent_packages_count":5.751110321599857,"stargazers_count":0.8723721687237217,"forks_count":0.7935068921455953,"docker_downloads_count":0.7773455067208235,"average":2.655035681035385},"purl":"pkg:npm/plotlywidget","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/plotlywidget","docker_dependents_count":34,"docker_downloads_count":5470,"usage_url":"https://repos.ecosyste.ms/usage/npm/plotlywidget","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/plotlywidget/dependencies","status":null,"funding_links":["https://github.com/sponsors/plotly","https://plot.ly/products/consulting-and-oem/"],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-21T13:35:41.871Z","issues_count":1053,"pull_requests_count":512,"avg_time_to_close_issue":62956236.23965142,"avg_time_to_close_pull_request":9346375.064732144,"issues_closed_count":457,"pull_requests_closed_count":448,"pull_request_authors_count":148,"issue_authors_count":810,"avg_comments_per_issue":2.892687559354226,"avg_comments_per_pull_request":1.572265625,"merged_pull_requests_count":357,"bot_issues_count":0,"bot_pull_requests_count":11,"past_year_issues_count":339,"past_year_pull_requests_count":247,"past_year_avg_time_to_close_issue":1680359.8157894737,"past_year_avg_time_to_close_pull_request":1035309.537735849,"past_year_issues_closed_count":114,"past_year_pull_requests_closed_count":212,"past_year_pull_request_authors_count":42,"past_year_issue_authors_count":247,"past_year_avg_comments_per_issue":1.6342182890855457,"past_year_avg_comments_per_pull_request":1.3036437246963564,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":9,"past_year_merged_pull_requests_count":178,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/issues","maintainers":[{"login":"LiamConnors","count":100,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/LiamConnors"},{"login":"marthacryan","count":46,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/marthacryan"},{"login":"nicolaskruchten","count":30,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolaskruchten"},{"login":"ndrezn","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ndrezn"},{"login":"chriddyp","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/chriddyp"},{"login":"bpostlethwaite","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bpostlethwaite"},{"login":"AaronStiff","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/AaronStiff"},{"login":"alexcjohnson","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/alexcjohnson"}],"active_maintainers":[{"login":"LiamConnors","count":91,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/LiamConnors"},{"login":"marthacryan","count":44,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/marthacryan"},{"login":"ndrezn","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ndrezn"},{"login":"alexcjohnson","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/alexcjohnson"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/plotlywidget/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/plotlywidget/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/plotlywidget/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/plotlywidget/related_packages","maintainers":[{"uuid":"alexshoe","login":"alexshoe","name":null,"email":"alexshoe@gmail.com","url":null,"packages_count":108,"html_url":"https://www.npmjs.com/~alexshoe","role":null,"created_at":"2022-11-13T19:39:11.884Z","updated_at":"2022-11-13T19:39:11.884Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/alexshoe/packages"},{"uuid":"t4rk","login":"t4rk","name":null,"email":"t4rk@outlook.com","url":null,"packages_count":114,"html_url":"https://www.npmjs.com/~t4rk","role":null,"created_at":"2022-11-13T19:39:11.913Z","updated_at":"2022-11-13T19:39:11.913Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/t4rk/packages"},{"uuid":"bronsolo","login":"bronsolo","name":null,"email":"chuck@plot.ly","url":null,"packages_count":108,"html_url":"https://www.npmjs.com/~bronsolo","role":null,"created_at":"2022-11-13T19:39:11.929Z","updated_at":"2022-11-13T19:39:11.929Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/bronsolo/packages"},{"uuid":"jmmease","login":"jmmease","name":null,"email":"jon.mease@gmail.com","url":null,"packages_count":12,"html_url":"https://www.npmjs.com/~jmmease","role":null,"created_at":"2022-11-13T19:39:11.964Z","updated_at":"2022-11-13T19:39:11.964Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/jmmease/packages"},{"uuid":"chriddyp","login":"chriddyp","name":null,"email":"chris@plot.ly","url":null,"packages_count":120,"html_url":"https://www.npmjs.com/~chriddyp","role":null,"created_at":"2022-11-13T19:39:11.995Z","updated_at":"2022-11-13T19:39:11.995Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/chriddyp/packages"},{"uuid":"bpostlethwaite","login":"bpostlethwaite","name":null,"email":"post.ben.here@gmail.com","url":null,"packages_count":228,"html_url":"https://www.npmjs.com/~bpostlethwaite","role":null,"created_at":"2022-11-13T19:39:12.035Z","updated_at":"2022-11-13T19:39:12.035Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/bpostlethwaite/packages"},{"uuid":"antrg","login":"antrg","name":null,"email":"antoine@plot.ly","url":null,"packages_count":114,"html_url":"https://www.npmjs.com/~antrg","role":null,"created_at":"2022-11-13T19:39:12.201Z","updated_at":"2022-11-13T19:39:12.201Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/antrg/packages"},{"uuid":"archmoj","login":"archmoj","name":null,"email":"arch.mojtaba.samimi@gmail.com","url":null,"packages_count":118,"html_url":"https://www.npmjs.com/~archmoj","role":null,"created_at":"2022-11-13T19:39:12.318Z","updated_at":"2022-11-13T19:39:12.318Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/archmoj/packages"},{"uuid":"hammadtheone","login":"hammadtheone","name":null,"email":"hammadtheone@gmail.com","url":null,"packages_count":112,"html_url":"https://www.npmjs.com/~hammadtheone","role":null,"created_at":"2022-11-13T19:39:12.417Z","updated_at":"2022-11-13T19:39:12.417Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/hammadtheone/packages"},{"uuid":"lconnors","login":"lconnors","name":null,"email":"liam@plotly.com","url":null,"packages_count":108,"html_url":"https://www.npmjs.com/~lconnors","role":null,"created_at":"2023-03-16T22:19:51.225Z","updated_at":"2023-03-16T22:19:51.225Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/lconnors/packages"},{"uuid":"ndrezner","login":"ndrezner","name":null,"email":"nathan@drezner.xyz","url":null,"packages_count":110,"html_url":"https://www.npmjs.com/~ndrezner","role":null,"created_at":"2024-05-01T20:34:24.417Z","updated_at":"2024-05-01T20:34:24.417Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/ndrezner/packages"},{"uuid":"farkites","login":"farkites","name":null,"email":"mario.rodriguez@plot.ly","url":null,"packages_count":110,"html_url":"https://www.npmjs.com/~farkites","role":null,"created_at":"2024-07-30T15:03:42.124Z","updated_at":"2024-07-30T15:03:42.124Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/farkites/packages"},{"uuid":"plotly-mikesol","login":"plotly-mikesol","name":null,"email":"mike.sollanych@plot.ly","url":null,"packages_count":27,"html_url":"https://www.npmjs.com/~plotly-mikesol","role":null,"created_at":"2024-05-27T17:20:25.599Z","updated_at":"2024-05-27T17:20:25.599Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/plotly-mikesol/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5130815,"maintainers_count":1051549,"namespaces_count":313328,"keywords_count":730052,"github":"npm","metadata":{"funded_packages_count":155759},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2025-09-05T07:36:50.205Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":2668527,"name":"chart-studio","ecosystem":"pypi","description":"Utilities for interfacing with plotly's Chart Studio","homepage":"https://plot.ly/python/","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/plotly/plotly.py","keywords_array":[],"namespace":null,"versions_count":8,"first_release_published_at":"2019-06-15T17:24:48.000Z","latest_release_published_at":"2020-04-01T14:40:09.000Z","latest_release_number":"1.1.0","last_synced_at":"2025-09-04T11:31:08.215Z","created_at":"2022-04-10T10:19:51.567Z","updated_at":"2025-09-04T11:31:08.215Z","registry_url":"https://pypi.org/project/chart-studio/","install_command":"pip install chart-studio --index-url https://pypi.org/simple","documentation_url":"https://chart-studio.readthedocs.io/","metadata":{"funding":null,"documentation":null,"classifiers":["Development Status :: 5 - Production/Stable","Programming Language :: Python :: 2","Programming Language :: Python :: 2.7","Programming Language :: Python :: 3","Programming Language :: Python :: 3.5","Programming Language :: Python :: 3.6","Programming Language :: Python :: 3.7","Topic :: Scientific/Engineering :: Visualization"],"normalized_name":"chart-studio","project_status":null},"repo_metadata":{"id":12000601,"uuid":"14579099","full_name":"plotly/plotly.py","owner":"plotly","description":"The interactive graphing library for Python :sparkles: This project now includes Plotly Express!","archived":false,"fork":false,"pushed_at":"2024-04-12T17:46:20.000Z","size":156320,"stargazers_count":15193,"open_issues_count":1501,"forks_count":2478,"subscribers_count":279,"default_branch":"master","last_synced_at":"2024-04-14T15:23:20.813Z","etag":null,"topics":["d3","dashboard","declarative","graph-library","interactive","jupyter-notebook","plotly","plotly-dash","plotlyjs","python","regl","sparkles","visualization","webgl"],"latest_commit_sha":null,"homepage":"https://plotly.com/python/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/plotly.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"contributing.md","funding":".github/FUNDING.yml","license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null},"funding":{"github":"plotly","custom":"https://plot.ly/products/consulting-and-oem/"}},"created_at":"2013-11-21T05:53:08.000Z","updated_at":"2024-04-15T20:25:17.882Z","dependencies_parsed_at":"2023-10-21T12:43:17.099Z","dependency_job_id":"7dd4b3d5-54ba-4a87-9413-a7e9eff766d2","html_url":"https://github.com/plotly/plotly.py","commit_stats":{"total_commits":5125,"total_committers":264,"mean_commits":19.41287878787879,"dds":0.8378536585365853,"last_synced_commit":"a6662ab48bf0a71f703fac1833a4d7e6c805b805"},"previous_names":[],"tags_count":145,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/plotly","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":215708452,"owners_count":15919295,"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":"plotly","name":"Plotly","uuid":"5997976","kind":"organization","description":"","email":null,"website":"https://plotly.com/","location":"Montréal","twitter":"plotlygraphs","company":null,"icon_url":"https://avatars.githubusercontent.com/u/5997976?v=4","repositories_count":376,"last_synced_at":"2024-04-14T07:08:43.994Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/plotly","funding_links":["https://github.com/sponsors/plotly"],"total_stars":83082,"followers":1193,"following":0,"created_at":"2022-11-02T16:24:57.993Z","updated_at":"2024-04-14T07:09:47.279Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/plotly","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/plotly/repositories"},"tags":[{"name":"v5.20.0","sha":"9335a34ca77399a597a72420f73e947217d3d410","kind":"commit","published_at":"2024-03-13T14:36:11.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.20.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.20.0/manifests"},{"name":"v5.19.0","sha":"b541a6924fa0c417c6116d03b62c6007dc510a28","kind":"commit","published_at":"2024-02-13T14:24:37.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.19.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.19.0/manifests"},{"name":"v5.18.0","sha":"4988b440c8600c4634f7363f0ca8748106bfa1bb","kind":"commit","published_at":"2023-10-25T18:30:10.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.18.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.18.0/manifests"},{"name":"v5.17.0","sha":"bce884546d7b2d7e71fcfe0a692c960ddd4b7b3e","kind":"commit","published_at":"2023-09-15T14:25:57.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.17.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.17.0/manifests"},{"name":"v5.16.1","sha":"bbbf5eff75883511a1126b11205bef34f1cf0ff9","kind":"commit","published_at":"2023-08-16T16:17:51.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.16.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.16.1/manifests"},{"name":"v5.16.0","sha":"01c6450cc81abce8e6cd702cea7c1a24d631398b","kind":"commit","published_at":"2023-08-11T19:18:03.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.16.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.16.0/manifests"},{"name":"v5.15.0","sha":"e42897d4be454be23004b3d1f8704386b57773dc","kind":"commit","published_at":"2023-06-08T14:48:38.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.15.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.15.0/manifests"},{"name":"v5.14.1","sha":"f006ae830365d6735e5d6fd3c3fb46dca10f539b","kind":"commit","published_at":"2023-04-05T15:48:06.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.14.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.14.1/manifests"},{"name":"v5.14.0","sha":"31e97dc6a62131bb9b33cc3cbcb77f40dcf4cb15","kind":"commit","published_at":"2023-03-29T14:00:15.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.14.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.14.0/manifests"},{"name":"v5.13.1","sha":"2a8a9b7c27310d968a55edf44144c7eff9718ccb","kind":"commit","published_at":"2023-02-24T16:08:21.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.13.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.13.1/manifests"},{"name":"v5.13.0","sha":"502f22005dcfbe7f12aae097a1e3dd9cddd4ae9d","kind":"commit","published_at":"2023-01-23T13:58:12.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.13.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.13.0/manifests"},{"name":"v5.12.0","sha":"baedaabc9dd64c0774e00251cc778af1d2ec83fe","kind":"commit","published_at":"2023-01-12T20:07:13.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.12.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.12.0/manifests"},{"name":"v5.11.0","sha":"e7eb42d2be75e4e61747fa81e9e96da1ad73fcd4","kind":"commit","published_at":"2022-10-27T17:02:05.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.11.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.11.0/manifests"},{"name":"v5.10.0","sha":"473c263e5e133e5693863baa668751b85900dc11","kind":"commit","published_at":"2022-08-11T13:27:06.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.10.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.10.0/manifests"},{"name":"v5.9.0","sha":"ddd5ba6ba21f176914da2ee448331e05eaebb471","kind":"commit","published_at":"2022-06-23T17:41:55.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.9.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.9.0/manifests"},{"name":"v5.8.2","sha":"4222d7e8b49e851ccdd23ed91d5836ec16c32532","kind":"commit","published_at":"2022-06-10T15:05:08.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.8.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.8.2/manifests"},{"name":"v5.8.1","sha":"473e6e0d6849e334d63a816336deda5d761adcf8","kind":"commit","published_at":"2022-06-08T13:56:14.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.8.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.8.1/manifests"},{"name":"v5.8.0","sha":"eca5fe62f9262478bacc5895db3a053116cac393","kind":"commit","published_at":"2022-05-10T00:40:15.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.8.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.8.0/manifests"},{"name":"v5.7.0","sha":"a74510552b752fd656746ed5e204491cb0798bf1","kind":"commit","published_at":"2022-04-05T15:32:22.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.7.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.7.0/manifests"},{"name":"v5.6.0","sha":"c6026e67628cb8b9b379e71b36d1372b0e787f20","kind":"commit","published_at":"2022-02-09T18:21:39.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.6.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.6.0/manifests"},{"name":"v5.5.0","sha":"85c77b4b5cf9e4ee7ae74b3597ee7ff334dc4dd2","kind":"commit","published_at":"2021-12-21T03:24:45.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.5.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.5.0/manifests"},{"name":"v5.4.0","sha":"53e8cbfee0b870e6ea4e0233ef3526c2278bc2a2","kind":"commit","published_at":"2021-11-15T01:53:47.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.4.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.4.0/manifests"},{"name":"v5.3.1","sha":"b763ef96cc36f460d4096650e54f51bf85886cb8","kind":"commit","published_at":"2021-09-01T01:19:43.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.3.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.3.1/manifests"},{"name":"v5.3.0","sha":"765507014b146dba23f29dd99a929204783fae66","kind":"commit","published_at":"2021-08-30T00:55:19.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.3.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.3.0/manifests"},{"name":"v5.2.2","sha":"6c8a7fa90c3ab3d8170b3b7a5e4fd283494081b5","kind":"commit","published_at":"2021-08-23T18:43:23.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.2.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.2.2/manifests"},{"name":"v5.2.1","sha":"c1166729192e5278fb18c5165cd1b88d9dd5c07c","kind":"commit","published_at":"2021-08-13T20:39:44.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.2.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.2.1/manifests"},{"name":"v5.2.0","sha":"18252a278714297e5694f53b0cd684d8f4476ef6","kind":"commit","published_at":"2021-08-13T14:54:52.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.2.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.2.0/manifests"},{"name":"v5.1.0","sha":"c9016fcadda3ccd45e152f26d406edd665a418dd","kind":"commit","published_at":"2021-06-28T19:27:49.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.1.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.1.0/manifests"},{"name":"v5.0.0","sha":"06c6eb2b1acaba21c10ffccf5efd827bb3d86b41","kind":"commit","published_at":"2021-06-21T14:51:36.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.0.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.0.0/manifests"},{"name":"v5.0.0rc2","sha":"96e4c9d699de3dbcbe26c19a901680127b604a16","kind":"commit","published_at":"2021-06-07T16:57:16.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.0.0rc2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.0.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.0.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.0.0rc2/manifests"},{"name":"v5.0.0rc1","sha":"5331cea2ef046243f66409e72c08ea51f106315c","kind":"commit","published_at":"2021-05-31T20:50:32.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.0.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.0.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.0.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.0.0rc1/manifests"},{"name":"v4.14.3","sha":"6c463ee500960000341cc735b2d95680ac48e3ad","kind":"commit","published_at":"2021-01-12T16:08:17.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.14.3","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.14.3/manifests"},{"name":"v4.14.2","sha":"4cc5c4eede84a934848a38ff4db9c684c6e21f22","kind":"commit","published_at":"2021-01-11T20:27:48.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.14.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.14.2/manifests"},{"name":"v4.14.1","sha":"f9d0e87ae1d7737831e5a6d282b0ee5db5b6fbc6","kind":"commit","published_at":"2020-12-09T13:25:32.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.14.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.14.1/manifests"},{"name":"v4.14.0","sha":"b0d9b3978ef5bfa204abdf598cc321d441793571","kind":"commit","published_at":"2020-12-07T14:28:10.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.14.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.14.0/manifests"},{"name":"v4.13.0","sha":"3f0d771fa3e0a7f6b00c089b7b2d8d59a7504782","kind":"commit","published_at":"2020-11-23T13:36:12.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.13.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.13.0/manifests"},{"name":"v4.12.0","sha":"40c8a35486a92a9d9f1ee3fd74a6606c8a82fd2f","kind":"commit","published_at":"2020-10-23T12:52:25.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.12.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.12.0/manifests"},{"name":"v4.11.0","sha":"73be67c88cfa32f0d41cfe58ba9750b4d863805a","kind":"commit","published_at":"2020-10-01T13:27:31.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.11.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.11.0/manifests"},{"name":"v4.10.0","sha":"d5eeffc1cc78f55cf720c24ed5a6dc360043ad2f","kind":"commit","published_at":"2020-09-10T13:08:48.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.10.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.10.0/manifests"},{"name":"v4.9.0","sha":"f17275755da092e2bec637adbd26c7d83f3662fb","kind":"commit","published_at":"2020-07-16T12:43:24.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.9.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.9.0/manifests"},{"name":"v4.9.0rc1","sha":"950a54a8fbe93396c9735cf46ddeabbd8d8ffed0","kind":"commit","published_at":"2020-07-15T18:02:21.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.9.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.9.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.9.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.9.0rc1/manifests"},{"name":"v4.8.2","sha":"659d1304f6117ab49c29662517a5bf82aba73474","kind":"commit","published_at":"2020-06-26T19:10:55.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.8.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.8.2/manifests"},{"name":"v4.8.1","sha":"8ce454b02690c5f30782a0792b10fcc9b9d66451","kind":"commit","published_at":"2020-05-29T02:59:18.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.8.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.8.1/manifests"},{"name":"v4.8.0","sha":"df827daeddb5a9dd4a10b26adcba486d96cd379a","kind":"commit","published_at":"2020-05-26T13:53:17.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.8.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.8.0/manifests"},{"name":"v4.7.1","sha":"e026ef52b132d9a177c1a65ae7f91ccad79d587d","kind":"commit","published_at":"2020-05-08T12:41:00.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.7.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.7.1/manifests"},{"name":"v4.7.0","sha":"c94047a9494105abd6dec262f3aae246d91adcf7","kind":"commit","published_at":"2020-05-06T14:23:05.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.7.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.7.0/manifests"},{"name":"v4.6.0","sha":"aa14db7476ebf12cd6839304e4d1596e99d052a5","kind":"commit","published_at":"2020-04-01T15:05:19.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.6.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.6.0/manifests"},{"name":"chart-studio-v1.1.0","sha":"95e3a3c14ba24e91440d1b031544338d4029d5a7","kind":"commit","published_at":"2020-04-01T14:38:47.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/chart-studio-v1.1.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/chart-studio-v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.1.0/manifests"},{"name":"widget-v1.5.4","sha":"1c99b99436684516d2068a62f35888ef97c96bcd","kind":"commit","published_at":"2020-03-11T20:23:12.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.5.4","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.4/manifests"},{"name":"v4.5.4","sha":"1c99b99436684516d2068a62f35888ef97c96bcd","kind":"commit","published_at":"2020-03-11T20:23:12.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.5.4","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.4/manifests"},{"name":"v4.5.3","sha":"587075c9f5a57a3dd60b03b2d47d925fbbb9b9b6","kind":"commit","published_at":"2020-03-06T02:53:39.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.5.3","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.3/manifests"},{"name":"widget-v1.5.3","sha":"587075c9f5a57a3dd60b03b2d47d925fbbb9b9b6","kind":"commit","published_at":"2020-03-06T02:53:39.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.5.3","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.3/manifests"},{"name":"v4.5.2","sha":"5aa8c16c34f5d8ec77c4145737e3ca83c28afae1","kind":"commit","published_at":"2020-02-25T04:44:04.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.5.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.2/manifests"},{"name":"widget-v1.5.2","sha":"5aa8c16c34f5d8ec77c4145737e3ca83c28afae1","kind":"commit","published_at":"2020-02-25T04:44:04.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.5.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.2/manifests"},{"name":"v4.5.1","sha":"76ccbffc757a54ba92886413e4109f42a694612d","kind":"commit","published_at":"2020-02-19T21:29:33.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.5.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.1/manifests"},{"name":"widget-v1.5.1","sha":"76ccbffc757a54ba92886413e4109f42a694612d","kind":"commit","published_at":"2020-02-19T21:29:33.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.5.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.1/manifests"},{"name":"help","sha":"74e681e0a1531690799113043d9036deaeb56ed4","kind":"commit","published_at":"2020-01-22T19:58:11.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/help","html_url":"https://github.com/plotly/plotly.py/releases/tag/help","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/help","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/help/manifests"},{"name":"v4.5.0","sha":"74e681e0a1531690799113043d9036deaeb56ed4","kind":"commit","published_at":"2020-01-22T19:58:11.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.5.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.0/manifests"},{"name":"widget-v1.5.0","sha":"74e681e0a1531690799113043d9036deaeb56ed4","kind":"commit","published_at":"2020-01-22T19:58:11.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.5.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.0/manifests"},{"name":"list","sha":"74e681e0a1531690799113043d9036deaeb56ed4","kind":"commit","published_at":"2020-01-22T19:58:11.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/list","html_url":"https://github.com/plotly/plotly.py/releases/tag/list","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/list","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/list/manifests"},{"name":"v4.5.0rc1","sha":"a5bb459d9cb4bb91f007b58bbe151511514ebb29","kind":"commit","published_at":"2020-01-22T19:22:51.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.5.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.5.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.0rc1/manifests"},{"name":"widget-v1.5.0-rc.1","sha":"a5bb459d9cb4bb91f007b58bbe151511514ebb29","kind":"commit","published_at":"2020-01-22T19:22:51.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.5.0-rc.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.5.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.0-rc.1/manifests"},{"name":"v4.4.1","sha":"6fb105286d0bf81ed045dafd18ad16cdfcc13dd8","kind":"commit","published_at":"2019-12-10T16:52:12.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.4.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.4.1/manifests"},{"name":"v4.4.0","sha":"c399e06e257f06a87e546f590e6472e3e6f02149","kind":"commit","published_at":"2019-12-10T14:16:42.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.4.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.4.0/manifests"},{"name":"widget-v1.4.0","sha":"c399e06e257f06a87e546f590e6472e3e6f02149","kind":"commit","published_at":"2019-12-10T14:16:42.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.4.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.4.0/manifests"},{"name":"widget-v1.3.0","sha":"c0a0ee0f082766e629d4c1a1ddb3fdc1b274f32e","kind":"commit","published_at":"2019-11-12T11:02:41.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.3.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.3.0/manifests"},{"name":"v4.3.0","sha":"c0a0ee0f082766e629d4c1a1ddb3fdc1b274f32e","kind":"commit","published_at":"2019-11-12T11:02:41.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.3.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.3.0/manifests"},{"name":"v4.2.1","sha":"62119960fa6286a78df0c51183217163c2c2718b","kind":"commit","published_at":"2019-10-18T21:53:13.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.2.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.2.1/manifests"},{"name":"widget-v1.2.0","sha":"b7ad5433c4e0882715781fa6c4816fc7fff62965","kind":"commit","published_at":"2019-10-16T22:09:11.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.2.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.2.0/manifests"},{"name":"v4.2.0","sha":"b7ad5433c4e0882715781fa6c4816fc7fff62965","kind":"commit","published_at":"2019-10-16T22:09:11.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.2.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.2.0/manifests"},{"name":"jupyterlab-plotly-v1.1.2","sha":"5920a6cf395dd38a1223ac1cce8999b985bda28c","kind":"commit","published_at":"2019-09-03T10:03:17.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/jupyterlab-plotly-v1.1.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/jupyterlab-plotly-v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.1.2/manifests"},{"name":"widget-v1.1.1","sha":"2a3eb9771cd0af90d0f8c32140313c8be43e5f04","kind":"commit","published_at":"2019-09-03T09:33:36.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.1.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.1.1/manifests"},{"name":"v4.1.1","sha":"2a3eb9771cd0af90d0f8c32140313c8be43e5f04","kind":"commit","published_at":"2019-09-03T09:33:36.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.1.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.1/manifests"},{"name":"v4.1.0","sha":"317643dd6ffadd75258661258ba3364eeb53e793","kind":"commit","published_at":"2019-08-07T00:39:44.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.1.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.0/manifests"},{"name":"widget-v1.1.0","sha":"317643dd6ffadd75258661258ba3364eeb53e793","kind":"commit","published_at":"2019-08-07T00:39:44.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.1.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.1.0/manifests"},{"name":"jupyterlab-plotly-v1.1.0","sha":"317643dd6ffadd75258661258ba3364eeb53e793","kind":"commit","published_at":"2019-08-07T00:39:44.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/jupyterlab-plotly-v1.1.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/jupyterlab-plotly-v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.1.0/manifests"},{"name":"v4.1.0rc3","sha":"589460cb11b7e6647a8ab8d0669d37c1398d00f9","kind":"commit","published_at":"2019-08-06T23:22:39.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.1.0rc3","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.1.0rc3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.0rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.0rc3/manifests"},{"name":"v4.1.0rc2","sha":"6d622c996a3f8d28916b9fad6709002bf5ef4c40","kind":"commit","published_at":"2019-08-06T22:15:54.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.1.0rc2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.1.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.0rc2/manifests"},{"name":"v4.1.0rc1","sha":"592b785f90127e4da9c58570f1a4db5e6152021c","kind":"commit","published_at":"2019-08-04T22:04:26.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.1.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.1.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.0rc1/manifests"},{"name":"widget-v1.1.0-rc.1","sha":"592b785f90127e4da9c58570f1a4db5e6152021c","kind":"commit","published_at":"2019-08-04T22:04:26.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.1.0-rc.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.1.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.1.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.1.0-rc.1/manifests"},{"name":"jupyterlab-plotly-v1.1.0-rc.1","sha":"592b785f90127e4da9c58570f1a4db5e6152021c","kind":"commit","published_at":"2019-08-04T22:04:26.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/jupyterlab-plotly-v1.1.0-rc.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/jupyterlab-plotly-v1.1.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.1.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.1.0-rc.1/manifests"},{"name":"jupyterlab-plotly-v1.0.0","sha":"65625d49226632abcf932d530aa9c90ba1bc59c1","kind":"commit","published_at":"2019-07-16T16:41:00.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/jupyterlab-plotly-v1.0.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/jupyterlab-plotly-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.0.0/manifests"},{"name":"widget-v1.0.0","sha":"65625d49226632abcf932d530aa9c90ba1bc59c1","kind":"commit","published_at":"2019-07-16T16:41:00.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.0.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.0.0/manifests"},{"name":"v4.0.0","sha":"65625d49226632abcf932d530aa9c90ba1bc59c1","kind":"commit","published_at":"2019-07-16T16:41:00.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0/manifests"},{"name":"plotly-geo-v1.0.0","sha":"65625d49226632abcf932d530aa9c90ba1bc59c1","kind":"commit","published_at":"2019-07-16T16:41:00.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/plotly-geo-v1.0.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/plotly-geo-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/plotly-geo-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/plotly-geo-v1.0.0/manifests"},{"name":"chart-studio-v1.0.0","sha":"65625d49226632abcf932d530aa9c90ba1bc59c1","kind":"commit","published_at":"2019-07-16T16:41:00.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/chart-studio-v1.0.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/chart-studio-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0/manifests"},{"name":"chart-studio-v1.0.0rc1","sha":"09f7879eb503d4877ae0f4396ea52798e05795fa","kind":"commit","published_at":"2019-07-09T10:37:19.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/chart-studio-v1.0.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/chart-studio-v1.0.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0rc1/manifests"},{"name":"v4.0.0rc1","sha":"09f7879eb503d4877ae0f4396ea52798e05795fa","kind":"commit","published_at":"2019-07-09T10:37:19.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0rc1/manifests"},{"name":"plotly-geo-v1.0.0rc1","sha":"09f7879eb503d4877ae0f4396ea52798e05795fa","kind":"commit","published_at":"2019-07-09T10:37:19.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/plotly-geo-v1.0.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/plotly-geo-v1.0.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/plotly-geo-v1.0.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/plotly-geo-v1.0.0rc1/manifests"},{"name":"v4.0.0a10","sha":"cbf9b84234913b138e271216471d6a929d705099","kind":"commit","published_at":"2019-07-08T13:15:12.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a10","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a10/manifests"},{"name":"v4.0.0a9","sha":"3b915ffcc3bcbaf2a9c34ac53934f3bf31960dac","kind":"commit","published_at":"2019-07-04T12:17:18.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a9","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a9/manifests"},{"name":"v4.0.0a8","sha":"289ed89c09b3038751ca548a800eccc4a4d044da","kind":"commit","published_at":"2019-07-01T21:41:13.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a8","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a8/manifests"},{"name":"jupyterlab-plotly-v1.0.0-alpha.3","sha":"f859f26c2c0211a7a70c10f8ce79b668ef9a132a","kind":"commit","published_at":"2019-07-01T16:39:05.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/jupyterlab-plotly-v1.0.0-alpha.3","html_url":"https://github.com/plotly/plotly.py/releases/tag/jupyterlab-plotly-v1.0.0-alpha.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.0.0-alpha.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.0.0-alpha.3/manifests"},{"name":"v4.0.0a7","sha":"a1562466856864e9f33d9f412a102deaeaaba4a7","kind":"commit","published_at":"2019-07-01T14:03:56.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a7","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a7/manifests"},{"name":"v4.0.0a6","sha":"a1562466856864e9f33d9f412a102deaeaaba4a7","kind":"commit","published_at":"2019-07-01T14:03:56.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a6","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a6/manifests"},{"name":"v4.0.0a5","sha":"56edaa6819eaf21cee20b100249d6a07ffcc5f1c","kind":"commit","published_at":"2019-07-01T12:34:29.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a5","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a5/manifests"},{"name":"chart-studio-v1.0.0a5","sha":"56edaa6819eaf21cee20b100249d6a07ffcc5f1c","kind":"commit","published_at":"2019-07-01T12:34:29.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/chart-studio-v1.0.0a5","html_url":"https://github.com/plotly/plotly.py/releases/tag/chart-studio-v1.0.0a5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0a5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0a5/manifests"},{"name":"v4.0.0a4","sha":"e140a288d0c7af63471043dae1fecb8828116465","kind":"commit","published_at":"2019-06-20T13:34:26.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a4","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a4/manifests"},{"name":"chart-studio-v1.0.0a4","sha":"e6408793296661703cef33d7242d857acb0dd0ce","kind":"commit","published_at":"2019-06-20T12:06:56.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/chart-studio-v1.0.0a4","html_url":"https://github.com/plotly/plotly.py/releases/tag/chart-studio-v1.0.0a4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0a4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0a4/manifests"},{"name":"chart-studio-v1.0.0a3","sha":"958a6b796262723cef86070bf0baca290595b27a","kind":"commit","published_at":"2019-06-18T13:01:18.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/chart-studio-v1.0.0a3","html_url":"https://github.com/plotly/plotly.py/releases/tag/chart-studio-v1.0.0a3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0a3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0a3/manifests"},{"name":"v4.0.0a3","sha":"958a6b796262723cef86070bf0baca290595b27a","kind":"commit","published_at":"2019-06-18T13:01:18.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a3","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a3/manifests"},{"name":"jupyterlab-v1.0.0-alpha.1","sha":"958a6b796262723cef86070bf0baca290595b27a","kind":"commit","published_at":"2019-06-18T13:01:18.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/jupyterlab-v1.0.0-alpha.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/jupyterlab-v1.0.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-v1.0.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-v1.0.0-alpha.1/manifests"},{"name":"chart-studio-v1.0.0a2","sha":"6afca651a4e52a4541cc5934d7d612ff2d1fb8e0","kind":"commit","published_at":"2019-06-16T19:57:47.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/chart-studio-v1.0.0a2","html_url":"https://github.com/plotly/plotly.py/releases/tag/chart-studio-v1.0.0a2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0a2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0a2/manifests"},{"name":"v4.0.0a2","sha":"17cf071147e9682291f6ca3371a6ba9f1aa38fa7","kind":"commit","published_at":"2019-06-15T17:56:25.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a2/manifests"},{"name":"v4.0.0a1","sha":"e42848a5b59703365bd83ead55a966449f2501c4","kind":"commit","published_at":"2019-06-15T17:18:05.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a1/manifests"},{"name":"v3.10.0","sha":"7cce28331781f189aaf545ab2476889f1bfe720c","kind":"commit","published_at":"2019-05-31T19:31:06.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.10.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.10.0/manifests"},{"name":"widget-v0.11.0","sha":"7cce28331781f189aaf545ab2476889f1bfe720c","kind":"commit","published_at":"2019-05-31T19:31:06.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v0.11.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.11.0/manifests"},{"name":"widget-v0.11.0-rc.1","sha":"301735b3003860c3cedb837c0a6bc7f8a5cc6f52","kind":"commit","published_at":"2019-05-29T12:27:58.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v0.11.0-rc.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v0.11.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.11.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.11.0-rc.1/manifests"},{"name":"v3.10.0rc1","sha":"301735b3003860c3cedb837c0a6bc7f8a5cc6f52","kind":"commit","published_at":"2019-05-29T12:27:58.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.10.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.10.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.10.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.10.0rc1/manifests"},{"name":"widget-v0.10.0","sha":"6a85e4b7b6510d58d6f4525de179a45339aa297c","kind":"commit","published_at":"2019-05-06T22:57:38.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v0.10.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.10.0/manifests"},{"name":"v3.9.0","sha":"6a85e4b7b6510d58d6f4525de179a45339aa297c","kind":"commit","published_at":"2019-05-06T22:57:38.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.9.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.9.0/manifests"},{"name":"widget-v0.10.0-rc.1","sha":"105496f8ded3c5e47961174f6f49a70d97f863c4","kind":"commit","published_at":"2019-05-06T12:36:58.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v0.10.0-rc.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v0.10.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.10.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.10.0-rc.1/manifests"},{"name":"v3.9.0rc1","sha":"105496f8ded3c5e47961174f6f49a70d97f863c4","kind":"commit","published_at":"2019-05-06T12:36:58.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.9.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.9.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.9.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.9.0rc1/manifests"},{"name":"v3.8.1","sha":"8bcf6c80c88c47863b193425ebb6480d98ece2ef","kind":"commit","published_at":"2019-04-19T13:42:26.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.8.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.8.1/manifests"},{"name":"widget-v0.9.1","sha":"8bcf6c80c88c47863b193425ebb6480d98ece2ef","kind":"commit","published_at":"2019-04-19T13:42:26.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v0.9.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.9.1/manifests"},{"name":"widget-v0.9.0","sha":"f4ed82a4d80d2bb3d06559c66d19a32023e790e8","kind":"commit","published_at":"2019-04-15T12:28:51.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v0.9.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.9.0/manifests"},{"name":"v3.8.0","sha":"f4ed82a4d80d2bb3d06559c66d19a32023e790e8","kind":"commit","published_at":"2019-04-15T12:28:51.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.8.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.8.0/manifests"},{"name":"widget-v0.9.0-rc.1","sha":"0b8dc66ecce5627e714b55af1a3a369720196217","kind":"commit","published_at":"2019-04-12T13:27:56.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v0.9.0-rc.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v0.9.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.9.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.9.0-rc.1/manifests"},{"name":"v3.8.0rc1","sha":"0b8dc66ecce5627e714b55af1a3a369720196217","kind":"commit","published_at":"2019-04-12T13:27:56.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.8.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.8.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.8.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.8.0rc1/manifests"},{"name":"v3.7.1","sha":"3471c3dfbf783927c203c676422260586514b341","kind":"commit","published_at":"2019-03-19T12:08:19.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.7.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.7.1/manifests"},{"name":"widget-v0.8.0","sha":"29846649b6166e59d8b8d49ee4b9e40dfa987319","kind":"commit","published_at":"2019-03-08T14:55:09.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v0.8.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.8.0/manifests"},{"name":"v3.7.0","sha":"29846649b6166e59d8b8d49ee4b9e40dfa987319","kind":"commit","published_at":"2019-03-08T14:55:09.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.7.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.7.0/manifests"},{"name":"widget-v0.7.1","sha":"331c85f74688eb3b84446bac2671bb763e448a48","kind":"commit","published_at":"2019-02-08T23:41:39.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v0.7.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.7.1/manifests"},{"name":"v3.6.1","sha":"331c85f74688eb3b84446bac2671bb763e448a48","kind":"commit","published_at":"2019-02-08T23:41:39.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.6.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.6.1/manifests"},{"name":"v3.6.0","sha":"256e2f4c11bd72ac180952c17310acf2ec37fa5b","kind":"commit","published_at":"2019-02-01T22:51:55.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.6.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.6.0/manifests"},{"name":"v3.5.0","sha":"bcf4a2a0ca01b2568ccc521fc0cd6fd78c2edb0f","kind":"commit","published_at":"2019-01-04T13:04:16.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.5.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.5.0/manifests"},{"name":"v3.4.2","sha":"618ee2d1cbd3eb37272ea6bb1f29c5625892c1d6","kind":"commit","published_at":"2018-11-23T15:43:13.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.4.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.4.2/manifests"},{"name":"v3.4.1","sha":"a8ae062795ddbf9867b8578fe6d9e244948c15ff","kind":"commit","published_at":"2018-11-09T13:07:33.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.4.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.4.1/manifests"},{"name":"v3.4.0","sha":"be25c5043cd04ef6b9feb5b09dbe2a3f09660d7e","kind":"commit","published_at":"2018-11-02T15:37:15.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.4.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.4.0/manifests"},{"name":"v3.3.0","sha":"2e5bf6e2f7c213295c405ece3e859f4d3f8030d1","kind":"commit","published_at":"2018-09-28T11:22:59.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.3.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.3.0/manifests"},{"name":"v3.2.1","sha":"f0915eec601a875842b29883e8e7919e8d9d6702","kind":"commit","published_at":"2018-09-14T13:27:26.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.2.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.2.1/manifests"},{"name":"v3.2.0","sha":"5814699ca5f6f24e91f69758f2ab95f7649ad1e9","kind":"commit","published_at":"2018-09-05T13:47:46.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.2.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.2.0/manifests"},{"name":"v3.1.1","sha":"8e87a8c2578fdf1ab76f759a5bab89a718a997a4","kind":"commit","published_at":"2018-08-10T15:06:10.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.1.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.1.1/manifests"},{"name":"v3.1.0","sha":"70098404a871ead7e5d3b29744e1d2f9e43d3497","kind":"tag","published_at":"2018-07-21T00:29:19.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.1.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.1.0/manifests"},{"name":"v3.0.2","sha":"6b3a0135977b92b3f7e0be2a1e8b418d995c70e3","kind":"tag","published_at":"2018-07-17T21:57:12.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.0.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.0.2/manifests"},{"name":"v3.0.1","sha":"d8b6b1708ab97915241ba4033f63fe0613592922","kind":"tag","published_at":"2018-07-17T19:08:19.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.0.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.0.1/manifests"},{"name":"v3.0.0","sha":"213602df6c89b45ce2b811ed2591171c961408e7","kind":"tag","published_at":"2018-07-06T15:50:55.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.0.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.0.0/manifests"},{"name":"v2.2.0","sha":"02466a69b96cdc3caa194be293fb82f4c7023da0","kind":"tag","published_at":"2017-10-26T17:28:07.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v2.2.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v2.2.0/manifests"},{"name":"v2.0.0","sha":"ddcebd61ea21667728e4218753c9fa09c9d8642a","kind":"commit","published_at":"2017-01-25T23:34:06.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v2.0.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v2.0.0/manifests"},{"name":"v2.0.0-pre","sha":"0f5f7cc0b5fe82886f0be2f4d66d1d1251cbedaa","kind":"commit","published_at":"2017-01-19T09:00:59.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v2.0.0-pre","html_url":"https://github.com/plotly/plotly.py/releases/tag/v2.0.0-pre","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v2.0.0-pre","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v2.0.0-pre/manifests"},{"name":"v1.13.0","sha":"fa89dccdda78bb6b3eeec39f272edc7e11555697","kind":"commit","published_at":"2017-01-11T22:55:26.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v1.13.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v1.13.0/manifests"},{"name":"1.6.12","sha":"ff362ce65aaea4c1fd62abd6fb3909bbdd2cce5d","kind":"commit","published_at":"2015-03-13T20:06:25.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/1.6.12","html_url":"https://github.com/plotly/plotly.py/releases/tag/1.6.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/1.6.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/1.6.12/manifests"},{"name":"1.6.8","sha":"694ac4f0bf91c2dc5fe5c09e073bd890c45468d8","kind":"commit","published_at":"2015-02-21T20:56:14.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/1.6.8","html_url":"https://github.com/plotly/plotly.py/releases/tag/1.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/1.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/1.6.8/manifests"},{"name":"1.6.7","sha":"40c2a455124f52af6c22fa7f4e66c1793087b9b8","kind":"commit","published_at":"2015-02-20T20:57:59.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/1.6.7","html_url":"https://github.com/plotly/plotly.py/releases/tag/1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/1.6.7/manifests"},{"name":"0.5.7","sha":"7e7c62fe2408ab2796e17a12e43a25fe60e9092f","kind":"commit","published_at":"2013-12-25T00:51:31.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/0.5.7","html_url":"https://github.com/plotly/plotly.py/releases/tag/0.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/0.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/0.5.7/manifests"}]},"repo_metadata_updated_at":"2024-09-07T08:11:53.424Z","dependent_packages_count":19,"downloads":51965,"downloads_period":"last-month","dependent_repos_count":875,"rankings":{"downloads":1.046876633895048,"dependent_repos_count":0.3955525992187639,"dependent_packages_count":0.7011351994741486,"stargazers_count":null,"forks_count":null,"docker_downloads_count":0.8935462158998722,"average":0.7592776621219581},"purl":"pkg:pypi/chart-studio","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/chart-studio","docker_dependents_count":47,"docker_downloads_count":490653,"usage_url":"https://repos.ecosyste.ms/usage/pypi/chart-studio","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/chart-studio/dependencies","status":null,"funding_links":["https://github.com/sponsors/plotly","https://plot.ly/products/consulting-and-oem/"],"critical":null,"issue_metadata":{"last_synced_at":"2024-09-07T06:05:16.709Z","issues_count":753,"pull_requests_count":326,"avg_time_to_close_issue":81150043.625,"avg_time_to_close_pull_request":10534787.089887641,"issues_closed_count":319,"pull_requests_closed_count":267,"pull_request_authors_count":117,"issue_authors_count":585,"avg_comments_per_issue":2.99867197875166,"avg_comments_per_pull_request":1.549079754601227,"merged_pull_requests_count":210,"bot_issues_count":0,"bot_pull_requests_count":8,"past_year_issues_count":256,"past_year_pull_requests_count":150,"past_year_avg_time_to_close_issue":3865306.654320988,"past_year_avg_time_to_close_pull_request":812762.2016129033,"past_year_issues_closed_count":81,"past_year_pull_requests_closed_count":124,"past_year_pull_request_authors_count":43,"past_year_issue_authors_count":207,"past_year_avg_comments_per_issue":1.5546875,"past_year_avg_comments_per_pull_request":1.1066666666666667,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":6,"past_year_merged_pull_requests_count":104,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/issues","maintainers":[{"login":"nicolaskruchten","count":47,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolaskruchten"},{"login":"ndrezn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ndrezn"},{"login":"chriddyp","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/chriddyp"},{"login":"AaronStiff","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/AaronStiff"},{"login":"bpostlethwaite","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bpostlethwaite"}],"active_maintainers":[{"login":"ndrezn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ndrezn"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/chart-studio/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/chart-studio/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/chart-studio/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/chart-studio/related_packages","maintainers":[{"uuid":"cparmer","login":"cparmer","name":null,"email":null,"url":null,"packages_count":38,"html_url":"https://pypi.org/user/cparmer/","role":null,"created_at":"2023-02-23T19:25:00.487Z","updated_at":"2023-02-23T19:25:00.487Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/cparmer/packages"},{"uuid":"nicolaskruchten","login":"nicolaskruchten","name":null,"email":null,"url":null,"packages_count":14,"html_url":"https://pypi.org/user/nicolaskruchten/","role":null,"created_at":"2023-02-23T19:25:00.525Z","updated_at":"2023-02-23T19:25:00.525Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/nicolaskruchten/packages"},{"uuid":"jmmease","login":"jmmease","name":null,"email":null,"url":null,"packages_count":23,"html_url":"https://pypi.org/user/jmmease/","role":null,"created_at":"2023-02-23T19:25:00.496Z","updated_at":"2023-02-23T19:25:00.496Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/jmmease/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":725034,"maintainers_count":308331,"namespaces_count":0,"keywords_count":238006,"github":"pypi","metadata":{"funded_packages_count":50519},"icon_url":"https://github.com/pypi.png","created_at":"2022-04-04T15:19:23.364Z","updated_at":"2025-09-05T05:40:58.860Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/namespaces"}},{"id":5295845,"name":"chart-studio","ecosystem":"conda","description":null,"homepage":"https://github.com/plotly/plotly.py","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/plotly/plotly.py","keywords_array":[],"namespace":null,"versions_count":2,"first_release_published_at":"2019-12-20T01:58:28.000Z","latest_release_published_at":"2020-04-02T01:47:21.000Z","latest_release_number":"1.1.0","last_synced_at":"2025-09-02T05:05:37.535Z","created_at":"2022-10-03T15:59:14.906Z","updated_at":"2025-09-02T05:05:37.535Z","registry_url":"https://anaconda.org/conda-forge/chart-studio","install_command":"conda install -c conda-forge chart-studio","documentation_url":null,"metadata":{},"repo_metadata":{"id":12000601,"uuid":"14579099","full_name":"plotly/plotly.py","owner":"plotly","description":"The interactive graphing library for Python :sparkles:","archived":false,"fork":false,"pushed_at":"2025-08-29T20:22:39.000Z","size":399969,"stargazers_count":17661,"open_issues_count":719,"forks_count":2704,"subscribers_count":278,"default_branch":"main","last_synced_at":"2025-08-29T22:40:30.715Z","etag":null,"topics":["d3","dashboard","declarative","graph-library","interactive","jupyter-notebook","plotly","plotly-dash","plotlyjs","python","regl","sparkles","visualization","webgl"],"latest_commit_sha":null,"homepage":"https://plotly.com/python/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/plotly.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"plotly","custom":"https://plot.ly/products/consulting-and-oem/"}},"created_at":"2013-11-21T05:53:08.000Z","updated_at":"2025-08-29T13:43:44.000Z","dependencies_parsed_at":"2023-10-21T12:43:17.099Z","dependency_job_id":"7dd4b3d5-54ba-4a87-9413-a7e9eff766d2","html_url":"https://github.com/plotly/plotly.py","commit_stats":{"total_commits":5743,"total_committers":299,"mean_commits":"19.207357859531772","dds":0.8553021069127633,"last_synced_commit":"2bc6a0fedfd5a3d2c4e9846810032d3ec564102a"},"previous_names":[],"tags_count":160,"template":false,"template_full_name":null,"purl":"pkg:github/plotly/plotly.py","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/plotly","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/sbom","scorecard":{"id":738068,"data":{"date":"2025-08-11","repo":{"name":"github.com/plotly/plotly.py","commit":"3d36c65614b45b2b0de3ee56a22059ca86336ebb"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/check-js-build.yml:1","Warn: no topLevel permission defined: .github/workflows/test-release.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":"Maintained","score":10,"reason":"30 commit(s) and 3 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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"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":"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":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.txt:0","Info: FSF or OSI recognized license: MIT 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":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/test-release.yml:49"],"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":"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v6.3.0 not signed: https://api.github.com/repos/plotly/plotly.py/releases/239486383","Warn: release artifact v6.2.0 not signed: https://api.github.com/repos/plotly/plotly.py/releases/228067886","Warn: release artifact v6.1.2 not signed: https://api.github.com/repos/plotly/plotly.py/releases/221372107","Warn: release artifact v6.1.1 not signed: https://api.github.com/repos/plotly/plotly.py/releases/219887187","Warn: release artifact v6.1.0 not signed: https://api.github.com/repos/plotly/plotly.py/releases/218893301","Warn: release artifact v6.3.0 does not have provenance: https://api.github.com/repos/plotly/plotly.py/releases/239486383","Warn: release artifact v6.2.0 does not have provenance: https://api.github.com/repos/plotly/plotly.py/releases/228067886","Warn: release artifact v6.1.2 does not have provenance: https://api.github.com/repos/plotly/plotly.py/releases/221372107","Warn: release artifact v6.1.1 does not have provenance: https://api.github.com/repos/plotly/plotly.py/releases/219887187","Warn: release artifact v6.1.0 does not have provenance: https://api.github.com/repos/plotly/plotly.py/releases/218893301"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Pinned-Dependencies","score":2,"reason":"dependency not pinned by hash detected -- score normalized to 2","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-js-build.yml:8: update your workflow using https://app.stepsecurity.io/secureworkflow/plotly/plotly.py/check-js-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-js-build.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/plotly/plotly.py/check-js-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-js-build.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/plotly/plotly.py/check-js-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-js-build.yml:62: update your workflow using https://app.stepsecurity.io/secureworkflow/plotly/plotly.py/check-js-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-release.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/plotly/plotly.py/test-release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-release.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/plotly/plotly.py/test-release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-release.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/plotly/plotly.py/test-release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-release.yml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/plotly/plotly.py/test-release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-release.yml:64: update your workflow using https://app.stepsecurity.io/secureworkflow/plotly/plotly.py/test-release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-release.yml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/plotly/plotly.py/test-release.yml/main?enable=pin","Warn: downloadThenRun not pinned by hash: .github/workflows/check-js-build.yml:25","Warn: downloadThenRun not pinned by hash: .github/workflows/test-release.yml:27","Warn: pipCommand not pinned by hash: .github/workflows/test-release.yml:37","Info:   0 out of   9 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   2 downloadThenRun dependencies pinned","Info:   2 out of   2 npmCommand dependencies pinned","Info:   0 out of   1 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Vulnerabilities","score":0,"reason":"26 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: PYSEC-2022-249 / GHSA-9jmq-rx5f-8jwq","Warn: Project is vulnerable to: PYSEC-2018-18 / GHSA-3p4q-x8f3-p7vq","Warn: Project is vulnerable to: GHSA-4952-p58q-6crx","Warn: Project is vulnerable to: PYSEC-2018-17 / GHSA-49qr-xh3w-h436","Warn: Project is vulnerable to: PYSEC-2018-57 / GHSA-6cwv-x26c-w2q4","Warn: Project is vulnerable to: PYSEC-2020-215 / GHSA-c7vm-f5p4-8fqh","Warn: Project is vulnerable to: PYSEC-2019-159 / GHSA-hhx8-cr55-qcxx","Warn: Project is vulnerable to: GHSA-hwvq-6gjx-j797","Warn: Project is vulnerable to: PYSEC-2019-157 / GHSA-jqwc-jm56-wcwj","Warn: Project is vulnerable to: PYSEC-2022-180 / GHSA-m87f-39q9-6f55","Warn: Project is vulnerable to: PYSEC-2019-158 / GHSA-rcx2-m7jp-p9wj","Warn: Project is vulnerable to: GHSA-rv62-4pmj-xw6h","Warn: Project is vulnerable to: PYSEC-2022-212 / GHSA-v7vq-3x77-87vg","Warn: Project is vulnerable to: PYSEC-2024-40 / GHSA-pwr2-4v36-6qpr","Warn: Project is vulnerable to: PYSEC-2019-41 / GHSA-qfc5-mcwq-26q8","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: PYSEC-2020-107 / GHSA-jjw5-xxj6-pcv5","Warn: Project is vulnerable to: PYSEC-2024-110 / GHSA-jw8x-6495-233v","Warn: Project is vulnerable to: PYSEC-2020-108","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw","Warn: Project is vulnerable to: GHSA-67mh-4wv8-2f99"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-22T16:29:58.576Z","repository_id":12000601,"created_at":"2025-08-22T16:29:58.576Z","updated_at":"2025-08-22T16:29:58.576Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272778291,"owners_count":24991500,"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-29T02:00:10.610Z","response_time":87,"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":"plotly","name":"Plotly","uuid":"5997976","kind":"organization","description":"","email":null,"website":"https://plotly.com/","location":"Montréal","twitter":"plotlygraphs","company":null,"icon_url":"https://avatars.githubusercontent.com/u/5997976?v=4","repositories_count":376,"last_synced_at":"2024-04-14T07:08:43.994Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/plotly","funding_links":["https://github.com/sponsors/plotly"],"total_stars":83082,"followers":1193,"following":0,"created_at":"2022-11-02T16:24:57.993Z","updated_at":"2024-04-14T07:09:47.279Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/plotly","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/plotly/repositories"},"tags":[{"name":"v6.3.0","sha":"53572f6532876fde279abfa63a47c056dc485540","kind":"commit","published_at":"2025-08-12T20:00:26.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v6.3.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v6.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v6.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.3.0/manifests"},{"name":"v6.2.0","sha":"12be40788fcaba7e83d9315a7817dea4a4aace95","kind":"commit","published_at":"2025-06-26T14:58:21.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v6.2.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v6.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v6.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.2.0/manifests"},{"name":"v6.1.2","sha":"3f5cbda2781fd9966711ebc6830c8f81f1b21b57","kind":"commit","published_at":"2025-05-27T19:14:49.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v6.1.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v6.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v6.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.1.2/manifests"},{"name":"v6.1.1","sha":"c044f1e32304c5ac8b7e0b7fd63fefd533824b52","kind":"commit","published_at":"2025-05-20T19:06:21.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v6.1.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v6.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v6.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.1.1/manifests"},{"name":"v6.1.0","sha":"1462f3f403006edb4044493a96b405e9a9ed0c0a","kind":"commit","published_at":"2025-05-15T14:22:22.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v6.1.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v6.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.1.0/manifests"},{"name":"v6.1.0rc0","sha":"78313f0a858e83bfe352f2e56ed704da49085702","kind":"commit","published_at":"2025-04-30T22:26:56.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v6.1.0rc0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v6.1.0rc0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v6.1.0rc0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.1.0rc0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.1.0rc0/manifests"},{"name":"v6.0.1b0","sha":"54985b81f0134093a2ff564539d7f67d7c5d030e","kind":"commit","published_at":"2025-03-31T18:30:20.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v6.0.1b0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v6.0.1b0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v6.0.1b0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.0.1b0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.0.1b0/manifests"},{"name":"v6.0.1","sha":"58e33fca889d993cb3dc71aca1efbb53ebd2fee9","kind":"commit","published_at":"2025-03-14T16:46:04.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v6.0.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v6.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.0.1/manifests"},{"name":"v6.0.0","sha":"49581b8a19a808a78172c9294d7e39969c9d0248","kind":"commit","published_at":"2025-01-28T18:09:09.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v6.0.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.0.0/manifests"},{"name":"v6.0.0rc0","sha":"173ea1e44d296fbb8bbcb32e49b3f6f9024e9549","kind":"commit","published_at":"2024-11-27T19:35:05.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v6.0.0rc0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v6.0.0rc0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v6.0.0rc0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.0.0rc0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.0.0rc0/manifests"},{"name":"v5.24.1","sha":"5d79b80c53f779274170743539a481c524e04c8f","kind":"commit","published_at":"2024-09-12T14:41:22.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.24.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.24.1/manifests"},{"name":"v5.24.0","sha":"c1fff18c2bd30e3436444390f197e92a22df1005","kind":"commit","published_at":"2024-08-29T17:17:06.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.24.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.24.0/manifests"},{"name":"v5.23.0","sha":"83c7c850f9a97ba56349cda7777c4c29db5ae290","kind":"commit","published_at":"2024-07-22T19:47:36.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.23.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.23.0/manifests"},{"name":"v5.22.0","sha":"34e8bdba5e2187903385a21e7c591ae41914ccaf","kind":"commit","published_at":"2024-04-30T20:49:43.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.22.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.22.0/manifests"},{"name":"v5.21.0","sha":"84456f33e7dcd094544fbe835fbd1965825d4f95","kind":"commit","published_at":"2024-04-17T13:49:11.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.21.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.21.0/manifests"},{"name":"v5.20.0","sha":"9335a34ca77399a597a72420f73e947217d3d410","kind":"commit","published_at":"2024-03-13T14:36:11.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.20.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.20.0/manifests"},{"name":"v5.19.0","sha":"b541a6924fa0c417c6116d03b62c6007dc510a28","kind":"commit","published_at":"2024-02-13T14:24:37.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.19.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.19.0/manifests"},{"name":"v5.18.0","sha":"4988b440c8600c4634f7363f0ca8748106bfa1bb","kind":"commit","published_at":"2023-10-25T18:30:10.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.18.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.18.0/manifests"},{"name":"v5.17.0","sha":"bce884546d7b2d7e71fcfe0a692c960ddd4b7b3e","kind":"commit","published_at":"2023-09-15T14:25:57.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.17.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.17.0/manifests"},{"name":"v5.16.1","sha":"bbbf5eff75883511a1126b11205bef34f1cf0ff9","kind":"commit","published_at":"2023-08-16T16:17:51.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.16.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.16.1/manifests"},{"name":"v5.16.0","sha":"01c6450cc81abce8e6cd702cea7c1a24d631398b","kind":"commit","published_at":"2023-08-11T19:18:03.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.16.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.16.0/manifests"},{"name":"v5.15.0","sha":"e42897d4be454be23004b3d1f8704386b57773dc","kind":"commit","published_at":"2023-06-08T14:48:38.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.15.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.15.0/manifests"},{"name":"v5.14.1","sha":"f006ae830365d6735e5d6fd3c3fb46dca10f539b","kind":"commit","published_at":"2023-04-05T15:48:06.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.14.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.14.1/manifests"},{"name":"v5.14.0","sha":"31e97dc6a62131bb9b33cc3cbcb77f40dcf4cb15","kind":"commit","published_at":"2023-03-29T14:00:15.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.14.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.14.0/manifests"},{"name":"v5.13.1","sha":"2a8a9b7c27310d968a55edf44144c7eff9718ccb","kind":"commit","published_at":"2023-02-24T16:08:21.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.13.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.13.1/manifests"},{"name":"v5.13.0","sha":"502f22005dcfbe7f12aae097a1e3dd9cddd4ae9d","kind":"commit","published_at":"2023-01-23T13:58:12.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.13.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.13.0/manifests"},{"name":"v5.12.0","sha":"baedaabc9dd64c0774e00251cc778af1d2ec83fe","kind":"commit","published_at":"2023-01-12T20:07:13.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.12.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.12.0/manifests"},{"name":"v5.11.0","sha":"e7eb42d2be75e4e61747fa81e9e96da1ad73fcd4","kind":"commit","published_at":"2022-10-27T17:02:05.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.11.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.11.0/manifests"},{"name":"v5.10.0","sha":"473c263e5e133e5693863baa668751b85900dc11","kind":"commit","published_at":"2022-08-11T13:27:06.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.10.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.10.0/manifests"},{"name":"v5.9.0","sha":"ddd5ba6ba21f176914da2ee448331e05eaebb471","kind":"commit","published_at":"2022-06-23T17:41:55.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.9.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.9.0/manifests"},{"name":"v5.8.2","sha":"4222d7e8b49e851ccdd23ed91d5836ec16c32532","kind":"commit","published_at":"2022-06-10T15:05:08.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.8.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.8.2/manifests"},{"name":"v5.8.1","sha":"473e6e0d6849e334d63a816336deda5d761adcf8","kind":"commit","published_at":"2022-06-08T13:56:14.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.8.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.8.1/manifests"},{"name":"v5.8.0","sha":"eca5fe62f9262478bacc5895db3a053116cac393","kind":"commit","published_at":"2022-05-10T00:40:15.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.8.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.8.0/manifests"},{"name":"v5.7.0","sha":"a74510552b752fd656746ed5e204491cb0798bf1","kind":"commit","published_at":"2022-04-05T15:32:22.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.7.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.7.0/manifests"},{"name":"v5.6.0","sha":"c6026e67628cb8b9b379e71b36d1372b0e787f20","kind":"commit","published_at":"2022-02-09T18:21:39.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.6.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.6.0/manifests"},{"name":"v5.5.0","sha":"85c77b4b5cf9e4ee7ae74b3597ee7ff334dc4dd2","kind":"commit","published_at":"2021-12-21T03:24:45.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.5.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.5.0/manifests"},{"name":"v5.4.0","sha":"53e8cbfee0b870e6ea4e0233ef3526c2278bc2a2","kind":"commit","published_at":"2021-11-15T01:53:47.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.4.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.4.0/manifests"},{"name":"v5.3.1","sha":"b763ef96cc36f460d4096650e54f51bf85886cb8","kind":"commit","published_at":"2021-09-01T01:19:43.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.3.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.3.1/manifests"},{"name":"v5.3.0","sha":"765507014b146dba23f29dd99a929204783fae66","kind":"commit","published_at":"2021-08-30T00:55:19.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.3.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.3.0/manifests"},{"name":"v5.2.2","sha":"6c8a7fa90c3ab3d8170b3b7a5e4fd283494081b5","kind":"commit","published_at":"2021-08-23T18:43:23.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.2.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.2.2/manifests"},{"name":"v5.2.1","sha":"c1166729192e5278fb18c5165cd1b88d9dd5c07c","kind":"commit","published_at":"2021-08-13T20:39:44.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.2.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.2.1/manifests"},{"name":"v5.2.0","sha":"18252a278714297e5694f53b0cd684d8f4476ef6","kind":"commit","published_at":"2021-08-13T14:54:52.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.2.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.2.0/manifests"},{"name":"v5.1.0","sha":"c9016fcadda3ccd45e152f26d406edd665a418dd","kind":"commit","published_at":"2021-06-28T19:27:49.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.1.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.1.0/manifests"},{"name":"v5.0.0","sha":"06c6eb2b1acaba21c10ffccf5efd827bb3d86b41","kind":"commit","published_at":"2021-06-21T14:51:36.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.0.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.0.0/manifests"},{"name":"v5.0.0rc2","sha":"96e4c9d699de3dbcbe26c19a901680127b604a16","kind":"commit","published_at":"2021-06-07T16:57:16.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.0.0rc2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.0.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.0.0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.0.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.0.0rc2/manifests"},{"name":"v5.0.0rc1","sha":"5331cea2ef046243f66409e72c08ea51f106315c","kind":"commit","published_at":"2021-05-31T20:50:32.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.0.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.0.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.0.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.0.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.0.0rc1/manifests"},{"name":"v4.14.3","sha":"6c463ee500960000341cc735b2d95680ac48e3ad","kind":"commit","published_at":"2021-01-12T16:08:17.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.14.3","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.14.3/manifests"},{"name":"v4.14.2","sha":"4cc5c4eede84a934848a38ff4db9c684c6e21f22","kind":"commit","published_at":"2021-01-11T20:27:48.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.14.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.14.2/manifests"},{"name":"v4.14.1","sha":"f9d0e87ae1d7737831e5a6d282b0ee5db5b6fbc6","kind":"commit","published_at":"2020-12-09T13:25:32.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.14.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.14.1/manifests"},{"name":"v4.14.0","sha":"b0d9b3978ef5bfa204abdf598cc321d441793571","kind":"commit","published_at":"2020-12-07T14:28:10.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.14.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.14.0/manifests"},{"name":"v4.13.0","sha":"3f0d771fa3e0a7f6b00c089b7b2d8d59a7504782","kind":"commit","published_at":"2020-11-23T13:36:12.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.13.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.13.0/manifests"},{"name":"v4.12.0","sha":"40c8a35486a92a9d9f1ee3fd74a6606c8a82fd2f","kind":"commit","published_at":"2020-10-23T12:52:25.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.12.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.12.0/manifests"},{"name":"v4.11.0","sha":"73be67c88cfa32f0d41cfe58ba9750b4d863805a","kind":"commit","published_at":"2020-10-01T13:27:31.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.11.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.11.0/manifests"},{"name":"v4.10.0","sha":"d5eeffc1cc78f55cf720c24ed5a6dc360043ad2f","kind":"commit","published_at":"2020-09-10T13:08:48.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.10.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.10.0/manifests"},{"name":"v4.9.0","sha":"f17275755da092e2bec637adbd26c7d83f3662fb","kind":"commit","published_at":"2020-07-16T12:43:24.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.9.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.9.0/manifests"},{"name":"v4.9.0rc1","sha":"950a54a8fbe93396c9735cf46ddeabbd8d8ffed0","kind":"commit","published_at":"2020-07-15T18:02:21.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.9.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.9.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.9.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.9.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.9.0rc1/manifests"},{"name":"v4.8.2","sha":"659d1304f6117ab49c29662517a5bf82aba73474","kind":"commit","published_at":"2020-06-26T19:10:55.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.8.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.8.2/manifests"},{"name":"v4.8.1","sha":"8ce454b02690c5f30782a0792b10fcc9b9d66451","kind":"commit","published_at":"2020-05-29T02:59:18.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.8.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.8.1/manifests"},{"name":"v4.8.0","sha":"df827daeddb5a9dd4a10b26adcba486d96cd379a","kind":"commit","published_at":"2020-05-26T13:53:17.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.8.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.8.0/manifests"},{"name":"v4.7.1","sha":"e026ef52b132d9a177c1a65ae7f91ccad79d587d","kind":"commit","published_at":"2020-05-08T12:41:00.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.7.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.7.1/manifests"},{"name":"v4.7.0","sha":"c94047a9494105abd6dec262f3aae246d91adcf7","kind":"commit","published_at":"2020-05-06T14:23:05.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.7.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.7.0/manifests"},{"name":"v4.6.0","sha":"aa14db7476ebf12cd6839304e4d1596e99d052a5","kind":"commit","published_at":"2020-04-01T15:05:19.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.6.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.6.0/manifests"},{"name":"chart-studio-v1.1.0","sha":"95e3a3c14ba24e91440d1b031544338d4029d5a7","kind":"commit","published_at":"2020-04-01T14:38:47.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/chart-studio-v1.1.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/chart-studio-v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@chart-studio-v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.1.0/manifests"},{"name":"v4.5.4","sha":"1c99b99436684516d2068a62f35888ef97c96bcd","kind":"commit","published_at":"2020-03-11T20:23:12.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.5.4","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.4/manifests"},{"name":"widget-v1.5.4","sha":"1c99b99436684516d2068a62f35888ef97c96bcd","kind":"commit","published_at":"2020-03-11T20:23:12.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.5.4","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.4/manifests"},{"name":"widget-v1.5.3","sha":"587075c9f5a57a3dd60b03b2d47d925fbbb9b9b6","kind":"commit","published_at":"2020-03-06T02:53:39.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.5.3","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.3/manifests"},{"name":"v4.5.3","sha":"587075c9f5a57a3dd60b03b2d47d925fbbb9b9b6","kind":"commit","published_at":"2020-03-06T02:53:39.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.5.3","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.3/manifests"},{"name":"v4.5.2","sha":"5aa8c16c34f5d8ec77c4145737e3ca83c28afae1","kind":"commit","published_at":"2020-02-25T04:44:04.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.5.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.2/manifests"},{"name":"widget-v1.5.2","sha":"5aa8c16c34f5d8ec77c4145737e3ca83c28afae1","kind":"commit","published_at":"2020-02-25T04:44:04.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.5.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.2/manifests"},{"name":"v4.5.1","sha":"76ccbffc757a54ba92886413e4109f42a694612d","kind":"commit","published_at":"2020-02-19T21:29:33.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.5.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.1/manifests"},{"name":"widget-v1.5.1","sha":"76ccbffc757a54ba92886413e4109f42a694612d","kind":"commit","published_at":"2020-02-19T21:29:33.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.5.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.1/manifests"},{"name":"list","sha":"74e681e0a1531690799113043d9036deaeb56ed4","kind":"commit","published_at":"2020-01-22T19:58:11.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/list","html_url":"https://github.com/plotly/plotly.py/releases/tag/list","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@list","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/list","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/list/manifests"},{"name":"v4.5.0","sha":"74e681e0a1531690799113043d9036deaeb56ed4","kind":"commit","published_at":"2020-01-22T19:58:11.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.5.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.0/manifests"},{"name":"widget-v1.5.0","sha":"74e681e0a1531690799113043d9036deaeb56ed4","kind":"commit","published_at":"2020-01-22T19:58:11.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.5.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.0/manifests"},{"name":"help","sha":"74e681e0a1531690799113043d9036deaeb56ed4","kind":"commit","published_at":"2020-01-22T19:58:11.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/help","html_url":"https://github.com/plotly/plotly.py/releases/tag/help","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@help","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/help","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/help/manifests"},{"name":"v4.5.0rc1","sha":"a5bb459d9cb4bb91f007b58bbe151511514ebb29","kind":"commit","published_at":"2020-01-22T19:22:51.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.5.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.5.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.5.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.0rc1/manifests"},{"name":"widget-v1.5.0-rc.1","sha":"a5bb459d9cb4bb91f007b58bbe151511514ebb29","kind":"commit","published_at":"2020-01-22T19:22:51.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.5.0-rc.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.5.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v1.5.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.0-rc.1/manifests"},{"name":"v4.4.1","sha":"6fb105286d0bf81ed045dafd18ad16cdfcc13dd8","kind":"commit","published_at":"2019-12-10T16:52:12.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.4.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.4.1/manifests"},{"name":"widget-v1.4.0","sha":"c399e06e257f06a87e546f590e6472e3e6f02149","kind":"commit","published_at":"2019-12-10T14:16:42.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.4.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.4.0/manifests"},{"name":"v4.4.0","sha":"c399e06e257f06a87e546f590e6472e3e6f02149","kind":"commit","published_at":"2019-12-10T14:16:42.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.4.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.4.0/manifests"},{"name":"widget-v1.3.0","sha":"c0a0ee0f082766e629d4c1a1ddb3fdc1b274f32e","kind":"commit","published_at":"2019-11-12T11:02:41.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.3.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.3.0/manifests"},{"name":"v4.3.0","sha":"c0a0ee0f082766e629d4c1a1ddb3fdc1b274f32e","kind":"commit","published_at":"2019-11-12T11:02:41.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.3.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.3.0/manifests"},{"name":"v4.2.1","sha":"62119960fa6286a78df0c51183217163c2c2718b","kind":"commit","published_at":"2019-10-18T21:53:13.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.2.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.2.1/manifests"},{"name":"widget-v1.2.0","sha":"b7ad5433c4e0882715781fa6c4816fc7fff62965","kind":"commit","published_at":"2019-10-16T22:09:11.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.2.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.2.0/manifests"},{"name":"v4.2.0","sha":"b7ad5433c4e0882715781fa6c4816fc7fff62965","kind":"commit","published_at":"2019-10-16T22:09:11.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.2.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.2.0/manifests"},{"name":"jupyterlab-plotly-v1.1.2","sha":"5920a6cf395dd38a1223ac1cce8999b985bda28c","kind":"commit","published_at":"2019-09-03T10:03:17.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/jupyterlab-plotly-v1.1.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/jupyterlab-plotly-v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@jupyterlab-plotly-v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.1.2/manifests"},{"name":"widget-v1.1.1","sha":"2a3eb9771cd0af90d0f8c32140313c8be43e5f04","kind":"commit","published_at":"2019-09-03T09:33:36.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.1.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.1.1/manifests"},{"name":"v4.1.1","sha":"2a3eb9771cd0af90d0f8c32140313c8be43e5f04","kind":"commit","published_at":"2019-09-03T09:33:36.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.1.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.1/manifests"},{"name":"v4.1.0","sha":"317643dd6ffadd75258661258ba3364eeb53e793","kind":"commit","published_at":"2019-08-07T00:39:44.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.1.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.0/manifests"},{"name":"widget-v1.1.0","sha":"317643dd6ffadd75258661258ba3364eeb53e793","kind":"commit","published_at":"2019-08-07T00:39:44.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.1.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.1.0/manifests"},{"name":"jupyterlab-plotly-v1.1.0","sha":"317643dd6ffadd75258661258ba3364eeb53e793","kind":"commit","published_at":"2019-08-07T00:39:44.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/jupyterlab-plotly-v1.1.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/jupyterlab-plotly-v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@jupyterlab-plotly-v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.1.0/manifests"},{"name":"v4.1.0rc3","sha":"589460cb11b7e6647a8ab8d0669d37c1398d00f9","kind":"commit","published_at":"2019-08-06T23:22:39.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.1.0rc3","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.1.0rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.1.0rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.0rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.0rc3/manifests"},{"name":"v4.1.0rc2","sha":"6d622c996a3f8d28916b9fad6709002bf5ef4c40","kind":"commit","published_at":"2019-08-06T22:15:54.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.1.0rc2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.1.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.1.0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.0rc2/manifests"},{"name":"v4.1.0rc1","sha":"592b785f90127e4da9c58570f1a4db5e6152021c","kind":"commit","published_at":"2019-08-04T22:04:26.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.1.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.1.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.1.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.0rc1/manifests"},{"name":"widget-v1.1.0-rc.1","sha":"592b785f90127e4da9c58570f1a4db5e6152021c","kind":"commit","published_at":"2019-08-04T22:04:26.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.1.0-rc.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.1.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v1.1.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.1.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.1.0-rc.1/manifests"},{"name":"jupyterlab-plotly-v1.1.0-rc.1","sha":"592b785f90127e4da9c58570f1a4db5e6152021c","kind":"commit","published_at":"2019-08-04T22:04:26.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/jupyterlab-plotly-v1.1.0-rc.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/jupyterlab-plotly-v1.1.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@jupyterlab-plotly-v1.1.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.1.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.1.0-rc.1/manifests"},{"name":"chart-studio-v1.0.0","sha":"65625d49226632abcf932d530aa9c90ba1bc59c1","kind":"commit","published_at":"2019-07-16T16:41:00.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/chart-studio-v1.0.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/chart-studio-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@chart-studio-v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0/manifests"},{"name":"widget-v1.0.0","sha":"65625d49226632abcf932d530aa9c90ba1bc59c1","kind":"commit","published_at":"2019-07-16T16:41:00.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.0.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.0.0/manifests"},{"name":"v4.0.0","sha":"65625d49226632abcf932d530aa9c90ba1bc59c1","kind":"commit","published_at":"2019-07-16T16:41:00.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0/manifests"},{"name":"plotly-geo-v1.0.0","sha":"65625d49226632abcf932d530aa9c90ba1bc59c1","kind":"commit","published_at":"2019-07-16T16:41:00.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/plotly-geo-v1.0.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/plotly-geo-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@plotly-geo-v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/plotly-geo-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/plotly-geo-v1.0.0/manifests"},{"name":"jupyterlab-plotly-v1.0.0","sha":"65625d49226632abcf932d530aa9c90ba1bc59c1","kind":"commit","published_at":"2019-07-16T16:41:00.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/jupyterlab-plotly-v1.0.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/jupyterlab-plotly-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@jupyterlab-plotly-v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.0.0/manifests"},{"name":"v4.0.0rc1","sha":"09f7879eb503d4877ae0f4396ea52798e05795fa","kind":"commit","published_at":"2019-07-09T10:37:19.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.0.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0rc1/manifests"},{"name":"plotly-geo-v1.0.0rc1","sha":"09f7879eb503d4877ae0f4396ea52798e05795fa","kind":"commit","published_at":"2019-07-09T10:37:19.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/plotly-geo-v1.0.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/plotly-geo-v1.0.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@plotly-geo-v1.0.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/plotly-geo-v1.0.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/plotly-geo-v1.0.0rc1/manifests"},{"name":"chart-studio-v1.0.0rc1","sha":"09f7879eb503d4877ae0f4396ea52798e05795fa","kind":"commit","published_at":"2019-07-09T10:37:19.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/chart-studio-v1.0.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/chart-studio-v1.0.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@chart-studio-v1.0.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0rc1/manifests"},{"name":"v4.0.0a10","sha":"cbf9b84234913b138e271216471d6a929d705099","kind":"commit","published_at":"2019-07-08T13:15:12.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a10","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.0.0a10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a10/manifests"},{"name":"v4.0.0a9","sha":"3b915ffcc3bcbaf2a9c34ac53934f3bf31960dac","kind":"commit","published_at":"2019-07-04T12:17:18.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a9","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.0.0a9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a9/manifests"},{"name":"v4.0.0a8","sha":"289ed89c09b3038751ca548a800eccc4a4d044da","kind":"commit","published_at":"2019-07-01T21:41:13.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a8","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.0.0a8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a8/manifests"},{"name":"jupyterlab-plotly-v1.0.0-alpha.3","sha":"f859f26c2c0211a7a70c10f8ce79b668ef9a132a","kind":"commit","published_at":"2019-07-01T16:39:05.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/jupyterlab-plotly-v1.0.0-alpha.3","html_url":"https://github.com/plotly/plotly.py/releases/tag/jupyterlab-plotly-v1.0.0-alpha.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@jupyterlab-plotly-v1.0.0-alpha.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.0.0-alpha.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.0.0-alpha.3/manifests"},{"name":"v4.0.0a7","sha":"a1562466856864e9f33d9f412a102deaeaaba4a7","kind":"commit","published_at":"2019-07-01T14:03:56.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a7","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.0.0a7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a7/manifests"},{"name":"v4.0.0a6","sha":"a1562466856864e9f33d9f412a102deaeaaba4a7","kind":"commit","published_at":"2019-07-01T14:03:56.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a6","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.0.0a6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a6/manifests"},{"name":"v4.0.0a5","sha":"56edaa6819eaf21cee20b100249d6a07ffcc5f1c","kind":"commit","published_at":"2019-07-01T12:34:29.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a5","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.0.0a5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a5/manifests"},{"name":"chart-studio-v1.0.0a5","sha":"56edaa6819eaf21cee20b100249d6a07ffcc5f1c","kind":"commit","published_at":"2019-07-01T12:34:29.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/chart-studio-v1.0.0a5","html_url":"https://github.com/plotly/plotly.py/releases/tag/chart-studio-v1.0.0a5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@chart-studio-v1.0.0a5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0a5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0a5/manifests"},{"name":"v4.0.0a4","sha":"e140a288d0c7af63471043dae1fecb8828116465","kind":"commit","published_at":"2019-06-20T13:34:26.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a4","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.0.0a4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a4/manifests"},{"name":"chart-studio-v1.0.0a4","sha":"e6408793296661703cef33d7242d857acb0dd0ce","kind":"commit","published_at":"2019-06-20T12:06:56.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/chart-studio-v1.0.0a4","html_url":"https://github.com/plotly/plotly.py/releases/tag/chart-studio-v1.0.0a4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@chart-studio-v1.0.0a4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0a4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0a4/manifests"},{"name":"chart-studio-v1.0.0a3","sha":"958a6b796262723cef86070bf0baca290595b27a","kind":"commit","published_at":"2019-06-18T13:01:18.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/chart-studio-v1.0.0a3","html_url":"https://github.com/plotly/plotly.py/releases/tag/chart-studio-v1.0.0a3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@chart-studio-v1.0.0a3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0a3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0a3/manifests"},{"name":"v4.0.0a3","sha":"958a6b796262723cef86070bf0baca290595b27a","kind":"commit","published_at":"2019-06-18T13:01:18.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a3","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.0.0a3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a3/manifests"},{"name":"jupyterlab-v1.0.0-alpha.1","sha":"958a6b796262723cef86070bf0baca290595b27a","kind":"commit","published_at":"2019-06-18T13:01:18.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/jupyterlab-v1.0.0-alpha.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/jupyterlab-v1.0.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@jupyterlab-v1.0.0-alpha.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-v1.0.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-v1.0.0-alpha.1/manifests"},{"name":"chart-studio-v1.0.0a2","sha":"6afca651a4e52a4541cc5934d7d612ff2d1fb8e0","kind":"commit","published_at":"2019-06-16T19:57:47.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/chart-studio-v1.0.0a2","html_url":"https://github.com/plotly/plotly.py/releases/tag/chart-studio-v1.0.0a2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@chart-studio-v1.0.0a2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0a2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0a2/manifests"},{"name":"v4.0.0a2","sha":"17cf071147e9682291f6ca3371a6ba9f1aa38fa7","kind":"commit","published_at":"2019-06-15T17:56:25.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.0.0a2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a2/manifests"},{"name":"v4.0.0a1","sha":"e42848a5b59703365bd83ead55a966449f2501c4","kind":"commit","published_at":"2019-06-15T17:18:05.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.0.0a1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a1/manifests"},{"name":"widget-v0.11.0","sha":"7cce28331781f189aaf545ab2476889f1bfe720c","kind":"commit","published_at":"2019-05-31T19:31:06.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v0.11.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.11.0/manifests"},{"name":"v3.10.0","sha":"7cce28331781f189aaf545ab2476889f1bfe720c","kind":"commit","published_at":"2019-05-31T19:31:06.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.10.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.10.0/manifests"},{"name":"widget-v0.11.0-rc.1","sha":"301735b3003860c3cedb837c0a6bc7f8a5cc6f52","kind":"commit","published_at":"2019-05-29T12:27:58.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v0.11.0-rc.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v0.11.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v0.11.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.11.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.11.0-rc.1/manifests"},{"name":"v3.10.0rc1","sha":"301735b3003860c3cedb837c0a6bc7f8a5cc6f52","kind":"commit","published_at":"2019-05-29T12:27:58.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.10.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.10.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.10.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.10.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.10.0rc1/manifests"},{"name":"widget-v0.10.0","sha":"6a85e4b7b6510d58d6f4525de179a45339aa297c","kind":"commit","published_at":"2019-05-06T22:57:38.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v0.10.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.10.0/manifests"},{"name":"v3.9.0","sha":"6a85e4b7b6510d58d6f4525de179a45339aa297c","kind":"commit","published_at":"2019-05-06T22:57:38.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.9.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.9.0/manifests"},{"name":"v3.9.0rc1","sha":"105496f8ded3c5e47961174f6f49a70d97f863c4","kind":"commit","published_at":"2019-05-06T12:36:58.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.9.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.9.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.9.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.9.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.9.0rc1/manifests"},{"name":"widget-v0.10.0-rc.1","sha":"105496f8ded3c5e47961174f6f49a70d97f863c4","kind":"commit","published_at":"2019-05-06T12:36:58.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v0.10.0-rc.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v0.10.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v0.10.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.10.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.10.0-rc.1/manifests"},{"name":"widget-v0.9.1","sha":"8bcf6c80c88c47863b193425ebb6480d98ece2ef","kind":"commit","published_at":"2019-04-19T13:42:26.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v0.9.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.9.1/manifests"},{"name":"v3.8.1","sha":"8bcf6c80c88c47863b193425ebb6480d98ece2ef","kind":"commit","published_at":"2019-04-19T13:42:26.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.8.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.8.1/manifests"},{"name":"widget-v0.9.0","sha":"f4ed82a4d80d2bb3d06559c66d19a32023e790e8","kind":"commit","published_at":"2019-04-15T12:28:51.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v0.9.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.9.0/manifests"},{"name":"v3.8.0","sha":"f4ed82a4d80d2bb3d06559c66d19a32023e790e8","kind":"commit","published_at":"2019-04-15T12:28:51.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.8.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.8.0/manifests"},{"name":"v3.8.0rc1","sha":"0b8dc66ecce5627e714b55af1a3a369720196217","kind":"commit","published_at":"2019-04-12T13:27:56.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.8.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.8.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.8.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.8.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.8.0rc1/manifests"},{"name":"widget-v0.9.0-rc.1","sha":"0b8dc66ecce5627e714b55af1a3a369720196217","kind":"commit","published_at":"2019-04-12T13:27:56.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v0.9.0-rc.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v0.9.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v0.9.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.9.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.9.0-rc.1/manifests"},{"name":"v3.7.1","sha":"3471c3dfbf783927c203c676422260586514b341","kind":"commit","published_at":"2019-03-19T12:08:19.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.7.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.7.1/manifests"},{"name":"widget-v0.8.0","sha":"29846649b6166e59d8b8d49ee4b9e40dfa987319","kind":"commit","published_at":"2019-03-08T14:55:09.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v0.8.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.8.0/manifests"},{"name":"v3.7.0","sha":"29846649b6166e59d8b8d49ee4b9e40dfa987319","kind":"commit","published_at":"2019-03-08T14:55:09.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.7.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.7.0/manifests"},{"name":"v3.6.1","sha":"331c85f74688eb3b84446bac2671bb763e448a48","kind":"commit","published_at":"2019-02-08T23:41:39.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.6.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.6.1/manifests"},{"name":"widget-v0.7.1","sha":"331c85f74688eb3b84446bac2671bb763e448a48","kind":"commit","published_at":"2019-02-08T23:41:39.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v0.7.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v0.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.7.1/manifests"},{"name":"v3.6.0","sha":"256e2f4c11bd72ac180952c17310acf2ec37fa5b","kind":"commit","published_at":"2019-02-01T22:51:55.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.6.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.6.0/manifests"},{"name":"v3.5.0","sha":"bcf4a2a0ca01b2568ccc521fc0cd6fd78c2edb0f","kind":"commit","published_at":"2019-01-04T13:04:16.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.5.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.5.0/manifests"},{"name":"v3.4.2","sha":"618ee2d1cbd3eb37272ea6bb1f29c5625892c1d6","kind":"commit","published_at":"2018-11-23T15:43:13.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.4.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.4.2/manifests"},{"name":"v3.4.1","sha":"a8ae062795ddbf9867b8578fe6d9e244948c15ff","kind":"commit","published_at":"2018-11-09T13:07:33.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.4.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.4.1/manifests"},{"name":"v3.4.0","sha":"be25c5043cd04ef6b9feb5b09dbe2a3f09660d7e","kind":"commit","published_at":"2018-11-02T15:37:15.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.4.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.4.0/manifests"},{"name":"v3.3.0","sha":"2e5bf6e2f7c213295c405ece3e859f4d3f8030d1","kind":"commit","published_at":"2018-09-28T11:22:59.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.3.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.3.0/manifests"},{"name":"v3.2.1","sha":"f0915eec601a875842b29883e8e7919e8d9d6702","kind":"commit","published_at":"2018-09-14T13:27:26.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.2.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.2.1/manifests"},{"name":"v3.2.0","sha":"5814699ca5f6f24e91f69758f2ab95f7649ad1e9","kind":"commit","published_at":"2018-09-05T13:47:46.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.2.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.2.0/manifests"},{"name":"v3.1.1","sha":"8e87a8c2578fdf1ab76f759a5bab89a718a997a4","kind":"commit","published_at":"2018-08-10T15:06:10.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.1.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.1.1/manifests"},{"name":"v3.1.0","sha":"70098404a871ead7e5d3b29744e1d2f9e43d3497","kind":"tag","published_at":"2018-07-21T00:29:19.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.1.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.1.0/manifests"},{"name":"v3.0.2","sha":"6b3a0135977b92b3f7e0be2a1e8b418d995c70e3","kind":"tag","published_at":"2018-07-17T21:57:12.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.0.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.0.2/manifests"},{"name":"v3.0.1","sha":"d8b6b1708ab97915241ba4033f63fe0613592922","kind":"tag","published_at":"2018-07-17T19:08:19.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.0.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.0.1/manifests"},{"name":"v3.0.0","sha":"213602df6c89b45ce2b811ed2591171c961408e7","kind":"tag","published_at":"2018-07-06T15:50:55.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.0.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.0.0/manifests"},{"name":"v2.2.0","sha":"02466a69b96cdc3caa194be293fb82f4c7023da0","kind":"tag","published_at":"2017-10-26T17:28:07.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v2.2.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v2.2.0/manifests"},{"name":"v2.0.0","sha":"ddcebd61ea21667728e4218753c9fa09c9d8642a","kind":"commit","published_at":"2017-01-25T23:34:06.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v2.0.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v2.0.0/manifests"},{"name":"v2.0.0-pre","sha":"0f5f7cc0b5fe82886f0be2f4d66d1d1251cbedaa","kind":"commit","published_at":"2017-01-19T09:00:59.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v2.0.0-pre","html_url":"https://github.com/plotly/plotly.py/releases/tag/v2.0.0-pre","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v2.0.0-pre","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v2.0.0-pre","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v2.0.0-pre/manifests"},{"name":"v1.13.0","sha":"fa89dccdda78bb6b3eeec39f272edc7e11555697","kind":"commit","published_at":"2017-01-11T22:55:26.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v1.13.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v1.13.0/manifests"},{"name":"1.6.12","sha":"ff362ce65aaea4c1fd62abd6fb3909bbdd2cce5d","kind":"commit","published_at":"2015-03-13T20:06:25.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/1.6.12","html_url":"https://github.com/plotly/plotly.py/releases/tag/1.6.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@1.6.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/1.6.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/1.6.12/manifests"},{"name":"1.6.8","sha":"694ac4f0bf91c2dc5fe5c09e073bd890c45468d8","kind":"commit","published_at":"2015-02-21T20:56:14.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/1.6.8","html_url":"https://github.com/plotly/plotly.py/releases/tag/1.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@1.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/1.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/1.6.8/manifests"},{"name":"1.6.7","sha":"40c2a455124f52af6c22fa7f4e66c1793087b9b8","kind":"commit","published_at":"2015-02-20T20:57:59.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/1.6.7","html_url":"https://github.com/plotly/plotly.py/releases/tag/1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/1.6.7/manifests"},{"name":"0.5.7","sha":"7e7c62fe2408ab2796e17a12e43a25fe60e9092f","kind":"commit","published_at":"2013-12-25T00:51:31.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/0.5.7","html_url":"https://github.com/plotly/plotly.py/releases/tag/0.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@0.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/0.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/0.5.7/manifests"}]},"repo_metadata_updated_at":"2025-08-29T22:55:23.746Z","dependent_packages_count":4,"downloads":null,"downloads_period":null,"dependent_repos_count":12,"rankings":{"downloads":null,"dependent_repos_count":10.142251060643872,"dependent_packages_count":12.488145744946344,"stargazers_count":2.3109558273022213,"forks_count":2.241078113301722,"docker_downloads_count":null,"average":6.79560768654854},"purl":"pkg:conda/chart-studio","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/conda/chart-studio","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/conda/chart-studio","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/conda/chart-studio/dependencies","status":null,"funding_links":["https://github.com/sponsors/plotly","https://plot.ly/products/consulting-and-oem/"],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-21T13:35:41.871Z","issues_count":1053,"pull_requests_count":512,"avg_time_to_close_issue":62956236.23965142,"avg_time_to_close_pull_request":9346375.064732144,"issues_closed_count":457,"pull_requests_closed_count":448,"pull_request_authors_count":148,"issue_authors_count":810,"avg_comments_per_issue":2.892687559354226,"avg_comments_per_pull_request":1.572265625,"merged_pull_requests_count":357,"bot_issues_count":0,"bot_pull_requests_count":11,"past_year_issues_count":339,"past_year_pull_requests_count":247,"past_year_avg_time_to_close_issue":1680359.8157894737,"past_year_avg_time_to_close_pull_request":1035309.537735849,"past_year_issues_closed_count":114,"past_year_pull_requests_closed_count":212,"past_year_pull_request_authors_count":42,"past_year_issue_authors_count":247,"past_year_avg_comments_per_issue":1.6342182890855457,"past_year_avg_comments_per_pull_request":1.3036437246963564,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":9,"past_year_merged_pull_requests_count":178,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/issues","maintainers":[{"login":"LiamConnors","count":100,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/LiamConnors"},{"login":"marthacryan","count":46,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/marthacryan"},{"login":"nicolaskruchten","count":30,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolaskruchten"},{"login":"ndrezn","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ndrezn"},{"login":"chriddyp","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/chriddyp"},{"login":"bpostlethwaite","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bpostlethwaite"},{"login":"AaronStiff","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/AaronStiff"},{"login":"alexcjohnson","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/alexcjohnson"}],"active_maintainers":[{"login":"LiamConnors","count":91,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/LiamConnors"},{"login":"marthacryan","count":44,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/marthacryan"},{"login":"ndrezn","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ndrezn"},{"login":"alexcjohnson","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/alexcjohnson"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/chart-studio/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/chart-studio/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/chart-studio/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/chart-studio/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":13395,"github":"conda-forge","metadata":{"kind":"conda-forge","key":"CondaForge","api":"https://conda.anaconda.org","funded_packages_count":2184},"icon_url":"https://github.com/conda-forge.png","created_at":"2022-10-03T15:37:08.743Z","updated_at":"2025-09-05T07:44:46.629Z","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":333868,"name":"plotly","ecosystem":"pypi","description":"An open-source interactive data visualization library for Python","homepage":null,"licenses":"MIT License\n        \n        Copyright (c) 2016-2024 Plotly Technologies Inc.\n        \n        Permission is hereby granted, free of charge, to any person obtaining a copy\n        of this software and associated documentation files (the \"Software\"), to deal\n        in the Software without restriction, including without limitation the rights\n        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n        copies of the Software, and to permit persons to whom the Software is\n        furnished to do so, subject to the following conditions:\n        \n        The above copyright notice and this permission notice shall be included in\n        all copies or substantial portions of the Software.\n        \n        THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n        THE SOFTWARE.\n        ","normalized_licenses":["Other"],"repository_url":"https://github.com/plotly/plotly.py","keywords_array":[],"namespace":null,"versions_count":309,"first_release_published_at":"2013-06-12T23:28:58.000Z","latest_release_published_at":"2025-08-12T20:22:09.000Z","latest_release_number":"6.3.0","last_synced_at":"2025-09-05T02:30:59.606Z","created_at":"2022-04-06T12:38:07.263Z","updated_at":"2025-09-05T02:30:59.606Z","registry_url":"https://pypi.org/project/plotly/","install_command":"pip install plotly --index-url https://pypi.org/simple","documentation_url":"https://plotly.com/python/","metadata":{"funding":null,"documentation":"https://plotly.com/python/","classifiers":["Development Status :: 5 - Production/Stable","License :: OSI Approved :: MIT License","Programming Language :: Python :: 3.10","Programming Language :: Python :: 3.11","Programming Language :: Python :: 3.12","Programming Language :: Python :: 3.13","Programming Language :: Python :: 3.8","Programming Language :: Python :: 3.9","Topic :: Scientific/Engineering :: Visualization"],"normalized_name":"plotly","project_status":null},"repo_metadata":{"id":12000601,"uuid":"14579099","full_name":"plotly/plotly.py","owner":"plotly","description":"The interactive graphing library for Python :sparkles: This project now includes Plotly Express!","archived":false,"fork":false,"pushed_at":"2024-04-12T17:46:20.000Z","size":156320,"stargazers_count":15193,"open_issues_count":1501,"forks_count":2478,"subscribers_count":279,"default_branch":"master","last_synced_at":"2024-04-14T15:23:20.813Z","etag":null,"topics":["d3","dashboard","declarative","graph-library","interactive","jupyter-notebook","plotly","plotly-dash","plotlyjs","python","regl","sparkles","visualization","webgl"],"latest_commit_sha":null,"homepage":"https://plotly.com/python/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/plotly.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"contributing.md","funding":".github/FUNDING.yml","license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null},"funding":{"github":"plotly","custom":"https://plot.ly/products/consulting-and-oem/"}},"created_at":"2013-11-21T05:53:08.000Z","updated_at":"2024-04-15T20:25:17.882Z","dependencies_parsed_at":"2023-10-21T12:43:17.099Z","dependency_job_id":"7dd4b3d5-54ba-4a87-9413-a7e9eff766d2","html_url":"https://github.com/plotly/plotly.py","commit_stats":{"total_commits":5125,"total_committers":264,"mean_commits":19.41287878787879,"dds":0.8378536585365853,"last_synced_commit":"a6662ab48bf0a71f703fac1833a4d7e6c805b805"},"previous_names":[],"tags_count":145,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/plotly","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":215708452,"owners_count":15919295,"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":"plotly","name":"Plotly","uuid":"5997976","kind":"organization","description":"","email":null,"website":"https://plotly.com/","location":"Montréal","twitter":"plotlygraphs","company":null,"icon_url":"https://avatars.githubusercontent.com/u/5997976?v=4","repositories_count":376,"last_synced_at":"2024-04-14T07:08:43.994Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/plotly","funding_links":["https://github.com/sponsors/plotly"],"total_stars":83082,"followers":1193,"following":0,"created_at":"2022-11-02T16:24:57.993Z","updated_at":"2024-04-14T07:09:47.279Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/plotly","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/plotly/repositories"},"tags":[{"name":"v5.20.0","sha":"9335a34ca77399a597a72420f73e947217d3d410","kind":"commit","published_at":"2024-03-13T14:36:11.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.20.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.20.0/manifests"},{"name":"v5.19.0","sha":"b541a6924fa0c417c6116d03b62c6007dc510a28","kind":"commit","published_at":"2024-02-13T14:24:37.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.19.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.19.0/manifests"},{"name":"v5.18.0","sha":"4988b440c8600c4634f7363f0ca8748106bfa1bb","kind":"commit","published_at":"2023-10-25T18:30:10.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.18.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.18.0/manifests"},{"name":"v5.17.0","sha":"bce884546d7b2d7e71fcfe0a692c960ddd4b7b3e","kind":"commit","published_at":"2023-09-15T14:25:57.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.17.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.17.0/manifests"},{"name":"v5.16.1","sha":"bbbf5eff75883511a1126b11205bef34f1cf0ff9","kind":"commit","published_at":"2023-08-16T16:17:51.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.16.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.16.1/manifests"},{"name":"v5.16.0","sha":"01c6450cc81abce8e6cd702cea7c1a24d631398b","kind":"commit","published_at":"2023-08-11T19:18:03.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.16.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.16.0/manifests"},{"name":"v5.15.0","sha":"e42897d4be454be23004b3d1f8704386b57773dc","kind":"commit","published_at":"2023-06-08T14:48:38.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.15.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.15.0/manifests"},{"name":"v5.14.1","sha":"f006ae830365d6735e5d6fd3c3fb46dca10f539b","kind":"commit","published_at":"2023-04-05T15:48:06.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.14.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.14.1/manifests"},{"name":"v5.14.0","sha":"31e97dc6a62131bb9b33cc3cbcb77f40dcf4cb15","kind":"commit","published_at":"2023-03-29T14:00:15.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.14.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.14.0/manifests"},{"name":"v5.13.1","sha":"2a8a9b7c27310d968a55edf44144c7eff9718ccb","kind":"commit","published_at":"2023-02-24T16:08:21.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.13.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.13.1/manifests"},{"name":"v5.13.0","sha":"502f22005dcfbe7f12aae097a1e3dd9cddd4ae9d","kind":"commit","published_at":"2023-01-23T13:58:12.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.13.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.13.0/manifests"},{"name":"v5.12.0","sha":"baedaabc9dd64c0774e00251cc778af1d2ec83fe","kind":"commit","published_at":"2023-01-12T20:07:13.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.12.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.12.0/manifests"},{"name":"v5.11.0","sha":"e7eb42d2be75e4e61747fa81e9e96da1ad73fcd4","kind":"commit","published_at":"2022-10-27T17:02:05.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.11.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.11.0/manifests"},{"name":"v5.10.0","sha":"473c263e5e133e5693863baa668751b85900dc11","kind":"commit","published_at":"2022-08-11T13:27:06.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.10.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.10.0/manifests"},{"name":"v5.9.0","sha":"ddd5ba6ba21f176914da2ee448331e05eaebb471","kind":"commit","published_at":"2022-06-23T17:41:55.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.9.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.9.0/manifests"},{"name":"v5.8.2","sha":"4222d7e8b49e851ccdd23ed91d5836ec16c32532","kind":"commit","published_at":"2022-06-10T15:05:08.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.8.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.8.2/manifests"},{"name":"v5.8.1","sha":"473e6e0d6849e334d63a816336deda5d761adcf8","kind":"commit","published_at":"2022-06-08T13:56:14.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.8.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.8.1/manifests"},{"name":"v5.8.0","sha":"eca5fe62f9262478bacc5895db3a053116cac393","kind":"commit","published_at":"2022-05-10T00:40:15.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.8.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.8.0/manifests"},{"name":"v5.7.0","sha":"a74510552b752fd656746ed5e204491cb0798bf1","kind":"commit","published_at":"2022-04-05T15:32:22.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.7.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.7.0/manifests"},{"name":"v5.6.0","sha":"c6026e67628cb8b9b379e71b36d1372b0e787f20","kind":"commit","published_at":"2022-02-09T18:21:39.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.6.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.6.0/manifests"},{"name":"v5.5.0","sha":"85c77b4b5cf9e4ee7ae74b3597ee7ff334dc4dd2","kind":"commit","published_at":"2021-12-21T03:24:45.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.5.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.5.0/manifests"},{"name":"v5.4.0","sha":"53e8cbfee0b870e6ea4e0233ef3526c2278bc2a2","kind":"commit","published_at":"2021-11-15T01:53:47.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.4.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.4.0/manifests"},{"name":"v5.3.1","sha":"b763ef96cc36f460d4096650e54f51bf85886cb8","kind":"commit","published_at":"2021-09-01T01:19:43.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.3.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.3.1/manifests"},{"name":"v5.3.0","sha":"765507014b146dba23f29dd99a929204783fae66","kind":"commit","published_at":"2021-08-30T00:55:19.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.3.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.3.0/manifests"},{"name":"v5.2.2","sha":"6c8a7fa90c3ab3d8170b3b7a5e4fd283494081b5","kind":"commit","published_at":"2021-08-23T18:43:23.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.2.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.2.2/manifests"},{"name":"v5.2.1","sha":"c1166729192e5278fb18c5165cd1b88d9dd5c07c","kind":"commit","published_at":"2021-08-13T20:39:44.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.2.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.2.1/manifests"},{"name":"v5.2.0","sha":"18252a278714297e5694f53b0cd684d8f4476ef6","kind":"commit","published_at":"2021-08-13T14:54:52.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.2.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.2.0/manifests"},{"name":"v5.1.0","sha":"c9016fcadda3ccd45e152f26d406edd665a418dd","kind":"commit","published_at":"2021-06-28T19:27:49.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.1.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.1.0/manifests"},{"name":"v5.0.0","sha":"06c6eb2b1acaba21c10ffccf5efd827bb3d86b41","kind":"commit","published_at":"2021-06-21T14:51:36.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.0.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.0.0/manifests"},{"name":"v5.0.0rc2","sha":"96e4c9d699de3dbcbe26c19a901680127b604a16","kind":"commit","published_at":"2021-06-07T16:57:16.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.0.0rc2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.0.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.0.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.0.0rc2/manifests"},{"name":"v5.0.0rc1","sha":"5331cea2ef046243f66409e72c08ea51f106315c","kind":"commit","published_at":"2021-05-31T20:50:32.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.0.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.0.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.0.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.0.0rc1/manifests"},{"name":"v4.14.3","sha":"6c463ee500960000341cc735b2d95680ac48e3ad","kind":"commit","published_at":"2021-01-12T16:08:17.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.14.3","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.14.3/manifests"},{"name":"v4.14.2","sha":"4cc5c4eede84a934848a38ff4db9c684c6e21f22","kind":"commit","published_at":"2021-01-11T20:27:48.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.14.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.14.2/manifests"},{"name":"v4.14.1","sha":"f9d0e87ae1d7737831e5a6d282b0ee5db5b6fbc6","kind":"commit","published_at":"2020-12-09T13:25:32.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.14.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.14.1/manifests"},{"name":"v4.14.0","sha":"b0d9b3978ef5bfa204abdf598cc321d441793571","kind":"commit","published_at":"2020-12-07T14:28:10.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.14.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.14.0/manifests"},{"name":"v4.13.0","sha":"3f0d771fa3e0a7f6b00c089b7b2d8d59a7504782","kind":"commit","published_at":"2020-11-23T13:36:12.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.13.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.13.0/manifests"},{"name":"v4.12.0","sha":"40c8a35486a92a9d9f1ee3fd74a6606c8a82fd2f","kind":"commit","published_at":"2020-10-23T12:52:25.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.12.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.12.0/manifests"},{"name":"v4.11.0","sha":"73be67c88cfa32f0d41cfe58ba9750b4d863805a","kind":"commit","published_at":"2020-10-01T13:27:31.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.11.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.11.0/manifests"},{"name":"v4.10.0","sha":"d5eeffc1cc78f55cf720c24ed5a6dc360043ad2f","kind":"commit","published_at":"2020-09-10T13:08:48.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.10.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.10.0/manifests"},{"name":"v4.9.0","sha":"f17275755da092e2bec637adbd26c7d83f3662fb","kind":"commit","published_at":"2020-07-16T12:43:24.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.9.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.9.0/manifests"},{"name":"v4.9.0rc1","sha":"950a54a8fbe93396c9735cf46ddeabbd8d8ffed0","kind":"commit","published_at":"2020-07-15T18:02:21.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.9.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.9.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.9.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.9.0rc1/manifests"},{"name":"v4.8.2","sha":"659d1304f6117ab49c29662517a5bf82aba73474","kind":"commit","published_at":"2020-06-26T19:10:55.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.8.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.8.2/manifests"},{"name":"v4.8.1","sha":"8ce454b02690c5f30782a0792b10fcc9b9d66451","kind":"commit","published_at":"2020-05-29T02:59:18.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.8.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.8.1/manifests"},{"name":"v4.8.0","sha":"df827daeddb5a9dd4a10b26adcba486d96cd379a","kind":"commit","published_at":"2020-05-26T13:53:17.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.8.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.8.0/manifests"},{"name":"v4.7.1","sha":"e026ef52b132d9a177c1a65ae7f91ccad79d587d","kind":"commit","published_at":"2020-05-08T12:41:00.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.7.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.7.1/manifests"},{"name":"v4.7.0","sha":"c94047a9494105abd6dec262f3aae246d91adcf7","kind":"commit","published_at":"2020-05-06T14:23:05.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.7.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.7.0/manifests"},{"name":"v4.6.0","sha":"aa14db7476ebf12cd6839304e4d1596e99d052a5","kind":"commit","published_at":"2020-04-01T15:05:19.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.6.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.6.0/manifests"},{"name":"chart-studio-v1.1.0","sha":"95e3a3c14ba24e91440d1b031544338d4029d5a7","kind":"commit","published_at":"2020-04-01T14:38:47.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/chart-studio-v1.1.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/chart-studio-v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.1.0/manifests"},{"name":"widget-v1.5.4","sha":"1c99b99436684516d2068a62f35888ef97c96bcd","kind":"commit","published_at":"2020-03-11T20:23:12.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.5.4","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.4/manifests"},{"name":"v4.5.4","sha":"1c99b99436684516d2068a62f35888ef97c96bcd","kind":"commit","published_at":"2020-03-11T20:23:12.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.5.4","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.4/manifests"},{"name":"v4.5.3","sha":"587075c9f5a57a3dd60b03b2d47d925fbbb9b9b6","kind":"commit","published_at":"2020-03-06T02:53:39.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.5.3","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.3/manifests"},{"name":"widget-v1.5.3","sha":"587075c9f5a57a3dd60b03b2d47d925fbbb9b9b6","kind":"commit","published_at":"2020-03-06T02:53:39.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.5.3","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.3/manifests"},{"name":"v4.5.2","sha":"5aa8c16c34f5d8ec77c4145737e3ca83c28afae1","kind":"commit","published_at":"2020-02-25T04:44:04.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.5.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.2/manifests"},{"name":"widget-v1.5.2","sha":"5aa8c16c34f5d8ec77c4145737e3ca83c28afae1","kind":"commit","published_at":"2020-02-25T04:44:04.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.5.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.2/manifests"},{"name":"v4.5.1","sha":"76ccbffc757a54ba92886413e4109f42a694612d","kind":"commit","published_at":"2020-02-19T21:29:33.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.5.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.1/manifests"},{"name":"widget-v1.5.1","sha":"76ccbffc757a54ba92886413e4109f42a694612d","kind":"commit","published_at":"2020-02-19T21:29:33.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.5.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.1/manifests"},{"name":"help","sha":"74e681e0a1531690799113043d9036deaeb56ed4","kind":"commit","published_at":"2020-01-22T19:58:11.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/help","html_url":"https://github.com/plotly/plotly.py/releases/tag/help","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/help","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/help/manifests"},{"name":"v4.5.0","sha":"74e681e0a1531690799113043d9036deaeb56ed4","kind":"commit","published_at":"2020-01-22T19:58:11.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.5.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.0/manifests"},{"name":"widget-v1.5.0","sha":"74e681e0a1531690799113043d9036deaeb56ed4","kind":"commit","published_at":"2020-01-22T19:58:11.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.5.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.0/manifests"},{"name":"list","sha":"74e681e0a1531690799113043d9036deaeb56ed4","kind":"commit","published_at":"2020-01-22T19:58:11.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/list","html_url":"https://github.com/plotly/plotly.py/releases/tag/list","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/list","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/list/manifests"},{"name":"v4.5.0rc1","sha":"a5bb459d9cb4bb91f007b58bbe151511514ebb29","kind":"commit","published_at":"2020-01-22T19:22:51.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.5.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.5.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.0rc1/manifests"},{"name":"widget-v1.5.0-rc.1","sha":"a5bb459d9cb4bb91f007b58bbe151511514ebb29","kind":"commit","published_at":"2020-01-22T19:22:51.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.5.0-rc.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.5.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.0-rc.1/manifests"},{"name":"v4.4.1","sha":"6fb105286d0bf81ed045dafd18ad16cdfcc13dd8","kind":"commit","published_at":"2019-12-10T16:52:12.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.4.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.4.1/manifests"},{"name":"v4.4.0","sha":"c399e06e257f06a87e546f590e6472e3e6f02149","kind":"commit","published_at":"2019-12-10T14:16:42.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.4.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.4.0/manifests"},{"name":"widget-v1.4.0","sha":"c399e06e257f06a87e546f590e6472e3e6f02149","kind":"commit","published_at":"2019-12-10T14:16:42.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.4.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.4.0/manifests"},{"name":"widget-v1.3.0","sha":"c0a0ee0f082766e629d4c1a1ddb3fdc1b274f32e","kind":"commit","published_at":"2019-11-12T11:02:41.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.3.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.3.0/manifests"},{"name":"v4.3.0","sha":"c0a0ee0f082766e629d4c1a1ddb3fdc1b274f32e","kind":"commit","published_at":"2019-11-12T11:02:41.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.3.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.3.0/manifests"},{"name":"v4.2.1","sha":"62119960fa6286a78df0c51183217163c2c2718b","kind":"commit","published_at":"2019-10-18T21:53:13.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.2.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.2.1/manifests"},{"name":"widget-v1.2.0","sha":"b7ad5433c4e0882715781fa6c4816fc7fff62965","kind":"commit","published_at":"2019-10-16T22:09:11.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.2.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.2.0/manifests"},{"name":"v4.2.0","sha":"b7ad5433c4e0882715781fa6c4816fc7fff62965","kind":"commit","published_at":"2019-10-16T22:09:11.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.2.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.2.0/manifests"},{"name":"jupyterlab-plotly-v1.1.2","sha":"5920a6cf395dd38a1223ac1cce8999b985bda28c","kind":"commit","published_at":"2019-09-03T10:03:17.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/jupyterlab-plotly-v1.1.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/jupyterlab-plotly-v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.1.2/manifests"},{"name":"widget-v1.1.1","sha":"2a3eb9771cd0af90d0f8c32140313c8be43e5f04","kind":"commit","published_at":"2019-09-03T09:33:36.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.1.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.1.1/manifests"},{"name":"v4.1.1","sha":"2a3eb9771cd0af90d0f8c32140313c8be43e5f04","kind":"commit","published_at":"2019-09-03T09:33:36.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.1.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.1/manifests"},{"name":"v4.1.0","sha":"317643dd6ffadd75258661258ba3364eeb53e793","kind":"commit","published_at":"2019-08-07T00:39:44.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.1.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.0/manifests"},{"name":"widget-v1.1.0","sha":"317643dd6ffadd75258661258ba3364eeb53e793","kind":"commit","published_at":"2019-08-07T00:39:44.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.1.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.1.0/manifests"},{"name":"jupyterlab-plotly-v1.1.0","sha":"317643dd6ffadd75258661258ba3364eeb53e793","kind":"commit","published_at":"2019-08-07T00:39:44.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/jupyterlab-plotly-v1.1.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/jupyterlab-plotly-v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.1.0/manifests"},{"name":"v4.1.0rc3","sha":"589460cb11b7e6647a8ab8d0669d37c1398d00f9","kind":"commit","published_at":"2019-08-06T23:22:39.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.1.0rc3","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.1.0rc3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.0rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.0rc3/manifests"},{"name":"v4.1.0rc2","sha":"6d622c996a3f8d28916b9fad6709002bf5ef4c40","kind":"commit","published_at":"2019-08-06T22:15:54.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.1.0rc2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.1.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.0rc2/manifests"},{"name":"v4.1.0rc1","sha":"592b785f90127e4da9c58570f1a4db5e6152021c","kind":"commit","published_at":"2019-08-04T22:04:26.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.1.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.1.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.0rc1/manifests"},{"name":"widget-v1.1.0-rc.1","sha":"592b785f90127e4da9c58570f1a4db5e6152021c","kind":"commit","published_at":"2019-08-04T22:04:26.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.1.0-rc.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.1.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.1.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.1.0-rc.1/manifests"},{"name":"jupyterlab-plotly-v1.1.0-rc.1","sha":"592b785f90127e4da9c58570f1a4db5e6152021c","kind":"commit","published_at":"2019-08-04T22:04:26.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/jupyterlab-plotly-v1.1.0-rc.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/jupyterlab-plotly-v1.1.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.1.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.1.0-rc.1/manifests"},{"name":"jupyterlab-plotly-v1.0.0","sha":"65625d49226632abcf932d530aa9c90ba1bc59c1","kind":"commit","published_at":"2019-07-16T16:41:00.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/jupyterlab-plotly-v1.0.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/jupyterlab-plotly-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.0.0/manifests"},{"name":"widget-v1.0.0","sha":"65625d49226632abcf932d530aa9c90ba1bc59c1","kind":"commit","published_at":"2019-07-16T16:41:00.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.0.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.0.0/manifests"},{"name":"v4.0.0","sha":"65625d49226632abcf932d530aa9c90ba1bc59c1","kind":"commit","published_at":"2019-07-16T16:41:00.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0/manifests"},{"name":"plotly-geo-v1.0.0","sha":"65625d49226632abcf932d530aa9c90ba1bc59c1","kind":"commit","published_at":"2019-07-16T16:41:00.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/plotly-geo-v1.0.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/plotly-geo-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/plotly-geo-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/plotly-geo-v1.0.0/manifests"},{"name":"chart-studio-v1.0.0","sha":"65625d49226632abcf932d530aa9c90ba1bc59c1","kind":"commit","published_at":"2019-07-16T16:41:00.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/chart-studio-v1.0.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/chart-studio-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0/manifests"},{"name":"chart-studio-v1.0.0rc1","sha":"09f7879eb503d4877ae0f4396ea52798e05795fa","kind":"commit","published_at":"2019-07-09T10:37:19.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/chart-studio-v1.0.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/chart-studio-v1.0.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0rc1/manifests"},{"name":"v4.0.0rc1","sha":"09f7879eb503d4877ae0f4396ea52798e05795fa","kind":"commit","published_at":"2019-07-09T10:37:19.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0rc1/manifests"},{"name":"plotly-geo-v1.0.0rc1","sha":"09f7879eb503d4877ae0f4396ea52798e05795fa","kind":"commit","published_at":"2019-07-09T10:37:19.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/plotly-geo-v1.0.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/plotly-geo-v1.0.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/plotly-geo-v1.0.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/plotly-geo-v1.0.0rc1/manifests"},{"name":"v4.0.0a10","sha":"cbf9b84234913b138e271216471d6a929d705099","kind":"commit","published_at":"2019-07-08T13:15:12.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a10","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a10/manifests"},{"name":"v4.0.0a9","sha":"3b915ffcc3bcbaf2a9c34ac53934f3bf31960dac","kind":"commit","published_at":"2019-07-04T12:17:18.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a9","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a9/manifests"},{"name":"v4.0.0a8","sha":"289ed89c09b3038751ca548a800eccc4a4d044da","kind":"commit","published_at":"2019-07-01T21:41:13.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a8","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a8/manifests"},{"name":"jupyterlab-plotly-v1.0.0-alpha.3","sha":"f859f26c2c0211a7a70c10f8ce79b668ef9a132a","kind":"commit","published_at":"2019-07-01T16:39:05.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/jupyterlab-plotly-v1.0.0-alpha.3","html_url":"https://github.com/plotly/plotly.py/releases/tag/jupyterlab-plotly-v1.0.0-alpha.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.0.0-alpha.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.0.0-alpha.3/manifests"},{"name":"v4.0.0a7","sha":"a1562466856864e9f33d9f412a102deaeaaba4a7","kind":"commit","published_at":"2019-07-01T14:03:56.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a7","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a7/manifests"},{"name":"v4.0.0a6","sha":"a1562466856864e9f33d9f412a102deaeaaba4a7","kind":"commit","published_at":"2019-07-01T14:03:56.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a6","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a6/manifests"},{"name":"v4.0.0a5","sha":"56edaa6819eaf21cee20b100249d6a07ffcc5f1c","kind":"commit","published_at":"2019-07-01T12:34:29.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a5","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a5/manifests"},{"name":"chart-studio-v1.0.0a5","sha":"56edaa6819eaf21cee20b100249d6a07ffcc5f1c","kind":"commit","published_at":"2019-07-01T12:34:29.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/chart-studio-v1.0.0a5","html_url":"https://github.com/plotly/plotly.py/releases/tag/chart-studio-v1.0.0a5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0a5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0a5/manifests"},{"name":"v4.0.0a4","sha":"e140a288d0c7af63471043dae1fecb8828116465","kind":"commit","published_at":"2019-06-20T13:34:26.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a4","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a4/manifests"},{"name":"chart-studio-v1.0.0a4","sha":"e6408793296661703cef33d7242d857acb0dd0ce","kind":"commit","published_at":"2019-06-20T12:06:56.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/chart-studio-v1.0.0a4","html_url":"https://github.com/plotly/plotly.py/releases/tag/chart-studio-v1.0.0a4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0a4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0a4/manifests"},{"name":"chart-studio-v1.0.0a3","sha":"958a6b796262723cef86070bf0baca290595b27a","kind":"commit","published_at":"2019-06-18T13:01:18.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/chart-studio-v1.0.0a3","html_url":"https://github.com/plotly/plotly.py/releases/tag/chart-studio-v1.0.0a3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0a3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0a3/manifests"},{"name":"v4.0.0a3","sha":"958a6b796262723cef86070bf0baca290595b27a","kind":"commit","published_at":"2019-06-18T13:01:18.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a3","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a3/manifests"},{"name":"jupyterlab-v1.0.0-alpha.1","sha":"958a6b796262723cef86070bf0baca290595b27a","kind":"commit","published_at":"2019-06-18T13:01:18.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/jupyterlab-v1.0.0-alpha.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/jupyterlab-v1.0.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-v1.0.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-v1.0.0-alpha.1/manifests"},{"name":"chart-studio-v1.0.0a2","sha":"6afca651a4e52a4541cc5934d7d612ff2d1fb8e0","kind":"commit","published_at":"2019-06-16T19:57:47.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/chart-studio-v1.0.0a2","html_url":"https://github.com/plotly/plotly.py/releases/tag/chart-studio-v1.0.0a2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0a2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0a2/manifests"},{"name":"v4.0.0a2","sha":"17cf071147e9682291f6ca3371a6ba9f1aa38fa7","kind":"commit","published_at":"2019-06-15T17:56:25.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a2/manifests"},{"name":"v4.0.0a1","sha":"e42848a5b59703365bd83ead55a966449f2501c4","kind":"commit","published_at":"2019-06-15T17:18:05.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a1/manifests"},{"name":"v3.10.0","sha":"7cce28331781f189aaf545ab2476889f1bfe720c","kind":"commit","published_at":"2019-05-31T19:31:06.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.10.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.10.0/manifests"},{"name":"widget-v0.11.0","sha":"7cce28331781f189aaf545ab2476889f1bfe720c","kind":"commit","published_at":"2019-05-31T19:31:06.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v0.11.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.11.0/manifests"},{"name":"widget-v0.11.0-rc.1","sha":"301735b3003860c3cedb837c0a6bc7f8a5cc6f52","kind":"commit","published_at":"2019-05-29T12:27:58.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v0.11.0-rc.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v0.11.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.11.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.11.0-rc.1/manifests"},{"name":"v3.10.0rc1","sha":"301735b3003860c3cedb837c0a6bc7f8a5cc6f52","kind":"commit","published_at":"2019-05-29T12:27:58.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.10.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.10.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.10.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.10.0rc1/manifests"},{"name":"widget-v0.10.0","sha":"6a85e4b7b6510d58d6f4525de179a45339aa297c","kind":"commit","published_at":"2019-05-06T22:57:38.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v0.10.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.10.0/manifests"},{"name":"v3.9.0","sha":"6a85e4b7b6510d58d6f4525de179a45339aa297c","kind":"commit","published_at":"2019-05-06T22:57:38.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.9.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.9.0/manifests"},{"name":"widget-v0.10.0-rc.1","sha":"105496f8ded3c5e47961174f6f49a70d97f863c4","kind":"commit","published_at":"2019-05-06T12:36:58.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v0.10.0-rc.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v0.10.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.10.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.10.0-rc.1/manifests"},{"name":"v3.9.0rc1","sha":"105496f8ded3c5e47961174f6f49a70d97f863c4","kind":"commit","published_at":"2019-05-06T12:36:58.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.9.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.9.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.9.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.9.0rc1/manifests"},{"name":"v3.8.1","sha":"8bcf6c80c88c47863b193425ebb6480d98ece2ef","kind":"commit","published_at":"2019-04-19T13:42:26.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.8.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.8.1/manifests"},{"name":"widget-v0.9.1","sha":"8bcf6c80c88c47863b193425ebb6480d98ece2ef","kind":"commit","published_at":"2019-04-19T13:42:26.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v0.9.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.9.1/manifests"},{"name":"widget-v0.9.0","sha":"f4ed82a4d80d2bb3d06559c66d19a32023e790e8","kind":"commit","published_at":"2019-04-15T12:28:51.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v0.9.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.9.0/manifests"},{"name":"v3.8.0","sha":"f4ed82a4d80d2bb3d06559c66d19a32023e790e8","kind":"commit","published_at":"2019-04-15T12:28:51.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.8.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.8.0/manifests"},{"name":"widget-v0.9.0-rc.1","sha":"0b8dc66ecce5627e714b55af1a3a369720196217","kind":"commit","published_at":"2019-04-12T13:27:56.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v0.9.0-rc.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v0.9.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.9.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.9.0-rc.1/manifests"},{"name":"v3.8.0rc1","sha":"0b8dc66ecce5627e714b55af1a3a369720196217","kind":"commit","published_at":"2019-04-12T13:27:56.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.8.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.8.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.8.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.8.0rc1/manifests"},{"name":"v3.7.1","sha":"3471c3dfbf783927c203c676422260586514b341","kind":"commit","published_at":"2019-03-19T12:08:19.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.7.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.7.1/manifests"},{"name":"widget-v0.8.0","sha":"29846649b6166e59d8b8d49ee4b9e40dfa987319","kind":"commit","published_at":"2019-03-08T14:55:09.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v0.8.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.8.0/manifests"},{"name":"v3.7.0","sha":"29846649b6166e59d8b8d49ee4b9e40dfa987319","kind":"commit","published_at":"2019-03-08T14:55:09.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.7.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.7.0/manifests"},{"name":"widget-v0.7.1","sha":"331c85f74688eb3b84446bac2671bb763e448a48","kind":"commit","published_at":"2019-02-08T23:41:39.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v0.7.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.7.1/manifests"},{"name":"v3.6.1","sha":"331c85f74688eb3b84446bac2671bb763e448a48","kind":"commit","published_at":"2019-02-08T23:41:39.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.6.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.6.1/manifests"},{"name":"v3.6.0","sha":"256e2f4c11bd72ac180952c17310acf2ec37fa5b","kind":"commit","published_at":"2019-02-01T22:51:55.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.6.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.6.0/manifests"},{"name":"v3.5.0","sha":"bcf4a2a0ca01b2568ccc521fc0cd6fd78c2edb0f","kind":"commit","published_at":"2019-01-04T13:04:16.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.5.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.5.0/manifests"},{"name":"v3.4.2","sha":"618ee2d1cbd3eb37272ea6bb1f29c5625892c1d6","kind":"commit","published_at":"2018-11-23T15:43:13.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.4.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.4.2/manifests"},{"name":"v3.4.1","sha":"a8ae062795ddbf9867b8578fe6d9e244948c15ff","kind":"commit","published_at":"2018-11-09T13:07:33.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.4.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.4.1/manifests"},{"name":"v3.4.0","sha":"be25c5043cd04ef6b9feb5b09dbe2a3f09660d7e","kind":"commit","published_at":"2018-11-02T15:37:15.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.4.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.4.0/manifests"},{"name":"v3.3.0","sha":"2e5bf6e2f7c213295c405ece3e859f4d3f8030d1","kind":"commit","published_at":"2018-09-28T11:22:59.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.3.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.3.0/manifests"},{"name":"v3.2.1","sha":"f0915eec601a875842b29883e8e7919e8d9d6702","kind":"commit","published_at":"2018-09-14T13:27:26.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.2.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.2.1/manifests"},{"name":"v3.2.0","sha":"5814699ca5f6f24e91f69758f2ab95f7649ad1e9","kind":"commit","published_at":"2018-09-05T13:47:46.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.2.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.2.0/manifests"},{"name":"v3.1.1","sha":"8e87a8c2578fdf1ab76f759a5bab89a718a997a4","kind":"commit","published_at":"2018-08-10T15:06:10.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.1.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.1.1/manifests"},{"name":"v3.1.0","sha":"70098404a871ead7e5d3b29744e1d2f9e43d3497","kind":"tag","published_at":"2018-07-21T00:29:19.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.1.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.1.0/manifests"},{"name":"v3.0.2","sha":"6b3a0135977b92b3f7e0be2a1e8b418d995c70e3","kind":"tag","published_at":"2018-07-17T21:57:12.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.0.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.0.2/manifests"},{"name":"v3.0.1","sha":"d8b6b1708ab97915241ba4033f63fe0613592922","kind":"tag","published_at":"2018-07-17T19:08:19.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.0.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.0.1/manifests"},{"name":"v3.0.0","sha":"213602df6c89b45ce2b811ed2591171c961408e7","kind":"tag","published_at":"2018-07-06T15:50:55.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.0.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.0.0/manifests"},{"name":"v2.2.0","sha":"02466a69b96cdc3caa194be293fb82f4c7023da0","kind":"tag","published_at":"2017-10-26T17:28:07.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v2.2.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v2.2.0/manifests"},{"name":"v2.0.0","sha":"ddcebd61ea21667728e4218753c9fa09c9d8642a","kind":"commit","published_at":"2017-01-25T23:34:06.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v2.0.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v2.0.0/manifests"},{"name":"v2.0.0-pre","sha":"0f5f7cc0b5fe82886f0be2f4d66d1d1251cbedaa","kind":"commit","published_at":"2017-01-19T09:00:59.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v2.0.0-pre","html_url":"https://github.com/plotly/plotly.py/releases/tag/v2.0.0-pre","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v2.0.0-pre","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v2.0.0-pre/manifests"},{"name":"v1.13.0","sha":"fa89dccdda78bb6b3eeec39f272edc7e11555697","kind":"commit","published_at":"2017-01-11T22:55:26.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v1.13.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v1.13.0/manifests"},{"name":"1.6.12","sha":"ff362ce65aaea4c1fd62abd6fb3909bbdd2cce5d","kind":"commit","published_at":"2015-03-13T20:06:25.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/1.6.12","html_url":"https://github.com/plotly/plotly.py/releases/tag/1.6.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/1.6.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/1.6.12/manifests"},{"name":"1.6.8","sha":"694ac4f0bf91c2dc5fe5c09e073bd890c45468d8","kind":"commit","published_at":"2015-02-21T20:56:14.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/1.6.8","html_url":"https://github.com/plotly/plotly.py/releases/tag/1.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/1.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/1.6.8/manifests"},{"name":"1.6.7","sha":"40c2a455124f52af6c22fa7f4e66c1793087b9b8","kind":"commit","published_at":"2015-02-20T20:57:59.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/1.6.7","html_url":"https://github.com/plotly/plotly.py/releases/tag/1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/1.6.7/manifests"},{"name":"0.5.7","sha":"7e7c62fe2408ab2796e17a12e43a25fe60e9092f","kind":"commit","published_at":"2013-12-25T00:51:31.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/0.5.7","html_url":"https://github.com/plotly/plotly.py/releases/tag/0.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/0.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/0.5.7/manifests"}]},"repo_metadata_updated_at":"2024-09-07T06:05:14.550Z","dependent_packages_count":2313,"downloads":31429851,"downloads_period":"last-month","dependent_repos_count":39034,"rankings":{"downloads":0.07850229362425647,"dependent_repos_count":0.033748649595474745,"dependent_packages_count":0.013205993319968377,"stargazers_count":0.3167604231053527,"forks_count":0.49815941468102937,"docker_downloads_count":0.4664283473983276,"average":0.23446752028740156},"purl":"pkg:pypi/plotly","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/plotly","docker_dependents_count":1717,"docker_downloads_count":97815294,"usage_url":"https://repos.ecosyste.ms/usage/pypi/plotly","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/plotly/dependencies","status":null,"funding_links":["https://github.com/sponsors/plotly","https://plot.ly/products/consulting-and-oem/"],"critical":true,"issue_metadata":{"last_synced_at":"2024-09-06T05:06:41.010Z","issues_count":751,"pull_requests_count":326,"avg_time_to_close_issue":80945626.88401254,"avg_time_to_close_pull_request":10572102.409774436,"issues_closed_count":318,"pull_requests_closed_count":266,"pull_request_authors_count":117,"issue_authors_count":584,"avg_comments_per_issue":3.0039946737683088,"avg_comments_per_pull_request":1.5460122699386503,"merged_pull_requests_count":209,"bot_issues_count":0,"bot_pull_requests_count":8,"past_year_issues_count":255,"past_year_pull_requests_count":150,"past_year_avg_time_to_close_issue":3865306.654320988,"past_year_avg_time_to_close_pull_request":814419.5203252033,"past_year_issues_closed_count":81,"past_year_pull_requests_closed_count":123,"past_year_pull_request_authors_count":43,"past_year_issue_authors_count":206,"past_year_avg_comments_per_issue":1.5607843137254902,"past_year_avg_comments_per_pull_request":1.1066666666666667,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":6,"past_year_merged_pull_requests_count":103,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/issues","maintainers":[{"login":"nicolaskruchten","count":47,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolaskruchten"},{"login":"ndrezn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ndrezn"},{"login":"chriddyp","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/chriddyp"},{"login":"AaronStiff","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/AaronStiff"},{"login":"bpostlethwaite","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bpostlethwaite"}],"active_maintainers":[{"login":"ndrezn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ndrezn"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/plotly/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/plotly/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/plotly/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/plotly/related_packages","maintainers":[{"uuid":"alexcjohnson","login":"alexcjohnson","name":null,"email":null,"url":null,"packages_count":19,"html_url":"https://pypi.org/user/alexcjohnson/","role":null,"created_at":"2022-11-14T17:20:25.746Z","updated_at":"2022-11-14T17:20:25.746Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/alexcjohnson/packages"},{"uuid":"bronsolo","login":"bronsolo","name":null,"email":null,"url":null,"packages_count":36,"html_url":"https://pypi.org/user/bronsolo/","role":null,"created_at":"2022-11-14T17:20:25.752Z","updated_at":"2022-11-14T17:20:25.752Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/bronsolo/packages"},{"uuid":"cldougl","login":"cldougl","name":null,"email":null,"url":null,"packages_count":6,"html_url":"https://pypi.org/user/cldougl/","role":null,"created_at":"2022-11-14T17:20:25.765Z","updated_at":"2022-11-14T17:20:25.765Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/cldougl/packages"},{"uuid":"cparmer","login":"cparmer","name":null,"email":null,"url":null,"packages_count":38,"html_url":"https://pypi.org/user/cparmer/","role":null,"created_at":"2022-11-14T17:20:25.773Z","updated_at":"2022-11-14T17:20:25.773Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/cparmer/packages"},{"uuid":"nicolaskruchten","login":"nicolaskruchten","name":null,"email":null,"url":null,"packages_count":14,"html_url":"https://pypi.org/user/nicolaskruchten/","role":null,"created_at":"2022-11-14T17:20:25.794Z","updated_at":"2022-11-14T17:20:25.794Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/nicolaskruchten/packages"},{"uuid":"jmmease","login":"jmmease","name":null,"email":null,"url":null,"packages_count":23,"html_url":"https://pypi.org/user/jmmease/","role":null,"created_at":"2022-11-14T17:20:25.801Z","updated_at":"2022-11-14T17:20:25.801Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/jmmease/packages"},{"uuid":"lconnors","login":"lconnors","name":null,"email":null,"url":null,"packages_count":1,"html_url":"https://pypi.org/user/lconnors/","role":null,"created_at":"2023-03-24T09:19:33.426Z","updated_at":"2023-03-24T09:19:33.426Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/lconnors/packages"},{"uuid":"archmoj","login":"archmoj","name":null,"email":null,"url":null,"packages_count":1,"html_url":"https://pypi.org/user/archmoj/","role":null,"created_at":"2023-12-13T19:23:03.716Z","updated_at":"2023-12-13T19:23:03.716Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/archmoj/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":725034,"maintainers_count":308331,"namespaces_count":0,"keywords_count":238006,"github":"pypi","metadata":{"funded_packages_count":50519},"icon_url":"https://github.com/pypi.png","created_at":"2022-04-04T15:19:23.364Z","updated_at":"2025-09-05T05:40:58.860Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/namespaces"}},{"id":5289933,"name":"plotly","ecosystem":"conda","description":"Plotly's Python graphing library makes interactive, publication-quality graphs online. Examples of how to make line plots, scatter plots, area charts, bar charts, error bars, box plots, histograms, heatmaps, subplots, multiple-axes, polar charts and bubble charts.","homepage":"https://plot.ly/python/","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/plotly/plotly.py","keywords_array":[],"namespace":null,"versions_count":87,"first_release_published_at":"2022-10-03T15:48:26.089Z","latest_release_published_at":"2022-10-29T16:14:23.000Z","latest_release_number":"5.11.0","last_synced_at":"2025-08-12T07:28:34.145Z","created_at":"2022-10-03T15:48:26.082Z","updated_at":"2025-08-29T22:55:22.115Z","registry_url":"https://anaconda.org/conda-forge/plotly","install_command":"conda install -c conda-forge plotly","documentation_url":null,"metadata":{},"repo_metadata":{"id":12000601,"uuid":"14579099","full_name":"plotly/plotly.py","owner":"plotly","description":"The interactive graphing library for Python :sparkles:","archived":false,"fork":false,"pushed_at":"2025-08-29T20:22:39.000Z","size":399969,"stargazers_count":17661,"open_issues_count":719,"forks_count":2704,"subscribers_count":278,"default_branch":"main","last_synced_at":"2025-08-29T22:40:30.715Z","etag":null,"topics":["d3","dashboard","declarative","graph-library","interactive","jupyter-notebook","plotly","plotly-dash","plotlyjs","python","regl","sparkles","visualization","webgl"],"latest_commit_sha":null,"homepage":"https://plotly.com/python/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/plotly.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"plotly","custom":"https://plot.ly/products/consulting-and-oem/"}},"created_at":"2013-11-21T05:53:08.000Z","updated_at":"2025-08-29T13:43:44.000Z","dependencies_parsed_at":"2023-10-21T12:43:17.099Z","dependency_job_id":"7dd4b3d5-54ba-4a87-9413-a7e9eff766d2","html_url":"https://github.com/plotly/plotly.py","commit_stats":{"total_commits":5743,"total_committers":299,"mean_commits":"19.207357859531772","dds":0.8553021069127633,"last_synced_commit":"2bc6a0fedfd5a3d2c4e9846810032d3ec564102a"},"previous_names":[],"tags_count":160,"template":false,"template_full_name":null,"purl":"pkg:github/plotly/plotly.py","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/plotly","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/sbom","scorecard":{"id":738068,"data":{"date":"2025-08-11","repo":{"name":"github.com/plotly/plotly.py","commit":"3d36c65614b45b2b0de3ee56a22059ca86336ebb"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/check-js-build.yml:1","Warn: no topLevel permission defined: .github/workflows/test-release.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":"Maintained","score":10,"reason":"30 commit(s) and 3 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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"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":"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":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.txt:0","Info: FSF or OSI recognized license: MIT 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":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/test-release.yml:49"],"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":"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v6.3.0 not signed: https://api.github.com/repos/plotly/plotly.py/releases/239486383","Warn: release artifact v6.2.0 not signed: https://api.github.com/repos/plotly/plotly.py/releases/228067886","Warn: release artifact v6.1.2 not signed: https://api.github.com/repos/plotly/plotly.py/releases/221372107","Warn: release artifact v6.1.1 not signed: https://api.github.com/repos/plotly/plotly.py/releases/219887187","Warn: release artifact v6.1.0 not signed: https://api.github.com/repos/plotly/plotly.py/releases/218893301","Warn: release artifact v6.3.0 does not have provenance: https://api.github.com/repos/plotly/plotly.py/releases/239486383","Warn: release artifact v6.2.0 does not have provenance: https://api.github.com/repos/plotly/plotly.py/releases/228067886","Warn: release artifact v6.1.2 does not have provenance: https://api.github.com/repos/plotly/plotly.py/releases/221372107","Warn: release artifact v6.1.1 does not have provenance: https://api.github.com/repos/plotly/plotly.py/releases/219887187","Warn: release artifact v6.1.0 does not have provenance: https://api.github.com/repos/plotly/plotly.py/releases/218893301"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Pinned-Dependencies","score":2,"reason":"dependency not pinned by hash detected -- score normalized to 2","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-js-build.yml:8: update your workflow using https://app.stepsecurity.io/secureworkflow/plotly/plotly.py/check-js-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-js-build.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/plotly/plotly.py/check-js-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-js-build.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/plotly/plotly.py/check-js-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-js-build.yml:62: update your workflow using https://app.stepsecurity.io/secureworkflow/plotly/plotly.py/check-js-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-release.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/plotly/plotly.py/test-release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-release.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/plotly/plotly.py/test-release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-release.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/plotly/plotly.py/test-release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-release.yml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/plotly/plotly.py/test-release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-release.yml:64: update your workflow using https://app.stepsecurity.io/secureworkflow/plotly/plotly.py/test-release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-release.yml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/plotly/plotly.py/test-release.yml/main?enable=pin","Warn: downloadThenRun not pinned by hash: .github/workflows/check-js-build.yml:25","Warn: downloadThenRun not pinned by hash: .github/workflows/test-release.yml:27","Warn: pipCommand not pinned by hash: .github/workflows/test-release.yml:37","Info:   0 out of   9 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   2 downloadThenRun dependencies pinned","Info:   2 out of   2 npmCommand dependencies pinned","Info:   0 out of   1 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Vulnerabilities","score":0,"reason":"26 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: PYSEC-2022-249 / GHSA-9jmq-rx5f-8jwq","Warn: Project is vulnerable to: PYSEC-2018-18 / GHSA-3p4q-x8f3-p7vq","Warn: Project is vulnerable to: GHSA-4952-p58q-6crx","Warn: Project is vulnerable to: PYSEC-2018-17 / GHSA-49qr-xh3w-h436","Warn: Project is vulnerable to: PYSEC-2018-57 / GHSA-6cwv-x26c-w2q4","Warn: Project is vulnerable to: PYSEC-2020-215 / GHSA-c7vm-f5p4-8fqh","Warn: Project is vulnerable to: PYSEC-2019-159 / GHSA-hhx8-cr55-qcxx","Warn: Project is vulnerable to: GHSA-hwvq-6gjx-j797","Warn: Project is vulnerable to: PYSEC-2019-157 / GHSA-jqwc-jm56-wcwj","Warn: Project is vulnerable to: PYSEC-2022-180 / GHSA-m87f-39q9-6f55","Warn: Project is vulnerable to: PYSEC-2019-158 / GHSA-rcx2-m7jp-p9wj","Warn: Project is vulnerable to: GHSA-rv62-4pmj-xw6h","Warn: Project is vulnerable to: PYSEC-2022-212 / GHSA-v7vq-3x77-87vg","Warn: Project is vulnerable to: PYSEC-2024-40 / GHSA-pwr2-4v36-6qpr","Warn: Project is vulnerable to: PYSEC-2019-41 / GHSA-qfc5-mcwq-26q8","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: PYSEC-2020-107 / GHSA-jjw5-xxj6-pcv5","Warn: Project is vulnerable to: PYSEC-2024-110 / GHSA-jw8x-6495-233v","Warn: Project is vulnerable to: PYSEC-2020-108","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw","Warn: Project is vulnerable to: GHSA-67mh-4wv8-2f99"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-22T16:29:58.576Z","repository_id":12000601,"created_at":"2025-08-22T16:29:58.576Z","updated_at":"2025-08-22T16:29:58.576Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272778291,"owners_count":24991500,"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-29T02:00:10.610Z","response_time":87,"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":"plotly","name":"Plotly","uuid":"5997976","kind":"organization","description":"","email":null,"website":"https://plotly.com/","location":"Montréal","twitter":"plotlygraphs","company":null,"icon_url":"https://avatars.githubusercontent.com/u/5997976?v=4","repositories_count":376,"last_synced_at":"2024-04-14T07:08:43.994Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/plotly","funding_links":["https://github.com/sponsors/plotly"],"total_stars":83082,"followers":1193,"following":0,"created_at":"2022-11-02T16:24:57.993Z","updated_at":"2024-04-14T07:09:47.279Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/plotly","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/plotly/repositories"},"tags":[{"name":"v6.3.0","sha":"53572f6532876fde279abfa63a47c056dc485540","kind":"commit","published_at":"2025-08-12T20:00:26.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v6.3.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v6.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v6.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.3.0/manifests"},{"name":"v6.2.0","sha":"12be40788fcaba7e83d9315a7817dea4a4aace95","kind":"commit","published_at":"2025-06-26T14:58:21.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v6.2.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v6.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v6.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.2.0/manifests"},{"name":"v6.1.2","sha":"3f5cbda2781fd9966711ebc6830c8f81f1b21b57","kind":"commit","published_at":"2025-05-27T19:14:49.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v6.1.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v6.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v6.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.1.2/manifests"},{"name":"v6.1.1","sha":"c044f1e32304c5ac8b7e0b7fd63fefd533824b52","kind":"commit","published_at":"2025-05-20T19:06:21.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v6.1.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v6.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v6.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.1.1/manifests"},{"name":"v6.1.0","sha":"1462f3f403006edb4044493a96b405e9a9ed0c0a","kind":"commit","published_at":"2025-05-15T14:22:22.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v6.1.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v6.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.1.0/manifests"},{"name":"v6.1.0rc0","sha":"78313f0a858e83bfe352f2e56ed704da49085702","kind":"commit","published_at":"2025-04-30T22:26:56.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v6.1.0rc0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v6.1.0rc0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v6.1.0rc0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.1.0rc0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.1.0rc0/manifests"},{"name":"v6.0.1b0","sha":"54985b81f0134093a2ff564539d7f67d7c5d030e","kind":"commit","published_at":"2025-03-31T18:30:20.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v6.0.1b0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v6.0.1b0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v6.0.1b0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.0.1b0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.0.1b0/manifests"},{"name":"v6.0.1","sha":"58e33fca889d993cb3dc71aca1efbb53ebd2fee9","kind":"commit","published_at":"2025-03-14T16:46:04.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v6.0.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v6.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.0.1/manifests"},{"name":"v6.0.0","sha":"49581b8a19a808a78172c9294d7e39969c9d0248","kind":"commit","published_at":"2025-01-28T18:09:09.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v6.0.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.0.0/manifests"},{"name":"v6.0.0rc0","sha":"173ea1e44d296fbb8bbcb32e49b3f6f9024e9549","kind":"commit","published_at":"2024-11-27T19:35:05.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v6.0.0rc0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v6.0.0rc0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v6.0.0rc0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.0.0rc0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.0.0rc0/manifests"},{"name":"v5.24.1","sha":"5d79b80c53f779274170743539a481c524e04c8f","kind":"commit","published_at":"2024-09-12T14:41:22.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.24.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.24.1/manifests"},{"name":"v5.24.0","sha":"c1fff18c2bd30e3436444390f197e92a22df1005","kind":"commit","published_at":"2024-08-29T17:17:06.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.24.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.24.0/manifests"},{"name":"v5.23.0","sha":"83c7c850f9a97ba56349cda7777c4c29db5ae290","kind":"commit","published_at":"2024-07-22T19:47:36.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.23.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.23.0/manifests"},{"name":"v5.22.0","sha":"34e8bdba5e2187903385a21e7c591ae41914ccaf","kind":"commit","published_at":"2024-04-30T20:49:43.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.22.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.22.0/manifests"},{"name":"v5.21.0","sha":"84456f33e7dcd094544fbe835fbd1965825d4f95","kind":"commit","published_at":"2024-04-17T13:49:11.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.21.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.21.0/manifests"},{"name":"v5.20.0","sha":"9335a34ca77399a597a72420f73e947217d3d410","kind":"commit","published_at":"2024-03-13T14:36:11.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.20.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.20.0/manifests"},{"name":"v5.19.0","sha":"b541a6924fa0c417c6116d03b62c6007dc510a28","kind":"commit","published_at":"2024-02-13T14:24:37.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.19.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.19.0/manifests"},{"name":"v5.18.0","sha":"4988b440c8600c4634f7363f0ca8748106bfa1bb","kind":"commit","published_at":"2023-10-25T18:30:10.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.18.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.18.0/manifests"},{"name":"v5.17.0","sha":"bce884546d7b2d7e71fcfe0a692c960ddd4b7b3e","kind":"commit","published_at":"2023-09-15T14:25:57.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.17.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.17.0/manifests"},{"name":"v5.16.1","sha":"bbbf5eff75883511a1126b11205bef34f1cf0ff9","kind":"commit","published_at":"2023-08-16T16:17:51.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.16.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.16.1/manifests"},{"name":"v5.16.0","sha":"01c6450cc81abce8e6cd702cea7c1a24d631398b","kind":"commit","published_at":"2023-08-11T19:18:03.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.16.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.16.0/manifests"},{"name":"v5.15.0","sha":"e42897d4be454be23004b3d1f8704386b57773dc","kind":"commit","published_at":"2023-06-08T14:48:38.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.15.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.15.0/manifests"},{"name":"v5.14.1","sha":"f006ae830365d6735e5d6fd3c3fb46dca10f539b","kind":"commit","published_at":"2023-04-05T15:48:06.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.14.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.14.1/manifests"},{"name":"v5.14.0","sha":"31e97dc6a62131bb9b33cc3cbcb77f40dcf4cb15","kind":"commit","published_at":"2023-03-29T14:00:15.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.14.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.14.0/manifests"},{"name":"v5.13.1","sha":"2a8a9b7c27310d968a55edf44144c7eff9718ccb","kind":"commit","published_at":"2023-02-24T16:08:21.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.13.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.13.1/manifests"},{"name":"v5.13.0","sha":"502f22005dcfbe7f12aae097a1e3dd9cddd4ae9d","kind":"commit","published_at":"2023-01-23T13:58:12.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.13.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.13.0/manifests"},{"name":"v5.12.0","sha":"baedaabc9dd64c0774e00251cc778af1d2ec83fe","kind":"commit","published_at":"2023-01-12T20:07:13.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.12.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.12.0/manifests"},{"name":"v5.11.0","sha":"e7eb42d2be75e4e61747fa81e9e96da1ad73fcd4","kind":"commit","published_at":"2022-10-27T17:02:05.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.11.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.11.0/manifests"},{"name":"v5.10.0","sha":"473c263e5e133e5693863baa668751b85900dc11","kind":"commit","published_at":"2022-08-11T13:27:06.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.10.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.10.0/manifests"},{"name":"v5.9.0","sha":"ddd5ba6ba21f176914da2ee448331e05eaebb471","kind":"commit","published_at":"2022-06-23T17:41:55.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.9.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.9.0/manifests"},{"name":"v5.8.2","sha":"4222d7e8b49e851ccdd23ed91d5836ec16c32532","kind":"commit","published_at":"2022-06-10T15:05:08.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.8.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.8.2/manifests"},{"name":"v5.8.1","sha":"473e6e0d6849e334d63a816336deda5d761adcf8","kind":"commit","published_at":"2022-06-08T13:56:14.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.8.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.8.1/manifests"},{"name":"v5.8.0","sha":"eca5fe62f9262478bacc5895db3a053116cac393","kind":"commit","published_at":"2022-05-10T00:40:15.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.8.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.8.0/manifests"},{"name":"v5.7.0","sha":"a74510552b752fd656746ed5e204491cb0798bf1","kind":"commit","published_at":"2022-04-05T15:32:22.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.7.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.7.0/manifests"},{"name":"v5.6.0","sha":"c6026e67628cb8b9b379e71b36d1372b0e787f20","kind":"commit","published_at":"2022-02-09T18:21:39.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.6.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.6.0/manifests"},{"name":"v5.5.0","sha":"85c77b4b5cf9e4ee7ae74b3597ee7ff334dc4dd2","kind":"commit","published_at":"2021-12-21T03:24:45.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.5.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.5.0/manifests"},{"name":"v5.4.0","sha":"53e8cbfee0b870e6ea4e0233ef3526c2278bc2a2","kind":"commit","published_at":"2021-11-15T01:53:47.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.4.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.4.0/manifests"},{"name":"v5.3.1","sha":"b763ef96cc36f460d4096650e54f51bf85886cb8","kind":"commit","published_at":"2021-09-01T01:19:43.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.3.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.3.1/manifests"},{"name":"v5.3.0","sha":"765507014b146dba23f29dd99a929204783fae66","kind":"commit","published_at":"2021-08-30T00:55:19.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.3.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.3.0/manifests"},{"name":"v5.2.2","sha":"6c8a7fa90c3ab3d8170b3b7a5e4fd283494081b5","kind":"commit","published_at":"2021-08-23T18:43:23.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.2.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.2.2/manifests"},{"name":"v5.2.1","sha":"c1166729192e5278fb18c5165cd1b88d9dd5c07c","kind":"commit","published_at":"2021-08-13T20:39:44.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.2.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.2.1/manifests"},{"name":"v5.2.0","sha":"18252a278714297e5694f53b0cd684d8f4476ef6","kind":"commit","published_at":"2021-08-13T14:54:52.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.2.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.2.0/manifests"},{"name":"v5.1.0","sha":"c9016fcadda3ccd45e152f26d406edd665a418dd","kind":"commit","published_at":"2021-06-28T19:27:49.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.1.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.1.0/manifests"},{"name":"v5.0.0","sha":"06c6eb2b1acaba21c10ffccf5efd827bb3d86b41","kind":"commit","published_at":"2021-06-21T14:51:36.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.0.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.0.0/manifests"},{"name":"v5.0.0rc2","sha":"96e4c9d699de3dbcbe26c19a901680127b604a16","kind":"commit","published_at":"2021-06-07T16:57:16.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.0.0rc2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.0.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.0.0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.0.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.0.0rc2/manifests"},{"name":"v5.0.0rc1","sha":"5331cea2ef046243f66409e72c08ea51f106315c","kind":"commit","published_at":"2021-05-31T20:50:32.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.0.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.0.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.0.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.0.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.0.0rc1/manifests"},{"name":"v4.14.3","sha":"6c463ee500960000341cc735b2d95680ac48e3ad","kind":"commit","published_at":"2021-01-12T16:08:17.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.14.3","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.14.3/manifests"},{"name":"v4.14.2","sha":"4cc5c4eede84a934848a38ff4db9c684c6e21f22","kind":"commit","published_at":"2021-01-11T20:27:48.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.14.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.14.2/manifests"},{"name":"v4.14.1","sha":"f9d0e87ae1d7737831e5a6d282b0ee5db5b6fbc6","kind":"commit","published_at":"2020-12-09T13:25:32.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.14.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.14.1/manifests"},{"name":"v4.14.0","sha":"b0d9b3978ef5bfa204abdf598cc321d441793571","kind":"commit","published_at":"2020-12-07T14:28:10.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.14.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.14.0/manifests"},{"name":"v4.13.0","sha":"3f0d771fa3e0a7f6b00c089b7b2d8d59a7504782","kind":"commit","published_at":"2020-11-23T13:36:12.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.13.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.13.0/manifests"},{"name":"v4.12.0","sha":"40c8a35486a92a9d9f1ee3fd74a6606c8a82fd2f","kind":"commit","published_at":"2020-10-23T12:52:25.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.12.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.12.0/manifests"},{"name":"v4.11.0","sha":"73be67c88cfa32f0d41cfe58ba9750b4d863805a","kind":"commit","published_at":"2020-10-01T13:27:31.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.11.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.11.0/manifests"},{"name":"v4.10.0","sha":"d5eeffc1cc78f55cf720c24ed5a6dc360043ad2f","kind":"commit","published_at":"2020-09-10T13:08:48.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.10.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.10.0/manifests"},{"name":"v4.9.0","sha":"f17275755da092e2bec637adbd26c7d83f3662fb","kind":"commit","published_at":"2020-07-16T12:43:24.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.9.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.9.0/manifests"},{"name":"v4.9.0rc1","sha":"950a54a8fbe93396c9735cf46ddeabbd8d8ffed0","kind":"commit","published_at":"2020-07-15T18:02:21.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.9.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.9.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.9.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.9.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.9.0rc1/manifests"},{"name":"v4.8.2","sha":"659d1304f6117ab49c29662517a5bf82aba73474","kind":"commit","published_at":"2020-06-26T19:10:55.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.8.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.8.2/manifests"},{"name":"v4.8.1","sha":"8ce454b02690c5f30782a0792b10fcc9b9d66451","kind":"commit","published_at":"2020-05-29T02:59:18.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.8.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.8.1/manifests"},{"name":"v4.8.0","sha":"df827daeddb5a9dd4a10b26adcba486d96cd379a","kind":"commit","published_at":"2020-05-26T13:53:17.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.8.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.8.0/manifests"},{"name":"v4.7.1","sha":"e026ef52b132d9a177c1a65ae7f91ccad79d587d","kind":"commit","published_at":"2020-05-08T12:41:00.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.7.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.7.1/manifests"},{"name":"v4.7.0","sha":"c94047a9494105abd6dec262f3aae246d91adcf7","kind":"commit","published_at":"2020-05-06T14:23:05.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.7.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.7.0/manifests"},{"name":"v4.6.0","sha":"aa14db7476ebf12cd6839304e4d1596e99d052a5","kind":"commit","published_at":"2020-04-01T15:05:19.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.6.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.6.0/manifests"},{"name":"chart-studio-v1.1.0","sha":"95e3a3c14ba24e91440d1b031544338d4029d5a7","kind":"commit","published_at":"2020-04-01T14:38:47.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/chart-studio-v1.1.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/chart-studio-v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@chart-studio-v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.1.0/manifests"},{"name":"v4.5.4","sha":"1c99b99436684516d2068a62f35888ef97c96bcd","kind":"commit","published_at":"2020-03-11T20:23:12.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.5.4","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.4/manifests"},{"name":"widget-v1.5.4","sha":"1c99b99436684516d2068a62f35888ef97c96bcd","kind":"commit","published_at":"2020-03-11T20:23:12.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.5.4","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.4/manifests"},{"name":"widget-v1.5.3","sha":"587075c9f5a57a3dd60b03b2d47d925fbbb9b9b6","kind":"commit","published_at":"2020-03-06T02:53:39.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.5.3","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.3/manifests"},{"name":"v4.5.3","sha":"587075c9f5a57a3dd60b03b2d47d925fbbb9b9b6","kind":"commit","published_at":"2020-03-06T02:53:39.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.5.3","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.3/manifests"},{"name":"v4.5.2","sha":"5aa8c16c34f5d8ec77c4145737e3ca83c28afae1","kind":"commit","published_at":"2020-02-25T04:44:04.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.5.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.2/manifests"},{"name":"widget-v1.5.2","sha":"5aa8c16c34f5d8ec77c4145737e3ca83c28afae1","kind":"commit","published_at":"2020-02-25T04:44:04.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.5.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.2/manifests"},{"name":"v4.5.1","sha":"76ccbffc757a54ba92886413e4109f42a694612d","kind":"commit","published_at":"2020-02-19T21:29:33.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.5.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.1/manifests"},{"name":"widget-v1.5.1","sha":"76ccbffc757a54ba92886413e4109f42a694612d","kind":"commit","published_at":"2020-02-19T21:29:33.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.5.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.1/manifests"},{"name":"list","sha":"74e681e0a1531690799113043d9036deaeb56ed4","kind":"commit","published_at":"2020-01-22T19:58:11.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/list","html_url":"https://github.com/plotly/plotly.py/releases/tag/list","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@list","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/list","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/list/manifests"},{"name":"v4.5.0","sha":"74e681e0a1531690799113043d9036deaeb56ed4","kind":"commit","published_at":"2020-01-22T19:58:11.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.5.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.0/manifests"},{"name":"widget-v1.5.0","sha":"74e681e0a1531690799113043d9036deaeb56ed4","kind":"commit","published_at":"2020-01-22T19:58:11.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.5.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.0/manifests"},{"name":"help","sha":"74e681e0a1531690799113043d9036deaeb56ed4","kind":"commit","published_at":"2020-01-22T19:58:11.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/help","html_url":"https://github.com/plotly/plotly.py/releases/tag/help","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@help","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/help","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/help/manifests"},{"name":"v4.5.0rc1","sha":"a5bb459d9cb4bb91f007b58bbe151511514ebb29","kind":"commit","published_at":"2020-01-22T19:22:51.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.5.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.5.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.5.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.0rc1/manifests"},{"name":"widget-v1.5.0-rc.1","sha":"a5bb459d9cb4bb91f007b58bbe151511514ebb29","kind":"commit","published_at":"2020-01-22T19:22:51.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.5.0-rc.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.5.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v1.5.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.0-rc.1/manifests"},{"name":"v4.4.1","sha":"6fb105286d0bf81ed045dafd18ad16cdfcc13dd8","kind":"commit","published_at":"2019-12-10T16:52:12.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.4.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.4.1/manifests"},{"name":"widget-v1.4.0","sha":"c399e06e257f06a87e546f590e6472e3e6f02149","kind":"commit","published_at":"2019-12-10T14:16:42.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.4.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.4.0/manifests"},{"name":"v4.4.0","sha":"c399e06e257f06a87e546f590e6472e3e6f02149","kind":"commit","published_at":"2019-12-10T14:16:42.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.4.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.4.0/manifests"},{"name":"widget-v1.3.0","sha":"c0a0ee0f082766e629d4c1a1ddb3fdc1b274f32e","kind":"commit","published_at":"2019-11-12T11:02:41.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.3.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.3.0/manifests"},{"name":"v4.3.0","sha":"c0a0ee0f082766e629d4c1a1ddb3fdc1b274f32e","kind":"commit","published_at":"2019-11-12T11:02:41.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.3.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.3.0/manifests"},{"name":"v4.2.1","sha":"62119960fa6286a78df0c51183217163c2c2718b","kind":"commit","published_at":"2019-10-18T21:53:13.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.2.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.2.1/manifests"},{"name":"widget-v1.2.0","sha":"b7ad5433c4e0882715781fa6c4816fc7fff62965","kind":"commit","published_at":"2019-10-16T22:09:11.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.2.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.2.0/manifests"},{"name":"v4.2.0","sha":"b7ad5433c4e0882715781fa6c4816fc7fff62965","kind":"commit","published_at":"2019-10-16T22:09:11.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.2.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.2.0/manifests"},{"name":"jupyterlab-plotly-v1.1.2","sha":"5920a6cf395dd38a1223ac1cce8999b985bda28c","kind":"commit","published_at":"2019-09-03T10:03:17.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/jupyterlab-plotly-v1.1.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/jupyterlab-plotly-v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@jupyterlab-plotly-v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.1.2/manifests"},{"name":"widget-v1.1.1","sha":"2a3eb9771cd0af90d0f8c32140313c8be43e5f04","kind":"commit","published_at":"2019-09-03T09:33:36.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.1.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.1.1/manifests"},{"name":"v4.1.1","sha":"2a3eb9771cd0af90d0f8c32140313c8be43e5f04","kind":"commit","published_at":"2019-09-03T09:33:36.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.1.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.1/manifests"},{"name":"v4.1.0","sha":"317643dd6ffadd75258661258ba3364eeb53e793","kind":"commit","published_at":"2019-08-07T00:39:44.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.1.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.0/manifests"},{"name":"widget-v1.1.0","sha":"317643dd6ffadd75258661258ba3364eeb53e793","kind":"commit","published_at":"2019-08-07T00:39:44.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.1.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.1.0/manifests"},{"name":"jupyterlab-plotly-v1.1.0","sha":"317643dd6ffadd75258661258ba3364eeb53e793","kind":"commit","published_at":"2019-08-07T00:39:44.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/jupyterlab-plotly-v1.1.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/jupyterlab-plotly-v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@jupyterlab-plotly-v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.1.0/manifests"},{"name":"v4.1.0rc3","sha":"589460cb11b7e6647a8ab8d0669d37c1398d00f9","kind":"commit","published_at":"2019-08-06T23:22:39.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.1.0rc3","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.1.0rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.1.0rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.0rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.0rc3/manifests"},{"name":"v4.1.0rc2","sha":"6d622c996a3f8d28916b9fad6709002bf5ef4c40","kind":"commit","published_at":"2019-08-06T22:15:54.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.1.0rc2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.1.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.1.0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.0rc2/manifests"},{"name":"v4.1.0rc1","sha":"592b785f90127e4da9c58570f1a4db5e6152021c","kind":"commit","published_at":"2019-08-04T22:04:26.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.1.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.1.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.1.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.0rc1/manifests"},{"name":"widget-v1.1.0-rc.1","sha":"592b785f90127e4da9c58570f1a4db5e6152021c","kind":"commit","published_at":"2019-08-04T22:04:26.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.1.0-rc.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.1.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v1.1.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.1.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.1.0-rc.1/manifests"},{"name":"jupyterlab-plotly-v1.1.0-rc.1","sha":"592b785f90127e4da9c58570f1a4db5e6152021c","kind":"commit","published_at":"2019-08-04T22:04:26.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/jupyterlab-plotly-v1.1.0-rc.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/jupyterlab-plotly-v1.1.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@jupyterlab-plotly-v1.1.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.1.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.1.0-rc.1/manifests"},{"name":"chart-studio-v1.0.0","sha":"65625d49226632abcf932d530aa9c90ba1bc59c1","kind":"commit","published_at":"2019-07-16T16:41:00.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/chart-studio-v1.0.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/chart-studio-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@chart-studio-v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0/manifests"},{"name":"widget-v1.0.0","sha":"65625d49226632abcf932d530aa9c90ba1bc59c1","kind":"commit","published_at":"2019-07-16T16:41:00.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.0.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.0.0/manifests"},{"name":"v4.0.0","sha":"65625d49226632abcf932d530aa9c90ba1bc59c1","kind":"commit","published_at":"2019-07-16T16:41:00.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0/manifests"},{"name":"plotly-geo-v1.0.0","sha":"65625d49226632abcf932d530aa9c90ba1bc59c1","kind":"commit","published_at":"2019-07-16T16:41:00.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/plotly-geo-v1.0.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/plotly-geo-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@plotly-geo-v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/plotly-geo-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/plotly-geo-v1.0.0/manifests"},{"name":"jupyterlab-plotly-v1.0.0","sha":"65625d49226632abcf932d530aa9c90ba1bc59c1","kind":"commit","published_at":"2019-07-16T16:41:00.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/jupyterlab-plotly-v1.0.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/jupyterlab-plotly-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@jupyterlab-plotly-v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.0.0/manifests"},{"name":"v4.0.0rc1","sha":"09f7879eb503d4877ae0f4396ea52798e05795fa","kind":"commit","published_at":"2019-07-09T10:37:19.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.0.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0rc1/manifests"},{"name":"plotly-geo-v1.0.0rc1","sha":"09f7879eb503d4877ae0f4396ea52798e05795fa","kind":"commit","published_at":"2019-07-09T10:37:19.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/plotly-geo-v1.0.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/plotly-geo-v1.0.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@plotly-geo-v1.0.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/plotly-geo-v1.0.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/plotly-geo-v1.0.0rc1/manifests"},{"name":"chart-studio-v1.0.0rc1","sha":"09f7879eb503d4877ae0f4396ea52798e05795fa","kind":"commit","published_at":"2019-07-09T10:37:19.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/chart-studio-v1.0.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/chart-studio-v1.0.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@chart-studio-v1.0.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0rc1/manifests"},{"name":"v4.0.0a10","sha":"cbf9b84234913b138e271216471d6a929d705099","kind":"commit","published_at":"2019-07-08T13:15:12.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a10","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.0.0a10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a10/manifests"},{"name":"v4.0.0a9","sha":"3b915ffcc3bcbaf2a9c34ac53934f3bf31960dac","kind":"commit","published_at":"2019-07-04T12:17:18.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a9","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.0.0a9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a9/manifests"},{"name":"v4.0.0a8","sha":"289ed89c09b3038751ca548a800eccc4a4d044da","kind":"commit","published_at":"2019-07-01T21:41:13.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a8","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.0.0a8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a8/manifests"},{"name":"jupyterlab-plotly-v1.0.0-alpha.3","sha":"f859f26c2c0211a7a70c10f8ce79b668ef9a132a","kind":"commit","published_at":"2019-07-01T16:39:05.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/jupyterlab-plotly-v1.0.0-alpha.3","html_url":"https://github.com/plotly/plotly.py/releases/tag/jupyterlab-plotly-v1.0.0-alpha.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@jupyterlab-plotly-v1.0.0-alpha.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.0.0-alpha.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.0.0-alpha.3/manifests"},{"name":"v4.0.0a7","sha":"a1562466856864e9f33d9f412a102deaeaaba4a7","kind":"commit","published_at":"2019-07-01T14:03:56.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a7","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.0.0a7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a7/manifests"},{"name":"v4.0.0a6","sha":"a1562466856864e9f33d9f412a102deaeaaba4a7","kind":"commit","published_at":"2019-07-01T14:03:56.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a6","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.0.0a6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a6/manifests"},{"name":"v4.0.0a5","sha":"56edaa6819eaf21cee20b100249d6a07ffcc5f1c","kind":"commit","published_at":"2019-07-01T12:34:29.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a5","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.0.0a5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a5/manifests"},{"name":"chart-studio-v1.0.0a5","sha":"56edaa6819eaf21cee20b100249d6a07ffcc5f1c","kind":"commit","published_at":"2019-07-01T12:34:29.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/chart-studio-v1.0.0a5","html_url":"https://github.com/plotly/plotly.py/releases/tag/chart-studio-v1.0.0a5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@chart-studio-v1.0.0a5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0a5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0a5/manifests"},{"name":"v4.0.0a4","sha":"e140a288d0c7af63471043dae1fecb8828116465","kind":"commit","published_at":"2019-06-20T13:34:26.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a4","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.0.0a4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a4/manifests"},{"name":"chart-studio-v1.0.0a4","sha":"e6408793296661703cef33d7242d857acb0dd0ce","kind":"commit","published_at":"2019-06-20T12:06:56.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/chart-studio-v1.0.0a4","html_url":"https://github.com/plotly/plotly.py/releases/tag/chart-studio-v1.0.0a4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@chart-studio-v1.0.0a4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0a4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0a4/manifests"},{"name":"chart-studio-v1.0.0a3","sha":"958a6b796262723cef86070bf0baca290595b27a","kind":"commit","published_at":"2019-06-18T13:01:18.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/chart-studio-v1.0.0a3","html_url":"https://github.com/plotly/plotly.py/releases/tag/chart-studio-v1.0.0a3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@chart-studio-v1.0.0a3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0a3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0a3/manifests"},{"name":"v4.0.0a3","sha":"958a6b796262723cef86070bf0baca290595b27a","kind":"commit","published_at":"2019-06-18T13:01:18.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a3","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.0.0a3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a3/manifests"},{"name":"jupyterlab-v1.0.0-alpha.1","sha":"958a6b796262723cef86070bf0baca290595b27a","kind":"commit","published_at":"2019-06-18T13:01:18.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/jupyterlab-v1.0.0-alpha.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/jupyterlab-v1.0.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@jupyterlab-v1.0.0-alpha.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-v1.0.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-v1.0.0-alpha.1/manifests"},{"name":"chart-studio-v1.0.0a2","sha":"6afca651a4e52a4541cc5934d7d612ff2d1fb8e0","kind":"commit","published_at":"2019-06-16T19:57:47.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/chart-studio-v1.0.0a2","html_url":"https://github.com/plotly/plotly.py/releases/tag/chart-studio-v1.0.0a2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@chart-studio-v1.0.0a2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0a2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0a2/manifests"},{"name":"v4.0.0a2","sha":"17cf071147e9682291f6ca3371a6ba9f1aa38fa7","kind":"commit","published_at":"2019-06-15T17:56:25.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.0.0a2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a2/manifests"},{"name":"v4.0.0a1","sha":"e42848a5b59703365bd83ead55a966449f2501c4","kind":"commit","published_at":"2019-06-15T17:18:05.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.0.0a1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a1/manifests"},{"name":"widget-v0.11.0","sha":"7cce28331781f189aaf545ab2476889f1bfe720c","kind":"commit","published_at":"2019-05-31T19:31:06.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v0.11.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.11.0/manifests"},{"name":"v3.10.0","sha":"7cce28331781f189aaf545ab2476889f1bfe720c","kind":"commit","published_at":"2019-05-31T19:31:06.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.10.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.10.0/manifests"},{"name":"widget-v0.11.0-rc.1","sha":"301735b3003860c3cedb837c0a6bc7f8a5cc6f52","kind":"commit","published_at":"2019-05-29T12:27:58.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v0.11.0-rc.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v0.11.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v0.11.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.11.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.11.0-rc.1/manifests"},{"name":"v3.10.0rc1","sha":"301735b3003860c3cedb837c0a6bc7f8a5cc6f52","kind":"commit","published_at":"2019-05-29T12:27:58.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.10.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.10.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.10.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.10.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.10.0rc1/manifests"},{"name":"widget-v0.10.0","sha":"6a85e4b7b6510d58d6f4525de179a45339aa297c","kind":"commit","published_at":"2019-05-06T22:57:38.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v0.10.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.10.0/manifests"},{"name":"v3.9.0","sha":"6a85e4b7b6510d58d6f4525de179a45339aa297c","kind":"commit","published_at":"2019-05-06T22:57:38.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.9.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.9.0/manifests"},{"name":"v3.9.0rc1","sha":"105496f8ded3c5e47961174f6f49a70d97f863c4","kind":"commit","published_at":"2019-05-06T12:36:58.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.9.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.9.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.9.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.9.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.9.0rc1/manifests"},{"name":"widget-v0.10.0-rc.1","sha":"105496f8ded3c5e47961174f6f49a70d97f863c4","kind":"commit","published_at":"2019-05-06T12:36:58.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v0.10.0-rc.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v0.10.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v0.10.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.10.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.10.0-rc.1/manifests"},{"name":"widget-v0.9.1","sha":"8bcf6c80c88c47863b193425ebb6480d98ece2ef","kind":"commit","published_at":"2019-04-19T13:42:26.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v0.9.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.9.1/manifests"},{"name":"v3.8.1","sha":"8bcf6c80c88c47863b193425ebb6480d98ece2ef","kind":"commit","published_at":"2019-04-19T13:42:26.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.8.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.8.1/manifests"},{"name":"widget-v0.9.0","sha":"f4ed82a4d80d2bb3d06559c66d19a32023e790e8","kind":"commit","published_at":"2019-04-15T12:28:51.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v0.9.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.9.0/manifests"},{"name":"v3.8.0","sha":"f4ed82a4d80d2bb3d06559c66d19a32023e790e8","kind":"commit","published_at":"2019-04-15T12:28:51.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.8.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.8.0/manifests"},{"name":"v3.8.0rc1","sha":"0b8dc66ecce5627e714b55af1a3a369720196217","kind":"commit","published_at":"2019-04-12T13:27:56.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.8.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.8.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.8.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.8.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.8.0rc1/manifests"},{"name":"widget-v0.9.0-rc.1","sha":"0b8dc66ecce5627e714b55af1a3a369720196217","kind":"commit","published_at":"2019-04-12T13:27:56.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v0.9.0-rc.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v0.9.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v0.9.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.9.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.9.0-rc.1/manifests"},{"name":"v3.7.1","sha":"3471c3dfbf783927c203c676422260586514b341","kind":"commit","published_at":"2019-03-19T12:08:19.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.7.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.7.1/manifests"},{"name":"widget-v0.8.0","sha":"29846649b6166e59d8b8d49ee4b9e40dfa987319","kind":"commit","published_at":"2019-03-08T14:55:09.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v0.8.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.8.0/manifests"},{"name":"v3.7.0","sha":"29846649b6166e59d8b8d49ee4b9e40dfa987319","kind":"commit","published_at":"2019-03-08T14:55:09.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.7.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.7.0/manifests"},{"name":"v3.6.1","sha":"331c85f74688eb3b84446bac2671bb763e448a48","kind":"commit","published_at":"2019-02-08T23:41:39.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.6.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.6.1/manifests"},{"name":"widget-v0.7.1","sha":"331c85f74688eb3b84446bac2671bb763e448a48","kind":"commit","published_at":"2019-02-08T23:41:39.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v0.7.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v0.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.7.1/manifests"},{"name":"v3.6.0","sha":"256e2f4c11bd72ac180952c17310acf2ec37fa5b","kind":"commit","published_at":"2019-02-01T22:51:55.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.6.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.6.0/manifests"},{"name":"v3.5.0","sha":"bcf4a2a0ca01b2568ccc521fc0cd6fd78c2edb0f","kind":"commit","published_at":"2019-01-04T13:04:16.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.5.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.5.0/manifests"},{"name":"v3.4.2","sha":"618ee2d1cbd3eb37272ea6bb1f29c5625892c1d6","kind":"commit","published_at":"2018-11-23T15:43:13.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.4.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.4.2/manifests"},{"name":"v3.4.1","sha":"a8ae062795ddbf9867b8578fe6d9e244948c15ff","kind":"commit","published_at":"2018-11-09T13:07:33.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.4.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.4.1/manifests"},{"name":"v3.4.0","sha":"be25c5043cd04ef6b9feb5b09dbe2a3f09660d7e","kind":"commit","published_at":"2018-11-02T15:37:15.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.4.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.4.0/manifests"},{"name":"v3.3.0","sha":"2e5bf6e2f7c213295c405ece3e859f4d3f8030d1","kind":"commit","published_at":"2018-09-28T11:22:59.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.3.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.3.0/manifests"},{"name":"v3.2.1","sha":"f0915eec601a875842b29883e8e7919e8d9d6702","kind":"commit","published_at":"2018-09-14T13:27:26.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.2.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.2.1/manifests"},{"name":"v3.2.0","sha":"5814699ca5f6f24e91f69758f2ab95f7649ad1e9","kind":"commit","published_at":"2018-09-05T13:47:46.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.2.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.2.0/manifests"},{"name":"v3.1.1","sha":"8e87a8c2578fdf1ab76f759a5bab89a718a997a4","kind":"commit","published_at":"2018-08-10T15:06:10.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.1.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.1.1/manifests"},{"name":"v3.1.0","sha":"70098404a871ead7e5d3b29744e1d2f9e43d3497","kind":"tag","published_at":"2018-07-21T00:29:19.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.1.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.1.0/manifests"},{"name":"v3.0.2","sha":"6b3a0135977b92b3f7e0be2a1e8b418d995c70e3","kind":"tag","published_at":"2018-07-17T21:57:12.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.0.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.0.2/manifests"},{"name":"v3.0.1","sha":"d8b6b1708ab97915241ba4033f63fe0613592922","kind":"tag","published_at":"2018-07-17T19:08:19.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.0.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.0.1/manifests"},{"name":"v3.0.0","sha":"213602df6c89b45ce2b811ed2591171c961408e7","kind":"tag","published_at":"2018-07-06T15:50:55.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.0.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.0.0/manifests"},{"name":"v2.2.0","sha":"02466a69b96cdc3caa194be293fb82f4c7023da0","kind":"tag","published_at":"2017-10-26T17:28:07.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v2.2.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v2.2.0/manifests"},{"name":"v2.0.0","sha":"ddcebd61ea21667728e4218753c9fa09c9d8642a","kind":"commit","published_at":"2017-01-25T23:34:06.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v2.0.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v2.0.0/manifests"},{"name":"v2.0.0-pre","sha":"0f5f7cc0b5fe82886f0be2f4d66d1d1251cbedaa","kind":"commit","published_at":"2017-01-19T09:00:59.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v2.0.0-pre","html_url":"https://github.com/plotly/plotly.py/releases/tag/v2.0.0-pre","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v2.0.0-pre","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v2.0.0-pre","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v2.0.0-pre/manifests"},{"name":"v1.13.0","sha":"fa89dccdda78bb6b3eeec39f272edc7e11555697","kind":"commit","published_at":"2017-01-11T22:55:26.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v1.13.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v1.13.0/manifests"},{"name":"1.6.12","sha":"ff362ce65aaea4c1fd62abd6fb3909bbdd2cce5d","kind":"commit","published_at":"2015-03-13T20:06:25.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/1.6.12","html_url":"https://github.com/plotly/plotly.py/releases/tag/1.6.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@1.6.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/1.6.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/1.6.12/manifests"},{"name":"1.6.8","sha":"694ac4f0bf91c2dc5fe5c09e073bd890c45468d8","kind":"commit","published_at":"2015-02-21T20:56:14.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/1.6.8","html_url":"https://github.com/plotly/plotly.py/releases/tag/1.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@1.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/1.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/1.6.8/manifests"},{"name":"1.6.7","sha":"40c2a455124f52af6c22fa7f4e66c1793087b9b8","kind":"commit","published_at":"2015-02-20T20:57:59.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/1.6.7","html_url":"https://github.com/plotly/plotly.py/releases/tag/1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/1.6.7/manifests"},{"name":"0.5.7","sha":"7e7c62fe2408ab2796e17a12e43a25fe60e9092f","kind":"commit","published_at":"2013-12-25T00:51:31.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/0.5.7","html_url":"https://github.com/plotly/plotly.py/releases/tag/0.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@0.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/0.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/0.5.7/manifests"}]},"repo_metadata_updated_at":"2025-08-29T22:55:22.114Z","dependent_packages_count":112,"downloads":null,"downloads_period":null,"dependent_repos_count":964,"rankings":{"downloads":null,"dependent_repos_count":0.7734916912021558,"dependent_packages_count":0.7036279255451869,"stargazers_count":2.330455611557463,"forks_count":2.260591845900494,"docker_downloads_count":null,"average":1.5170417685513249},"purl":"pkg:conda/plotly","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/conda/plotly","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/conda/plotly","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/conda/plotly/dependencies","status":null,"funding_links":["https://github.com/sponsors/plotly","https://plot.ly/products/consulting-and-oem/"],"critical":true,"issue_metadata":{"last_synced_at":"2025-08-21T13:35:41.871Z","issues_count":1053,"pull_requests_count":512,"avg_time_to_close_issue":62956236.23965142,"avg_time_to_close_pull_request":9346375.064732144,"issues_closed_count":457,"pull_requests_closed_count":448,"pull_request_authors_count":148,"issue_authors_count":810,"avg_comments_per_issue":2.892687559354226,"avg_comments_per_pull_request":1.572265625,"merged_pull_requests_count":357,"bot_issues_count":0,"bot_pull_requests_count":11,"past_year_issues_count":339,"past_year_pull_requests_count":247,"past_year_avg_time_to_close_issue":1680359.8157894737,"past_year_avg_time_to_close_pull_request":1035309.537735849,"past_year_issues_closed_count":114,"past_year_pull_requests_closed_count":212,"past_year_pull_request_authors_count":42,"past_year_issue_authors_count":247,"past_year_avg_comments_per_issue":1.6342182890855457,"past_year_avg_comments_per_pull_request":1.3036437246963564,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":9,"past_year_merged_pull_requests_count":178,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/issues","maintainers":[{"login":"LiamConnors","count":100,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/LiamConnors"},{"login":"marthacryan","count":46,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/marthacryan"},{"login":"nicolaskruchten","count":30,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolaskruchten"},{"login":"ndrezn","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ndrezn"},{"login":"chriddyp","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/chriddyp"},{"login":"bpostlethwaite","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bpostlethwaite"},{"login":"AaronStiff","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/AaronStiff"},{"login":"alexcjohnson","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/alexcjohnson"}],"active_maintainers":[{"login":"LiamConnors","count":91,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/LiamConnors"},{"login":"marthacryan","count":44,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/marthacryan"},{"login":"ndrezn","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ndrezn"},{"login":"alexcjohnson","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/alexcjohnson"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/plotly/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/plotly/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/plotly/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/plotly/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":13395,"github":"conda-forge","metadata":{"kind":"conda-forge","key":"CondaForge","api":"https://conda.anaconda.org","funded_packages_count":2184},"icon_url":"https://github.com/conda-forge.png","created_at":"2022-10-03T15:37:08.743Z","updated_at":"2025-09-05T07:44:46.629Z","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":1915406,"name":"jupyterlab-plotly","ecosystem":"npm","description":"The plotly Jupyter extension","homepage":"https://github.com/plotly/plotly.py#readme","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/plotly/plotly.py","keywords_array":["jupyter","widgets","ipython","ipywidgets","plotly"],"namespace":null,"versions_count":74,"first_release_published_at":"2019-06-18T13:13:48.982Z","latest_release_published_at":"2024-09-12T15:38:05.667Z","latest_release_number":"5.24.1","last_synced_at":"2025-08-29T22:53:18.130Z","created_at":"2022-04-09T18:17:32.688Z","updated_at":"2025-08-29T22:55:23.708Z","registry_url":"https://www.npmjs.com/package/jupyterlab-plotly","install_command":"npm install jupyterlab-plotly","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"next":"5.0.0-rc.2","latest":"5.24.1"}},"repo_metadata":{"id":12000601,"uuid":"14579099","full_name":"plotly/plotly.py","owner":"plotly","description":"The interactive graphing library for Python :sparkles:","archived":false,"fork":false,"pushed_at":"2025-08-29T20:22:39.000Z","size":399969,"stargazers_count":17661,"open_issues_count":719,"forks_count":2704,"subscribers_count":278,"default_branch":"main","last_synced_at":"2025-08-29T22:40:30.715Z","etag":null,"topics":["d3","dashboard","declarative","graph-library","interactive","jupyter-notebook","plotly","plotly-dash","plotlyjs","python","regl","sparkles","visualization","webgl"],"latest_commit_sha":null,"homepage":"https://plotly.com/python/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/plotly.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"plotly","custom":"https://plot.ly/products/consulting-and-oem/"}},"created_at":"2013-11-21T05:53:08.000Z","updated_at":"2025-08-29T13:43:44.000Z","dependencies_parsed_at":"2023-10-21T12:43:17.099Z","dependency_job_id":"7dd4b3d5-54ba-4a87-9413-a7e9eff766d2","html_url":"https://github.com/plotly/plotly.py","commit_stats":{"total_commits":5743,"total_committers":299,"mean_commits":"19.207357859531772","dds":0.8553021069127633,"last_synced_commit":"2bc6a0fedfd5a3d2c4e9846810032d3ec564102a"},"previous_names":[],"tags_count":160,"template":false,"template_full_name":null,"purl":"pkg:github/plotly/plotly.py","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/plotly","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/sbom","scorecard":{"id":738068,"data":{"date":"2025-08-11","repo":{"name":"github.com/plotly/plotly.py","commit":"3d36c65614b45b2b0de3ee56a22059ca86336ebb"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/check-js-build.yml:1","Warn: no topLevel permission defined: .github/workflows/test-release.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":"Maintained","score":10,"reason":"30 commit(s) and 3 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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"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":"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":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.txt:0","Info: FSF or OSI recognized license: MIT 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":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/test-release.yml:49"],"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":"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v6.3.0 not signed: https://api.github.com/repos/plotly/plotly.py/releases/239486383","Warn: release artifact v6.2.0 not signed: https://api.github.com/repos/plotly/plotly.py/releases/228067886","Warn: release artifact v6.1.2 not signed: https://api.github.com/repos/plotly/plotly.py/releases/221372107","Warn: release artifact v6.1.1 not signed: https://api.github.com/repos/plotly/plotly.py/releases/219887187","Warn: release artifact v6.1.0 not signed: https://api.github.com/repos/plotly/plotly.py/releases/218893301","Warn: release artifact v6.3.0 does not have provenance: https://api.github.com/repos/plotly/plotly.py/releases/239486383","Warn: release artifact v6.2.0 does not have provenance: https://api.github.com/repos/plotly/plotly.py/releases/228067886","Warn: release artifact v6.1.2 does not have provenance: https://api.github.com/repos/plotly/plotly.py/releases/221372107","Warn: release artifact v6.1.1 does not have provenance: https://api.github.com/repos/plotly/plotly.py/releases/219887187","Warn: release artifact v6.1.0 does not have provenance: https://api.github.com/repos/plotly/plotly.py/releases/218893301"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Pinned-Dependencies","score":2,"reason":"dependency not pinned by hash detected -- score normalized to 2","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-js-build.yml:8: update your workflow using https://app.stepsecurity.io/secureworkflow/plotly/plotly.py/check-js-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-js-build.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/plotly/plotly.py/check-js-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-js-build.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/plotly/plotly.py/check-js-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-js-build.yml:62: update your workflow using https://app.stepsecurity.io/secureworkflow/plotly/plotly.py/check-js-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-release.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/plotly/plotly.py/test-release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-release.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/plotly/plotly.py/test-release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-release.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/plotly/plotly.py/test-release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-release.yml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/plotly/plotly.py/test-release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-release.yml:64: update your workflow using https://app.stepsecurity.io/secureworkflow/plotly/plotly.py/test-release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-release.yml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/plotly/plotly.py/test-release.yml/main?enable=pin","Warn: downloadThenRun not pinned by hash: .github/workflows/check-js-build.yml:25","Warn: downloadThenRun not pinned by hash: .github/workflows/test-release.yml:27","Warn: pipCommand not pinned by hash: .github/workflows/test-release.yml:37","Info:   0 out of   9 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   2 downloadThenRun dependencies pinned","Info:   2 out of   2 npmCommand dependencies pinned","Info:   0 out of   1 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Vulnerabilities","score":0,"reason":"26 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: PYSEC-2022-249 / GHSA-9jmq-rx5f-8jwq","Warn: Project is vulnerable to: PYSEC-2018-18 / GHSA-3p4q-x8f3-p7vq","Warn: Project is vulnerable to: GHSA-4952-p58q-6crx","Warn: Project is vulnerable to: PYSEC-2018-17 / GHSA-49qr-xh3w-h436","Warn: Project is vulnerable to: PYSEC-2018-57 / GHSA-6cwv-x26c-w2q4","Warn: Project is vulnerable to: PYSEC-2020-215 / GHSA-c7vm-f5p4-8fqh","Warn: Project is vulnerable to: PYSEC-2019-159 / GHSA-hhx8-cr55-qcxx","Warn: Project is vulnerable to: GHSA-hwvq-6gjx-j797","Warn: Project is vulnerable to: PYSEC-2019-157 / GHSA-jqwc-jm56-wcwj","Warn: Project is vulnerable to: PYSEC-2022-180 / GHSA-m87f-39q9-6f55","Warn: Project is vulnerable to: PYSEC-2019-158 / GHSA-rcx2-m7jp-p9wj","Warn: Project is vulnerable to: GHSA-rv62-4pmj-xw6h","Warn: Project is vulnerable to: PYSEC-2022-212 / GHSA-v7vq-3x77-87vg","Warn: Project is vulnerable to: PYSEC-2024-40 / GHSA-pwr2-4v36-6qpr","Warn: Project is vulnerable to: PYSEC-2019-41 / GHSA-qfc5-mcwq-26q8","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: PYSEC-2020-107 / GHSA-jjw5-xxj6-pcv5","Warn: Project is vulnerable to: PYSEC-2024-110 / GHSA-jw8x-6495-233v","Warn: Project is vulnerable to: PYSEC-2020-108","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw","Warn: Project is vulnerable to: GHSA-67mh-4wv8-2f99"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-22T16:29:58.576Z","repository_id":12000601,"created_at":"2025-08-22T16:29:58.576Z","updated_at":"2025-08-22T16:29:58.576Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272778291,"owners_count":24991500,"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-29T02:00:10.610Z","response_time":87,"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":"plotly","name":"Plotly","uuid":"5997976","kind":"organization","description":"","email":null,"website":"https://plotly.com/","location":"Montréal","twitter":"plotlygraphs","company":null,"icon_url":"https://avatars.githubusercontent.com/u/5997976?v=4","repositories_count":376,"last_synced_at":"2024-04-14T07:08:43.994Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/plotly","funding_links":["https://github.com/sponsors/plotly"],"total_stars":83082,"followers":1193,"following":0,"created_at":"2022-11-02T16:24:57.993Z","updated_at":"2024-04-14T07:09:47.279Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/plotly","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/plotly/repositories"},"tags":[{"name":"v6.3.0","sha":"53572f6532876fde279abfa63a47c056dc485540","kind":"commit","published_at":"2025-08-12T20:00:26.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v6.3.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v6.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v6.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.3.0/manifests"},{"name":"v6.2.0","sha":"12be40788fcaba7e83d9315a7817dea4a4aace95","kind":"commit","published_at":"2025-06-26T14:58:21.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v6.2.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v6.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v6.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.2.0/manifests"},{"name":"v6.1.2","sha":"3f5cbda2781fd9966711ebc6830c8f81f1b21b57","kind":"commit","published_at":"2025-05-27T19:14:49.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v6.1.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v6.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v6.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.1.2/manifests"},{"name":"v6.1.1","sha":"c044f1e32304c5ac8b7e0b7fd63fefd533824b52","kind":"commit","published_at":"2025-05-20T19:06:21.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v6.1.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v6.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v6.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.1.1/manifests"},{"name":"v6.1.0","sha":"1462f3f403006edb4044493a96b405e9a9ed0c0a","kind":"commit","published_at":"2025-05-15T14:22:22.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v6.1.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v6.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.1.0/manifests"},{"name":"v6.1.0rc0","sha":"78313f0a858e83bfe352f2e56ed704da49085702","kind":"commit","published_at":"2025-04-30T22:26:56.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v6.1.0rc0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v6.1.0rc0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v6.1.0rc0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.1.0rc0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.1.0rc0/manifests"},{"name":"v6.0.1b0","sha":"54985b81f0134093a2ff564539d7f67d7c5d030e","kind":"commit","published_at":"2025-03-31T18:30:20.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v6.0.1b0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v6.0.1b0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v6.0.1b0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.0.1b0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.0.1b0/manifests"},{"name":"v6.0.1","sha":"58e33fca889d993cb3dc71aca1efbb53ebd2fee9","kind":"commit","published_at":"2025-03-14T16:46:04.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v6.0.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v6.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.0.1/manifests"},{"name":"v6.0.0","sha":"49581b8a19a808a78172c9294d7e39969c9d0248","kind":"commit","published_at":"2025-01-28T18:09:09.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v6.0.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.0.0/manifests"},{"name":"v6.0.0rc0","sha":"173ea1e44d296fbb8bbcb32e49b3f6f9024e9549","kind":"commit","published_at":"2024-11-27T19:35:05.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v6.0.0rc0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v6.0.0rc0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v6.0.0rc0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.0.0rc0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.0.0rc0/manifests"},{"name":"v5.24.1","sha":"5d79b80c53f779274170743539a481c524e04c8f","kind":"commit","published_at":"2024-09-12T14:41:22.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.24.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.24.1/manifests"},{"name":"v5.24.0","sha":"c1fff18c2bd30e3436444390f197e92a22df1005","kind":"commit","published_at":"2024-08-29T17:17:06.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.24.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.24.0/manifests"},{"name":"v5.23.0","sha":"83c7c850f9a97ba56349cda7777c4c29db5ae290","kind":"commit","published_at":"2024-07-22T19:47:36.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.23.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.23.0/manifests"},{"name":"v5.22.0","sha":"34e8bdba5e2187903385a21e7c591ae41914ccaf","kind":"commit","published_at":"2024-04-30T20:49:43.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.22.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.22.0/manifests"},{"name":"v5.21.0","sha":"84456f33e7dcd094544fbe835fbd1965825d4f95","kind":"commit","published_at":"2024-04-17T13:49:11.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.21.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.21.0/manifests"},{"name":"v5.20.0","sha":"9335a34ca77399a597a72420f73e947217d3d410","kind":"commit","published_at":"2024-03-13T14:36:11.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.20.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.20.0/manifests"},{"name":"v5.19.0","sha":"b541a6924fa0c417c6116d03b62c6007dc510a28","kind":"commit","published_at":"2024-02-13T14:24:37.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.19.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.19.0/manifests"},{"name":"v5.18.0","sha":"4988b440c8600c4634f7363f0ca8748106bfa1bb","kind":"commit","published_at":"2023-10-25T18:30:10.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.18.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.18.0/manifests"},{"name":"v5.17.0","sha":"bce884546d7b2d7e71fcfe0a692c960ddd4b7b3e","kind":"commit","published_at":"2023-09-15T14:25:57.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.17.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.17.0/manifests"},{"name":"v5.16.1","sha":"bbbf5eff75883511a1126b11205bef34f1cf0ff9","kind":"commit","published_at":"2023-08-16T16:17:51.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.16.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.16.1/manifests"},{"name":"v5.16.0","sha":"01c6450cc81abce8e6cd702cea7c1a24d631398b","kind":"commit","published_at":"2023-08-11T19:18:03.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.16.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.16.0/manifests"},{"name":"v5.15.0","sha":"e42897d4be454be23004b3d1f8704386b57773dc","kind":"commit","published_at":"2023-06-08T14:48:38.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.15.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.15.0/manifests"},{"name":"v5.14.1","sha":"f006ae830365d6735e5d6fd3c3fb46dca10f539b","kind":"commit","published_at":"2023-04-05T15:48:06.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.14.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.14.1/manifests"},{"name":"v5.14.0","sha":"31e97dc6a62131bb9b33cc3cbcb77f40dcf4cb15","kind":"commit","published_at":"2023-03-29T14:00:15.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.14.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.14.0/manifests"},{"name":"v5.13.1","sha":"2a8a9b7c27310d968a55edf44144c7eff9718ccb","kind":"commit","published_at":"2023-02-24T16:08:21.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.13.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.13.1/manifests"},{"name":"v5.13.0","sha":"502f22005dcfbe7f12aae097a1e3dd9cddd4ae9d","kind":"commit","published_at":"2023-01-23T13:58:12.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.13.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.13.0/manifests"},{"name":"v5.12.0","sha":"baedaabc9dd64c0774e00251cc778af1d2ec83fe","kind":"commit","published_at":"2023-01-12T20:07:13.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.12.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.12.0/manifests"},{"name":"v5.11.0","sha":"e7eb42d2be75e4e61747fa81e9e96da1ad73fcd4","kind":"commit","published_at":"2022-10-27T17:02:05.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.11.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.11.0/manifests"},{"name":"v5.10.0","sha":"473c263e5e133e5693863baa668751b85900dc11","kind":"commit","published_at":"2022-08-11T13:27:06.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.10.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.10.0/manifests"},{"name":"v5.9.0","sha":"ddd5ba6ba21f176914da2ee448331e05eaebb471","kind":"commit","published_at":"2022-06-23T17:41:55.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.9.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.9.0/manifests"},{"name":"v5.8.2","sha":"4222d7e8b49e851ccdd23ed91d5836ec16c32532","kind":"commit","published_at":"2022-06-10T15:05:08.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.8.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.8.2/manifests"},{"name":"v5.8.1","sha":"473e6e0d6849e334d63a816336deda5d761adcf8","kind":"commit","published_at":"2022-06-08T13:56:14.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.8.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.8.1/manifests"},{"name":"v5.8.0","sha":"eca5fe62f9262478bacc5895db3a053116cac393","kind":"commit","published_at":"2022-05-10T00:40:15.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.8.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.8.0/manifests"},{"name":"v5.7.0","sha":"a74510552b752fd656746ed5e204491cb0798bf1","kind":"commit","published_at":"2022-04-05T15:32:22.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.7.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.7.0/manifests"},{"name":"v5.6.0","sha":"c6026e67628cb8b9b379e71b36d1372b0e787f20","kind":"commit","published_at":"2022-02-09T18:21:39.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.6.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.6.0/manifests"},{"name":"v5.5.0","sha":"85c77b4b5cf9e4ee7ae74b3597ee7ff334dc4dd2","kind":"commit","published_at":"2021-12-21T03:24:45.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.5.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.5.0/manifests"},{"name":"v5.4.0","sha":"53e8cbfee0b870e6ea4e0233ef3526c2278bc2a2","kind":"commit","published_at":"2021-11-15T01:53:47.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.4.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.4.0/manifests"},{"name":"v5.3.1","sha":"b763ef96cc36f460d4096650e54f51bf85886cb8","kind":"commit","published_at":"2021-09-01T01:19:43.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.3.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.3.1/manifests"},{"name":"v5.3.0","sha":"765507014b146dba23f29dd99a929204783fae66","kind":"commit","published_at":"2021-08-30T00:55:19.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.3.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.3.0/manifests"},{"name":"v5.2.2","sha":"6c8a7fa90c3ab3d8170b3b7a5e4fd283494081b5","kind":"commit","published_at":"2021-08-23T18:43:23.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.2.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.2.2/manifests"},{"name":"v5.2.1","sha":"c1166729192e5278fb18c5165cd1b88d9dd5c07c","kind":"commit","published_at":"2021-08-13T20:39:44.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.2.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.2.1/manifests"},{"name":"v5.2.0","sha":"18252a278714297e5694f53b0cd684d8f4476ef6","kind":"commit","published_at":"2021-08-13T14:54:52.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.2.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.2.0/manifests"},{"name":"v5.1.0","sha":"c9016fcadda3ccd45e152f26d406edd665a418dd","kind":"commit","published_at":"2021-06-28T19:27:49.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.1.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.1.0/manifests"},{"name":"v5.0.0","sha":"06c6eb2b1acaba21c10ffccf5efd827bb3d86b41","kind":"commit","published_at":"2021-06-21T14:51:36.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.0.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.0.0/manifests"},{"name":"v5.0.0rc2","sha":"96e4c9d699de3dbcbe26c19a901680127b604a16","kind":"commit","published_at":"2021-06-07T16:57:16.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.0.0rc2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.0.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.0.0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.0.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.0.0rc2/manifests"},{"name":"v5.0.0rc1","sha":"5331cea2ef046243f66409e72c08ea51f106315c","kind":"commit","published_at":"2021-05-31T20:50:32.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.0.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.0.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.0.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.0.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.0.0rc1/manifests"},{"name":"v4.14.3","sha":"6c463ee500960000341cc735b2d95680ac48e3ad","kind":"commit","published_at":"2021-01-12T16:08:17.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.14.3","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.14.3/manifests"},{"name":"v4.14.2","sha":"4cc5c4eede84a934848a38ff4db9c684c6e21f22","kind":"commit","published_at":"2021-01-11T20:27:48.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.14.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.14.2/manifests"},{"name":"v4.14.1","sha":"f9d0e87ae1d7737831e5a6d282b0ee5db5b6fbc6","kind":"commit","published_at":"2020-12-09T13:25:32.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.14.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.14.1/manifests"},{"name":"v4.14.0","sha":"b0d9b3978ef5bfa204abdf598cc321d441793571","kind":"commit","published_at":"2020-12-07T14:28:10.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.14.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.14.0/manifests"},{"name":"v4.13.0","sha":"3f0d771fa3e0a7f6b00c089b7b2d8d59a7504782","kind":"commit","published_at":"2020-11-23T13:36:12.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.13.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.13.0/manifests"},{"name":"v4.12.0","sha":"40c8a35486a92a9d9f1ee3fd74a6606c8a82fd2f","kind":"commit","published_at":"2020-10-23T12:52:25.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.12.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.12.0/manifests"},{"name":"v4.11.0","sha":"73be67c88cfa32f0d41cfe58ba9750b4d863805a","kind":"commit","published_at":"2020-10-01T13:27:31.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.11.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.11.0/manifests"},{"name":"v4.10.0","sha":"d5eeffc1cc78f55cf720c24ed5a6dc360043ad2f","kind":"commit","published_at":"2020-09-10T13:08:48.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.10.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.10.0/manifests"},{"name":"v4.9.0","sha":"f17275755da092e2bec637adbd26c7d83f3662fb","kind":"commit","published_at":"2020-07-16T12:43:24.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.9.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.9.0/manifests"},{"name":"v4.9.0rc1","sha":"950a54a8fbe93396c9735cf46ddeabbd8d8ffed0","kind":"commit","published_at":"2020-07-15T18:02:21.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.9.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.9.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.9.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.9.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.9.0rc1/manifests"},{"name":"v4.8.2","sha":"659d1304f6117ab49c29662517a5bf82aba73474","kind":"commit","published_at":"2020-06-26T19:10:55.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.8.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.8.2/manifests"},{"name":"v4.8.1","sha":"8ce454b02690c5f30782a0792b10fcc9b9d66451","kind":"commit","published_at":"2020-05-29T02:59:18.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.8.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.8.1/manifests"},{"name":"v4.8.0","sha":"df827daeddb5a9dd4a10b26adcba486d96cd379a","kind":"commit","published_at":"2020-05-26T13:53:17.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.8.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.8.0/manifests"},{"name":"v4.7.1","sha":"e026ef52b132d9a177c1a65ae7f91ccad79d587d","kind":"commit","published_at":"2020-05-08T12:41:00.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.7.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.7.1/manifests"},{"name":"v4.7.0","sha":"c94047a9494105abd6dec262f3aae246d91adcf7","kind":"commit","published_at":"2020-05-06T14:23:05.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.7.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.7.0/manifests"},{"name":"v4.6.0","sha":"aa14db7476ebf12cd6839304e4d1596e99d052a5","kind":"commit","published_at":"2020-04-01T15:05:19.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.6.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.6.0/manifests"},{"name":"chart-studio-v1.1.0","sha":"95e3a3c14ba24e91440d1b031544338d4029d5a7","kind":"commit","published_at":"2020-04-01T14:38:47.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/chart-studio-v1.1.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/chart-studio-v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@chart-studio-v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.1.0/manifests"},{"name":"v4.5.4","sha":"1c99b99436684516d2068a62f35888ef97c96bcd","kind":"commit","published_at":"2020-03-11T20:23:12.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.5.4","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.4/manifests"},{"name":"widget-v1.5.4","sha":"1c99b99436684516d2068a62f35888ef97c96bcd","kind":"commit","published_at":"2020-03-11T20:23:12.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.5.4","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.4/manifests"},{"name":"widget-v1.5.3","sha":"587075c9f5a57a3dd60b03b2d47d925fbbb9b9b6","kind":"commit","published_at":"2020-03-06T02:53:39.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.5.3","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.3/manifests"},{"name":"v4.5.3","sha":"587075c9f5a57a3dd60b03b2d47d925fbbb9b9b6","kind":"commit","published_at":"2020-03-06T02:53:39.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.5.3","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.3/manifests"},{"name":"v4.5.2","sha":"5aa8c16c34f5d8ec77c4145737e3ca83c28afae1","kind":"commit","published_at":"2020-02-25T04:44:04.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.5.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.2/manifests"},{"name":"widget-v1.5.2","sha":"5aa8c16c34f5d8ec77c4145737e3ca83c28afae1","kind":"commit","published_at":"2020-02-25T04:44:04.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.5.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.2/manifests"},{"name":"v4.5.1","sha":"76ccbffc757a54ba92886413e4109f42a694612d","kind":"commit","published_at":"2020-02-19T21:29:33.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.5.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.1/manifests"},{"name":"widget-v1.5.1","sha":"76ccbffc757a54ba92886413e4109f42a694612d","kind":"commit","published_at":"2020-02-19T21:29:33.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.5.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.1/manifests"},{"name":"list","sha":"74e681e0a1531690799113043d9036deaeb56ed4","kind":"commit","published_at":"2020-01-22T19:58:11.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/list","html_url":"https://github.com/plotly/plotly.py/releases/tag/list","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@list","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/list","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/list/manifests"},{"name":"v4.5.0","sha":"74e681e0a1531690799113043d9036deaeb56ed4","kind":"commit","published_at":"2020-01-22T19:58:11.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.5.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.0/manifests"},{"name":"widget-v1.5.0","sha":"74e681e0a1531690799113043d9036deaeb56ed4","kind":"commit","published_at":"2020-01-22T19:58:11.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.5.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.0/manifests"},{"name":"help","sha":"74e681e0a1531690799113043d9036deaeb56ed4","kind":"commit","published_at":"2020-01-22T19:58:11.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/help","html_url":"https://github.com/plotly/plotly.py/releases/tag/help","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@help","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/help","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/help/manifests"},{"name":"v4.5.0rc1","sha":"a5bb459d9cb4bb91f007b58bbe151511514ebb29","kind":"commit","published_at":"2020-01-22T19:22:51.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.5.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.5.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.5.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.0rc1/manifests"},{"name":"widget-v1.5.0-rc.1","sha":"a5bb459d9cb4bb91f007b58bbe151511514ebb29","kind":"commit","published_at":"2020-01-22T19:22:51.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.5.0-rc.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.5.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v1.5.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.0-rc.1/manifests"},{"name":"v4.4.1","sha":"6fb105286d0bf81ed045dafd18ad16cdfcc13dd8","kind":"commit","published_at":"2019-12-10T16:52:12.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.4.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.4.1/manifests"},{"name":"widget-v1.4.0","sha":"c399e06e257f06a87e546f590e6472e3e6f02149","kind":"commit","published_at":"2019-12-10T14:16:42.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.4.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.4.0/manifests"},{"name":"v4.4.0","sha":"c399e06e257f06a87e546f590e6472e3e6f02149","kind":"commit","published_at":"2019-12-10T14:16:42.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.4.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.4.0/manifests"},{"name":"widget-v1.3.0","sha":"c0a0ee0f082766e629d4c1a1ddb3fdc1b274f32e","kind":"commit","published_at":"2019-11-12T11:02:41.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.3.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.3.0/manifests"},{"name":"v4.3.0","sha":"c0a0ee0f082766e629d4c1a1ddb3fdc1b274f32e","kind":"commit","published_at":"2019-11-12T11:02:41.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.3.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.3.0/manifests"},{"name":"v4.2.1","sha":"62119960fa6286a78df0c51183217163c2c2718b","kind":"commit","published_at":"2019-10-18T21:53:13.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.2.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.2.1/manifests"},{"name":"widget-v1.2.0","sha":"b7ad5433c4e0882715781fa6c4816fc7fff62965","kind":"commit","published_at":"2019-10-16T22:09:11.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.2.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.2.0/manifests"},{"name":"v4.2.0","sha":"b7ad5433c4e0882715781fa6c4816fc7fff62965","kind":"commit","published_at":"2019-10-16T22:09:11.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.2.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.2.0/manifests"},{"name":"jupyterlab-plotly-v1.1.2","sha":"5920a6cf395dd38a1223ac1cce8999b985bda28c","kind":"commit","published_at":"2019-09-03T10:03:17.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/jupyterlab-plotly-v1.1.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/jupyterlab-plotly-v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@jupyterlab-plotly-v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.1.2/manifests"},{"name":"widget-v1.1.1","sha":"2a3eb9771cd0af90d0f8c32140313c8be43e5f04","kind":"commit","published_at":"2019-09-03T09:33:36.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.1.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.1.1/manifests"},{"name":"v4.1.1","sha":"2a3eb9771cd0af90d0f8c32140313c8be43e5f04","kind":"commit","published_at":"2019-09-03T09:33:36.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.1.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.1/manifests"},{"name":"v4.1.0","sha":"317643dd6ffadd75258661258ba3364eeb53e793","kind":"commit","published_at":"2019-08-07T00:39:44.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.1.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.0/manifests"},{"name":"widget-v1.1.0","sha":"317643dd6ffadd75258661258ba3364eeb53e793","kind":"commit","published_at":"2019-08-07T00:39:44.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.1.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.1.0/manifests"},{"name":"jupyterlab-plotly-v1.1.0","sha":"317643dd6ffadd75258661258ba3364eeb53e793","kind":"commit","published_at":"2019-08-07T00:39:44.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/jupyterlab-plotly-v1.1.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/jupyterlab-plotly-v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@jupyterlab-plotly-v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.1.0/manifests"},{"name":"v4.1.0rc3","sha":"589460cb11b7e6647a8ab8d0669d37c1398d00f9","kind":"commit","published_at":"2019-08-06T23:22:39.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.1.0rc3","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.1.0rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.1.0rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.0rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.0rc3/manifests"},{"name":"v4.1.0rc2","sha":"6d622c996a3f8d28916b9fad6709002bf5ef4c40","kind":"commit","published_at":"2019-08-06T22:15:54.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.1.0rc2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.1.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.1.0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.0rc2/manifests"},{"name":"v4.1.0rc1","sha":"592b785f90127e4da9c58570f1a4db5e6152021c","kind":"commit","published_at":"2019-08-04T22:04:26.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.1.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.1.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.1.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.0rc1/manifests"},{"name":"widget-v1.1.0-rc.1","sha":"592b785f90127e4da9c58570f1a4db5e6152021c","kind":"commit","published_at":"2019-08-04T22:04:26.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.1.0-rc.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.1.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v1.1.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.1.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.1.0-rc.1/manifests"},{"name":"jupyterlab-plotly-v1.1.0-rc.1","sha":"592b785f90127e4da9c58570f1a4db5e6152021c","kind":"commit","published_at":"2019-08-04T22:04:26.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/jupyterlab-plotly-v1.1.0-rc.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/jupyterlab-plotly-v1.1.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@jupyterlab-plotly-v1.1.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.1.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.1.0-rc.1/manifests"},{"name":"chart-studio-v1.0.0","sha":"65625d49226632abcf932d530aa9c90ba1bc59c1","kind":"commit","published_at":"2019-07-16T16:41:00.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/chart-studio-v1.0.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/chart-studio-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@chart-studio-v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0/manifests"},{"name":"widget-v1.0.0","sha":"65625d49226632abcf932d530aa9c90ba1bc59c1","kind":"commit","published_at":"2019-07-16T16:41:00.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.0.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.0.0/manifests"},{"name":"v4.0.0","sha":"65625d49226632abcf932d530aa9c90ba1bc59c1","kind":"commit","published_at":"2019-07-16T16:41:00.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0/manifests"},{"name":"plotly-geo-v1.0.0","sha":"65625d49226632abcf932d530aa9c90ba1bc59c1","kind":"commit","published_at":"2019-07-16T16:41:00.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/plotly-geo-v1.0.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/plotly-geo-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@plotly-geo-v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/plotly-geo-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/plotly-geo-v1.0.0/manifests"},{"name":"jupyterlab-plotly-v1.0.0","sha":"65625d49226632abcf932d530aa9c90ba1bc59c1","kind":"commit","published_at":"2019-07-16T16:41:00.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/jupyterlab-plotly-v1.0.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/jupyterlab-plotly-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@jupyterlab-plotly-v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.0.0/manifests"},{"name":"v4.0.0rc1","sha":"09f7879eb503d4877ae0f4396ea52798e05795fa","kind":"commit","published_at":"2019-07-09T10:37:19.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.0.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0rc1/manifests"},{"name":"plotly-geo-v1.0.0rc1","sha":"09f7879eb503d4877ae0f4396ea52798e05795fa","kind":"commit","published_at":"2019-07-09T10:37:19.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/plotly-geo-v1.0.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/plotly-geo-v1.0.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@plotly-geo-v1.0.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/plotly-geo-v1.0.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/plotly-geo-v1.0.0rc1/manifests"},{"name":"chart-studio-v1.0.0rc1","sha":"09f7879eb503d4877ae0f4396ea52798e05795fa","kind":"commit","published_at":"2019-07-09T10:37:19.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/chart-studio-v1.0.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/chart-studio-v1.0.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@chart-studio-v1.0.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0rc1/manifests"},{"name":"v4.0.0a10","sha":"cbf9b84234913b138e271216471d6a929d705099","kind":"commit","published_at":"2019-07-08T13:15:12.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a10","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.0.0a10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a10/manifests"},{"name":"v4.0.0a9","sha":"3b915ffcc3bcbaf2a9c34ac53934f3bf31960dac","kind":"commit","published_at":"2019-07-04T12:17:18.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a9","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.0.0a9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a9/manifests"},{"name":"v4.0.0a8","sha":"289ed89c09b3038751ca548a800eccc4a4d044da","kind":"commit","published_at":"2019-07-01T21:41:13.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a8","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.0.0a8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a8/manifests"},{"name":"jupyterlab-plotly-v1.0.0-alpha.3","sha":"f859f26c2c0211a7a70c10f8ce79b668ef9a132a","kind":"commit","published_at":"2019-07-01T16:39:05.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/jupyterlab-plotly-v1.0.0-alpha.3","html_url":"https://github.com/plotly/plotly.py/releases/tag/jupyterlab-plotly-v1.0.0-alpha.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@jupyterlab-plotly-v1.0.0-alpha.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.0.0-alpha.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.0.0-alpha.3/manifests"},{"name":"v4.0.0a7","sha":"a1562466856864e9f33d9f412a102deaeaaba4a7","kind":"commit","published_at":"2019-07-01T14:03:56.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a7","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.0.0a7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a7/manifests"},{"name":"v4.0.0a6","sha":"a1562466856864e9f33d9f412a102deaeaaba4a7","kind":"commit","published_at":"2019-07-01T14:03:56.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a6","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.0.0a6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a6/manifests"},{"name":"v4.0.0a5","sha":"56edaa6819eaf21cee20b100249d6a07ffcc5f1c","kind":"commit","published_at":"2019-07-01T12:34:29.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a5","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.0.0a5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a5/manifests"},{"name":"chart-studio-v1.0.0a5","sha":"56edaa6819eaf21cee20b100249d6a07ffcc5f1c","kind":"commit","published_at":"2019-07-01T12:34:29.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/chart-studio-v1.0.0a5","html_url":"https://github.com/plotly/plotly.py/releases/tag/chart-studio-v1.0.0a5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@chart-studio-v1.0.0a5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0a5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0a5/manifests"},{"name":"v4.0.0a4","sha":"e140a288d0c7af63471043dae1fecb8828116465","kind":"commit","published_at":"2019-06-20T13:34:26.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a4","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.0.0a4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a4/manifests"},{"name":"chart-studio-v1.0.0a4","sha":"e6408793296661703cef33d7242d857acb0dd0ce","kind":"commit","published_at":"2019-06-20T12:06:56.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/chart-studio-v1.0.0a4","html_url":"https://github.com/plotly/plotly.py/releases/tag/chart-studio-v1.0.0a4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@chart-studio-v1.0.0a4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0a4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0a4/manifests"},{"name":"chart-studio-v1.0.0a3","sha":"958a6b796262723cef86070bf0baca290595b27a","kind":"commit","published_at":"2019-06-18T13:01:18.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/chart-studio-v1.0.0a3","html_url":"https://github.com/plotly/plotly.py/releases/tag/chart-studio-v1.0.0a3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@chart-studio-v1.0.0a3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0a3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0a3/manifests"},{"name":"v4.0.0a3","sha":"958a6b796262723cef86070bf0baca290595b27a","kind":"commit","published_at":"2019-06-18T13:01:18.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a3","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.0.0a3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a3/manifests"},{"name":"jupyterlab-v1.0.0-alpha.1","sha":"958a6b796262723cef86070bf0baca290595b27a","kind":"commit","published_at":"2019-06-18T13:01:18.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/jupyterlab-v1.0.0-alpha.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/jupyterlab-v1.0.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@jupyterlab-v1.0.0-alpha.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-v1.0.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-v1.0.0-alpha.1/manifests"},{"name":"chart-studio-v1.0.0a2","sha":"6afca651a4e52a4541cc5934d7d612ff2d1fb8e0","kind":"commit","published_at":"2019-06-16T19:57:47.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/chart-studio-v1.0.0a2","html_url":"https://github.com/plotly/plotly.py/releases/tag/chart-studio-v1.0.0a2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@chart-studio-v1.0.0a2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0a2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0a2/manifests"},{"name":"v4.0.0a2","sha":"17cf071147e9682291f6ca3371a6ba9f1aa38fa7","kind":"commit","published_at":"2019-06-15T17:56:25.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.0.0a2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a2/manifests"},{"name":"v4.0.0a1","sha":"e42848a5b59703365bd83ead55a966449f2501c4","kind":"commit","published_at":"2019-06-15T17:18:05.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.0.0a1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a1/manifests"},{"name":"widget-v0.11.0","sha":"7cce28331781f189aaf545ab2476889f1bfe720c","kind":"commit","published_at":"2019-05-31T19:31:06.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v0.11.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.11.0/manifests"},{"name":"v3.10.0","sha":"7cce28331781f189aaf545ab2476889f1bfe720c","kind":"commit","published_at":"2019-05-31T19:31:06.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.10.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.10.0/manifests"},{"name":"widget-v0.11.0-rc.1","sha":"301735b3003860c3cedb837c0a6bc7f8a5cc6f52","kind":"commit","published_at":"2019-05-29T12:27:58.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v0.11.0-rc.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v0.11.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v0.11.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.11.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.11.0-rc.1/manifests"},{"name":"v3.10.0rc1","sha":"301735b3003860c3cedb837c0a6bc7f8a5cc6f52","kind":"commit","published_at":"2019-05-29T12:27:58.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.10.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.10.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.10.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.10.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.10.0rc1/manifests"},{"name":"widget-v0.10.0","sha":"6a85e4b7b6510d58d6f4525de179a45339aa297c","kind":"commit","published_at":"2019-05-06T22:57:38.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v0.10.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.10.0/manifests"},{"name":"v3.9.0","sha":"6a85e4b7b6510d58d6f4525de179a45339aa297c","kind":"commit","published_at":"2019-05-06T22:57:38.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.9.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.9.0/manifests"},{"name":"v3.9.0rc1","sha":"105496f8ded3c5e47961174f6f49a70d97f863c4","kind":"commit","published_at":"2019-05-06T12:36:58.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.9.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.9.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.9.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.9.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.9.0rc1/manifests"},{"name":"widget-v0.10.0-rc.1","sha":"105496f8ded3c5e47961174f6f49a70d97f863c4","kind":"commit","published_at":"2019-05-06T12:36:58.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v0.10.0-rc.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v0.10.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v0.10.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.10.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.10.0-rc.1/manifests"},{"name":"widget-v0.9.1","sha":"8bcf6c80c88c47863b193425ebb6480d98ece2ef","kind":"commit","published_at":"2019-04-19T13:42:26.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v0.9.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.9.1/manifests"},{"name":"v3.8.1","sha":"8bcf6c80c88c47863b193425ebb6480d98ece2ef","kind":"commit","published_at":"2019-04-19T13:42:26.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.8.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.8.1/manifests"},{"name":"widget-v0.9.0","sha":"f4ed82a4d80d2bb3d06559c66d19a32023e790e8","kind":"commit","published_at":"2019-04-15T12:28:51.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v0.9.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.9.0/manifests"},{"name":"v3.8.0","sha":"f4ed82a4d80d2bb3d06559c66d19a32023e790e8","kind":"commit","published_at":"2019-04-15T12:28:51.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.8.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.8.0/manifests"},{"name":"v3.8.0rc1","sha":"0b8dc66ecce5627e714b55af1a3a369720196217","kind":"commit","published_at":"2019-04-12T13:27:56.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.8.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.8.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.8.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.8.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.8.0rc1/manifests"},{"name":"widget-v0.9.0-rc.1","sha":"0b8dc66ecce5627e714b55af1a3a369720196217","kind":"commit","published_at":"2019-04-12T13:27:56.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v0.9.0-rc.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v0.9.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v0.9.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.9.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.9.0-rc.1/manifests"},{"name":"v3.7.1","sha":"3471c3dfbf783927c203c676422260586514b341","kind":"commit","published_at":"2019-03-19T12:08:19.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.7.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.7.1/manifests"},{"name":"widget-v0.8.0","sha":"29846649b6166e59d8b8d49ee4b9e40dfa987319","kind":"commit","published_at":"2019-03-08T14:55:09.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v0.8.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.8.0/manifests"},{"name":"v3.7.0","sha":"29846649b6166e59d8b8d49ee4b9e40dfa987319","kind":"commit","published_at":"2019-03-08T14:55:09.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.7.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.7.0/manifests"},{"name":"v3.6.1","sha":"331c85f74688eb3b84446bac2671bb763e448a48","kind":"commit","published_at":"2019-02-08T23:41:39.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.6.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.6.1/manifests"},{"name":"widget-v0.7.1","sha":"331c85f74688eb3b84446bac2671bb763e448a48","kind":"commit","published_at":"2019-02-08T23:41:39.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v0.7.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v0.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.7.1/manifests"},{"name":"v3.6.0","sha":"256e2f4c11bd72ac180952c17310acf2ec37fa5b","kind":"commit","published_at":"2019-02-01T22:51:55.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.6.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.6.0/manifests"},{"name":"v3.5.0","sha":"bcf4a2a0ca01b2568ccc521fc0cd6fd78c2edb0f","kind":"commit","published_at":"2019-01-04T13:04:16.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.5.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.5.0/manifests"},{"name":"v3.4.2","sha":"618ee2d1cbd3eb37272ea6bb1f29c5625892c1d6","kind":"commit","published_at":"2018-11-23T15:43:13.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.4.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.4.2/manifests"},{"name":"v3.4.1","sha":"a8ae062795ddbf9867b8578fe6d9e244948c15ff","kind":"commit","published_at":"2018-11-09T13:07:33.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.4.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.4.1/manifests"},{"name":"v3.4.0","sha":"be25c5043cd04ef6b9feb5b09dbe2a3f09660d7e","kind":"commit","published_at":"2018-11-02T15:37:15.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.4.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.4.0/manifests"},{"name":"v3.3.0","sha":"2e5bf6e2f7c213295c405ece3e859f4d3f8030d1","kind":"commit","published_at":"2018-09-28T11:22:59.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.3.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.3.0/manifests"},{"name":"v3.2.1","sha":"f0915eec601a875842b29883e8e7919e8d9d6702","kind":"commit","published_at":"2018-09-14T13:27:26.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.2.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.2.1/manifests"},{"name":"v3.2.0","sha":"5814699ca5f6f24e91f69758f2ab95f7649ad1e9","kind":"commit","published_at":"2018-09-05T13:47:46.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.2.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.2.0/manifests"},{"name":"v3.1.1","sha":"8e87a8c2578fdf1ab76f759a5bab89a718a997a4","kind":"commit","published_at":"2018-08-10T15:06:10.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.1.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.1.1/manifests"},{"name":"v3.1.0","sha":"70098404a871ead7e5d3b29744e1d2f9e43d3497","kind":"tag","published_at":"2018-07-21T00:29:19.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.1.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.1.0/manifests"},{"name":"v3.0.2","sha":"6b3a0135977b92b3f7e0be2a1e8b418d995c70e3","kind":"tag","published_at":"2018-07-17T21:57:12.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.0.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.0.2/manifests"},{"name":"v3.0.1","sha":"d8b6b1708ab97915241ba4033f63fe0613592922","kind":"tag","published_at":"2018-07-17T19:08:19.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.0.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.0.1/manifests"},{"name":"v3.0.0","sha":"213602df6c89b45ce2b811ed2591171c961408e7","kind":"tag","published_at":"2018-07-06T15:50:55.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.0.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.0.0/manifests"},{"name":"v2.2.0","sha":"02466a69b96cdc3caa194be293fb82f4c7023da0","kind":"tag","published_at":"2017-10-26T17:28:07.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v2.2.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v2.2.0/manifests"},{"name":"v2.0.0","sha":"ddcebd61ea21667728e4218753c9fa09c9d8642a","kind":"commit","published_at":"2017-01-25T23:34:06.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v2.0.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v2.0.0/manifests"},{"name":"v2.0.0-pre","sha":"0f5f7cc0b5fe82886f0be2f4d66d1d1251cbedaa","kind":"commit","published_at":"2017-01-19T09:00:59.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v2.0.0-pre","html_url":"https://github.com/plotly/plotly.py/releases/tag/v2.0.0-pre","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v2.0.0-pre","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v2.0.0-pre","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v2.0.0-pre/manifests"},{"name":"v1.13.0","sha":"fa89dccdda78bb6b3eeec39f272edc7e11555697","kind":"commit","published_at":"2017-01-11T22:55:26.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v1.13.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v1.13.0/manifests"},{"name":"1.6.12","sha":"ff362ce65aaea4c1fd62abd6fb3909bbdd2cce5d","kind":"commit","published_at":"2015-03-13T20:06:25.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/1.6.12","html_url":"https://github.com/plotly/plotly.py/releases/tag/1.6.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@1.6.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/1.6.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/1.6.12/manifests"},{"name":"1.6.8","sha":"694ac4f0bf91c2dc5fe5c09e073bd890c45468d8","kind":"commit","published_at":"2015-02-21T20:56:14.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/1.6.8","html_url":"https://github.com/plotly/plotly.py/releases/tag/1.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@1.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/1.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/1.6.8/manifests"},{"name":"1.6.7","sha":"40c2a455124f52af6c22fa7f4e66c1793087b9b8","kind":"commit","published_at":"2015-02-20T20:57:59.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/1.6.7","html_url":"https://github.com/plotly/plotly.py/releases/tag/1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/1.6.7/manifests"},{"name":"0.5.7","sha":"7e7c62fe2408ab2796e17a12e43a25fe60e9092f","kind":"commit","published_at":"2013-12-25T00:51:31.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/0.5.7","html_url":"https://github.com/plotly/plotly.py/releases/tag/0.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@0.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/0.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/0.5.7/manifests"}]},"repo_metadata_updated_at":"2025-08-29T22:55:23.708Z","dependent_packages_count":5,"downloads":11620,"downloads_period":"last-month","dependent_repos_count":3,"rankings":{"downloads":1.2609592610306453,"dependent_repos_count":6.6049534151867375,"dependent_packages_count":4.384671470933217,"stargazers_count":0.8723721687237217,"forks_count":0.7935068921455953,"docker_downloads_count":0.24898812880567076,"average":2.360908556137598},"purl":"pkg:npm/jupyterlab-plotly","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/jupyterlab-plotly","docker_dependents_count":2258,"docker_downloads_count":36765147,"usage_url":"https://repos.ecosyste.ms/usage/npm/jupyterlab-plotly","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/jupyterlab-plotly/dependencies","status":null,"funding_links":["https://github.com/sponsors/plotly","https://plot.ly/products/consulting-and-oem/"],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-21T13:35:41.871Z","issues_count":1053,"pull_requests_count":512,"avg_time_to_close_issue":62956236.23965142,"avg_time_to_close_pull_request":9346375.064732144,"issues_closed_count":457,"pull_requests_closed_count":448,"pull_request_authors_count":148,"issue_authors_count":810,"avg_comments_per_issue":2.892687559354226,"avg_comments_per_pull_request":1.572265625,"merged_pull_requests_count":357,"bot_issues_count":0,"bot_pull_requests_count":11,"past_year_issues_count":339,"past_year_pull_requests_count":247,"past_year_avg_time_to_close_issue":1680359.8157894737,"past_year_avg_time_to_close_pull_request":1035309.537735849,"past_year_issues_closed_count":114,"past_year_pull_requests_closed_count":212,"past_year_pull_request_authors_count":42,"past_year_issue_authors_count":247,"past_year_avg_comments_per_issue":1.6342182890855457,"past_year_avg_comments_per_pull_request":1.3036437246963564,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":9,"past_year_merged_pull_requests_count":178,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/issues","maintainers":[{"login":"LiamConnors","count":100,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/LiamConnors"},{"login":"marthacryan","count":46,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/marthacryan"},{"login":"nicolaskruchten","count":30,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolaskruchten"},{"login":"ndrezn","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ndrezn"},{"login":"chriddyp","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/chriddyp"},{"login":"bpostlethwaite","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bpostlethwaite"},{"login":"AaronStiff","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/AaronStiff"},{"login":"alexcjohnson","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/alexcjohnson"}],"active_maintainers":[{"login":"LiamConnors","count":91,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/LiamConnors"},{"login":"marthacryan","count":44,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/marthacryan"},{"login":"ndrezn","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ndrezn"},{"login":"alexcjohnson","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/alexcjohnson"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/jupyterlab-plotly/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/jupyterlab-plotly/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/jupyterlab-plotly/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/jupyterlab-plotly/related_packages","maintainers":[{"uuid":"alexshoe","login":"alexshoe","name":null,"email":"alexshoe@gmail.com","url":null,"packages_count":108,"html_url":"https://www.npmjs.com/~alexshoe","role":null,"created_at":"2022-11-12T23:37:51.842Z","updated_at":"2022-11-12T23:37:51.842Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/alexshoe/packages"},{"uuid":"t4rk","login":"t4rk","name":null,"email":"t4rk@outlook.com","url":null,"packages_count":114,"html_url":"https://www.npmjs.com/~t4rk","role":null,"created_at":"2022-11-12T23:37:51.857Z","updated_at":"2022-11-12T23:37:51.857Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/t4rk/packages"},{"uuid":"bronsolo","login":"bronsolo","name":null,"email":"chuck@plot.ly","url":null,"packages_count":108,"html_url":"https://www.npmjs.com/~bronsolo","role":null,"created_at":"2022-11-12T23:37:51.867Z","updated_at":"2022-11-12T23:37:51.867Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/bronsolo/packages"},{"uuid":"jmmease","login":"jmmease","name":null,"email":"jon.mease@gmail.com","url":null,"packages_count":12,"html_url":"https://www.npmjs.com/~jmmease","role":null,"created_at":"2022-11-12T23:37:51.880Z","updated_at":"2022-11-12T23:37:51.880Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/jmmease/packages"},{"uuid":"chriddyp","login":"chriddyp","name":null,"email":"chris@plot.ly","url":null,"packages_count":120,"html_url":"https://www.npmjs.com/~chriddyp","role":null,"created_at":"2022-11-12T23:37:51.894Z","updated_at":"2022-11-12T23:37:51.894Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/chriddyp/packages"},{"uuid":"bpostlethwaite","login":"bpostlethwaite","name":null,"email":"post.ben.here@gmail.com","url":null,"packages_count":228,"html_url":"https://www.npmjs.com/~bpostlethwaite","role":null,"created_at":"2022-11-12T23:37:51.918Z","updated_at":"2022-11-12T23:37:51.918Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/bpostlethwaite/packages"},{"uuid":"alexcjohnson","login":"alexcjohnson","name":null,"email":"alex@plot.ly","url":null,"packages_count":88,"html_url":"https://www.npmjs.com/~alexcjohnson","role":null,"created_at":"2025-01-17T17:39:21.558Z","updated_at":"2025-01-17T17:39:21.558Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/alexcjohnson/packages"},{"uuid":"nicolaskruchten","login":"nicolaskruchten","name":null,"email":"nicolas@kruchten.com","url":null,"packages_count":10,"html_url":"https://www.npmjs.com/~nicolaskruchten","role":null,"created_at":"2022-11-12T23:37:51.974Z","updated_at":"2022-11-12T23:37:51.974Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/nicolaskruchten/packages"},{"uuid":"antrg","login":"antrg","name":null,"email":"antoine@plot.ly","url":null,"packages_count":114,"html_url":"https://www.npmjs.com/~antrg","role":null,"created_at":"2022-11-12T23:37:52.002Z","updated_at":"2022-11-12T23:37:52.002Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/antrg/packages"},{"uuid":"hammadtheone","login":"hammadtheone","name":null,"email":"hammadtheone@gmail.com","url":null,"packages_count":112,"html_url":"https://www.npmjs.com/~hammadtheone","role":null,"created_at":"2022-11-12T23:37:52.105Z","updated_at":"2022-11-12T23:37:52.105Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/hammadtheone/packages"},{"uuid":"marthacryan","login":"marthacryan","name":null,"email":"martha.cryan326@gmail.com","url":null,"packages_count":104,"html_url":"https://www.npmjs.com/~marthacryan","role":null,"created_at":"2025-02-18T21:56:26.534Z","updated_at":"2025-02-18T21:56:26.534Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/marthacryan/packages"},{"uuid":"marivet","login":"marivet","name":null,"email":"marcandre.rivet@gmail.com","url":null,"packages_count":11,"html_url":"https://www.npmjs.com/~marivet","role":null,"created_at":"2022-11-12T23:37:52.161Z","updated_at":"2022-11-12T23:37:52.161Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/marivet/packages"},{"uuid":"lconnors","login":"lconnors","name":null,"email":"liam@plotly.com","url":null,"packages_count":108,"html_url":"https://www.npmjs.com/~lconnors","role":null,"created_at":"2023-03-16T22:19:47.451Z","updated_at":"2023-03-16T22:19:47.451Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/lconnors/packages"},{"uuid":"ndrezner","login":"ndrezner","name":null,"email":"nathan@drezner.xyz","url":null,"packages_count":110,"html_url":"https://www.npmjs.com/~ndrezner","role":null,"created_at":"2024-05-01T20:33:43.792Z","updated_at":"2024-05-01T20:33:43.792Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/ndrezner/packages"},{"uuid":"farkites","login":"farkites","name":null,"email":"mario.rodriguez@plot.ly","url":null,"packages_count":110,"html_url":"https://www.npmjs.com/~farkites","role":null,"created_at":"2024-07-23T15:38:57.984Z","updated_at":"2024-07-23T15:38:57.984Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/farkites/packages"},{"uuid":"packages-team-plotly","login":"packages-team-plotly","name":null,"email":"packages@plot.ly","url":null,"packages_count":79,"html_url":"https://www.npmjs.com/~packages-team-plotly","role":null,"created_at":"2025-05-08T13:15:14.455Z","updated_at":"2025-05-08T13:15:14.455Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/packages-team-plotly/packages"},{"uuid":"emilykl-plotly","login":"emilykl-plotly","name":null,"email":"emily@plot.ly","url":null,"packages_count":80,"html_url":"https://www.npmjs.com/~emilykl-plotly","role":null,"created_at":"2025-02-18T21:56:26.265Z","updated_at":"2025-02-18T21:56:26.265Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/emilykl-plotly/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5130815,"maintainers_count":1051549,"namespaces_count":313328,"keywords_count":730052,"github":"npm","metadata":{"funded_packages_count":155759},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2025-09-05T07:36:50.205Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":5284557,"name":"plotly","ecosystem":"conda","description":"plotly.py is an interactive, open-source, and JavaScript-based graphing library for Python. Built on top of plotly.js, plotly.py is a high-level, declarative charting library that includes over 30 chart types, including scientific charts, 3D graphs, statistical charts, SVG maps, financial charts, and more.","homepage":"https://plotly.com/python","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/plotly/plotly.py","keywords_array":[],"namespace":null,"versions_count":49,"first_release_published_at":"2017-09-18T09:33:07.000Z","latest_release_published_at":"2025-08-29T07:46:57.000Z","latest_release_number":"6.3.0","last_synced_at":"2025-08-29T09:34:22.971Z","created_at":"2022-10-03T15:41:01.476Z","updated_at":"2025-08-29T22:55:23.803Z","registry_url":"https://anaconda.org/anaconda/plotly","install_command":"conda install -c anaconda plotly","documentation_url":null,"metadata":{},"repo_metadata":{"id":12000601,"uuid":"14579099","full_name":"plotly/plotly.py","owner":"plotly","description":"The interactive graphing library for Python :sparkles:","archived":false,"fork":false,"pushed_at":"2025-08-29T20:22:39.000Z","size":399969,"stargazers_count":17661,"open_issues_count":719,"forks_count":2704,"subscribers_count":278,"default_branch":"main","last_synced_at":"2025-08-29T22:40:30.715Z","etag":null,"topics":["d3","dashboard","declarative","graph-library","interactive","jupyter-notebook","plotly","plotly-dash","plotlyjs","python","regl","sparkles","visualization","webgl"],"latest_commit_sha":null,"homepage":"https://plotly.com/python/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/plotly.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"plotly","custom":"https://plot.ly/products/consulting-and-oem/"}},"created_at":"2013-11-21T05:53:08.000Z","updated_at":"2025-08-29T13:43:44.000Z","dependencies_parsed_at":"2023-10-21T12:43:17.099Z","dependency_job_id":"7dd4b3d5-54ba-4a87-9413-a7e9eff766d2","html_url":"https://github.com/plotly/plotly.py","commit_stats":{"total_commits":5743,"total_committers":299,"mean_commits":"19.207357859531772","dds":0.8553021069127633,"last_synced_commit":"2bc6a0fedfd5a3d2c4e9846810032d3ec564102a"},"previous_names":[],"tags_count":160,"template":false,"template_full_name":null,"purl":"pkg:github/plotly/plotly.py","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/plotly","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/sbom","scorecard":{"id":738068,"data":{"date":"2025-08-11","repo":{"name":"github.com/plotly/plotly.py","commit":"3d36c65614b45b2b0de3ee56a22059ca86336ebb"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/check-js-build.yml:1","Warn: no topLevel permission defined: .github/workflows/test-release.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":"Maintained","score":10,"reason":"30 commit(s) and 3 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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"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":"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":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.txt:0","Info: FSF or OSI recognized license: MIT 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":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/test-release.yml:49"],"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":"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v6.3.0 not signed: https://api.github.com/repos/plotly/plotly.py/releases/239486383","Warn: release artifact v6.2.0 not signed: https://api.github.com/repos/plotly/plotly.py/releases/228067886","Warn: release artifact v6.1.2 not signed: https://api.github.com/repos/plotly/plotly.py/releases/221372107","Warn: release artifact v6.1.1 not signed: https://api.github.com/repos/plotly/plotly.py/releases/219887187","Warn: release artifact v6.1.0 not signed: https://api.github.com/repos/plotly/plotly.py/releases/218893301","Warn: release artifact v6.3.0 does not have provenance: https://api.github.com/repos/plotly/plotly.py/releases/239486383","Warn: release artifact v6.2.0 does not have provenance: https://api.github.com/repos/plotly/plotly.py/releases/228067886","Warn: release artifact v6.1.2 does not have provenance: https://api.github.com/repos/plotly/plotly.py/releases/221372107","Warn: release artifact v6.1.1 does not have provenance: https://api.github.com/repos/plotly/plotly.py/releases/219887187","Warn: release artifact v6.1.0 does not have provenance: https://api.github.com/repos/plotly/plotly.py/releases/218893301"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Pinned-Dependencies","score":2,"reason":"dependency not pinned by hash detected -- score normalized to 2","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-js-build.yml:8: update your workflow using https://app.stepsecurity.io/secureworkflow/plotly/plotly.py/check-js-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-js-build.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/plotly/plotly.py/check-js-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-js-build.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/plotly/plotly.py/check-js-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-js-build.yml:62: update your workflow using https://app.stepsecurity.io/secureworkflow/plotly/plotly.py/check-js-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-release.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/plotly/plotly.py/test-release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-release.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/plotly/plotly.py/test-release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-release.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/plotly/plotly.py/test-release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-release.yml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/plotly/plotly.py/test-release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-release.yml:64: update your workflow using https://app.stepsecurity.io/secureworkflow/plotly/plotly.py/test-release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-release.yml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/plotly/plotly.py/test-release.yml/main?enable=pin","Warn: downloadThenRun not pinned by hash: .github/workflows/check-js-build.yml:25","Warn: downloadThenRun not pinned by hash: .github/workflows/test-release.yml:27","Warn: pipCommand not pinned by hash: .github/workflows/test-release.yml:37","Info:   0 out of   9 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   2 downloadThenRun dependencies pinned","Info:   2 out of   2 npmCommand dependencies pinned","Info:   0 out of   1 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Vulnerabilities","score":0,"reason":"26 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: PYSEC-2022-249 / GHSA-9jmq-rx5f-8jwq","Warn: Project is vulnerable to: PYSEC-2018-18 / GHSA-3p4q-x8f3-p7vq","Warn: Project is vulnerable to: GHSA-4952-p58q-6crx","Warn: Project is vulnerable to: PYSEC-2018-17 / GHSA-49qr-xh3w-h436","Warn: Project is vulnerable to: PYSEC-2018-57 / GHSA-6cwv-x26c-w2q4","Warn: Project is vulnerable to: PYSEC-2020-215 / GHSA-c7vm-f5p4-8fqh","Warn: Project is vulnerable to: PYSEC-2019-159 / GHSA-hhx8-cr55-qcxx","Warn: Project is vulnerable to: GHSA-hwvq-6gjx-j797","Warn: Project is vulnerable to: PYSEC-2019-157 / GHSA-jqwc-jm56-wcwj","Warn: Project is vulnerable to: PYSEC-2022-180 / GHSA-m87f-39q9-6f55","Warn: Project is vulnerable to: PYSEC-2019-158 / GHSA-rcx2-m7jp-p9wj","Warn: Project is vulnerable to: GHSA-rv62-4pmj-xw6h","Warn: Project is vulnerable to: PYSEC-2022-212 / GHSA-v7vq-3x77-87vg","Warn: Project is vulnerable to: PYSEC-2024-40 / GHSA-pwr2-4v36-6qpr","Warn: Project is vulnerable to: PYSEC-2019-41 / GHSA-qfc5-mcwq-26q8","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: PYSEC-2020-107 / GHSA-jjw5-xxj6-pcv5","Warn: Project is vulnerable to: PYSEC-2024-110 / GHSA-jw8x-6495-233v","Warn: Project is vulnerable to: PYSEC-2020-108","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw","Warn: Project is vulnerable to: GHSA-67mh-4wv8-2f99"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-22T16:29:58.576Z","repository_id":12000601,"created_at":"2025-08-22T16:29:58.576Z","updated_at":"2025-08-22T16:29:58.576Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272778291,"owners_count":24991500,"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-29T02:00:10.610Z","response_time":87,"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":"plotly","name":"Plotly","uuid":"5997976","kind":"organization","description":"","email":null,"website":"https://plotly.com/","location":"Montréal","twitter":"plotlygraphs","company":null,"icon_url":"https://avatars.githubusercontent.com/u/5997976?v=4","repositories_count":376,"last_synced_at":"2024-04-14T07:08:43.994Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/plotly","funding_links":["https://github.com/sponsors/plotly"],"total_stars":83082,"followers":1193,"following":0,"created_at":"2022-11-02T16:24:57.993Z","updated_at":"2024-04-14T07:09:47.279Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/plotly","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/plotly/repositories"},"tags":[{"name":"v6.3.0","sha":"53572f6532876fde279abfa63a47c056dc485540","kind":"commit","published_at":"2025-08-12T20:00:26.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v6.3.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v6.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v6.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.3.0/manifests"},{"name":"v6.2.0","sha":"12be40788fcaba7e83d9315a7817dea4a4aace95","kind":"commit","published_at":"2025-06-26T14:58:21.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v6.2.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v6.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v6.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.2.0/manifests"},{"name":"v6.1.2","sha":"3f5cbda2781fd9966711ebc6830c8f81f1b21b57","kind":"commit","published_at":"2025-05-27T19:14:49.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v6.1.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v6.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v6.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.1.2/manifests"},{"name":"v6.1.1","sha":"c044f1e32304c5ac8b7e0b7fd63fefd533824b52","kind":"commit","published_at":"2025-05-20T19:06:21.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v6.1.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v6.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v6.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.1.1/manifests"},{"name":"v6.1.0","sha":"1462f3f403006edb4044493a96b405e9a9ed0c0a","kind":"commit","published_at":"2025-05-15T14:22:22.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v6.1.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v6.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.1.0/manifests"},{"name":"v6.1.0rc0","sha":"78313f0a858e83bfe352f2e56ed704da49085702","kind":"commit","published_at":"2025-04-30T22:26:56.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v6.1.0rc0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v6.1.0rc0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v6.1.0rc0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.1.0rc0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.1.0rc0/manifests"},{"name":"v6.0.1b0","sha":"54985b81f0134093a2ff564539d7f67d7c5d030e","kind":"commit","published_at":"2025-03-31T18:30:20.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v6.0.1b0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v6.0.1b0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v6.0.1b0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.0.1b0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.0.1b0/manifests"},{"name":"v6.0.1","sha":"58e33fca889d993cb3dc71aca1efbb53ebd2fee9","kind":"commit","published_at":"2025-03-14T16:46:04.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v6.0.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v6.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.0.1/manifests"},{"name":"v6.0.0","sha":"49581b8a19a808a78172c9294d7e39969c9d0248","kind":"commit","published_at":"2025-01-28T18:09:09.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v6.0.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.0.0/manifests"},{"name":"v6.0.0rc0","sha":"173ea1e44d296fbb8bbcb32e49b3f6f9024e9549","kind":"commit","published_at":"2024-11-27T19:35:05.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v6.0.0rc0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v6.0.0rc0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v6.0.0rc0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.0.0rc0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.0.0rc0/manifests"},{"name":"v5.24.1","sha":"5d79b80c53f779274170743539a481c524e04c8f","kind":"commit","published_at":"2024-09-12T14:41:22.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.24.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.24.1/manifests"},{"name":"v5.24.0","sha":"c1fff18c2bd30e3436444390f197e92a22df1005","kind":"commit","published_at":"2024-08-29T17:17:06.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.24.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.24.0/manifests"},{"name":"v5.23.0","sha":"83c7c850f9a97ba56349cda7777c4c29db5ae290","kind":"commit","published_at":"2024-07-22T19:47:36.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.23.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.23.0/manifests"},{"name":"v5.22.0","sha":"34e8bdba5e2187903385a21e7c591ae41914ccaf","kind":"commit","published_at":"2024-04-30T20:49:43.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.22.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.22.0/manifests"},{"name":"v5.21.0","sha":"84456f33e7dcd094544fbe835fbd1965825d4f95","kind":"commit","published_at":"2024-04-17T13:49:11.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.21.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.21.0/manifests"},{"name":"v5.20.0","sha":"9335a34ca77399a597a72420f73e947217d3d410","kind":"commit","published_at":"2024-03-13T14:36:11.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.20.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.20.0/manifests"},{"name":"v5.19.0","sha":"b541a6924fa0c417c6116d03b62c6007dc510a28","kind":"commit","published_at":"2024-02-13T14:24:37.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.19.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.19.0/manifests"},{"name":"v5.18.0","sha":"4988b440c8600c4634f7363f0ca8748106bfa1bb","kind":"commit","published_at":"2023-10-25T18:30:10.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.18.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.18.0/manifests"},{"name":"v5.17.0","sha":"bce884546d7b2d7e71fcfe0a692c960ddd4b7b3e","kind":"commit","published_at":"2023-09-15T14:25:57.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.17.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.17.0/manifests"},{"name":"v5.16.1","sha":"bbbf5eff75883511a1126b11205bef34f1cf0ff9","kind":"commit","published_at":"2023-08-16T16:17:51.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.16.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.16.1/manifests"},{"name":"v5.16.0","sha":"01c6450cc81abce8e6cd702cea7c1a24d631398b","kind":"commit","published_at":"2023-08-11T19:18:03.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.16.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.16.0/manifests"},{"name":"v5.15.0","sha":"e42897d4be454be23004b3d1f8704386b57773dc","kind":"commit","published_at":"2023-06-08T14:48:38.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.15.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.15.0/manifests"},{"name":"v5.14.1","sha":"f006ae830365d6735e5d6fd3c3fb46dca10f539b","kind":"commit","published_at":"2023-04-05T15:48:06.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.14.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.14.1/manifests"},{"name":"v5.14.0","sha":"31e97dc6a62131bb9b33cc3cbcb77f40dcf4cb15","kind":"commit","published_at":"2023-03-29T14:00:15.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.14.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.14.0/manifests"},{"name":"v5.13.1","sha":"2a8a9b7c27310d968a55edf44144c7eff9718ccb","kind":"commit","published_at":"2023-02-24T16:08:21.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.13.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.13.1/manifests"},{"name":"v5.13.0","sha":"502f22005dcfbe7f12aae097a1e3dd9cddd4ae9d","kind":"commit","published_at":"2023-01-23T13:58:12.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.13.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.13.0/manifests"},{"name":"v5.12.0","sha":"baedaabc9dd64c0774e00251cc778af1d2ec83fe","kind":"commit","published_at":"2023-01-12T20:07:13.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.12.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.12.0/manifests"},{"name":"v5.11.0","sha":"e7eb42d2be75e4e61747fa81e9e96da1ad73fcd4","kind":"commit","published_at":"2022-10-27T17:02:05.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.11.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.11.0/manifests"},{"name":"v5.10.0","sha":"473c263e5e133e5693863baa668751b85900dc11","kind":"commit","published_at":"2022-08-11T13:27:06.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.10.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.10.0/manifests"},{"name":"v5.9.0","sha":"ddd5ba6ba21f176914da2ee448331e05eaebb471","kind":"commit","published_at":"2022-06-23T17:41:55.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.9.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.9.0/manifests"},{"name":"v5.8.2","sha":"4222d7e8b49e851ccdd23ed91d5836ec16c32532","kind":"commit","published_at":"2022-06-10T15:05:08.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.8.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.8.2/manifests"},{"name":"v5.8.1","sha":"473e6e0d6849e334d63a816336deda5d761adcf8","kind":"commit","published_at":"2022-06-08T13:56:14.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.8.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.8.1/manifests"},{"name":"v5.8.0","sha":"eca5fe62f9262478bacc5895db3a053116cac393","kind":"commit","published_at":"2022-05-10T00:40:15.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.8.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.8.0/manifests"},{"name":"v5.7.0","sha":"a74510552b752fd656746ed5e204491cb0798bf1","kind":"commit","published_at":"2022-04-05T15:32:22.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.7.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.7.0/manifests"},{"name":"v5.6.0","sha":"c6026e67628cb8b9b379e71b36d1372b0e787f20","kind":"commit","published_at":"2022-02-09T18:21:39.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.6.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.6.0/manifests"},{"name":"v5.5.0","sha":"85c77b4b5cf9e4ee7ae74b3597ee7ff334dc4dd2","kind":"commit","published_at":"2021-12-21T03:24:45.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.5.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.5.0/manifests"},{"name":"v5.4.0","sha":"53e8cbfee0b870e6ea4e0233ef3526c2278bc2a2","kind":"commit","published_at":"2021-11-15T01:53:47.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.4.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.4.0/manifests"},{"name":"v5.3.1","sha":"b763ef96cc36f460d4096650e54f51bf85886cb8","kind":"commit","published_at":"2021-09-01T01:19:43.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.3.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.3.1/manifests"},{"name":"v5.3.0","sha":"765507014b146dba23f29dd99a929204783fae66","kind":"commit","published_at":"2021-08-30T00:55:19.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.3.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.3.0/manifests"},{"name":"v5.2.2","sha":"6c8a7fa90c3ab3d8170b3b7a5e4fd283494081b5","kind":"commit","published_at":"2021-08-23T18:43:23.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.2.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.2.2/manifests"},{"name":"v5.2.1","sha":"c1166729192e5278fb18c5165cd1b88d9dd5c07c","kind":"commit","published_at":"2021-08-13T20:39:44.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.2.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.2.1/manifests"},{"name":"v5.2.0","sha":"18252a278714297e5694f53b0cd684d8f4476ef6","kind":"commit","published_at":"2021-08-13T14:54:52.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.2.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.2.0/manifests"},{"name":"v5.1.0","sha":"c9016fcadda3ccd45e152f26d406edd665a418dd","kind":"commit","published_at":"2021-06-28T19:27:49.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.1.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.1.0/manifests"},{"name":"v5.0.0","sha":"06c6eb2b1acaba21c10ffccf5efd827bb3d86b41","kind":"commit","published_at":"2021-06-21T14:51:36.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.0.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.0.0/manifests"},{"name":"v5.0.0rc2","sha":"96e4c9d699de3dbcbe26c19a901680127b604a16","kind":"commit","published_at":"2021-06-07T16:57:16.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.0.0rc2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.0.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.0.0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.0.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.0.0rc2/manifests"},{"name":"v5.0.0rc1","sha":"5331cea2ef046243f66409e72c08ea51f106315c","kind":"commit","published_at":"2021-05-31T20:50:32.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.0.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.0.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.0.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.0.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.0.0rc1/manifests"},{"name":"v4.14.3","sha":"6c463ee500960000341cc735b2d95680ac48e3ad","kind":"commit","published_at":"2021-01-12T16:08:17.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.14.3","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.14.3/manifests"},{"name":"v4.14.2","sha":"4cc5c4eede84a934848a38ff4db9c684c6e21f22","kind":"commit","published_at":"2021-01-11T20:27:48.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.14.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.14.2/manifests"},{"name":"v4.14.1","sha":"f9d0e87ae1d7737831e5a6d282b0ee5db5b6fbc6","kind":"commit","published_at":"2020-12-09T13:25:32.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.14.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.14.1/manifests"},{"name":"v4.14.0","sha":"b0d9b3978ef5bfa204abdf598cc321d441793571","kind":"commit","published_at":"2020-12-07T14:28:10.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.14.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.14.0/manifests"},{"name":"v4.13.0","sha":"3f0d771fa3e0a7f6b00c089b7b2d8d59a7504782","kind":"commit","published_at":"2020-11-23T13:36:12.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.13.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.13.0/manifests"},{"name":"v4.12.0","sha":"40c8a35486a92a9d9f1ee3fd74a6606c8a82fd2f","kind":"commit","published_at":"2020-10-23T12:52:25.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.12.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.12.0/manifests"},{"name":"v4.11.0","sha":"73be67c88cfa32f0d41cfe58ba9750b4d863805a","kind":"commit","published_at":"2020-10-01T13:27:31.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.11.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.11.0/manifests"},{"name":"v4.10.0","sha":"d5eeffc1cc78f55cf720c24ed5a6dc360043ad2f","kind":"commit","published_at":"2020-09-10T13:08:48.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.10.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.10.0/manifests"},{"name":"v4.9.0","sha":"f17275755da092e2bec637adbd26c7d83f3662fb","kind":"commit","published_at":"2020-07-16T12:43:24.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.9.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.9.0/manifests"},{"name":"v4.9.0rc1","sha":"950a54a8fbe93396c9735cf46ddeabbd8d8ffed0","kind":"commit","published_at":"2020-07-15T18:02:21.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.9.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.9.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.9.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.9.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.9.0rc1/manifests"},{"name":"v4.8.2","sha":"659d1304f6117ab49c29662517a5bf82aba73474","kind":"commit","published_at":"2020-06-26T19:10:55.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.8.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.8.2/manifests"},{"name":"v4.8.1","sha":"8ce454b02690c5f30782a0792b10fcc9b9d66451","kind":"commit","published_at":"2020-05-29T02:59:18.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.8.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.8.1/manifests"},{"name":"v4.8.0","sha":"df827daeddb5a9dd4a10b26adcba486d96cd379a","kind":"commit","published_at":"2020-05-26T13:53:17.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.8.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.8.0/manifests"},{"name":"v4.7.1","sha":"e026ef52b132d9a177c1a65ae7f91ccad79d587d","kind":"commit","published_at":"2020-05-08T12:41:00.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.7.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.7.1/manifests"},{"name":"v4.7.0","sha":"c94047a9494105abd6dec262f3aae246d91adcf7","kind":"commit","published_at":"2020-05-06T14:23:05.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.7.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.7.0/manifests"},{"name":"v4.6.0","sha":"aa14db7476ebf12cd6839304e4d1596e99d052a5","kind":"commit","published_at":"2020-04-01T15:05:19.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.6.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.6.0/manifests"},{"name":"chart-studio-v1.1.0","sha":"95e3a3c14ba24e91440d1b031544338d4029d5a7","kind":"commit","published_at":"2020-04-01T14:38:47.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/chart-studio-v1.1.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/chart-studio-v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@chart-studio-v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.1.0/manifests"},{"name":"v4.5.4","sha":"1c99b99436684516d2068a62f35888ef97c96bcd","kind":"commit","published_at":"2020-03-11T20:23:12.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.5.4","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.4/manifests"},{"name":"widget-v1.5.4","sha":"1c99b99436684516d2068a62f35888ef97c96bcd","kind":"commit","published_at":"2020-03-11T20:23:12.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.5.4","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.4/manifests"},{"name":"widget-v1.5.3","sha":"587075c9f5a57a3dd60b03b2d47d925fbbb9b9b6","kind":"commit","published_at":"2020-03-06T02:53:39.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.5.3","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.3/manifests"},{"name":"v4.5.3","sha":"587075c9f5a57a3dd60b03b2d47d925fbbb9b9b6","kind":"commit","published_at":"2020-03-06T02:53:39.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.5.3","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.3/manifests"},{"name":"v4.5.2","sha":"5aa8c16c34f5d8ec77c4145737e3ca83c28afae1","kind":"commit","published_at":"2020-02-25T04:44:04.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.5.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.2/manifests"},{"name":"widget-v1.5.2","sha":"5aa8c16c34f5d8ec77c4145737e3ca83c28afae1","kind":"commit","published_at":"2020-02-25T04:44:04.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.5.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.2/manifests"},{"name":"v4.5.1","sha":"76ccbffc757a54ba92886413e4109f42a694612d","kind":"commit","published_at":"2020-02-19T21:29:33.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.5.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.1/manifests"},{"name":"widget-v1.5.1","sha":"76ccbffc757a54ba92886413e4109f42a694612d","kind":"commit","published_at":"2020-02-19T21:29:33.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.5.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.1/manifests"},{"name":"list","sha":"74e681e0a1531690799113043d9036deaeb56ed4","kind":"commit","published_at":"2020-01-22T19:58:11.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/list","html_url":"https://github.com/plotly/plotly.py/releases/tag/list","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@list","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/list","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/list/manifests"},{"name":"v4.5.0","sha":"74e681e0a1531690799113043d9036deaeb56ed4","kind":"commit","published_at":"2020-01-22T19:58:11.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.5.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.0/manifests"},{"name":"widget-v1.5.0","sha":"74e681e0a1531690799113043d9036deaeb56ed4","kind":"commit","published_at":"2020-01-22T19:58:11.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.5.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.0/manifests"},{"name":"help","sha":"74e681e0a1531690799113043d9036deaeb56ed4","kind":"commit","published_at":"2020-01-22T19:58:11.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/help","html_url":"https://github.com/plotly/plotly.py/releases/tag/help","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@help","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/help","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/help/manifests"},{"name":"v4.5.0rc1","sha":"a5bb459d9cb4bb91f007b58bbe151511514ebb29","kind":"commit","published_at":"2020-01-22T19:22:51.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.5.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.5.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.5.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.0rc1/manifests"},{"name":"widget-v1.5.0-rc.1","sha":"a5bb459d9cb4bb91f007b58bbe151511514ebb29","kind":"commit","published_at":"2020-01-22T19:22:51.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.5.0-rc.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.5.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v1.5.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.0-rc.1/manifests"},{"name":"v4.4.1","sha":"6fb105286d0bf81ed045dafd18ad16cdfcc13dd8","kind":"commit","published_at":"2019-12-10T16:52:12.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.4.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.4.1/manifests"},{"name":"widget-v1.4.0","sha":"c399e06e257f06a87e546f590e6472e3e6f02149","kind":"commit","published_at":"2019-12-10T14:16:42.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.4.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.4.0/manifests"},{"name":"v4.4.0","sha":"c399e06e257f06a87e546f590e6472e3e6f02149","kind":"commit","published_at":"2019-12-10T14:16:42.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.4.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.4.0/manifests"},{"name":"widget-v1.3.0","sha":"c0a0ee0f082766e629d4c1a1ddb3fdc1b274f32e","kind":"commit","published_at":"2019-11-12T11:02:41.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.3.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.3.0/manifests"},{"name":"v4.3.0","sha":"c0a0ee0f082766e629d4c1a1ddb3fdc1b274f32e","kind":"commit","published_at":"2019-11-12T11:02:41.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.3.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.3.0/manifests"},{"name":"v4.2.1","sha":"62119960fa6286a78df0c51183217163c2c2718b","kind":"commit","published_at":"2019-10-18T21:53:13.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.2.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.2.1/manifests"},{"name":"widget-v1.2.0","sha":"b7ad5433c4e0882715781fa6c4816fc7fff62965","kind":"commit","published_at":"2019-10-16T22:09:11.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.2.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.2.0/manifests"},{"name":"v4.2.0","sha":"b7ad5433c4e0882715781fa6c4816fc7fff62965","kind":"commit","published_at":"2019-10-16T22:09:11.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.2.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.2.0/manifests"},{"name":"jupyterlab-plotly-v1.1.2","sha":"5920a6cf395dd38a1223ac1cce8999b985bda28c","kind":"commit","published_at":"2019-09-03T10:03:17.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/jupyterlab-plotly-v1.1.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/jupyterlab-plotly-v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@jupyterlab-plotly-v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.1.2/manifests"},{"name":"widget-v1.1.1","sha":"2a3eb9771cd0af90d0f8c32140313c8be43e5f04","kind":"commit","published_at":"2019-09-03T09:33:36.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.1.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.1.1/manifests"},{"name":"v4.1.1","sha":"2a3eb9771cd0af90d0f8c32140313c8be43e5f04","kind":"commit","published_at":"2019-09-03T09:33:36.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.1.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.1/manifests"},{"name":"v4.1.0","sha":"317643dd6ffadd75258661258ba3364eeb53e793","kind":"commit","published_at":"2019-08-07T00:39:44.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.1.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.0/manifests"},{"name":"widget-v1.1.0","sha":"317643dd6ffadd75258661258ba3364eeb53e793","kind":"commit","published_at":"2019-08-07T00:39:44.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.1.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.1.0/manifests"},{"name":"jupyterlab-plotly-v1.1.0","sha":"317643dd6ffadd75258661258ba3364eeb53e793","kind":"commit","published_at":"2019-08-07T00:39:44.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/jupyterlab-plotly-v1.1.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/jupyterlab-plotly-v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@jupyterlab-plotly-v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.1.0/manifests"},{"name":"v4.1.0rc3","sha":"589460cb11b7e6647a8ab8d0669d37c1398d00f9","kind":"commit","published_at":"2019-08-06T23:22:39.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.1.0rc3","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.1.0rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.1.0rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.0rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.0rc3/manifests"},{"name":"v4.1.0rc2","sha":"6d622c996a3f8d28916b9fad6709002bf5ef4c40","kind":"commit","published_at":"2019-08-06T22:15:54.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.1.0rc2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.1.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.1.0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.0rc2/manifests"},{"name":"v4.1.0rc1","sha":"592b785f90127e4da9c58570f1a4db5e6152021c","kind":"commit","published_at":"2019-08-04T22:04:26.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.1.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.1.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.1.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.0rc1/manifests"},{"name":"widget-v1.1.0-rc.1","sha":"592b785f90127e4da9c58570f1a4db5e6152021c","kind":"commit","published_at":"2019-08-04T22:04:26.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.1.0-rc.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.1.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v1.1.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.1.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.1.0-rc.1/manifests"},{"name":"jupyterlab-plotly-v1.1.0-rc.1","sha":"592b785f90127e4da9c58570f1a4db5e6152021c","kind":"commit","published_at":"2019-08-04T22:04:26.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/jupyterlab-plotly-v1.1.0-rc.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/jupyterlab-plotly-v1.1.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@jupyterlab-plotly-v1.1.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.1.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.1.0-rc.1/manifests"},{"name":"chart-studio-v1.0.0","sha":"65625d49226632abcf932d530aa9c90ba1bc59c1","kind":"commit","published_at":"2019-07-16T16:41:00.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/chart-studio-v1.0.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/chart-studio-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@chart-studio-v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0/manifests"},{"name":"widget-v1.0.0","sha":"65625d49226632abcf932d530aa9c90ba1bc59c1","kind":"commit","published_at":"2019-07-16T16:41:00.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.0.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.0.0/manifests"},{"name":"v4.0.0","sha":"65625d49226632abcf932d530aa9c90ba1bc59c1","kind":"commit","published_at":"2019-07-16T16:41:00.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0/manifests"},{"name":"plotly-geo-v1.0.0","sha":"65625d49226632abcf932d530aa9c90ba1bc59c1","kind":"commit","published_at":"2019-07-16T16:41:00.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/plotly-geo-v1.0.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/plotly-geo-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@plotly-geo-v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/plotly-geo-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/plotly-geo-v1.0.0/manifests"},{"name":"jupyterlab-plotly-v1.0.0","sha":"65625d49226632abcf932d530aa9c90ba1bc59c1","kind":"commit","published_at":"2019-07-16T16:41:00.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/jupyterlab-plotly-v1.0.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/jupyterlab-plotly-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@jupyterlab-plotly-v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.0.0/manifests"},{"name":"v4.0.0rc1","sha":"09f7879eb503d4877ae0f4396ea52798e05795fa","kind":"commit","published_at":"2019-07-09T10:37:19.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.0.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0rc1/manifests"},{"name":"plotly-geo-v1.0.0rc1","sha":"09f7879eb503d4877ae0f4396ea52798e05795fa","kind":"commit","published_at":"2019-07-09T10:37:19.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/plotly-geo-v1.0.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/plotly-geo-v1.0.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@plotly-geo-v1.0.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/plotly-geo-v1.0.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/plotly-geo-v1.0.0rc1/manifests"},{"name":"chart-studio-v1.0.0rc1","sha":"09f7879eb503d4877ae0f4396ea52798e05795fa","kind":"commit","published_at":"2019-07-09T10:37:19.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/chart-studio-v1.0.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/chart-studio-v1.0.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@chart-studio-v1.0.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0rc1/manifests"},{"name":"v4.0.0a10","sha":"cbf9b84234913b138e271216471d6a929d705099","kind":"commit","published_at":"2019-07-08T13:15:12.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a10","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.0.0a10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a10/manifests"},{"name":"v4.0.0a9","sha":"3b915ffcc3bcbaf2a9c34ac53934f3bf31960dac","kind":"commit","published_at":"2019-07-04T12:17:18.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a9","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.0.0a9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a9/manifests"},{"name":"v4.0.0a8","sha":"289ed89c09b3038751ca548a800eccc4a4d044da","kind":"commit","published_at":"2019-07-01T21:41:13.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a8","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.0.0a8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a8/manifests"},{"name":"jupyterlab-plotly-v1.0.0-alpha.3","sha":"f859f26c2c0211a7a70c10f8ce79b668ef9a132a","kind":"commit","published_at":"2019-07-01T16:39:05.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/jupyterlab-plotly-v1.0.0-alpha.3","html_url":"https://github.com/plotly/plotly.py/releases/tag/jupyterlab-plotly-v1.0.0-alpha.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@jupyterlab-plotly-v1.0.0-alpha.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.0.0-alpha.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.0.0-alpha.3/manifests"},{"name":"v4.0.0a7","sha":"a1562466856864e9f33d9f412a102deaeaaba4a7","kind":"commit","published_at":"2019-07-01T14:03:56.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a7","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.0.0a7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a7/manifests"},{"name":"v4.0.0a6","sha":"a1562466856864e9f33d9f412a102deaeaaba4a7","kind":"commit","published_at":"2019-07-01T14:03:56.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a6","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.0.0a6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a6/manifests"},{"name":"v4.0.0a5","sha":"56edaa6819eaf21cee20b100249d6a07ffcc5f1c","kind":"commit","published_at":"2019-07-01T12:34:29.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a5","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.0.0a5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a5/manifests"},{"name":"chart-studio-v1.0.0a5","sha":"56edaa6819eaf21cee20b100249d6a07ffcc5f1c","kind":"commit","published_at":"2019-07-01T12:34:29.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/chart-studio-v1.0.0a5","html_url":"https://github.com/plotly/plotly.py/releases/tag/chart-studio-v1.0.0a5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@chart-studio-v1.0.0a5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0a5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0a5/manifests"},{"name":"v4.0.0a4","sha":"e140a288d0c7af63471043dae1fecb8828116465","kind":"commit","published_at":"2019-06-20T13:34:26.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a4","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.0.0a4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a4/manifests"},{"name":"chart-studio-v1.0.0a4","sha":"e6408793296661703cef33d7242d857acb0dd0ce","kind":"commit","published_at":"2019-06-20T12:06:56.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/chart-studio-v1.0.0a4","html_url":"https://github.com/plotly/plotly.py/releases/tag/chart-studio-v1.0.0a4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@chart-studio-v1.0.0a4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0a4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0a4/manifests"},{"name":"chart-studio-v1.0.0a3","sha":"958a6b796262723cef86070bf0baca290595b27a","kind":"commit","published_at":"2019-06-18T13:01:18.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/chart-studio-v1.0.0a3","html_url":"https://github.com/plotly/plotly.py/releases/tag/chart-studio-v1.0.0a3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@chart-studio-v1.0.0a3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0a3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0a3/manifests"},{"name":"v4.0.0a3","sha":"958a6b796262723cef86070bf0baca290595b27a","kind":"commit","published_at":"2019-06-18T13:01:18.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a3","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.0.0a3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a3/manifests"},{"name":"jupyterlab-v1.0.0-alpha.1","sha":"958a6b796262723cef86070bf0baca290595b27a","kind":"commit","published_at":"2019-06-18T13:01:18.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/jupyterlab-v1.0.0-alpha.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/jupyterlab-v1.0.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@jupyterlab-v1.0.0-alpha.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-v1.0.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-v1.0.0-alpha.1/manifests"},{"name":"chart-studio-v1.0.0a2","sha":"6afca651a4e52a4541cc5934d7d612ff2d1fb8e0","kind":"commit","published_at":"2019-06-16T19:57:47.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/chart-studio-v1.0.0a2","html_url":"https://github.com/plotly/plotly.py/releases/tag/chart-studio-v1.0.0a2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@chart-studio-v1.0.0a2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0a2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0a2/manifests"},{"name":"v4.0.0a2","sha":"17cf071147e9682291f6ca3371a6ba9f1aa38fa7","kind":"commit","published_at":"2019-06-15T17:56:25.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.0.0a2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a2/manifests"},{"name":"v4.0.0a1","sha":"e42848a5b59703365bd83ead55a966449f2501c4","kind":"commit","published_at":"2019-06-15T17:18:05.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.0.0a1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a1/manifests"},{"name":"widget-v0.11.0","sha":"7cce28331781f189aaf545ab2476889f1bfe720c","kind":"commit","published_at":"2019-05-31T19:31:06.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v0.11.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.11.0/manifests"},{"name":"v3.10.0","sha":"7cce28331781f189aaf545ab2476889f1bfe720c","kind":"commit","published_at":"2019-05-31T19:31:06.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.10.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.10.0/manifests"},{"name":"widget-v0.11.0-rc.1","sha":"301735b3003860c3cedb837c0a6bc7f8a5cc6f52","kind":"commit","published_at":"2019-05-29T12:27:58.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v0.11.0-rc.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v0.11.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v0.11.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.11.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.11.0-rc.1/manifests"},{"name":"v3.10.0rc1","sha":"301735b3003860c3cedb837c0a6bc7f8a5cc6f52","kind":"commit","published_at":"2019-05-29T12:27:58.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.10.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.10.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.10.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.10.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.10.0rc1/manifests"},{"name":"widget-v0.10.0","sha":"6a85e4b7b6510d58d6f4525de179a45339aa297c","kind":"commit","published_at":"2019-05-06T22:57:38.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v0.10.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.10.0/manifests"},{"name":"v3.9.0","sha":"6a85e4b7b6510d58d6f4525de179a45339aa297c","kind":"commit","published_at":"2019-05-06T22:57:38.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.9.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.9.0/manifests"},{"name":"v3.9.0rc1","sha":"105496f8ded3c5e47961174f6f49a70d97f863c4","kind":"commit","published_at":"2019-05-06T12:36:58.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.9.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.9.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.9.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.9.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.9.0rc1/manifests"},{"name":"widget-v0.10.0-rc.1","sha":"105496f8ded3c5e47961174f6f49a70d97f863c4","kind":"commit","published_at":"2019-05-06T12:36:58.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v0.10.0-rc.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v0.10.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v0.10.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.10.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.10.0-rc.1/manifests"},{"name":"widget-v0.9.1","sha":"8bcf6c80c88c47863b193425ebb6480d98ece2ef","kind":"commit","published_at":"2019-04-19T13:42:26.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v0.9.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.9.1/manifests"},{"name":"v3.8.1","sha":"8bcf6c80c88c47863b193425ebb6480d98ece2ef","kind":"commit","published_at":"2019-04-19T13:42:26.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.8.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.8.1/manifests"},{"name":"widget-v0.9.0","sha":"f4ed82a4d80d2bb3d06559c66d19a32023e790e8","kind":"commit","published_at":"2019-04-15T12:28:51.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v0.9.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.9.0/manifests"},{"name":"v3.8.0","sha":"f4ed82a4d80d2bb3d06559c66d19a32023e790e8","kind":"commit","published_at":"2019-04-15T12:28:51.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.8.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.8.0/manifests"},{"name":"v3.8.0rc1","sha":"0b8dc66ecce5627e714b55af1a3a369720196217","kind":"commit","published_at":"2019-04-12T13:27:56.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.8.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.8.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.8.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.8.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.8.0rc1/manifests"},{"name":"widget-v0.9.0-rc.1","sha":"0b8dc66ecce5627e714b55af1a3a369720196217","kind":"commit","published_at":"2019-04-12T13:27:56.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v0.9.0-rc.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v0.9.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v0.9.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.9.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.9.0-rc.1/manifests"},{"name":"v3.7.1","sha":"3471c3dfbf783927c203c676422260586514b341","kind":"commit","published_at":"2019-03-19T12:08:19.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.7.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.7.1/manifests"},{"name":"widget-v0.8.0","sha":"29846649b6166e59d8b8d49ee4b9e40dfa987319","kind":"commit","published_at":"2019-03-08T14:55:09.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v0.8.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.8.0/manifests"},{"name":"v3.7.0","sha":"29846649b6166e59d8b8d49ee4b9e40dfa987319","kind":"commit","published_at":"2019-03-08T14:55:09.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.7.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.7.0/manifests"},{"name":"v3.6.1","sha":"331c85f74688eb3b84446bac2671bb763e448a48","kind":"commit","published_at":"2019-02-08T23:41:39.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.6.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.6.1/manifests"},{"name":"widget-v0.7.1","sha":"331c85f74688eb3b84446bac2671bb763e448a48","kind":"commit","published_at":"2019-02-08T23:41:39.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v0.7.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v0.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.7.1/manifests"},{"name":"v3.6.0","sha":"256e2f4c11bd72ac180952c17310acf2ec37fa5b","kind":"commit","published_at":"2019-02-01T22:51:55.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.6.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.6.0/manifests"},{"name":"v3.5.0","sha":"bcf4a2a0ca01b2568ccc521fc0cd6fd78c2edb0f","kind":"commit","published_at":"2019-01-04T13:04:16.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.5.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.5.0/manifests"},{"name":"v3.4.2","sha":"618ee2d1cbd3eb37272ea6bb1f29c5625892c1d6","kind":"commit","published_at":"2018-11-23T15:43:13.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.4.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.4.2/manifests"},{"name":"v3.4.1","sha":"a8ae062795ddbf9867b8578fe6d9e244948c15ff","kind":"commit","published_at":"2018-11-09T13:07:33.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.4.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.4.1/manifests"},{"name":"v3.4.0","sha":"be25c5043cd04ef6b9feb5b09dbe2a3f09660d7e","kind":"commit","published_at":"2018-11-02T15:37:15.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.4.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.4.0/manifests"},{"name":"v3.3.0","sha":"2e5bf6e2f7c213295c405ece3e859f4d3f8030d1","kind":"commit","published_at":"2018-09-28T11:22:59.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.3.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.3.0/manifests"},{"name":"v3.2.1","sha":"f0915eec601a875842b29883e8e7919e8d9d6702","kind":"commit","published_at":"2018-09-14T13:27:26.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.2.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.2.1/manifests"},{"name":"v3.2.0","sha":"5814699ca5f6f24e91f69758f2ab95f7649ad1e9","kind":"commit","published_at":"2018-09-05T13:47:46.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.2.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.2.0/manifests"},{"name":"v3.1.1","sha":"8e87a8c2578fdf1ab76f759a5bab89a718a997a4","kind":"commit","published_at":"2018-08-10T15:06:10.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.1.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.1.1/manifests"},{"name":"v3.1.0","sha":"70098404a871ead7e5d3b29744e1d2f9e43d3497","kind":"tag","published_at":"2018-07-21T00:29:19.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.1.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.1.0/manifests"},{"name":"v3.0.2","sha":"6b3a0135977b92b3f7e0be2a1e8b418d995c70e3","kind":"tag","published_at":"2018-07-17T21:57:12.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.0.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.0.2/manifests"},{"name":"v3.0.1","sha":"d8b6b1708ab97915241ba4033f63fe0613592922","kind":"tag","published_at":"2018-07-17T19:08:19.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.0.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.0.1/manifests"},{"name":"v3.0.0","sha":"213602df6c89b45ce2b811ed2591171c961408e7","kind":"tag","published_at":"2018-07-06T15:50:55.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.0.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.0.0/manifests"},{"name":"v2.2.0","sha":"02466a69b96cdc3caa194be293fb82f4c7023da0","kind":"tag","published_at":"2017-10-26T17:28:07.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v2.2.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v2.2.0/manifests"},{"name":"v2.0.0","sha":"ddcebd61ea21667728e4218753c9fa09c9d8642a","kind":"commit","published_at":"2017-01-25T23:34:06.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v2.0.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v2.0.0/manifests"},{"name":"v2.0.0-pre","sha":"0f5f7cc0b5fe82886f0be2f4d66d1d1251cbedaa","kind":"commit","published_at":"2017-01-19T09:00:59.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v2.0.0-pre","html_url":"https://github.com/plotly/plotly.py/releases/tag/v2.0.0-pre","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v2.0.0-pre","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v2.0.0-pre","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v2.0.0-pre/manifests"},{"name":"v1.13.0","sha":"fa89dccdda78bb6b3eeec39f272edc7e11555697","kind":"commit","published_at":"2017-01-11T22:55:26.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v1.13.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v1.13.0/manifests"},{"name":"1.6.12","sha":"ff362ce65aaea4c1fd62abd6fb3909bbdd2cce5d","kind":"commit","published_at":"2015-03-13T20:06:25.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/1.6.12","html_url":"https://github.com/plotly/plotly.py/releases/tag/1.6.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@1.6.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/1.6.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/1.6.12/manifests"},{"name":"1.6.8","sha":"694ac4f0bf91c2dc5fe5c09e073bd890c45468d8","kind":"commit","published_at":"2015-02-21T20:56:14.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/1.6.8","html_url":"https://github.com/plotly/plotly.py/releases/tag/1.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@1.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/1.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/1.6.8/manifests"},{"name":"1.6.7","sha":"40c2a455124f52af6c22fa7f4e66c1793087b9b8","kind":"commit","published_at":"2015-02-20T20:57:59.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/1.6.7","html_url":"https://github.com/plotly/plotly.py/releases/tag/1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/1.6.7/manifests"},{"name":"0.5.7","sha":"7e7c62fe2408ab2796e17a12e43a25fe60e9092f","kind":"commit","published_at":"2013-12-25T00:51:31.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/0.5.7","html_url":"https://github.com/plotly/plotly.py/releases/tag/0.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@0.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/0.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/0.5.7/manifests"}]},"repo_metadata_updated_at":"2025-08-29T22:55:23.802Z","dependent_packages_count":10,"downloads":null,"downloads_period":null,"dependent_repos_count":964,"rankings":{"downloads":null,"dependent_repos_count":4.753143207605029,"dependent_packages_count":5.090463048144741,"stargazers_count":6.562404170499847,"forks_count":6.6237350505979755,"docker_downloads_count":null,"average":5.757436369211899},"purl":"pkg:conda/plotly","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/conda/plotly","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/conda/plotly","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/conda/plotly/dependencies","status":null,"funding_links":["https://github.com/sponsors/plotly","https://plot.ly/products/consulting-and-oem/"],"critical":false,"issue_metadata":{"last_synced_at":"2025-08-21T13:35:41.871Z","issues_count":1053,"pull_requests_count":512,"avg_time_to_close_issue":62956236.23965142,"avg_time_to_close_pull_request":9346375.064732144,"issues_closed_count":457,"pull_requests_closed_count":448,"pull_request_authors_count":148,"issue_authors_count":810,"avg_comments_per_issue":2.892687559354226,"avg_comments_per_pull_request":1.572265625,"merged_pull_requests_count":357,"bot_issues_count":0,"bot_pull_requests_count":11,"past_year_issues_count":339,"past_year_pull_requests_count":247,"past_year_avg_time_to_close_issue":1680359.8157894737,"past_year_avg_time_to_close_pull_request":1035309.537735849,"past_year_issues_closed_count":114,"past_year_pull_requests_closed_count":212,"past_year_pull_request_authors_count":42,"past_year_issue_authors_count":247,"past_year_avg_comments_per_issue":1.6342182890855457,"past_year_avg_comments_per_pull_request":1.3036437246963564,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":9,"past_year_merged_pull_requests_count":178,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/issues","maintainers":[{"login":"LiamConnors","count":100,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/LiamConnors"},{"login":"marthacryan","count":46,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/marthacryan"},{"login":"nicolaskruchten","count":30,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolaskruchten"},{"login":"ndrezn","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ndrezn"},{"login":"chriddyp","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/chriddyp"},{"login":"bpostlethwaite","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bpostlethwaite"},{"login":"AaronStiff","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/AaronStiff"},{"login":"alexcjohnson","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/alexcjohnson"}],"active_maintainers":[{"login":"LiamConnors","count":91,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/LiamConnors"},{"login":"marthacryan","count":44,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/marthacryan"},{"login":"ndrezn","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ndrezn"},{"login":"alexcjohnson","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/alexcjohnson"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/plotly/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/plotly/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/plotly/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/plotly/related_packages","maintainers":[],"registry":{"name":"anaconda.org","url":"https://anaconda.org","ecosystem":"conda","default":true,"packages_count":4327,"maintainers_count":0,"namespaces_count":0,"keywords_count":2905,"github":"Anaconda","metadata":{"kind":"anaconda","key":"Main","api":"https://repo.ananconda.com","funded_packages_count":612},"icon_url":"https://github.com/Anaconda.png","created_at":"2022-10-03T15:37:08.736Z","updated_at":"2025-09-05T07:44:21.899Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/namespaces"}},{"id":7412264,"name":"github.com/plotly/plotly.py","ecosystem":"go","description":null,"homepage":null,"licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/plotly/plotly.py","keywords_array":[],"namespace":"github.com/plotly","versions_count":93,"first_release_published_at":"2017-01-11T22:55:26.000Z","latest_release_published_at":"2025-08-12T20:00:26.000Z","latest_release_number":"v6.3.0+incompatible","last_synced_at":"2025-08-29T22:53:19.898Z","created_at":"2023-04-06T01:49:04.891Z","updated_at":"2025-08-29T22:55:23.767Z","registry_url":"https://pkg.go.dev/github.com/plotly/plotly.py","install_command":"go get github.com/plotly/plotly.py","documentation_url":"https://pkg.go.dev/github.com/plotly/plotly.py#section-documentation","metadata":{},"repo_metadata":{"id":12000601,"uuid":"14579099","full_name":"plotly/plotly.py","owner":"plotly","description":"The interactive graphing library for Python :sparkles:","archived":false,"fork":false,"pushed_at":"2025-08-29T20:22:39.000Z","size":399969,"stargazers_count":17661,"open_issues_count":719,"forks_count":2704,"subscribers_count":278,"default_branch":"main","last_synced_at":"2025-08-29T22:40:30.715Z","etag":null,"topics":["d3","dashboard","declarative","graph-library","interactive","jupyter-notebook","plotly","plotly-dash","plotlyjs","python","regl","sparkles","visualization","webgl"],"latest_commit_sha":null,"homepage":"https://plotly.com/python/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/plotly.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"plotly","custom":"https://plot.ly/products/consulting-and-oem/"}},"created_at":"2013-11-21T05:53:08.000Z","updated_at":"2025-08-29T13:43:44.000Z","dependencies_parsed_at":"2023-10-21T12:43:17.099Z","dependency_job_id":"7dd4b3d5-54ba-4a87-9413-a7e9eff766d2","html_url":"https://github.com/plotly/plotly.py","commit_stats":{"total_commits":5743,"total_committers":299,"mean_commits":"19.207357859531772","dds":0.8553021069127633,"last_synced_commit":"2bc6a0fedfd5a3d2c4e9846810032d3ec564102a"},"previous_names":[],"tags_count":160,"template":false,"template_full_name":null,"purl":"pkg:github/plotly/plotly.py","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/plotly","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/sbom","scorecard":{"id":738068,"data":{"date":"2025-08-11","repo":{"name":"github.com/plotly/plotly.py","commit":"3d36c65614b45b2b0de3ee56a22059ca86336ebb"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/check-js-build.yml:1","Warn: no topLevel permission defined: .github/workflows/test-release.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":"Maintained","score":10,"reason":"30 commit(s) and 3 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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"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":"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":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.txt:0","Info: FSF or OSI recognized license: MIT 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":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/test-release.yml:49"],"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":"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v6.3.0 not signed: https://api.github.com/repos/plotly/plotly.py/releases/239486383","Warn: release artifact v6.2.0 not signed: https://api.github.com/repos/plotly/plotly.py/releases/228067886","Warn: release artifact v6.1.2 not signed: https://api.github.com/repos/plotly/plotly.py/releases/221372107","Warn: release artifact v6.1.1 not signed: https://api.github.com/repos/plotly/plotly.py/releases/219887187","Warn: release artifact v6.1.0 not signed: https://api.github.com/repos/plotly/plotly.py/releases/218893301","Warn: release artifact v6.3.0 does not have provenance: https://api.github.com/repos/plotly/plotly.py/releases/239486383","Warn: release artifact v6.2.0 does not have provenance: https://api.github.com/repos/plotly/plotly.py/releases/228067886","Warn: release artifact v6.1.2 does not have provenance: https://api.github.com/repos/plotly/plotly.py/releases/221372107","Warn: release artifact v6.1.1 does not have provenance: https://api.github.com/repos/plotly/plotly.py/releases/219887187","Warn: release artifact v6.1.0 does not have provenance: https://api.github.com/repos/plotly/plotly.py/releases/218893301"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Pinned-Dependencies","score":2,"reason":"dependency not pinned by hash detected -- score normalized to 2","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-js-build.yml:8: update your workflow using https://app.stepsecurity.io/secureworkflow/plotly/plotly.py/check-js-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-js-build.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/plotly/plotly.py/check-js-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-js-build.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/plotly/plotly.py/check-js-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-js-build.yml:62: update your workflow using https://app.stepsecurity.io/secureworkflow/plotly/plotly.py/check-js-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-release.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/plotly/plotly.py/test-release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-release.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/plotly/plotly.py/test-release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-release.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/plotly/plotly.py/test-release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-release.yml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/plotly/plotly.py/test-release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-release.yml:64: update your workflow using https://app.stepsecurity.io/secureworkflow/plotly/plotly.py/test-release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-release.yml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/plotly/plotly.py/test-release.yml/main?enable=pin","Warn: downloadThenRun not pinned by hash: .github/workflows/check-js-build.yml:25","Warn: downloadThenRun not pinned by hash: .github/workflows/test-release.yml:27","Warn: pipCommand not pinned by hash: .github/workflows/test-release.yml:37","Info:   0 out of   9 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   2 downloadThenRun dependencies pinned","Info:   2 out of   2 npmCommand dependencies pinned","Info:   0 out of   1 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Vulnerabilities","score":0,"reason":"26 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: PYSEC-2022-249 / GHSA-9jmq-rx5f-8jwq","Warn: Project is vulnerable to: PYSEC-2018-18 / GHSA-3p4q-x8f3-p7vq","Warn: Project is vulnerable to: GHSA-4952-p58q-6crx","Warn: Project is vulnerable to: PYSEC-2018-17 / GHSA-49qr-xh3w-h436","Warn: Project is vulnerable to: PYSEC-2018-57 / GHSA-6cwv-x26c-w2q4","Warn: Project is vulnerable to: PYSEC-2020-215 / GHSA-c7vm-f5p4-8fqh","Warn: Project is vulnerable to: PYSEC-2019-159 / GHSA-hhx8-cr55-qcxx","Warn: Project is vulnerable to: GHSA-hwvq-6gjx-j797","Warn: Project is vulnerable to: PYSEC-2019-157 / GHSA-jqwc-jm56-wcwj","Warn: Project is vulnerable to: PYSEC-2022-180 / GHSA-m87f-39q9-6f55","Warn: Project is vulnerable to: PYSEC-2019-158 / GHSA-rcx2-m7jp-p9wj","Warn: Project is vulnerable to: GHSA-rv62-4pmj-xw6h","Warn: Project is vulnerable to: PYSEC-2022-212 / GHSA-v7vq-3x77-87vg","Warn: Project is vulnerable to: PYSEC-2024-40 / GHSA-pwr2-4v36-6qpr","Warn: Project is vulnerable to: PYSEC-2019-41 / GHSA-qfc5-mcwq-26q8","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: PYSEC-2020-107 / GHSA-jjw5-xxj6-pcv5","Warn: Project is vulnerable to: PYSEC-2024-110 / GHSA-jw8x-6495-233v","Warn: Project is vulnerable to: PYSEC-2020-108","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw","Warn: Project is vulnerable to: GHSA-67mh-4wv8-2f99"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-22T16:29:58.576Z","repository_id":12000601,"created_at":"2025-08-22T16:29:58.576Z","updated_at":"2025-08-22T16:29:58.576Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272778291,"owners_count":24991500,"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-29T02:00:10.610Z","response_time":87,"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":"plotly","name":"Plotly","uuid":"5997976","kind":"organization","description":"","email":null,"website":"https://plotly.com/","location":"Montréal","twitter":"plotlygraphs","company":null,"icon_url":"https://avatars.githubusercontent.com/u/5997976?v=4","repositories_count":376,"last_synced_at":"2024-04-14T07:08:43.994Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/plotly","funding_links":["https://github.com/sponsors/plotly"],"total_stars":83082,"followers":1193,"following":0,"created_at":"2022-11-02T16:24:57.993Z","updated_at":"2024-04-14T07:09:47.279Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/plotly","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/plotly/repositories"},"tags":[{"name":"v6.3.0","sha":"53572f6532876fde279abfa63a47c056dc485540","kind":"commit","published_at":"2025-08-12T20:00:26.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v6.3.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v6.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v6.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.3.0/manifests"},{"name":"v6.2.0","sha":"12be40788fcaba7e83d9315a7817dea4a4aace95","kind":"commit","published_at":"2025-06-26T14:58:21.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v6.2.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v6.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v6.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.2.0/manifests"},{"name":"v6.1.2","sha":"3f5cbda2781fd9966711ebc6830c8f81f1b21b57","kind":"commit","published_at":"2025-05-27T19:14:49.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v6.1.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v6.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v6.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.1.2/manifests"},{"name":"v6.1.1","sha":"c044f1e32304c5ac8b7e0b7fd63fefd533824b52","kind":"commit","published_at":"2025-05-20T19:06:21.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v6.1.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v6.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v6.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.1.1/manifests"},{"name":"v6.1.0","sha":"1462f3f403006edb4044493a96b405e9a9ed0c0a","kind":"commit","published_at":"2025-05-15T14:22:22.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v6.1.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v6.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.1.0/manifests"},{"name":"v6.1.0rc0","sha":"78313f0a858e83bfe352f2e56ed704da49085702","kind":"commit","published_at":"2025-04-30T22:26:56.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v6.1.0rc0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v6.1.0rc0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v6.1.0rc0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.1.0rc0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.1.0rc0/manifests"},{"name":"v6.0.1b0","sha":"54985b81f0134093a2ff564539d7f67d7c5d030e","kind":"commit","published_at":"2025-03-31T18:30:20.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v6.0.1b0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v6.0.1b0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v6.0.1b0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.0.1b0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.0.1b0/manifests"},{"name":"v6.0.1","sha":"58e33fca889d993cb3dc71aca1efbb53ebd2fee9","kind":"commit","published_at":"2025-03-14T16:46:04.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v6.0.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v6.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.0.1/manifests"},{"name":"v6.0.0","sha":"49581b8a19a808a78172c9294d7e39969c9d0248","kind":"commit","published_at":"2025-01-28T18:09:09.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v6.0.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.0.0/manifests"},{"name":"v6.0.0rc0","sha":"173ea1e44d296fbb8bbcb32e49b3f6f9024e9549","kind":"commit","published_at":"2024-11-27T19:35:05.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v6.0.0rc0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v6.0.0rc0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v6.0.0rc0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.0.0rc0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v6.0.0rc0/manifests"},{"name":"v5.24.1","sha":"5d79b80c53f779274170743539a481c524e04c8f","kind":"commit","published_at":"2024-09-12T14:41:22.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.24.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.24.1/manifests"},{"name":"v5.24.0","sha":"c1fff18c2bd30e3436444390f197e92a22df1005","kind":"commit","published_at":"2024-08-29T17:17:06.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.24.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.24.0/manifests"},{"name":"v5.23.0","sha":"83c7c850f9a97ba56349cda7777c4c29db5ae290","kind":"commit","published_at":"2024-07-22T19:47:36.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.23.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.23.0/manifests"},{"name":"v5.22.0","sha":"34e8bdba5e2187903385a21e7c591ae41914ccaf","kind":"commit","published_at":"2024-04-30T20:49:43.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.22.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.22.0/manifests"},{"name":"v5.21.0","sha":"84456f33e7dcd094544fbe835fbd1965825d4f95","kind":"commit","published_at":"2024-04-17T13:49:11.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.21.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.21.0/manifests"},{"name":"v5.20.0","sha":"9335a34ca77399a597a72420f73e947217d3d410","kind":"commit","published_at":"2024-03-13T14:36:11.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.20.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.20.0/manifests"},{"name":"v5.19.0","sha":"b541a6924fa0c417c6116d03b62c6007dc510a28","kind":"commit","published_at":"2024-02-13T14:24:37.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.19.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.19.0/manifests"},{"name":"v5.18.0","sha":"4988b440c8600c4634f7363f0ca8748106bfa1bb","kind":"commit","published_at":"2023-10-25T18:30:10.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.18.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.18.0/manifests"},{"name":"v5.17.0","sha":"bce884546d7b2d7e71fcfe0a692c960ddd4b7b3e","kind":"commit","published_at":"2023-09-15T14:25:57.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.17.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.17.0/manifests"},{"name":"v5.16.1","sha":"bbbf5eff75883511a1126b11205bef34f1cf0ff9","kind":"commit","published_at":"2023-08-16T16:17:51.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.16.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.16.1/manifests"},{"name":"v5.16.0","sha":"01c6450cc81abce8e6cd702cea7c1a24d631398b","kind":"commit","published_at":"2023-08-11T19:18:03.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.16.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.16.0/manifests"},{"name":"v5.15.0","sha":"e42897d4be454be23004b3d1f8704386b57773dc","kind":"commit","published_at":"2023-06-08T14:48:38.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.15.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.15.0/manifests"},{"name":"v5.14.1","sha":"f006ae830365d6735e5d6fd3c3fb46dca10f539b","kind":"commit","published_at":"2023-04-05T15:48:06.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.14.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.14.1/manifests"},{"name":"v5.14.0","sha":"31e97dc6a62131bb9b33cc3cbcb77f40dcf4cb15","kind":"commit","published_at":"2023-03-29T14:00:15.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.14.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.14.0/manifests"},{"name":"v5.13.1","sha":"2a8a9b7c27310d968a55edf44144c7eff9718ccb","kind":"commit","published_at":"2023-02-24T16:08:21.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.13.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.13.1/manifests"},{"name":"v5.13.0","sha":"502f22005dcfbe7f12aae097a1e3dd9cddd4ae9d","kind":"commit","published_at":"2023-01-23T13:58:12.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.13.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.13.0/manifests"},{"name":"v5.12.0","sha":"baedaabc9dd64c0774e00251cc778af1d2ec83fe","kind":"commit","published_at":"2023-01-12T20:07:13.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.12.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.12.0/manifests"},{"name":"v5.11.0","sha":"e7eb42d2be75e4e61747fa81e9e96da1ad73fcd4","kind":"commit","published_at":"2022-10-27T17:02:05.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.11.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.11.0/manifests"},{"name":"v5.10.0","sha":"473c263e5e133e5693863baa668751b85900dc11","kind":"commit","published_at":"2022-08-11T13:27:06.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.10.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.10.0/manifests"},{"name":"v5.9.0","sha":"ddd5ba6ba21f176914da2ee448331e05eaebb471","kind":"commit","published_at":"2022-06-23T17:41:55.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.9.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.9.0/manifests"},{"name":"v5.8.2","sha":"4222d7e8b49e851ccdd23ed91d5836ec16c32532","kind":"commit","published_at":"2022-06-10T15:05:08.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.8.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.8.2/manifests"},{"name":"v5.8.1","sha":"473e6e0d6849e334d63a816336deda5d761adcf8","kind":"commit","published_at":"2022-06-08T13:56:14.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.8.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.8.1/manifests"},{"name":"v5.8.0","sha":"eca5fe62f9262478bacc5895db3a053116cac393","kind":"commit","published_at":"2022-05-10T00:40:15.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.8.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.8.0/manifests"},{"name":"v5.7.0","sha":"a74510552b752fd656746ed5e204491cb0798bf1","kind":"commit","published_at":"2022-04-05T15:32:22.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.7.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.7.0/manifests"},{"name":"v5.6.0","sha":"c6026e67628cb8b9b379e71b36d1372b0e787f20","kind":"commit","published_at":"2022-02-09T18:21:39.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.6.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.6.0/manifests"},{"name":"v5.5.0","sha":"85c77b4b5cf9e4ee7ae74b3597ee7ff334dc4dd2","kind":"commit","published_at":"2021-12-21T03:24:45.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.5.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.5.0/manifests"},{"name":"v5.4.0","sha":"53e8cbfee0b870e6ea4e0233ef3526c2278bc2a2","kind":"commit","published_at":"2021-11-15T01:53:47.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.4.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.4.0/manifests"},{"name":"v5.3.1","sha":"b763ef96cc36f460d4096650e54f51bf85886cb8","kind":"commit","published_at":"2021-09-01T01:19:43.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.3.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.3.1/manifests"},{"name":"v5.3.0","sha":"765507014b146dba23f29dd99a929204783fae66","kind":"commit","published_at":"2021-08-30T00:55:19.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.3.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.3.0/manifests"},{"name":"v5.2.2","sha":"6c8a7fa90c3ab3d8170b3b7a5e4fd283494081b5","kind":"commit","published_at":"2021-08-23T18:43:23.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.2.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.2.2/manifests"},{"name":"v5.2.1","sha":"c1166729192e5278fb18c5165cd1b88d9dd5c07c","kind":"commit","published_at":"2021-08-13T20:39:44.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.2.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.2.1/manifests"},{"name":"v5.2.0","sha":"18252a278714297e5694f53b0cd684d8f4476ef6","kind":"commit","published_at":"2021-08-13T14:54:52.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.2.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.2.0/manifests"},{"name":"v5.1.0","sha":"c9016fcadda3ccd45e152f26d406edd665a418dd","kind":"commit","published_at":"2021-06-28T19:27:49.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.1.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.1.0/manifests"},{"name":"v5.0.0","sha":"06c6eb2b1acaba21c10ffccf5efd827bb3d86b41","kind":"commit","published_at":"2021-06-21T14:51:36.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.0.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.0.0/manifests"},{"name":"v5.0.0rc2","sha":"96e4c9d699de3dbcbe26c19a901680127b604a16","kind":"commit","published_at":"2021-06-07T16:57:16.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.0.0rc2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.0.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.0.0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.0.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.0.0rc2/manifests"},{"name":"v5.0.0rc1","sha":"5331cea2ef046243f66409e72c08ea51f106315c","kind":"commit","published_at":"2021-05-31T20:50:32.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v5.0.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v5.0.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v5.0.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.0.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v5.0.0rc1/manifests"},{"name":"v4.14.3","sha":"6c463ee500960000341cc735b2d95680ac48e3ad","kind":"commit","published_at":"2021-01-12T16:08:17.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.14.3","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.14.3/manifests"},{"name":"v4.14.2","sha":"4cc5c4eede84a934848a38ff4db9c684c6e21f22","kind":"commit","published_at":"2021-01-11T20:27:48.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.14.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.14.2/manifests"},{"name":"v4.14.1","sha":"f9d0e87ae1d7737831e5a6d282b0ee5db5b6fbc6","kind":"commit","published_at":"2020-12-09T13:25:32.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.14.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.14.1/manifests"},{"name":"v4.14.0","sha":"b0d9b3978ef5bfa204abdf598cc321d441793571","kind":"commit","published_at":"2020-12-07T14:28:10.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.14.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.14.0/manifests"},{"name":"v4.13.0","sha":"3f0d771fa3e0a7f6b00c089b7b2d8d59a7504782","kind":"commit","published_at":"2020-11-23T13:36:12.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.13.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.13.0/manifests"},{"name":"v4.12.0","sha":"40c8a35486a92a9d9f1ee3fd74a6606c8a82fd2f","kind":"commit","published_at":"2020-10-23T12:52:25.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.12.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.12.0/manifests"},{"name":"v4.11.0","sha":"73be67c88cfa32f0d41cfe58ba9750b4d863805a","kind":"commit","published_at":"2020-10-01T13:27:31.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.11.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.11.0/manifests"},{"name":"v4.10.0","sha":"d5eeffc1cc78f55cf720c24ed5a6dc360043ad2f","kind":"commit","published_at":"2020-09-10T13:08:48.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.10.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.10.0/manifests"},{"name":"v4.9.0","sha":"f17275755da092e2bec637adbd26c7d83f3662fb","kind":"commit","published_at":"2020-07-16T12:43:24.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.9.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.9.0/manifests"},{"name":"v4.9.0rc1","sha":"950a54a8fbe93396c9735cf46ddeabbd8d8ffed0","kind":"commit","published_at":"2020-07-15T18:02:21.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.9.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.9.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.9.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.9.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.9.0rc1/manifests"},{"name":"v4.8.2","sha":"659d1304f6117ab49c29662517a5bf82aba73474","kind":"commit","published_at":"2020-06-26T19:10:55.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.8.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.8.2/manifests"},{"name":"v4.8.1","sha":"8ce454b02690c5f30782a0792b10fcc9b9d66451","kind":"commit","published_at":"2020-05-29T02:59:18.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.8.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.8.1/manifests"},{"name":"v4.8.0","sha":"df827daeddb5a9dd4a10b26adcba486d96cd379a","kind":"commit","published_at":"2020-05-26T13:53:17.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.8.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.8.0/manifests"},{"name":"v4.7.1","sha":"e026ef52b132d9a177c1a65ae7f91ccad79d587d","kind":"commit","published_at":"2020-05-08T12:41:00.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.7.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.7.1/manifests"},{"name":"v4.7.0","sha":"c94047a9494105abd6dec262f3aae246d91adcf7","kind":"commit","published_at":"2020-05-06T14:23:05.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.7.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.7.0/manifests"},{"name":"v4.6.0","sha":"aa14db7476ebf12cd6839304e4d1596e99d052a5","kind":"commit","published_at":"2020-04-01T15:05:19.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.6.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.6.0/manifests"},{"name":"chart-studio-v1.1.0","sha":"95e3a3c14ba24e91440d1b031544338d4029d5a7","kind":"commit","published_at":"2020-04-01T14:38:47.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/chart-studio-v1.1.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/chart-studio-v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@chart-studio-v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.1.0/manifests"},{"name":"v4.5.4","sha":"1c99b99436684516d2068a62f35888ef97c96bcd","kind":"commit","published_at":"2020-03-11T20:23:12.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.5.4","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.4/manifests"},{"name":"widget-v1.5.4","sha":"1c99b99436684516d2068a62f35888ef97c96bcd","kind":"commit","published_at":"2020-03-11T20:23:12.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.5.4","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.4/manifests"},{"name":"widget-v1.5.3","sha":"587075c9f5a57a3dd60b03b2d47d925fbbb9b9b6","kind":"commit","published_at":"2020-03-06T02:53:39.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.5.3","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.3/manifests"},{"name":"v4.5.3","sha":"587075c9f5a57a3dd60b03b2d47d925fbbb9b9b6","kind":"commit","published_at":"2020-03-06T02:53:39.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.5.3","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.3/manifests"},{"name":"v4.5.2","sha":"5aa8c16c34f5d8ec77c4145737e3ca83c28afae1","kind":"commit","published_at":"2020-02-25T04:44:04.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.5.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.2/manifests"},{"name":"widget-v1.5.2","sha":"5aa8c16c34f5d8ec77c4145737e3ca83c28afae1","kind":"commit","published_at":"2020-02-25T04:44:04.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.5.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.2/manifests"},{"name":"v4.5.1","sha":"76ccbffc757a54ba92886413e4109f42a694612d","kind":"commit","published_at":"2020-02-19T21:29:33.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.5.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.1/manifests"},{"name":"widget-v1.5.1","sha":"76ccbffc757a54ba92886413e4109f42a694612d","kind":"commit","published_at":"2020-02-19T21:29:33.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.5.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.1/manifests"},{"name":"list","sha":"74e681e0a1531690799113043d9036deaeb56ed4","kind":"commit","published_at":"2020-01-22T19:58:11.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/list","html_url":"https://github.com/plotly/plotly.py/releases/tag/list","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@list","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/list","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/list/manifests"},{"name":"v4.5.0","sha":"74e681e0a1531690799113043d9036deaeb56ed4","kind":"commit","published_at":"2020-01-22T19:58:11.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.5.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.0/manifests"},{"name":"widget-v1.5.0","sha":"74e681e0a1531690799113043d9036deaeb56ed4","kind":"commit","published_at":"2020-01-22T19:58:11.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.5.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.0/manifests"},{"name":"help","sha":"74e681e0a1531690799113043d9036deaeb56ed4","kind":"commit","published_at":"2020-01-22T19:58:11.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/help","html_url":"https://github.com/plotly/plotly.py/releases/tag/help","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@help","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/help","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/help/manifests"},{"name":"v4.5.0rc1","sha":"a5bb459d9cb4bb91f007b58bbe151511514ebb29","kind":"commit","published_at":"2020-01-22T19:22:51.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.5.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.5.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.5.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.5.0rc1/manifests"},{"name":"widget-v1.5.0-rc.1","sha":"a5bb459d9cb4bb91f007b58bbe151511514ebb29","kind":"commit","published_at":"2020-01-22T19:22:51.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.5.0-rc.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.5.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v1.5.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.5.0-rc.1/manifests"},{"name":"v4.4.1","sha":"6fb105286d0bf81ed045dafd18ad16cdfcc13dd8","kind":"commit","published_at":"2019-12-10T16:52:12.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.4.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.4.1/manifests"},{"name":"widget-v1.4.0","sha":"c399e06e257f06a87e546f590e6472e3e6f02149","kind":"commit","published_at":"2019-12-10T14:16:42.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.4.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.4.0/manifests"},{"name":"v4.4.0","sha":"c399e06e257f06a87e546f590e6472e3e6f02149","kind":"commit","published_at":"2019-12-10T14:16:42.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.4.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.4.0/manifests"},{"name":"widget-v1.3.0","sha":"c0a0ee0f082766e629d4c1a1ddb3fdc1b274f32e","kind":"commit","published_at":"2019-11-12T11:02:41.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.3.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.3.0/manifests"},{"name":"v4.3.0","sha":"c0a0ee0f082766e629d4c1a1ddb3fdc1b274f32e","kind":"commit","published_at":"2019-11-12T11:02:41.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.3.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.3.0/manifests"},{"name":"v4.2.1","sha":"62119960fa6286a78df0c51183217163c2c2718b","kind":"commit","published_at":"2019-10-18T21:53:13.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.2.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.2.1/manifests"},{"name":"widget-v1.2.0","sha":"b7ad5433c4e0882715781fa6c4816fc7fff62965","kind":"commit","published_at":"2019-10-16T22:09:11.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.2.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.2.0/manifests"},{"name":"v4.2.0","sha":"b7ad5433c4e0882715781fa6c4816fc7fff62965","kind":"commit","published_at":"2019-10-16T22:09:11.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.2.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.2.0/manifests"},{"name":"jupyterlab-plotly-v1.1.2","sha":"5920a6cf395dd38a1223ac1cce8999b985bda28c","kind":"commit","published_at":"2019-09-03T10:03:17.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/jupyterlab-plotly-v1.1.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/jupyterlab-plotly-v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@jupyterlab-plotly-v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.1.2/manifests"},{"name":"widget-v1.1.1","sha":"2a3eb9771cd0af90d0f8c32140313c8be43e5f04","kind":"commit","published_at":"2019-09-03T09:33:36.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.1.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.1.1/manifests"},{"name":"v4.1.1","sha":"2a3eb9771cd0af90d0f8c32140313c8be43e5f04","kind":"commit","published_at":"2019-09-03T09:33:36.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.1.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.1/manifests"},{"name":"v4.1.0","sha":"317643dd6ffadd75258661258ba3364eeb53e793","kind":"commit","published_at":"2019-08-07T00:39:44.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.1.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.0/manifests"},{"name":"widget-v1.1.0","sha":"317643dd6ffadd75258661258ba3364eeb53e793","kind":"commit","published_at":"2019-08-07T00:39:44.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.1.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.1.0/manifests"},{"name":"jupyterlab-plotly-v1.1.0","sha":"317643dd6ffadd75258661258ba3364eeb53e793","kind":"commit","published_at":"2019-08-07T00:39:44.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/jupyterlab-plotly-v1.1.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/jupyterlab-plotly-v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@jupyterlab-plotly-v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.1.0/manifests"},{"name":"v4.1.0rc3","sha":"589460cb11b7e6647a8ab8d0669d37c1398d00f9","kind":"commit","published_at":"2019-08-06T23:22:39.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.1.0rc3","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.1.0rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.1.0rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.0rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.0rc3/manifests"},{"name":"v4.1.0rc2","sha":"6d622c996a3f8d28916b9fad6709002bf5ef4c40","kind":"commit","published_at":"2019-08-06T22:15:54.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.1.0rc2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.1.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.1.0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.0rc2/manifests"},{"name":"v4.1.0rc1","sha":"592b785f90127e4da9c58570f1a4db5e6152021c","kind":"commit","published_at":"2019-08-04T22:04:26.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.1.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.1.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.1.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.1.0rc1/manifests"},{"name":"widget-v1.1.0-rc.1","sha":"592b785f90127e4da9c58570f1a4db5e6152021c","kind":"commit","published_at":"2019-08-04T22:04:26.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.1.0-rc.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.1.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v1.1.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.1.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.1.0-rc.1/manifests"},{"name":"jupyterlab-plotly-v1.1.0-rc.1","sha":"592b785f90127e4da9c58570f1a4db5e6152021c","kind":"commit","published_at":"2019-08-04T22:04:26.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/jupyterlab-plotly-v1.1.0-rc.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/jupyterlab-plotly-v1.1.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@jupyterlab-plotly-v1.1.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.1.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.1.0-rc.1/manifests"},{"name":"chart-studio-v1.0.0","sha":"65625d49226632abcf932d530aa9c90ba1bc59c1","kind":"commit","published_at":"2019-07-16T16:41:00.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/chart-studio-v1.0.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/chart-studio-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@chart-studio-v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0/manifests"},{"name":"widget-v1.0.0","sha":"65625d49226632abcf932d530aa9c90ba1bc59c1","kind":"commit","published_at":"2019-07-16T16:41:00.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v1.0.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v1.0.0/manifests"},{"name":"v4.0.0","sha":"65625d49226632abcf932d530aa9c90ba1bc59c1","kind":"commit","published_at":"2019-07-16T16:41:00.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0/manifests"},{"name":"plotly-geo-v1.0.0","sha":"65625d49226632abcf932d530aa9c90ba1bc59c1","kind":"commit","published_at":"2019-07-16T16:41:00.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/plotly-geo-v1.0.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/plotly-geo-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@plotly-geo-v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/plotly-geo-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/plotly-geo-v1.0.0/manifests"},{"name":"jupyterlab-plotly-v1.0.0","sha":"65625d49226632abcf932d530aa9c90ba1bc59c1","kind":"commit","published_at":"2019-07-16T16:41:00.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/jupyterlab-plotly-v1.0.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/jupyterlab-plotly-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@jupyterlab-plotly-v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.0.0/manifests"},{"name":"v4.0.0rc1","sha":"09f7879eb503d4877ae0f4396ea52798e05795fa","kind":"commit","published_at":"2019-07-09T10:37:19.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.0.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0rc1/manifests"},{"name":"plotly-geo-v1.0.0rc1","sha":"09f7879eb503d4877ae0f4396ea52798e05795fa","kind":"commit","published_at":"2019-07-09T10:37:19.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/plotly-geo-v1.0.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/plotly-geo-v1.0.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@plotly-geo-v1.0.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/plotly-geo-v1.0.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/plotly-geo-v1.0.0rc1/manifests"},{"name":"chart-studio-v1.0.0rc1","sha":"09f7879eb503d4877ae0f4396ea52798e05795fa","kind":"commit","published_at":"2019-07-09T10:37:19.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/chart-studio-v1.0.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/chart-studio-v1.0.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@chart-studio-v1.0.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0rc1/manifests"},{"name":"v4.0.0a10","sha":"cbf9b84234913b138e271216471d6a929d705099","kind":"commit","published_at":"2019-07-08T13:15:12.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a10","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.0.0a10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a10/manifests"},{"name":"v4.0.0a9","sha":"3b915ffcc3bcbaf2a9c34ac53934f3bf31960dac","kind":"commit","published_at":"2019-07-04T12:17:18.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a9","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.0.0a9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a9/manifests"},{"name":"v4.0.0a8","sha":"289ed89c09b3038751ca548a800eccc4a4d044da","kind":"commit","published_at":"2019-07-01T21:41:13.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a8","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.0.0a8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a8/manifests"},{"name":"jupyterlab-plotly-v1.0.0-alpha.3","sha":"f859f26c2c0211a7a70c10f8ce79b668ef9a132a","kind":"commit","published_at":"2019-07-01T16:39:05.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/jupyterlab-plotly-v1.0.0-alpha.3","html_url":"https://github.com/plotly/plotly.py/releases/tag/jupyterlab-plotly-v1.0.0-alpha.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@jupyterlab-plotly-v1.0.0-alpha.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.0.0-alpha.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-plotly-v1.0.0-alpha.3/manifests"},{"name":"v4.0.0a7","sha":"a1562466856864e9f33d9f412a102deaeaaba4a7","kind":"commit","published_at":"2019-07-01T14:03:56.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a7","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.0.0a7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a7/manifests"},{"name":"v4.0.0a6","sha":"a1562466856864e9f33d9f412a102deaeaaba4a7","kind":"commit","published_at":"2019-07-01T14:03:56.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a6","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.0.0a6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a6/manifests"},{"name":"v4.0.0a5","sha":"56edaa6819eaf21cee20b100249d6a07ffcc5f1c","kind":"commit","published_at":"2019-07-01T12:34:29.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a5","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.0.0a5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a5/manifests"},{"name":"chart-studio-v1.0.0a5","sha":"56edaa6819eaf21cee20b100249d6a07ffcc5f1c","kind":"commit","published_at":"2019-07-01T12:34:29.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/chart-studio-v1.0.0a5","html_url":"https://github.com/plotly/plotly.py/releases/tag/chart-studio-v1.0.0a5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@chart-studio-v1.0.0a5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0a5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0a5/manifests"},{"name":"v4.0.0a4","sha":"e140a288d0c7af63471043dae1fecb8828116465","kind":"commit","published_at":"2019-06-20T13:34:26.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a4","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.0.0a4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a4/manifests"},{"name":"chart-studio-v1.0.0a4","sha":"e6408793296661703cef33d7242d857acb0dd0ce","kind":"commit","published_at":"2019-06-20T12:06:56.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/chart-studio-v1.0.0a4","html_url":"https://github.com/plotly/plotly.py/releases/tag/chart-studio-v1.0.0a4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@chart-studio-v1.0.0a4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0a4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0a4/manifests"},{"name":"chart-studio-v1.0.0a3","sha":"958a6b796262723cef86070bf0baca290595b27a","kind":"commit","published_at":"2019-06-18T13:01:18.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/chart-studio-v1.0.0a3","html_url":"https://github.com/plotly/plotly.py/releases/tag/chart-studio-v1.0.0a3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@chart-studio-v1.0.0a3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0a3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0a3/manifests"},{"name":"v4.0.0a3","sha":"958a6b796262723cef86070bf0baca290595b27a","kind":"commit","published_at":"2019-06-18T13:01:18.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a3","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.0.0a3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a3/manifests"},{"name":"jupyterlab-v1.0.0-alpha.1","sha":"958a6b796262723cef86070bf0baca290595b27a","kind":"commit","published_at":"2019-06-18T13:01:18.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/jupyterlab-v1.0.0-alpha.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/jupyterlab-v1.0.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@jupyterlab-v1.0.0-alpha.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-v1.0.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/jupyterlab-v1.0.0-alpha.1/manifests"},{"name":"chart-studio-v1.0.0a2","sha":"6afca651a4e52a4541cc5934d7d612ff2d1fb8e0","kind":"commit","published_at":"2019-06-16T19:57:47.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/chart-studio-v1.0.0a2","html_url":"https://github.com/plotly/plotly.py/releases/tag/chart-studio-v1.0.0a2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@chart-studio-v1.0.0a2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0a2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/chart-studio-v1.0.0a2/manifests"},{"name":"v4.0.0a2","sha":"17cf071147e9682291f6ca3371a6ba9f1aa38fa7","kind":"commit","published_at":"2019-06-15T17:56:25.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.0.0a2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a2/manifests"},{"name":"v4.0.0a1","sha":"e42848a5b59703365bd83ead55a966449f2501c4","kind":"commit","published_at":"2019-06-15T17:18:05.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v4.0.0a1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v4.0.0a1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v4.0.0a1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v4.0.0a1/manifests"},{"name":"widget-v0.11.0","sha":"7cce28331781f189aaf545ab2476889f1bfe720c","kind":"commit","published_at":"2019-05-31T19:31:06.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v0.11.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.11.0/manifests"},{"name":"v3.10.0","sha":"7cce28331781f189aaf545ab2476889f1bfe720c","kind":"commit","published_at":"2019-05-31T19:31:06.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.10.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.10.0/manifests"},{"name":"widget-v0.11.0-rc.1","sha":"301735b3003860c3cedb837c0a6bc7f8a5cc6f52","kind":"commit","published_at":"2019-05-29T12:27:58.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v0.11.0-rc.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v0.11.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v0.11.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.11.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.11.0-rc.1/manifests"},{"name":"v3.10.0rc1","sha":"301735b3003860c3cedb837c0a6bc7f8a5cc6f52","kind":"commit","published_at":"2019-05-29T12:27:58.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.10.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.10.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.10.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.10.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.10.0rc1/manifests"},{"name":"widget-v0.10.0","sha":"6a85e4b7b6510d58d6f4525de179a45339aa297c","kind":"commit","published_at":"2019-05-06T22:57:38.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v0.10.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.10.0/manifests"},{"name":"v3.9.0","sha":"6a85e4b7b6510d58d6f4525de179a45339aa297c","kind":"commit","published_at":"2019-05-06T22:57:38.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.9.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.9.0/manifests"},{"name":"v3.9.0rc1","sha":"105496f8ded3c5e47961174f6f49a70d97f863c4","kind":"commit","published_at":"2019-05-06T12:36:58.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.9.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.9.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.9.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.9.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.9.0rc1/manifests"},{"name":"widget-v0.10.0-rc.1","sha":"105496f8ded3c5e47961174f6f49a70d97f863c4","kind":"commit","published_at":"2019-05-06T12:36:58.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v0.10.0-rc.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v0.10.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v0.10.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.10.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.10.0-rc.1/manifests"},{"name":"widget-v0.9.1","sha":"8bcf6c80c88c47863b193425ebb6480d98ece2ef","kind":"commit","published_at":"2019-04-19T13:42:26.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v0.9.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.9.1/manifests"},{"name":"v3.8.1","sha":"8bcf6c80c88c47863b193425ebb6480d98ece2ef","kind":"commit","published_at":"2019-04-19T13:42:26.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.8.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.8.1/manifests"},{"name":"widget-v0.9.0","sha":"f4ed82a4d80d2bb3d06559c66d19a32023e790e8","kind":"commit","published_at":"2019-04-15T12:28:51.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v0.9.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.9.0/manifests"},{"name":"v3.8.0","sha":"f4ed82a4d80d2bb3d06559c66d19a32023e790e8","kind":"commit","published_at":"2019-04-15T12:28:51.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.8.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.8.0/manifests"},{"name":"v3.8.0rc1","sha":"0b8dc66ecce5627e714b55af1a3a369720196217","kind":"commit","published_at":"2019-04-12T13:27:56.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.8.0rc1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.8.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.8.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.8.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.8.0rc1/manifests"},{"name":"widget-v0.9.0-rc.1","sha":"0b8dc66ecce5627e714b55af1a3a369720196217","kind":"commit","published_at":"2019-04-12T13:27:56.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v0.9.0-rc.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v0.9.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v0.9.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.9.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.9.0-rc.1/manifests"},{"name":"v3.7.1","sha":"3471c3dfbf783927c203c676422260586514b341","kind":"commit","published_at":"2019-03-19T12:08:19.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.7.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.7.1/manifests"},{"name":"widget-v0.8.0","sha":"29846649b6166e59d8b8d49ee4b9e40dfa987319","kind":"commit","published_at":"2019-03-08T14:55:09.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v0.8.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.8.0/manifests"},{"name":"v3.7.0","sha":"29846649b6166e59d8b8d49ee4b9e40dfa987319","kind":"commit","published_at":"2019-03-08T14:55:09.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.7.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.7.0/manifests"},{"name":"v3.6.1","sha":"331c85f74688eb3b84446bac2671bb763e448a48","kind":"commit","published_at":"2019-02-08T23:41:39.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.6.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.6.1/manifests"},{"name":"widget-v0.7.1","sha":"331c85f74688eb3b84446bac2671bb763e448a48","kind":"commit","published_at":"2019-02-08T23:41:39.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/widget-v0.7.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/widget-v0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@widget-v0.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/widget-v0.7.1/manifests"},{"name":"v3.6.0","sha":"256e2f4c11bd72ac180952c17310acf2ec37fa5b","kind":"commit","published_at":"2019-02-01T22:51:55.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.6.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.6.0/manifests"},{"name":"v3.5.0","sha":"bcf4a2a0ca01b2568ccc521fc0cd6fd78c2edb0f","kind":"commit","published_at":"2019-01-04T13:04:16.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.5.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.5.0/manifests"},{"name":"v3.4.2","sha":"618ee2d1cbd3eb37272ea6bb1f29c5625892c1d6","kind":"commit","published_at":"2018-11-23T15:43:13.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.4.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.4.2/manifests"},{"name":"v3.4.1","sha":"a8ae062795ddbf9867b8578fe6d9e244948c15ff","kind":"commit","published_at":"2018-11-09T13:07:33.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.4.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.4.1/manifests"},{"name":"v3.4.0","sha":"be25c5043cd04ef6b9feb5b09dbe2a3f09660d7e","kind":"commit","published_at":"2018-11-02T15:37:15.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.4.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.4.0/manifests"},{"name":"v3.3.0","sha":"2e5bf6e2f7c213295c405ece3e859f4d3f8030d1","kind":"commit","published_at":"2018-09-28T11:22:59.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.3.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.3.0/manifests"},{"name":"v3.2.1","sha":"f0915eec601a875842b29883e8e7919e8d9d6702","kind":"commit","published_at":"2018-09-14T13:27:26.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.2.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.2.1/manifests"},{"name":"v3.2.0","sha":"5814699ca5f6f24e91f69758f2ab95f7649ad1e9","kind":"commit","published_at":"2018-09-05T13:47:46.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.2.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.2.0/manifests"},{"name":"v3.1.1","sha":"8e87a8c2578fdf1ab76f759a5bab89a718a997a4","kind":"commit","published_at":"2018-08-10T15:06:10.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.1.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.1.1/manifests"},{"name":"v3.1.0","sha":"70098404a871ead7e5d3b29744e1d2f9e43d3497","kind":"tag","published_at":"2018-07-21T00:29:19.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.1.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.1.0/manifests"},{"name":"v3.0.2","sha":"6b3a0135977b92b3f7e0be2a1e8b418d995c70e3","kind":"tag","published_at":"2018-07-17T21:57:12.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.0.2","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.0.2/manifests"},{"name":"v3.0.1","sha":"d8b6b1708ab97915241ba4033f63fe0613592922","kind":"tag","published_at":"2018-07-17T19:08:19.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.0.1","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.0.1/manifests"},{"name":"v3.0.0","sha":"213602df6c89b45ce2b811ed2591171c961408e7","kind":"tag","published_at":"2018-07-06T15:50:55.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v3.0.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v3.0.0/manifests"},{"name":"v2.2.0","sha":"02466a69b96cdc3caa194be293fb82f4c7023da0","kind":"tag","published_at":"2017-10-26T17:28:07.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v2.2.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v2.2.0/manifests"},{"name":"v2.0.0","sha":"ddcebd61ea21667728e4218753c9fa09c9d8642a","kind":"commit","published_at":"2017-01-25T23:34:06.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v2.0.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v2.0.0/manifests"},{"name":"v2.0.0-pre","sha":"0f5f7cc0b5fe82886f0be2f4d66d1d1251cbedaa","kind":"commit","published_at":"2017-01-19T09:00:59.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v2.0.0-pre","html_url":"https://github.com/plotly/plotly.py/releases/tag/v2.0.0-pre","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v2.0.0-pre","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v2.0.0-pre","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v2.0.0-pre/manifests"},{"name":"v1.13.0","sha":"fa89dccdda78bb6b3eeec39f272edc7e11555697","kind":"commit","published_at":"2017-01-11T22:55:26.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/v1.13.0","html_url":"https://github.com/plotly/plotly.py/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/v1.13.0/manifests"},{"name":"1.6.12","sha":"ff362ce65aaea4c1fd62abd6fb3909bbdd2cce5d","kind":"commit","published_at":"2015-03-13T20:06:25.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/1.6.12","html_url":"https://github.com/plotly/plotly.py/releases/tag/1.6.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@1.6.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/1.6.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/1.6.12/manifests"},{"name":"1.6.8","sha":"694ac4f0bf91c2dc5fe5c09e073bd890c45468d8","kind":"commit","published_at":"2015-02-21T20:56:14.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/1.6.8","html_url":"https://github.com/plotly/plotly.py/releases/tag/1.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@1.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/1.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/1.6.8/manifests"},{"name":"1.6.7","sha":"40c2a455124f52af6c22fa7f4e66c1793087b9b8","kind":"commit","published_at":"2015-02-20T20:57:59.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/1.6.7","html_url":"https://github.com/plotly/plotly.py/releases/tag/1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/1.6.7/manifests"},{"name":"0.5.7","sha":"7e7c62fe2408ab2796e17a12e43a25fe60e9092f","kind":"commit","published_at":"2013-12-25T00:51:31.000Z","download_url":"https://codeload.github.com/plotly/plotly.py/tar.gz/0.5.7","html_url":"https://github.com/plotly/plotly.py/releases/tag/0.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/plotly/plotly.py@0.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/0.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/tags/0.5.7/manifests"}]},"repo_metadata_updated_at":"2025-08-29T22:55:23.767Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":1,"rankings":{"downloads":null,"dependent_repos_count":4.8022212791057335,"dependent_packages_count":8.376244562665123,"stargazers_count":0.5225352981071583,"forks_count":0.1510574018126888,"docker_downloads_count":null,"average":3.463014635422676},"purl":"pkg:golang/github.com/plotly/plotly.py","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/plotly/plotly.py","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/plotly/plotly.py","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/plotly/plotly.py/dependencies","status":null,"funding_links":["https://github.com/sponsors/plotly","https://plot.ly/products/consulting-and-oem/"],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-21T13:35:41.871Z","issues_count":1053,"pull_requests_count":512,"avg_time_to_close_issue":62956236.23965142,"avg_time_to_close_pull_request":9346375.064732144,"issues_closed_count":457,"pull_requests_closed_count":448,"pull_request_authors_count":148,"issue_authors_count":810,"avg_comments_per_issue":2.892687559354226,"avg_comments_per_pull_request":1.572265625,"merged_pull_requests_count":357,"bot_issues_count":0,"bot_pull_requests_count":11,"past_year_issues_count":339,"past_year_pull_requests_count":247,"past_year_avg_time_to_close_issue":1680359.8157894737,"past_year_avg_time_to_close_pull_request":1035309.537735849,"past_year_issues_closed_count":114,"past_year_pull_requests_closed_count":212,"past_year_pull_request_authors_count":42,"past_year_issue_authors_count":247,"past_year_avg_comments_per_issue":1.6342182890855457,"past_year_avg_comments_per_pull_request":1.3036437246963564,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":9,"past_year_merged_pull_requests_count":178,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/issues","maintainers":[{"login":"LiamConnors","count":100,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/LiamConnors"},{"login":"marthacryan","count":46,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/marthacryan"},{"login":"nicolaskruchten","count":30,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolaskruchten"},{"login":"ndrezn","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ndrezn"},{"login":"chriddyp","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/chriddyp"},{"login":"bpostlethwaite","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bpostlethwaite"},{"login":"AaronStiff","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/AaronStiff"},{"login":"alexcjohnson","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/alexcjohnson"}],"active_maintainers":[{"login":"LiamConnors","count":91,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/LiamConnors"},{"login":"marthacryan","count":44,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/marthacryan"},{"login":"ndrezn","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ndrezn"},{"login":"alexcjohnson","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/alexcjohnson"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fplotly%2Fplotly.py/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fplotly%2Fplotly.py/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fplotly%2Fplotly.py/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fplotly%2Fplotly.py/related_packages","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":1951577,"maintainers_count":0,"namespaces_count":741275,"keywords_count":109185,"github":"golang","metadata":{"funded_packages_count":49011},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2025-09-05T05:14:06.439Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}}],"commits":{"id":10216,"full_name":"plotly/plotly.py","default_branch":"main","committers":[{"name":"Nicolas Kruchten","email":"nicolas@plot.ly","login":"nicolaskruchten","count":835},{"name":"Andrew Seier","email":"andseier@gmail.com","login":"theengineear","count":831},{"name":"Liam Connors","email":"liam@plot.ly","login":"LiamConnors","count":694},{"name":"Adam Kulidjian","email":"adam.kulidjian@gmail.com","login":"Kully","count":637},{"name":"Jon Mease","email":"jon.mease@gmail.com","login":"jonmmease","count":397},{"name":"Martha Cryan","email":"martha.cryan326@gmail.com","login":"marthacryan","count":381},{"name":"Chris P","email":"christopher.parmer@gmail.com","login":"chriddyp","count":373},{"name":"Emmanuelle Gouillart","email":"emma@plot.ly","login":"emmanuelle","count":226},{"name":"Chelsea","email":"cldougl@gmail.com","login":"cldougl","count":204},{"name":"etpinard","email":"etienne.t.pinard@gmail.com","login":"etpinard","count":173},{"name":"Emily Kellison-Linn","email":"4672118+emilykl","login":"emilykl","count":162},{"name":"FBruzzesi","email":"francesco.bruzzesi.93@gmail.com","login":"FBruzzesi","count":99},{"name":"Jon M. Mease","email":"jon.mease@jhuapl.edu","login":null,"count":87},{"name":"yankev","email":"kevinn.yan@gmail.com","login":"yankev","count":86},{"name":"Nicholas Esterer","email":"nicholas.esterer@plot.ly","login":"nicholas-esterer","count":72},{"name":"aneda","email":"n.amin18@gmail.com","login":"aneda","count":71},{"name":"Rob Letzler","email":"22990670+rl-utility-man","login":"rl-utility-man","count":57},{"name":"Mojtaba Samimi","email":"arch.mojtaba.samimi@gmail.com","login":"archmoj","count":52},{"name":"alexcjohnson","email":"alex@plot.ly","login":"alexcjohnson","count":50},{"name":"BRONSOLO","email":"chuck.james.bronson@gmail.com","login":"BRONSOLO","count":41},{"name":"joelostblom","email":"joel.ostblom@gmail.com","login":"joelostblom","count":36},{"name":"xhlulu","email":"xhlperso@gmail.com","login":null,"count":35},{"name":"ry-v1","email":"72290009+ry-v1","login":"ry-v1","count":31},{"name":"Marco Gorelli","email":"33491632+MarcoGorelli","login":"MarcoGorelli","count":30},{"name":"Joseph Damiba","email":"joseph.damiba@plot.ly","login":null,"count":29},{"name":"bbm","email":"brian.maranville@nist.gov","login":"bmaranville","count":28},{"name":"Greg Wilson","email":"greg.wilson@plot.ly","login":"gvwilson","count":26},{"name":"Nathan","email":"nathan@drezner.xyz","login":"ndrezn","count":23},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]","login":"dependabot[bot]","count":22},{"name":"smallstepman","email":"m.liebiediew@gmail.com","login":"smallstepman","count":22},{"name":"Sylwia Mielnicka","email":"sylwia.kucharska11@gmail.com","login":"SylwiaOliwia2","count":21},{"name":"Jack Parmer","email":"jparmer09@gmail.com","login":"jackparmer","count":21},{"name":"mahdis-z","email":"maahhddiiss@gmail.com","login":null,"count":19},{"name":"Oxana","email":"merenlin@gmail.com","login":"merenlin","count":17},{"name":"Anatoly Myachev","email":"anatoly.myachev@intel.com","login":"anmyachev","count":16},{"name":"Renaud Laine","email":"renaud.laine@enea-consulting.com","login":"RenaudLN","count":15},{"name":"John Bampton","email":"jbampton","login":"jbampton","count":14},{"name":"Zach Foltz","email":"zfoltz3@gmail.com","login":"zfoltz","count":14},{"name":"Bart Broere","email":"mail@bartbroere.eu","login":"bartbroere","count":13},{"name":"xhlulu","email":"xinghan@plot.ly","login":null,"count":10},{"name":"David Dworken","email":"dworken@anthropic.com","login":"ddworken","count":9},{"name":"AaronStiff","email":"69512633+AaronStiff","login":"AaronStiff","count":9},{"name":"Kully","email":"adam@plot.ly","login":"Coding-with-Adam","count":8},{"name":"tarzzz","email":"tarun.gaba7@gmail.com","login":"tarzzz","count":8},{"name":"SageCodeCoplAL08","email":"chaitu9701@gmail.com","login":"c-chaitanya","count":7},{"name":"alishobeiri","email":"alishobeiri@ymail.com","login":"alishobeiri","count":7},{"name":"adehad","email":"26027314+adehad","login":"adehad","count":7},{"name":"Hammad Khan","email":"hammadtheone@gmail.com","login":"HammadTheOne","count":7},{"name":"Trevor Manz","email":"trevor.j.manz@gmail.com","login":"manzt","count":7},{"name":"Matt Sundquist","email":"Matt@plot.ly","login":"msund","count":7},{"name":"Abdelhakim Qbaich","email":"abdelhakim@qbaich.com","login":"abdelq","count":7},{"name":"jvdd","email":"boebievdd@gmail.com","login":"jvdd","count":6},{"name":"Ben Greiner","email":"code@bnavigator.de","login":"bnavigator","count":6},{"name":"Carl Andersson","email":"carl.andersson@chalmers.se","login":"CarlAndersson","count":6},{"name":"Janosh Riebesell","email":"janosh.riebesell@gmail.com","login":"janosh","count":6},{"name":"Miklós Tusz","email":"mdtusz@gmail.com","login":"mdtusz","count":6},{"name":"Stalin Sabu Thomas","email":"44336699+legendof-selda","login":"legendof-selda","count":6},{"name":"Andreas Schmitz","email":"aschmitz@Serenity.fritz.box","login":null,"count":5},{"name":"Ben Mares","email":"15216687+maresb","login":"maresb","count":5},{"name":"sobo","email":"sobolevski.a@gmail.com","login":"alexandresobolevski","count":5},{"name":"stephenpardy","email":"stephen.pardy@gmail.com","login":"stephenpardy","count":5},{"name":"Twist","email":"itsluketwist@gmail.com","login":"itsluketwist","count":5},{"name":"Richard Littauer","email":"richard.littauer@gmail.com","login":"RichardLitt","count":5},{"name":"Guy Rosin","email":"guy@mana.bio","login":"guyrosin","count":5},{"name":"Bjoern Ludwig","email":"bjoern.ludwig@ptb.de","login":"BjoernLudwigPTB","count":5},{"name":"Simon Knott","email":"info@simonknott.de","login":"Skn0tt","count":4},{"name":"Wolfgang F. Riedl","email":"github@wfriedl.de","login":"wf-r","count":4},{"name":"Juan Escalada","email":"97265671+jescalada","login":"jescalada","count":4},{"name":"Luke Feilberg","email":"lukefeilberg@gmail.com","login":"lukefeilberg","count":4},{"name":"Francois Dion","email":"fdion@dionresearch.com","login":"fdion","count":4},{"name":"Chris Holdgraf","email":"choldgraf@berkeley.edu","login":"choldgraf","count":4},{"name":"Zaccheus Sia","email":"arcanaxion@gmail.com","login":"arcanaxion","count":4},{"name":"Joseph Damiba","email":"Joseph.damiba@plot.ly","login":null,"count":4},{"name":"michaelbabyn","email":"41019918+michaelbabyn","login":"michaelbabyn","count":4},{"name":"olayway","email":"ola@yway.pl","login":"olayway","count":4},{"name":"Frederic COLLONVAL","email":"fcollonval@gmail.com","login":"fcollonval","count":3},{"name":"mahotd","email":"mahot.descelliers@me.com","login":"mahotd","count":3},{"name":"Sébastien DIDIER","email":"73602526+sdidier-dev","login":"sdidier-dev","count":3},{"name":"SimaRaha","email":"sima_raha@brown.edu","login":"SimaRaha","count":3},{"name":"Michael Chapman","email":"chapman.michael.c@gmail.com","login":"MCBoarder289","count":3},{"name":"Marianne Corvellec","email":"marianne.corvellec@ens-lyon.org","login":"mkcor","count":3},{"name":"Maarten A. Breddels","email":"maartenbreddels@gmail.com","login":"maartenbreddels","count":3},{"name":"Aidan Feldman","email":"alf9@nyu.edu","login":"afeld","count":3},{"name":"Andrew Pikul","email":"ajpikul@gmail.com","login":"ayjayt","count":3},{"name":"Antoine Roy-Gobeil","email":"antoine@plot.ly","login":"antoinerg","count":3},{"name":"Eran","email":"eranws@gmail.com","login":"eranws","count":3},{"name":"Erik Sundell","email":"erik.i.sundell@gmail.com","login":"consideRatio","count":3},{"name":"Hugo van Kemenade","email":"hugovk","login":"hugovk","count":3},{"name":"Karl Krauth","email":"karl.krauth@gmail.com","login":"Karl-Krauth","count":3},{"name":"Karthikeyan Singaravelan","email":"tir.karthi@gmail.com","login":"tirkarthi","count":3},{"name":"Kernc","email":"kerncece@gmail.com","login":"kernc","count":3},{"name":"Timoté Vaucher","email":"timote.vaucher@epfl.ch","login":null,"count":3},{"name":"Roy Storey","email":"roy.storey@plantandfood.co.nz","login":"kiwiroy","count":2},{"name":"Ned Letcher","email":"nletcher@gmail.com","login":"ned2","count":2},{"name":"Brandon Andersen","email":"31670449+bandersen23","login":"bandersen23","count":2},{"name":"Michael A","email":"m-ad","login":"m-ad","count":2},{"name":"Jonathan Frederic","email":"jon.freder@gmail.com","login":"jdfreder","count":2},{"name":"Jon Malmaud","email":"malmaud@gmail.com","login":"malmaud","count":2},{"name":"Jason Gross","email":"jasongross9@gmail.com","login":"JasonGross","count":2},{"name":"Harald Schilly","email":"harald.schilly@gmail.com","login":"haraldschilly","count":2},{"name":"Farzin Ghanbari","email":"tfarzin@gmail.com","login":"farzinghanbari","count":2},{"name":"parulsethi","email":"parul1sethi@gmail.com","login":"parulsethi","count":2},{"name":"rxxg","email":"robbiexgibson@yahoo.com","login":"rxxg","count":2},{"name":"shaido987","email":"shaido987@hotmail.com","login":"shaido987","count":2},{"name":"Afaque Siddiqui","email":"afaquekhaja@gmail.com","login":"superbspeed","count":2},{"name":"Ethan Knights","email":"ethanknights@hotmail.co.uk","login":"ethanknights","count":2},{"name":"David Katz","email":"41651296+DavidKatz-il","login":"DavidKatz-il","count":2},{"name":"AtharvaKatre","email":"45846529+AtharvaKatre","login":"AtharvaKatre","count":2},{"name":"Connor D. Pierce","email":"conpierce8@gmail.com","login":"conpierce8","count":2},{"name":"Ben West","email":"73724178+bwest2397","login":"bwest2397","count":2},{"name":"meffmadd","email":"37695050+meffmadd","login":"meffmadd","count":2},{"name":"khuynh","email":"hkennyv@gmail.com","login":"hkennyv","count":2},{"name":"ketigid","email":"ketigid@gmail.com","login":"ketigid","count":2},{"name":"csabaszan","email":"csabaszan@gmail.com","login":"cs48a","count":2},{"name":"carschandler","email":"92899389+carschandler","login":"carschandler","count":2},{"name":"Zack Cornelius","email":"zcorneli.iit@gmail.com","login":"miriad","count":2},{"name":"YoongHM","email":"yoonghm","login":"yoonghm","count":2},{"name":"Winston Sebastian Pais","email":"51374812+WinstonPais","login":"WinstonPais","count":2},{"name":"Wenjie Zheng","email":"work@zhengwenjie.net","login":"WenjieZ","count":2},{"name":"Sandu Ursu","email":"sandu.ursu@gmail.com","login":"sursu","count":2},{"name":"Ryan Folks","email":"47860863+RyanDoesMath","login":"RyanDoesMath","count":2},{"name":"fairlix","email":"niemeyer.felix@googlemail.com","login":null,"count":2},{"name":"Marc","email":"mprostock@gmx.de","login":null,"count":2},{"name":"Simon Legner","email":"Simon.Legner@gmail.com","login":"simon04","count":1},{"name":"Srinivas Reddy Thatiparthy","email":"thatiparthysreenivas@gmail.com","login":"srinivasreddy","count":1},{"name":"StanislawSwierc","email":"stanislaw.swierc@gmail.com","login":"StanislawSwierc","count":1},{"name":"Alexander","email":"cool.alex.t@yandex.ru","login":null,"count":1},{"name":"StandbyMe","email":"hongyu@mail.com","login":null,"count":1},{"name":"Patrick Burris","email":"patrick@briefmedia.com","login":null,"count":1},{"name":"Patryk Ziemkowski","email":"patryk_ziem@hotmail.com","login":null,"count":1},{"name":"Richard Bryan","email":"rabryan@lucidsci.com","login":null,"count":1},{"name":"plotly","email":"plotly@DESKTOP-TAI1SUO.localdomain","login":null,"count":1},{"name":"yankev","email":"home@homes-air.zyxel.com","login":null,"count":1},{"name":"Frédéric Collonval","email":"frederic.collonval@ariadnext.com","login":null,"count":1},{"name":"Ace Pace","email":"acepace@gmail.com","login":null,"count":1},{"name":"Charles Fox, CFA","email":"charles@investwithintegrity.com","login":null,"count":1},{"name":"Christophe","email":"christophe@king.com","login":null,"count":1},{"name":"Christopher Dunn","email":"cdunn@pacificbiosciences.com","login":null,"count":1},{"name":"Dalia Tiesyte","email":"dalia.tiesyte@king.com","login":null,"count":1},{"name":"Martha Cryan","email":"marthacryan@Marthas-MacBook-Pro.local","login":null,"count":1},{"name":"surchs","email":"sebastian.urchs@gmail.com","login":"surchs","count":1},{"name":"thatneat","email":"thatneat","login":"thatneat","count":1},{"name":"Vipul Sharma","email":"vipul.sharma20@gmail.com","login":"vipul-sharma20","count":1},{"name":"Vyom Patel","email":"40802839+patelvyom","login":"patelvyom","count":1},{"name":"Will Burgess","email":"williamb@plot.ly","login":"wbrgss","count":1},{"name":"Will Frey","email":"jfrey89@gmail.com","login":"willfrey","count":1},{"name":"Niklas Haas","email":"nikhase@mailbox.org","login":"nikhase","count":1},{"name":"Nikolas Havrikov","email":"nikolas.havrikov@cispa.saarland","login":"havrikov","count":1},{"name":"Ong Chin Hwee","email":"ongchinhwee@gmail.com","login":"hweecat","count":1},{"name":"Pascal Zingg","email":"imscaradh","login":"imscaradh","count":1},{"name":"Pascalco","email":"Pascalco","login":"Pascalco","count":1},{"name":"Paweł Samoraj","email":"samoraj.pawel@gmail.com","login":"samorajp","count":1},{"name":"Pierre V-F","email":"74793957+Pierre-VF","login":"Pierre-VF","count":1},{"name":"Priyatharsan Rajasekar","email":"priyatharsan@plot.ly","login":"priyatharsan","count":1},{"name":"Quentin Fortier","email":"qpfortier@gmail.com","login":"fortierq","count":1},{"name":"Quinten Goens","email":"qgoens@gmail.com","login":"quinten-goens","count":1},{"name":"Rhys Goodall","email":"rhys.goodall@outlook.com","login":"CompRhys","count":1},{"name":"Rosario Scalise","email":"rosario@cs.washington.edu","login":"romesco","count":1},{"name":"Kevin Mader","email":"kmader","login":"kmader","count":1},{"name":"Li Xing","email":"lix930701@gmail.com","login":"Lix1993","count":1},{"name":"Loibl Johannes (IFAG DES PTS TI EA DE)","email":"Johannes.Loibl@infineon.com","login":"johannesloibl","count":1},{"name":"SeanMcCarren","email":"mccarrensean@gmail.com","login":"SeanMcCarren","count":1},{"name":"Seth Russell","email":"magic-lantern","login":"magic-lantern","count":1},{"name":"Shiv Munagala","email":"104731185+ShivMunagala","login":"ShivMunagala","count":1},{"name":"William C Grisaitis","email":"wgrisaitis@gmail.com","login":"grisaitis","count":1},{"name":"lyenliang","email":"lyenliang@gmail.com","login":"lyenliang","count":1},{"name":"martinRenou","email":"martin.renou@gmail.com","login":"martinRenou","count":1},{"name":"mikekinde","email":"144503748+mikekinde","login":"mikekinde","count":1},{"name":"mwcoleman","email":"coleman85@gmail.com","login":"mwcoleman","count":1},{"name":"oli887","email":"oli887@gmail.com","login":"oli887","count":1},{"name":"omridanan","email":"omridanan@gmail.com","login":"omridanan","count":1},{"name":"paulamool","email":"paula.moolhuijzen@curtin.edu.au","login":"paulamool","count":1},{"name":"santiher","email":"santi-hernandez@hotmail.com","login":"santiher","count":1},{"name":"scls19fr","email":"scls19fr","login":"scls19fr","count":1},{"name":"seb-hub","email":"45536464+seb-hub","login":"seb-hub","count":1},{"name":"Lukas Geiger","email":"lukas.geiger94@gmail.com","login":"lgeiger","count":1},{"name":"yibo","email":"7483137+xyb994","login":"xyb994","count":1},{"name":"yuji96","email":"y.yama683@gmail.com","login":"yuji96","count":1},{"name":"zouhair","email":"zouhair.mahboubi@gmail.com","login":"zouhairm","count":1},{"name":"William Stein","email":"wstein@sagemath.com","login":"williamstein","count":1},{"name":"Yoginski","email":"yoginski@gmail.com","login":"Yoginski","count":1},{"name":"Yuan Yiyang","email":"yuan3y","login":"yuan3y","count":1},{"name":"adamjhawley","email":"adamhawley99@gmail.com","login":"adamjhawley","count":1},{"name":"admin","email":"51248046+danton267","login":"danton267","count":1},{"name":"afonit","email":"afonit@gmail.com","login":"afonit","count":1},{"name":"alev000","email":"andrew.leverentz@sapient.bio","login":"alev000","count":1},{"name":"ankokumoyashi","email":"gen.4048.1105@gmail.com","login":"ankokumoyashi","count":1},{"name":"arsenovic","email":"alexanderarsenovic@gmail.com","login":"arsenovic","count":1},{"name":"ashwin-nayak","email":"43573821+ashwin-nayak","login":"ashwin-nayak","count":1},{"name":"behloolsabir","email":"behloolsabir@gmail.com","login":"behloolsabir","count":1},{"name":"chohner","email":"mail@chohner.com","login":"chohner","count":1},{"name":"cparmer","email":"chris@Christophers-MacBook-Pro.local","login":"chrisgoddard","count":1},{"name":"dangercrow","email":"dangercrow@gmail.com","login":"dangercrow","count":1},{"name":"supRy","email":"ryancasburn@gmail.com","login":"supRy","count":1},{"name":"Sayed Hadi Hashemi","email":"SayedHadiHashemi@gmail.com","login":"xldrx","count":1},{"name":"danieleldjarn","email":"danieleldjarn@gmail.com","login":"danieleldjarn","count":1},{"name":"dpryan79","email":"dpryan79@gmail.com","login":"dpryan79","count":1},{"name":"jmsmdy","email":"47697814+jmsmdy","login":"jmsmdy","count":1},{"name":"johnthagen","email":"johnthagen","login":"johnthagen","count":1},{"name":"jonasvdd","email":"jonvdrdo.vanderdonckt@ugent.be","login":"jonasvdd","count":1},{"name":"Engrr-Muneeb","email":"95901468+Engrr-Muneeb","login":"Engrr-Muneeb","count":1},{"name":"Eric Higgins","email":"erichiggins@gmail.com","login":"erichiggins","count":1},{"name":"Finlay Maguire","email":"finlaymaguire@gmail.com","login":"fmaguire","count":1},{"name":"George van den Driessche","email":"gbmvdd@gmail.com","login":"georgevdd","count":1},{"name":"Grant Nestor","email":"grantnestor@gmail.com","login":"gnestor","count":1},{"name":"Gregor Sturm","email":"mail@gregor-sturm.de","login":"grst","count":1},{"name":"Harsha Vardhan V","email":"harsha@harsha.engineer","login":"thunder-007","count":1},{"name":"Harutaka Kawamura","email":"hkawamura0130@gmail.com","login":"harupy","count":1},{"name":"Hayden Flinner","email":"haydenflinner@gmail.com","login":"haydenflinner","count":1},{"name":"HugoDelatte","email":"delatte.hugo@gmail.com","login":"HugoDelatte","count":1},{"name":"Anthony Miyaguchi","email":"acmiyaguchi@gmail.com","login":"acmiyaguchi","count":1},{"name":"Antonios Marios Christonasis","email":"antwnchris@gmail.com","login":"amChristonasis","count":1},{"name":"Arthur Talpaert","email":"a.talpaert@proton.me","login":"ArthurTlprt","count":1},{"name":"Marco Paolini","email":"mpaolini","login":"mpaolini","count":1},{"name":"Mario Bailey","email":"8617188+rgbailey","login":"rgbailey","count":1},{"name":"Martin Humphreys","email":"n17r4m@gmail.com","login":"n17r4m","count":1},{"name":"Martin Lehmann","email":"1579756+Wuestengecko","login":"Wuestengecko","count":1},{"name":"Martino Mensio","email":"martinomensio@outlook.it","login":"MartinoMensio","count":1},{"name":"Mateo Montero","email":"mateomontero@alunos.utfpr.edu.br","login":"mateomontero01","count":1},{"name":"Matthew Newville","email":"newville@cars.uchicago.edu","login":"newville","count":1},{"name":"Matthew Wardrop","email":"mpwardrop@gmail.com","login":"matthewwardrop","count":1},{"name":"Max Ghenis","email":"mghenis@gmail.com","login":"MaxGhenis","count":1},{"name":"Michael Fore","email":"Michael-fore@sbcglobal.net","login":"Michael-fore","count":1},{"name":"Mitchell Johnson","email":"mitchellazj@gmail.com","login":"mitchazj","count":1},{"name":"Murat Can Karacabey","email":"39865650+muratcankaracabey","login":"muratcankaracabey","count":1},{"name":"Naoto Mizuno","email":"naotomizuno@preferred.jp","login":"not522","count":1},{"name":"Neil Girdhar","email":"mistersheik@gmail.com","login":"NeilGirdhar","count":1},{"name":"Neil Vaytet","email":"39047984+nvaytet","login":"nvaytet","count":1},{"name":"Nicolas Burrus","email":"nb@occipital.com","login":null,"count":1},{"name":"Steven Kern","email":"stevenjkern","login":"stevenjkern","count":1},{"name":"Subodh Dahal","email":"contact.subodhdahal@gmail.com","login":"SubodhDahal","count":1},{"name":"Takahiro Suzuki","email":"suttang@gmail.com","login":"suttang","count":1},{"name":"TakodaS","email":"49280242+TakodaS","login":"TakodaS","count":1},{"name":"Tarek Allam Jr","email":"tallamjr","login":"tallamjr","count":1},{"name":"Tianhua Liao","email":"l0404th@gmail.com","login":"444thLiao","count":1},{"name":"Tim Gates","email":"tim.gates@iress.com","login":"timgates42","count":1},{"name":"Todd","email":"toddrme2178@gmail.com","login":"toddrme2178","count":1},{"name":"Tomás Caram","email":"aresmta@gmail.com","login":"tcaram","count":1},{"name":"Simon Høxbro","email":"simon.hansen@me.com","login":"hoxbro","count":1},{"name":"Shweta Goyal","email":"36664302+Shwetago","login":"Shwetago","count":1},{"name":"Ajay Sharma","email":"aj@ajsharma.com","login":"ajsharma","count":1},{"name":"Akshay Agrawal","email":"akshaykagrawal7@gmail.com","login":"akshayka","count":1},{"name":"Alexey Y","email":"yyexela@disroot.org","login":"yyexela","count":1},{"name":"Alfie Bowman","email":"alfiebowman@protonmail.com","login":"A1fus","count":1},{"name":"Andreas Bollig","email":"andreas.bollig@gmail.com","login":"akbo","count":1},{"name":"Edward O","email":"edoubrayrie@gmail.com","login":"eddy-geek","count":1},{"name":"Jakub Nowak","email":"jakub.jakub.nowak@gmail.com","login":"MrQubo","count":1},{"name":"Mana Borwornpadungkitti","email":"potpath","login":"potpath","count":1},{"name":"Đoàn Trần Công Danh","email":"congdanhqx@gmail.com","login":"sgn","count":1},{"name":"James Eapen","email":"james.eapen@vai.org","login":"jamespeapen","count":1},{"name":"James Wong","email":"jingw222@gmail.com","login":"jingw222","count":1},{"name":"Jamie Nunez","email":"jamie.nunez@pnnl.gov","login":"jamienunez","count":1},{"name":"Jeffrey Priebe","email":"jeffreypriebe@gmail.com","login":"jeffreypriebe","count":1},{"name":"John Henderson","email":"jw.hendy@gmail.com","login":"jwhendy","count":1},{"name":"John Vandenberg","email":"john@coala.io","login":"jayvdb","count":1},{"name":"Jonathan-MW","email":"32573195+Jonathan-MW","login":"Jonathan-MW","count":1},{"name":"Josh Burkart","email":"joshburkart","login":"joshburkart","count":1},{"name":"Juan Luis Cano Rodríguez","email":"juanlu001@gmail.com","login":"astrojuanlu","count":1},{"name":"JulianWgs","email":"31596773+JulianWgs","login":"JulianWgs","count":1},{"name":"Julien Monticolo","email":"20857031+jmonticolo","login":"jmonticolo","count":1},{"name":"Kai Birkemeyer","email":"69897337+kaibir","login":"kaibir","count":1},{"name":"Kerybas","email":"42703200+Kerybas","login":"Kerybas","count":1},{"name":"Icaro Medeiros","email":"icaro.medeiros@gmail.com","login":"icaromedeiros","count":1},{"name":"Andrew Arbogast","email":"10776890+ndrwrbgs","login":"ndrwrbgs","count":1},{"name":"Nelson Joseph","email":"63466039+nelson123-lab","login":"nelson123-lab","count":1},{"name":"Nermin Ghith","email":"61286546+Nermin-Ghith","login":"Nermin-Ghith","count":1},{"name":"Isaac Virshup","email":"ivirshup@gmail.com","login":"ivirshup","count":1},{"name":"Ismael Venegas Castelló","email":"ismael.vc1337@gmail.com","login":"Ismael-VC","count":1},{"name":"J815","email":"58225317+J815","login":"J815","count":1},{"name":"JP-Ellis","email":"josh@jpellis.me","login":"JP-Ellis","count":1},{"name":"Jake Vanderplas","email":"jakevdp@yahoo.com","login":"jakevdp","count":1},{"name":"Bharat Raghunathan","email":"bharatraghunthan9767@gmail.com","login":"bharatr21","count":1},{"name":"Brainor","email":"brainor@qq.com","login":"Brainor","count":1},{"name":"Caleb Siu","email":"calebs11@berkeley.edu","login":"cleb11","count":1},{"name":"Can Güney Aksakalli","email":"cgaksakalli@gmail.com","login":"aksakalli","count":1},{"name":"Chris Arthurs","email":"christopher.arthurs@kcl.ac.uk","login":"carthurs","count":1},{"name":"Daniel Mejia","email":"denphi@denphi.com","login":"denphi","count":1},{"name":"David Banville","email":"david.banville2712@gmail.com","login":"dabana","count":1},{"name":"David Hay","email":"misterhay@gmail.com","login":"misterhay","count":1},{"name":"David Martínez Moreno","email":"ender@debian.org","login":"Jo-Con-El","count":1},{"name":"Drew Logsdon","email":"dalogsdon@gmail.com","login":"dalogsdon","count":1}],"total_commits":6440,"total_committers":281,"total_bot_commits":22,"total_bot_committers":1,"mean_commits":22.918149466192173,"dds":0.8703416149068323,"past_year_committers":[{"name":"Martha Cryan","email":"martha.cryan326@gmail.com","login":"marthacryan","count":381},{"name":"Liam Connors","email":"connorsl@tcd.ie","login":"LiamConnors","count":276},{"name":"Emily Kellison-Linn","email":"4672118+emilykl","login":"emilykl","count":155},{"name":"FBruzzesi","email":"francesco.bruzzesi.93@gmail.com","login":"FBruzzesi","count":99},{"name":"Rob Letzler","email":"22990670+rl-utility-man","login":"rl-utility-man","count":49},{"name":"bbm","email":"brian.maranville@nist.gov","login":"bmaranville","count":25},{"name":"Marco Gorelli","email":"33491632+MarcoGorelli","login":"MarcoGorelli","count":25},{"name":"Greg Wilson","email":"greg.wilson@plot.ly","login":"gvwilson","count":24},{"name":"Mojtaba Samimi","email":"arch.mojtaba.samimi@gmail.com","login":"archmoj","count":20},{"name":"Nathan","email":"nathan@drezner.xyz","login":"ndrezn","count":15},{"name":"David Dworken","email":"dworken@anthropic.com","login":"ddworken","count":9},{"name":"Trevor Manz","email":"trevor.j.manz@gmail.com","login":"manzt","count":7},{"name":"Juan Escalada","email":"juanescalada175@gmail.com","login":"jescalada","count":4},{"name":"Aidan Feldman","email":"alf9@nyu.edu","login":"afeld","count":3},{"name":"Ben Greiner","email":"code@bnavigator.de","login":"bnavigator","count":3},{"name":"SimaRaha","email":"sima_raha@brown.edu","login":"SimaRaha","count":3},{"name":"Adam","email":"adam@plot.ly","login":"Coding-with-Adam","count":3},{"name":"carschandler","email":"92899389+carschandler","login":"carschandler","count":2},{"name":"Ethan Knights","email":"ethanknights@hotmail.co.uk","login":"ethanknights","count":2},{"name":"David Katz","email":"41651296+DavidKatz-il","login":"DavidKatz-il","count":2},{"name":"Martha Cryan","email":"marthacryan@Marthas-MacBook-Pro.local","login":null,"count":1},{"name":"Ace Pace","email":"acepace@gmail.com","login":null,"count":1},{"name":"Akshay Agrawal","email":"akshaykagrawal7@gmail.com","login":"akshayka","count":1},{"name":"Andrew Arbogast","email":"10776890+ndrwrbgs","login":"ndrwrbgs","count":1},{"name":"Harsha Vardhan V","email":"harsha@harsha.engineer","login":"thunder-007","count":1},{"name":"William Stein","email":"wstein@sagemath.com","login":"williamstein","count":1}],"past_year_total_commits":1113,"past_year_total_committers":26,"past_year_total_bot_commits":0,"past_year_total_bot_committers":0,"past_year_mean_commits":42.80769230769231,"past_year_dds":0.6576819407008085,"last_synced_at":"2025-07-08T13:48:32.888Z","last_synced_commit":"ae85438086c325a32d91604ae00893f85f125cdc","created_at":"2023-03-07T11:04:34.498Z","updated_at":"2025-07-08T13:48:34.434Z","commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-09-05T00:00:10.343Z","repositories_count":5480019,"commits_count":853389012,"contributors_count":31098138,"owners_count":906558,"icon_url":"https://github.com/github.png","host_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories"}},"issues_stats":{"full_name":"plotly/plotly.py","html_url":"https://github.com/plotly/plotly.py","last_synced_at":"2025-08-31T07:50:44.618Z","status":null,"issues_count":1048,"pull_requests_count":672,"avg_time_to_close_issue":64321741.977728285,"avg_time_to_close_pull_request":8712175.729090909,"issues_closed_count":447,"pull_requests_closed_count":550,"pull_request_authors_count":153,"issue_authors_count":808,"avg_comments_per_issue":2.7452290076335877,"avg_comments_per_pull_request":1.2857142857142858,"merged_pull_requests_count":438,"bot_issues_count":0,"bot_pull_requests_count":14,"past_year_issues_count":301,"past_year_pull_requests_count":381,"past_year_avg_time_to_close_issue":1529167.775510204,"past_year_avg_time_to_close_pull_request":920846.3194444445,"past_year_issues_closed_count":98,"past_year_pull_requests_closed_count":288,"past_year_pull_request_authors_count":46,"past_year_issue_authors_count":221,"past_year_avg_comments_per_issue":1.1295681063122924,"past_year_avg_comments_per_pull_request":0.868766404199475,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":5,"past_year_merged_pull_requests_count":248,"created_at":"2023-05-10T11:07:28.631Z","updated_at":"2025-09-03T06:04:10.632Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fplotly.py/issues","issue_labels_count":{"bug":161,"P3":96,"feature":78,"P1":45,"enhancement":41,"P2":38,"documentation":34,"matplotlylib":25,"question":14,"sev-2":12,"legacy-versions":11,"plot.ly":11,"plotly.js":10,"infrastructure":9,"regression":9,"testing":9,"performance":8,"make_subplots":7,"sev-3":7,"duplicate":6,"♥ NEEDS SPON$OR":6,"V4":5,"forward compatibility":5,"ps":5,"sev-4":4,"p4":4,"new feature":3,"task":3,"cs":2,"good first issue":2,"sev-1":2,"p3":2,"usage":2,"sphinx":1,"p2":1,"community":1,"fix":1,"codegen":1,"pandas warning":1,"security":1,"figure_factory":1,"p1":1},"pull_request_labels_count":{"community":151,"P1":137,"P2":133,"fix":132,"feature":121,"documentation":89,"infrastructure":22,"dependencies":21,"P3":14,"javascript":8,"regression":7,"testing":6,"python":4,"bug":3,"cycle-13":2,"new feature":2,"sev-4":2,"performance":2,"p3":2,"sev-2":2},"issue_author_associations_count":{"NONE":1275,"CONTRIBUTOR":208,"MEMBER":70,"COLLABORATOR":13},"pull_request_author_associations_count":{"CONTRIBUTOR":445,"NONE":200,"MEMBER":157,"COLLABORATOR":69},"issue_authors":{"nicolaskruchten":33,"gvwilson":29,"emmanuelle":27,"LiamConnors":25,"marthacryan":13,"chriddyp":12,"ndrezn":12,"theengineear":12,"archmoj":11,"janosh":10,"emilykl":10,"jonmmease":8,"sursu":8,"matt-sd-watson":7,"ghost":7,"Coding-with-Adam":7,"MarcoGorelli":7,"harisbal":6,"joelostblom":6,"xanderwallace85":6,"zhimin-z":5,"nicolas-harraudeau-sonarsource":5,"kloczek":4,"celia-lm":4,"jackparmer":4,"Mahdis-z":4,"Kully":4,"ChiQiao":4,"JulianWgs":4,"rl-utility-man":4,"sergiykhan":4,"sorenwacker":3,"bonfire27":3,"leo-smi":3,"CarlAndersson":3,"johann-petrak":3,"hrani":3,"shubhamgupta568":3,"guenp":3,"MaxGhenis":3,"kdpenner":3,"etpinard":3,"banderlog":3,"johentsch":3,"eisenlohr":3,"carschandler":3,"indiana-nikel":3,"suterberg":3,"cailiang9":2,"stephprobst":2,"Ben-Epstein":2,"stephantamminga":2,"fede72bari":2,"stoney95":2,"vidarsko":2,"KangboLu":2,"Folarin14":2,"junjiecai":2,"AbdealiLoKo":2,"Nemecsek":2,"Dekermanjian":2,"malmaud":2,"augustebaum":2,"alexcjohnson":2,"Rob-Hulley":2,"DavidHJong":2,"chrimaho":2,"nvaytet":2,"susielu":2,"schlich":2,"realtime":2,"YasserHassan":2,"shane-kercheval":2,"guglielmosanchini":2,"maddukurisrinivasarao":2,"Karl-Krauth":2,"Viech":2,"noob-procrastinator":2,"Mo-Gul":2,"Camilochiang":2,"gtauzin":2,"Sulstice":2,"rrazaghi":2,"paddyroddy":2,"rhelouREV":2,"wybert":2,"AAnzel":2,"marcelmindemann":2,"subsurfaceiodev":2,"huonw":2,"RunQi-Han":2,"arsenovic":2,"antecede":2,"eliasdabbas":2,"luggie":2,"claesnn":2,"apberesford":2,"blu3ser":2,"Sank-WoT":2,"mdopy":2,"miohtama":2,"adithya8":2,"Jacques2101":2,"pfbuxton":2,"JovanVeljanoski":2,"kaansen97":2,"wasimsandhu":2,"s-banach":2,"anuraghuram":2,"ayjayt":2,"linyang-cq":2,"hlgirard":2,"FabioMosella":2,"ShootingStarD":2,"tim-tx":2,"Vincent-Cheong":2,"hidr0":2,"robertcollar-kobold":2,"mkschulze":2,"lhg1992":2,"sdementen":2,"empet":2,"NoniosTheMad":2,"sgbaird":2,"s-celles":2,"Helveg":2,"knoam":2,"tony-zeidan":2,"hughesadam87":2,"Noghpu":2,"mmarras":2,"munro":2,"ghproek":2,"aamster":2,"swansk":2,"eromoe":2,"remingtonsexton":1,"Laser-Cho":1,"tanya-pix":1,"gaetpinon":1,"ysmu":1,"BigBaiNB":1,"Rehana02":1,"njcruzln":1,"rra88":1,"yuhanchen0711":1,"nshyam97":1,"sajanraj":1,"adurivault":1,"Bennybeams":1,"zfc09":1,"khuesmann":1,"NooraAz":1,"alimanfoo":1,"OlafHaag":1,"wargx":1,"KunFang93":1,"shawnrosofsky":1,"StefPetro":1,"harimax":1,"DavidKershaw":1,"GF-Huang":1,"murk3000":1,"Servot":1,"jqnatividad":1,"JuanRedondoHernan":1,"rapgenic":1,"SnehithR":1,"jwcomp4":1,"tmarice":1,"AndreuJove":1,"irwanOyong":1,"leonardolr":1,"astrowonk":1,"ziyanwu10":1,"prolaser":1,"gianlucaperna":1,"ghostop14":1,"mattiatantardini":1,"mgorjis":1,"rpanai":1,"Metatr0n":1,"KhomZ":1,"Listerico":1,"mlouis9":1,"rotemgb":1,"evangelia96":1,"aviasd":1,"rhamner":1,"vladconq":1,"merwok":1,"johnmccain":1,"Ad-it-ya-27":1,"LicoriceLin":1,"earino":1,"tunaflsh":1,"pwierzgala":1,"lawrence-lachman":1,"Michael-E-Rose":1,"EmilienDupont":1,"dkennard3":1,"MaAl13":1,"rodrigodesalvobraz":1,"rafa-guedes":1,"Tooblippe":1,"FaustinCarter":1,"sean-bam":1,"robroc":1,"ancantus":1,"SimoneDArco":1,"s-m-e":1,"cstenkamp":1,"mbkupfer":1,"MrSo0der":1,"joshlk":1,"tarfeef101":1,"T4rk1n":1,"atharva-2001":1,"swaticolab":1,"chudur-budur":1,"sdidier-dev":1,"lvalente6":1,"ZmicierGT":1,"Drumbits":1,"upascal":1,"MauroIb":1,"rlewkowicz":1,"mcrone":1,"EskelinenElias":1,"alexhewson":1,"devmcp":1,"barrospt":1,"johannes-mueller":1,"xucian":1,"MorozovG":1,"AnandaSP":1,"aodhan-domhnaill":1,"simonary":1,"zN3utr4l":1,"carlidel":1,"madeofcroatia":1,"AbhishekKumarSingh":1,"M6stafa":1,"osamakawish":1,"wangsan1988":1,"muntakim1":1,"Vincent-Maladiere":1,"secretaliasname":1,"stephank007":1,"JungShinPlusPlus":1,"saurabhpre":1,"John-smith-889":1,"mattforman307":1,"chisom812":1,"leonardas103":1,"mandar-avhad":1,"pjadzinsky":1,"Marcin-Narzynski":1,"wdobbels":1,"dask-user":1,"kevalshah90":1,"cjroberts":1,"bfletcherjohnson":1,"arnaudh":1,"urospetkovic":1,"jessicahinojosa":1,"maralbus":1,"shirriff":1,"vessvel-bh":1,"alice-wu-vooban":1,"Egrojorge":1,"14manj01":1,"SimchaGD":1,"radcoreai":1,"OlovJ":1,"wygud":1,"Ambro17":1,"xdev-x":1,"viswanaath97":1,"jnissin":1,"ogelin":1,"gitcnd":1,"AlexKaravaev":1,"ChrisJaunes":1,"jwebster-LANL":1,"autowus":1,"flynn-ryder44":1,"dougollerenshaw":1,"JamesVarndell":1,"RSDummy0":1,"renatobellotti":1,"StephaneBranly":1,"alfina-kugie":1,"MethaneRain":1,"lherrmann-uos":1,"amaurydar":1,"samuelleecong":1,"sstripps1":1,"LangLEvoI":1,"iperezr":1,"rohitsathish":1,"alistairjordan":1,"fcollonval":1,"mattviguier":1,"Rahulvks":1,"zakhan4":1,"CaptainDario":1,"bsdz":1,"WodenWang820118":1,"jnsebgosselin":1,"sprague252":1,"ronand97":1,"DavoudTaghawiNejadWSP":1,"benmaxmartin":1,"aaronsl-hku":1,"ericsunplus":1,"msquaredds":1,"tomzx":1,"dhirschfeld":1,"meg256":1,"abbaselmas":1,"6jlarogap":1,"thechargedneutron":1,"RinconFer":1,"code1704":1,"AhmedThahir":1,"grantackerman1":1,"szhorvat":1,"jatinrajani":1,"quant9":1,"Homaghasemi":1,"neutralino":1,"IlanCosman":1,"JS-Aibel":1,"Lxstr":1,"mdtusz":1,"ianpegg-bc":1,"Coloradohusky":1,"ncrothers":1,"baggiponte":1,"Crispy13":1,"s-baumann":1,"martenrichter":1,"jonashoechst":1,"beathvn":1,"mauricio-fernandez-l":1,"vincentliuheyang":1,"GvdDool-SiS":1,"ramedina86":1,"s2t2":1,"kevinleahy-switchdin":1,"ThomasSchuetz":1,"ProphetLamb":1,"ayhteo":1,"MoustHolmes":1,"collinpu":1,"vegraux":1,"twoletters":1,"kozmers":1,"jcfbeardsley":1,"arman258":1,"schmidt-jo":1,"RoryWatts":1,"ubershmekel":1,"lialon":1,"cylammarco":1,"ned2":1,"paoloalba":1,"tlw1876":1,"alonsosilvaallende":1,"petrchmelar":1,"kforeman":1,"jjstrydom":1,"benediktpascher":1,"RohitR1":1,"jonnekleijer":1,"zhouyi207":1,"dcnadler":1,"afeld":1,"juan11iguel":1,"bede":1,"Taldariner":1,"bchretien":1,"pzpzpzp1":1,"tlhendri":1,"rmorshea":1,"jacquex17":1,"inbalkivi":1,"cldougl":1,"MuqadderIqbal":1,"pierre-eliep-met":1,"felkru":1,"Entropy5":1,"DoubleGremlin181":1,"vthemelis":1,"deliciouslytyped":1,"Zhekun-Xiong":1,"ksuess":1,"acertainKnight":1,"forainychen":1,"Astrodude11":1,"jacobromero":1,"stefanv":1,"NotShrirang":1,"e-wallace":1,"CyberFork":1,"ajaywayal2":1,"yurii-hr":1,"cvesteghem":1,"wxprofessor":1,"slishak-PX":1,"manycoding":1,"dniku":1,"avm19":1,"JMante1":1,"annabelle-mines":1,"EpigeneMax":1,"leviska":1,"bvolkmer":1,"Exemocaro":1,"shalini-maiti":1,"km5ar":1,"laqua-stack":1,"fullpwemium":1,"janemba":1,"imirzadeh":1,"onewhaleid":1,"Gust4vOLDL":1,"yuluc123":1,"NirRazor":1,"z--m-n":1,"mehmetalianil":1,"FBruzzesi":1,"Paul-Aime":1,"GabrielKP":1,"RatanShreshtha":1,"azellner86":1,"mdavid800":1,"akhildevelops":1,"rjvtww":1,"AndhikaWB":1,"ua-chjb":1,"RoshnikRahat":1,"mun-akkio":1,"shreyastalamakki":1,"PN1019":1,"phaabe":1,"guettli":1,"al-vincent":1,"RodolfoFigueroa":1,"ssloate":1,"terlan4":1,"aaronsarna":1,"elvis1020":1,"PhilippHa3":1,"ikeszvpvb9ye":1,"JasperCraeghs":1,"1026689430":1,"mboll":1,"karrmagadgeteer2":1,"Pseud0n1nja":1,"Rabeez":1,"strokovnjaka":1,"DavidStanley94":1,"aryancodify":1,"quantfreedom":1,"creative-resort":1,"acmoudleysa":1,"fedorkobak":1,"surasakcho":1,"etirikov":1,"Sang-Buster":1,"parthhhh":1,"mathematicalmichael":1,"mgmarino":1,"doughagey":1,"SergejKr":1,"rgbkrk":1,"sarthakkhare945":1,"mifth":1,"kk120120":1,"b060149ee":1,"tpvasconcelos":1,"Atrema6":1,"pniaps":1,"khisr0w":1,"bitterteriyaki":1,"AndrewHrechyn":1,"Jamie-B22":1,"eshort0401":1,"itsergiu":1,"safroze-plotly":1,"LeRobert":1,"bandersen23":1,"dyisaev":1,"0Shark":1,"rderollepot":1,"ambrustorok":1,"lordlycastle":1,"mvrpl":1,"eatPizza311":1,"Dgyu23":1,"logankopas":1,"bertptrs":1,"PhantoNull":1,"t1nux":1,"LarsDammannCoherent":1,"abngal":1,"macadology":1,"pfebrer":1,"gunnhildsp":1,"qchenevier":1,"ConnorNoddin":1,"PhilippVerpoort":1,"konsti-papa":1,"clin1234":1,"bartverweire":1,"Joshua-Powell-Lambda":1,"buckeye17":1,"piotr-rarus":1,"ymerkli":1,"JingZhang918":1,"andyp05":1,"nr7s":1,"alexfeld":1,"chernyshevdv":1,"ned9":1,"selvakarna":1,"trouver":1,"ktamm0":1,"fenghuoqiuqiu":1,"finlabhk":1,"JohnorJohnny":1,"HongLouyemeng":1,"ravikirankhareedi":1,"Krowryy":1,"AmyChodorowski":1,"pcubillos":1,"sharkweek":1,"bzip2":1,"jimholl-dev":1,"blondegeek":1,"hubutui":1,"Saentist":1,"COYE-Coder":1,"DeepaDhiman":1,"ReichYang":1,"simeonschwarzenberg":1,"ParfaitG":1,"trevor-pope":1,"bufordbufordson":1,"kenkang99":1,"patilabhay679":1,"thewtex":1,"orena1":1,"polakowo":1,"CodeCox":1,"Brunox13":1,"tadavoila":1,"xieshaocong-ethan":1,"geoffrey-g-delhomme":1,"rahulkhatri121":1,"AbdulwahabDev":1,"chorsington":1,"Chandler":1,"anurag0511":1,"wdecoster":1,"marceloandrioni":1,"BlkPingu":1,"stoufa":1,"pdenapo":1,"mathuin":1,"HudsonMC16":1,"cyhuauin":1,"hmgaudecker":1,"vab2048":1,"cod3licious":1,"JoergVanAken":1,"yimingli":1,"alev000":1,"Nobody-loses-like-trump":1,"maegul":1,"DonJayamanne":1,"niowniow":1,"lgi1sgm":1,"b-r-you-know":1,"marktodisco":1,"Spider2themax":1,"dsm054":1,"madphysicist":1,"LeoMcBills":1,"avatards":1,"priteshgohil":1,"keithjjones":1,"MattiasMTS":1,"guilherm707070":1,"njanakiev":1,"AlesyaSeliazniova30032012":1,"messismore":1,"denis-bz":1,"rbdm-qnt":1,"javidsch":1,"dupinv":1,"scattered-development":1,"goldrik":1,"yinshurman":1,"Predator83":1,"cmartinotti":1,"sha-shank469":1,"JintaoLee-Roger":1,"AStubbusch":1,"Luc45":1,"purvithakor":1,"ac5113":1,"qianyun210603":1,"Kevinckyy":1,"viper7882":1,"MdoubleDash":1,"soungalo":1,"AlissaStuart":1,"humtn":1,"crossingchen":1,"singhkays":1,"PZWJAY":1,"RoyalGoose":1,"jsmentch":1,"kvanderwijst":1,"fousiyack":1,"abeinrucker":1,"wjj31767":1,"robert-lieck":1,"TortoiseHam":1,"okomarov":1,"b-a0":1,"bangxiangyong":1,"ilongshan":1,"dpsugasa":1,"vertrue":1,"frobnitzem":1,"lucgiffon":1,"luisfrossi":1,"tayyabvohra":1,"leostimpfle":1,"Maarten-vr":1,"sam-vector":1,"ociule":1,"luifire":1,"bemac-honda":1,"hackaholic":1,"ekutner":1,"hrushikesh-s":1,"LucaMaurelliC":1,"Squirrelson":1,"CompRhys":1,"satheesh22g":1,"whitequill":1,"haseeb000001":1,"Thomas1664":1,"shresth21":1,"Tetlar":1,"scott--":1,"smaciu":1,"samlishak-artemis":1,"aazuspan":1,"tokeefe":1,"norby4ever":1,"BetterTommrow":1,"harahu":1,"rr5577":1,"antoinerg":1,"mrunalimanj":1,"ayclqt":1,"databyjp":1,"surchs":1,"plpla":1,"Boomer91":1,"hemberger":1,"adamerose":1,"carluqcor":1,"TAOGZ":1,"fkromer":1,"DavidSamir907":1,"kasparthommen":1,"elastufka":1,"mahotd":1,"npmmirror":1,"pepo83":1,"leoniewgnr":1,"gregorywduke":1,"Salat23":1,"Deep-sea-boy":1,"phisanti":1,"haesleinhuepf":1,"akonsta":1,"andrewkhardy":1,"RobinWeiler":1,"pjireland":1,"seanslma":1,"Ddedalus":1,"jhthompson12":1,"Luiscri":1,"oguzgurerk":1,"rsherman726":1,"malteschwerin":1,"HamzaAJEDDIG":1,"slmg":1,"jtpio":1,"bcliang":1,"rajneesh407":1,"cwerner":1,"bsense-rius":1,"jjbastrape":1,"EmreAtes":1,"btayhan":1,"antonio-yu":1,"BeaBoh":1,"DocNessuno":1,"Spogis":1,"SimonLhoest":1,"raghavmallampalli":1,"kunalgoyal9":1,"riodda":1,"Skrattoune":1,"zacharyneveu":1,"maximweb":1,"pinglewang":1,"geraldstanje":1,"dannyrichy":1,"spkompella":1,"Qcellaris":1,"3rd3":1,"xyzzklk":1,"mtwichan":1,"JulienRim":1,"foolcage":1,"Mark531":1,"mcstarioni":1,"wollerman":1,"Make42":1,"Dr-Irv":1,"hackermd":1,"philipptempel":1,"jochen-schuettler":1,"quikssb":1,"MichalRIcar":1,"hanseolization":1,"heishanmao":1,"christeefy":1,"jrkkfst":1,"igi-chris":1,"jeffreybliang":1,"lamhoangtung":1,"RafaelUL":1,"emilyoross":1,"cjerdonek":1,"ddouglas87":1,"Liripo":1,"takutori":1,"qxlsz":1,"ZakZakZakityZak":1,"xxyypp":1,"sudeepag":1,"lucaventurini":1,"tiguere":1,"mys007":1,"do-me":1,"luweiming":1,"yasirroni":1,"Lap1ace":1,"MarekSvob":1,"din14970":1,"licongy":1,"santinemiliano":1,"jthornbrue":1,"guillaume-vignal":1,"ahmadh84":1,"jonsnowseven":1,"jjc12":1,"alex85301":1,"jlumpe":1,"twiecki":1,"swelborn":1,"Timost":1,"dmeescor":1,"pgkirsch":1,"mgorny":1,"michaelbabyn":1,"olgabot":1,"Tanay0510":1,"jwiemer112":1,"ccpjulia":1,"BS-98":1,"Facenomore23":1,"eddy-geek":1,"Astlaan":1,"tomxi":1,"gaw89":1,"prncevince":1,"RobVor":1,"mtharp605":1,"chiragkapoorck":1,"robbymumo":1,"1ess":1,"dadounem":1,"kalimuthu123":1,"Ipuch":1,"JonNir1":1,"thorstenkampe":1,"ronjupyter":1,"nelli93":1,"ryandhoover":1,"kaibir":1,"npcomplete2023":1,"DavidKatz-il":1,"josenxx":1,"AlmogHadad":1,"muneebable":1,"Vilin97":1,"BareeraSadia":1,"McDic":1,"sde-cdsp":1,"vikigenius":1,"cm-1":1,"dhimmel":1,"Bloomberg-zhong":1,"WXY-Belief":1,"michaelwood":1,"Westlife1002":1,"cuijianaaa":1,"kerese":1,"cprice404":1,"shavnir":1,"mhechthz":1,"bpostlethwaite":1,"hannahker":1,"karthikGandiban":1,"zekiblue":1,"stefansjs":1,"jzhou559":1,"caticoa3":1,"gjimenezUCM":1,"Krulvis":1,"MaximeWeyl":1,"discdiver":1,"KoolADE85":1,"chankuyeo":1,"tvst":1,"FlorinAndrei":1,"stephenpardy":1,"hdavid16":1,"melanopsis":1,"jhamet93":1,"daxsoule":1,"amhoov":1,"joshburkart":1,"gygabyte017":1,"ohyoohwan":1,"mgf-unige":1,"jamesbraza":1,"tfmark":1,"ThibTrip":1,"PaturuAnuhya":1,"anderl80":1,"Honghe":1,"lumbar63":1,"nohaapav":1,"brechtmann":1,"ZgheibElia":1,"krassowski":1,"GetGitGetItGood":1,"aierides":1,"dennislabvisualizations":1,"ehardgrave":1,"supr3m3":1,"nextdorf":1,"jeertmans":1,"artdgn":1,"epsilon-0":1,"psaks":1,"annunal":1,"itepifanio":1,"TRuikes":1,"lucasimi":1,"AMohegh":1,"syamajala":1,"hagne":1,"valankar":1,"Gilad-Dym":1,"TermeHansen":1,"jarodgeng":1,"PlatonB":1,"mvonpapen":1,"NursultanBS":1,"yongqiang-zhao":1,"guyts":1,"Juanouo":1,"andre996":1,"srahabib":1,"aswinvk28":1,"OverLordGoldDragon":1,"stevejpurves":1,"zakutin":1,"matt-barker94":1,"filippomc":1,"TakodaS":1,"erwanmq":1,"Getslow6":1,"hammad45":1,"miguel-atenea":1,"fzeiser":1,"tvignon-artelys":1,"catproof":1,"Serzl":1,"yusuf-jkhan1":1,"hhoppe":1,"jbentvelsen":1,"AlmogW":1,"Zackhardtoname":1,"tcrensink":1,"terranovamt":1,"akaalena":1,"cocojim":1,"alvanuffelen":1,"brianpenghe":1,"matanper":1,"MR0205":1,"mikypilota":1,"elfring":1,"BlastoiseBlue":1,"antonymilne":1,"ndolev":1,"Miladiouss":1,"chunlea":1,"Mafieuu":1,"DrGFreeman":1,"AlexandreDubray":1,"thyu":1,"tillhanke":1,"apal90":1,"urirosenberg":1,"fdion":1,"Superbulzo":1,"jolespin":1,"HaraldHeitmann":1,"tssweeney":1,"schradert":1,"simonm3":1,"builder173":1,"NicoHood":1,"ChibahAbdelwahab":1,"petered":1,"huiyang-astro":1,"ylee197":1,"helen-fornazier":1,"igiagkiozis":1,"willgoldby":1,"dorgol":1,"astroDimitrios":1,"nnadiabfata":1,"ClementFeltin":1,"Isurusachitha":1,"zifeiYv":1,"ievgennaida":1,"krisowski":1,"lasinludwig":1,"gregor-taylor":1,"korantir":1,"Kripishit":1,"tinix84":1,"lucasjamar":1,"LukasAdamowicz":1,"lopezj1":1,"Boorhin":1,"exeLocates":1,"turbotimon":1,"bensdm":1,"SKJKL":1,"kurt-rhee":1,"AlanCPSC":1,"amari-ca":1,"timosenko1":1,"chaosink":1,"Inklingdq":1,"ryotatomioka":1,"minaee":1,"maxbeer99":1,"wyczolko":1,"DrMagPie":1,"HyrumDickinson":1,"kimvanwyk":1,"Roman-BodnarSHI11":1,"cmgoold":1,"acxz":1,"lpuglia":1,"jmontoyam":1,"jeff922":1,"StepanSushko":1,"GavinHuttley":1,"GiordanPretelin":1,"fgiaret":1,"austinmw":1,"SandyJJS":1,"bedoya-daniel":1,"6Hhcy":1,"jparisu":1,"lucanics":1,"th0ger":1,"naresh-FD":1,"ajit-kolathur":1,"ankitgoel1602":1,"chaffra":1,"Adam-Antios":1,"jfarnsworth95":1,"josemariagarcia95":1,"AnnieLei":1,"lx1054331851":1,"menhuan":1,"lordsoffallen":1,"LeoWanty":1,"RyanDoesMath":1,"mic-user":1,"mneilly":1,"msimoni18":1,"0xbentang":1,"ShapingView":1,"astrofrog":1,"JoshuaMitton":1,"enryH":1,"lukefeilberg":1,"xyangwu":1,"netotz":1,"daviddekoning":1,"bartbroere":1,"osljw":1,"WhiteBlackGoose":1,"mainulquraishi":1,"chrishamblin7":1,"slambert-git":1,"UtkarshKhanna21":1,"wmayner":1,"y-uti":1,"fedderw":1,"pearlchompunoot":1,"vaiotite":1,"pankajPizone":1,"icarpis":1,"Koliham":1,"JuanFMontesinos":1,"vilim":1,"msarrel":1,"tanliwei-genomics-cn":1,"FlorianWetschoreck":1,"AnupamSaraph":1,"juergensturm":1,"Dragonmasterx87":1,"fkolokathi":1,"rafaeloliveirabd":1,"mahdi7195":1,"Thanasisleo":1,"saksham7778":1,"jakhon77":1,"ipc-robot":1,"Nahu-11":1,"tpgillam":1,"jorge243":1,"UtkarshVerma":1,"Lavanya-Kosana":1,"HistoryBeginsAtSumer":1,"mvonweis":1,"fabian-castaneda":1,"Unknownuserfrommars":1,"benlindsay":1,"Mad-Mint":1,"lytex":1,"RoyiAvital":1,"klieret":1,"ruoyu0088":1,"achimgaedke":1,"powellnorma":1,"janba":1,"ericvmueller":1,"tlauli":1,"yankee14":1,"zachary-yang":1,"Noskario":1,"iosonofabio":1,"jesusenlanet":1,"EliasRas":1,"FCCMac":1,"Luffbee":1,"weiwenying":1,"shuotwang":1,"FTHuld":1,"yakibuta888":1,"janeadams":1,"achhina":1,"sa-":1,"netgull":1,"mahmoudnabil":1,"harioyyoth":1,"dejfh":1,"Yuri-Nassar":1,"kacper-sellforte":1,"wangyibin0011":1,"tigerhawkvok":1,"devauxto":1,"MalteMederacke":1,"tomaszps":1,"JohnConnor123":1,"dHannasch":1,"isetthestandard":1,"rickynilsson":1,"gewesp":1,"dustiny5":1,"snooppr":1,"JohaMR":1,"ZeyuSun":1,"dwerner95":1,"jdbeel":1,"BenAkko":1,"yyhtbs-yye":1,"CarlosNW19":1,"nicholas-esterer":1,"dannycrief":1,"diligejy":1,"mofojed":1,"martinsondergaard":1,"lll123github":1,"akprasad":1,"tahere-yaghubi":1,"Samuelschoeberl":1,"LePuppy":1,"JRocki":1,"ttusar":1,"kambliameya":1,"falfaroalmagro":1,"anstiwar":1,"is95t":1,"yyyxam":1,"essafik":1,"cdhainaut":1,"wesleimarinho":1,"henryrobbins":1,"kulasbart":1,"brj0":1,"pmiam":1,"aleferna12":1,"tudoulei":1,"chbk":1,"Sandy4321":1,"Utorque":1,"simon-mazenoux":1,"bolekkerous":1,"ludwig-kastner":1,"Gorfar":1,"Trollgeir":1,"user293811":1,"fluhus":1,"msillz":1,"tiarap00":1,"SujeetO":1,"schancksb":1,"camold":1,"metma99":1,"namurphy":1,"warloc9000":1,"joshHug":1,"jayBana":1,"kareemrasheed89":1,"ebw44":1,"jankaWIS":1,"t-anyu":1,"firmai":1},"pull_request_authors":{"LiamConnors":286,"marthacryan":80,"emilykl":73,"rl-utility-man":33,"archmoj":30,"gvwilson":29,"dependabot[bot]":24,"nicolaskruchten":22,"MarcoGorelli":19,"SimaRaha":8,"alexcjohnson":7,"robertoffmoura":7,"ndrezn":6,"FBruzzesi":6,"acepace":6,"Ahm3dGI1":6,"Coding-with-Adam":6,"mahotd":4,"afeld":3,"Ddedalus":3,"ayjayt":3,"lucafs":3,"nickmelnikov82":3,"jegrami":2,"EpigeneMax":2,"wilhelm-now":2,"HugoDelatte":2,"mikekinde":2,"s2t2":2,"Pierre-VF":2,"JulianWgs":2,"aksakalli":2,"RenaudLN":2,"jescalada":2,"ShivMunagala":2,"Erikp15":2,"eldercamposds":2,"inkychris":2,"thihanmoekyaw":2,"TitouenDCL":2,"46319943":2,"Mizba-Anjum":2,"thesamesam":2,"suttang":2,"ndrwrbgs":2,"Mahdis-z":2,"SeanMcCarren":2,"dh3968mlq":2,"ivanmilevtues":2,"carschandler":2,"assafna":2,"misrasaurabh1":2,"Tejas-Gosavi":2,"tweakimp":2,"itepifanio":2,"lpinilla":2,"amirbey":2,"bnavigator":2,"prabhav5112":2,"hailorrr":2,"nicholas-esterer":2,"davidkyle210":2,"ethanknights":2,"behloolsabir":2,"amiteitan":2,"mickare":2,"arieleiz":2,"mikesinc":2,"mateomontero01":2,"jorenham":2,"likewei92":2,"newville":2,"qzchenwl":2,"thunder-007":2,"pfalcon":2,"fokoid":2,"williamstein":2,"liudj2008":2,"camdecoster":2,"eisenlohr":2,"Arcader717":2,"DavidKatz-il":2,"mpatrikios":2,"anmyachev":2,"ddworken":2,"Brainor":2,"gmjw":2,"patelvyom":2,"akshayka":2,"janosh":2,"bmaranville":2,"sarthak-12":2,"conpierce8":2,"ju-leon":2,"Gargeya-Grey":2,"yuji96":2,"ksheehy":2,"JasonGross":2,"NeilGirdhar":1,"tipabu":1,"kaibir":1,"tanmaychimurkar":1,"maartenbreddels":1,"duanasq":1,"bwest2397":1,"Karl-Krauth":1,"kpister":1,"rhelmot":1,"anuraghuram":1,"venturellac":1,"hceh":1,"JasonnnW3000":1,"dniku":1,"JuriBurakov":1,"Nicolas-Reyland":1,"jvdd":1,"lrob":1,"mishrakushal":1,"xyb994":1,"ryan-williams":1,"joelostblom":1,"maximsmol":1,"bensdm":1,"markcc309":1,"jakubzitny":1,"asifhaider":1,"MartinoMensio":1,"J815":1,"yyexela":1,"daexs":1,"grootstebozewolf":1,"jjrob13":1,"mgorny":1,"bartbroere":1,"itsluketwist":1,"mbuchan-work":1,"guyrosin":1,"Tortar":1,"rickymagner":1,"AaronStiff":1,"haydenflinner":1,"stephenpardy":1,"zfoltz":1,"mmonto95":1,"luweiming":1,"jonmmease":1,"ned2":1,"AtharvaKatre":1,"xhluca":1,"alev000":1,"LeoMcBills":1,"djd3v":1},"host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-09-03T00:00:08.273Z","repositories_count":10061379,"issues_count":31059648,"pull_requests_count":94180017,"authors_count":10686068,"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":{"bug":59,"P1":41,"P2":28,"feature":27,"P3":22,"documentation":13,"regression":9,"infrastructure":6,"testing":5,"task":3,"performance":2,"cs":1,"good first issue":1,"community":1,"fix":1,"sev-3":1},"past_year_pull_request_labels_count":{"P1":127,"fix":81,"community":66,"feature":65,"documentation":49,"P2":39,"dependencies":13,"infrastructure":12,"regression":6,"javascript":5,"testing":4,"P3":3},"past_year_issue_author_associations_count":{"NONE":233,"CONTRIBUTOR":52,"MEMBER":20,"COLLABORATOR":12},"past_year_pull_request_author_associations_count":{"CONTRIBUTOR":185,"MEMBER":124,"NONE":66,"COLLABORATOR":65},"past_year_issue_authors":{"gvwilson":18,"LiamConnors":16,"marthacryan":13,"emilykl":8,"MarcoGorelli":6,"ndrezn":6,"archmoj":5,"suterberg":3,"DavidHJong":2,"augustebaum":2,"stoney95":2,"ShootingStarD":2,"carschandler":2,"robertcollar-kobold":2,"apberesford":2,"Coding-with-Adam":2,"celia-lm":2,"lhg1992":2,"linyang-cq":2,"matt-sd-watson":2,"NoniosTheMad":2,"wasimsandhu":2,"gtauzin":2,"Folarin14":2,"junjiecai":2,"ParfaitG":1,"ohyoohwan":1,"Noskario":1,"Noghpu":1,"madeofcroatia":1,"pearlchompunoot":1,"petrchmelar":1,"phisanti":1,"pierre-eliep-met":1,"pwierzgala":1,"quikssb":1,"rl-utility-man":1,"robert-lieck":1,"Rob-Hulley":1,"RobVor":1,"Roman-BodnarSHI11":1,"ronand97":1,"t1nux":1,"Mad-Mint":1,"Mafieuu":1,"Mark531":1,"martinsondergaard":1,"maximweb":1,"mboll":1,"McDic":1,"mgmarino":1,"mgorny":1,"michaelwood":1,"MichalRIcar":1,"mifth":1,"mikypilota":1,"miohtama":1,"mmarras":1,"mofojed":1,"Mo-Gul":1,"mrunalimanj":1,"mtharp605":1,"mun-akkio":1,"mvonweis":1,"namurphy":1,"nelli93":1,"neutralino":1,"nextdorf":1,"njcruzln":1,"takutori":1,"terranovamt":1,"Thomas1664":1,"thyu":1,"tiarap00":1,"tokeefe":1,"tomxi":1,"tpvasconcelos":1,"Trollgeir":1,"tunaflsh":1,"turbotimon":1,"tvignon-artelys":1,"ua-chjb":1,"Unknownuserfrommars":1,"urirosenberg":1,"vessvel-bh":1,"vidarsko":1,"vilim":1,"Vilin97":1,"Vincent-Maladiere":1,"vthemelis":1,"xieshaocong-ethan":1,"yuhanchen0711":1,"yurii-hr":1,"yusuf-jkhan1":1,"zfc09":1,"zhouyi207":1,"rra88":1,"RSDummy0":1,"ryandhoover":1,"safroze-plotly":1,"sam-vector":1,"satheesh22g":1,"schancksb":1,"sdidier-dev":1,"sergiykhan":1,"shavnir":1,"simeonschwarzenberg":1,"SimoneDArco":1,"SimonLhoest":1,"simon-mazenoux":1,"slambert-git":1,"slishak-PX":1,"snooppr":1,"sorenwacker":1,"Spider2themax":1,"Squirrelson":1,"srahabib":1,"sstripps1":1,"stefanv":1,"StepanSushko":1,"stephank007":1,"stevejpurves":1,"Superbulzo":1,"sursu":1,"0Shark":1,"Boomer91":1,"brj0":1,"bsense-rius":1,"builder173":1,"CarlAndersson":1,"caticoa3":1,"ccpjulia":1,"chaffra":1,"chorsington":1,"christeefy":1,"cjerdonek":1,"clin1234":1,"CompRhys":1,"ConnorNoddin":1,"DavidKatz-il":1,"ddouglas87":1,"Deep-sea-boy":1,"denis-bz":1,"DocNessuno":1,"DrMagPie":1,"eatPizza311":1,"Egrojorge":1,"eliasdabbas":1,"EpigeneMax":1,"Exemocaro":1,"fabian-castaneda":1,"FabioMosella":1,"1ess":1,"3rd3":1,"abbaselmas":1,"achhina":1,"aleferna12":1,"alexcjohnson":1,"alexhewson":1,"alfina-kugie":1,"alice-wu-vooban":1,"AlmogHadad":1,"amari-ca":1,"AndrewHrechyn":1,"anstiwar":1,"antonymilne":1,"arman258":1,"arnaudh":1,"Astlaan":1,"astrofrog":1,"aswinvk28":1,"atharva-2001":1,"avatards":1,"ayclqt":1,"baggiponte":1,"bcliang":1,"BeaBoh":1,"bedoya-daniel":1,"bfletcherjohnson":1,"joshlk":1,"Joshua-Powell-Lambda":1,"jparisu":1,"JungShinPlusPlus":1,"jwcomp4":1,"kareemrasheed89":1,"karrmagadgeteer2":1,"kenkang99":1,"kevinleahy-switchdin":1,"KoolADE85":1,"korantir":1,"krassowski":1,"Krowryy":1,"ktamm0":1,"LeoMcBills":1,"leonardolr":1,"leostimpfle":1,"LeRobert":1,"LicoriceLin":1,"Liripo":1,"lll123github":1,"logankopas":1,"lopezj1":1,"lucasimi":1,"Luffbee":1,"luifire":1,"luweiming":1,"FBruzzesi":1,"fgiaret":1,"flynn-ryder44":1,"geoffrey-g-delhomme":1,"ghproek":1,"goldrik":1,"guillaume-vignal":1,"HistoryBeginsAtSumer":1,"Honghe":1,"huiyang-astro":1,"humtn":1,"igi-chris":1,"IlanCosman":1,"ipc-robot":1,"jacobromero":1,"jamesbraza":1,"janba":1,"janemba":1,"JasperCraeghs":1,"jbentvelsen":1,"jdbeel":1,"jeffreybliang":1,"jimholl-dev":1,"jjstrydom":1,"jochen-schuettler":1,"JohnConnor123":1,"JohnorJohnny":1},"past_year_pull_request_authors":{"LiamConnors":126,"emilykl":71,"marthacryan":69,"rl-utility-man":25,"gvwilson":22,"MarcoGorelli":16,"archmoj":14,"SimaRaha":8,"robertoffmoura":7,"Ahm3dGI1":6,"FBruzzesi":6,"acepace":6,"dependabot[bot]":5,"Coding-with-Adam":4,"ndrezn":4,"amiteitan":2,"DavidKatz-il":2,"mpatrikios":2,"eldercamposds":2,"Erikp15":2,"jescalada":2,"pfalcon":2,"EpigeneMax":2,"itepifanio":2,"camdecoster":2,"sarthak-12":2,"misrasaurabh1":2,"williamstein":2,"bmaranville":2,"thunder-007":2,"carschandler":2,"ivanmilevtues":2,"jorenham":2,"akshayka":2,"gmjw":2,"ddworken":2,"mishrakushal":1,"daexs":1,"JasonnnW3000":1,"afeld":1,"LeoMcBills":1,"ayjayt":1,"mgorny":1,"ryan-williams":1,"maximsmol":1},"maintainers":[{"login":"LiamConnors","count":145,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/LiamConnors"},{"login":"marthacryan","count":79,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/marthacryan"},{"login":"nicolaskruchten","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolaskruchten"},{"login":"ndrezn","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ndrezn"},{"login":"chriddyp","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/chriddyp"},{"login":"alexcjohnson","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/alexcjohnson"},{"login":"bpostlethwaite","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bpostlethwaite"},{"login":"AaronStiff","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/AaronStiff"},{"login":"cldougl","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cldougl"}],"active_maintainers":[{"login":"LiamConnors","count":134,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/LiamConnors"},{"login":"marthacryan","count":76,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/marthacryan"},{"login":"ndrezn","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ndrezn"},{"login":"alexcjohnson","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/alexcjohnson"}]},"events":null,"keywords":["d3","dashboard","declarative","graph-library","interactive","jupyter-notebook","plotly","plotly-dash","plotlyjs","python","regl","sparkles","visualization","webgl"],"dependencies":[{"ecosystem":"npm","filepath":"packages/javascript/jupyterlab-plotly/package-lock.json","sha":null,"kind":"lockfile","created_at":"2022-06-26T01:36:53.149Z","updated_at":"2022-06-26T01:36:53.149Z","repository_link":"https://github.com/plotly/plotly.py/blob/main/packages/javascript/jupyterlab-plotly/package-lock.json","dependencies":[{"id":61017691,"package_name":"@choojs/findup","ecosystem":"npm","requirements":"0.2.1","direct":false,"kind":"runtime","optional":false},{"id":61017692,"package_name":"@discoveryjs/json-ext","ecosystem":"npm","requirements":"0.5.2","direct":false,"kind":"development","optional":false},{"id":61017693,"package_name":"@jupyter-widgets/base","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"runtime","optional":false},{"id":61017694,"package_name":"@jupyterlab/builder","ecosystem":"npm","requirements":"3.0.7","direct":false,"kind":"development","optional":false},{"id":61017695,"package_name":"camelcase","ecosystem":"npm","requirements":"6.2.0","direct":false,"kind":"development","optional":false},{"id":61017696,"package_name":"commander","ecosystem":"npm","requirements":"6.0.0","direct":false,"kind":"development","optional":false},{"id":61017697,"package_name":"css-loader","ecosystem":"npm","requirements":"5.2.0","direct":false,"kind":"development","optional":false},{"id":61017698,"package_name":"fs-extra","ecosystem":"npm","requirements":"9.1.0","direct":false,"kind":"development","optional":false},{"id":61017699,"package_name":"icss-utils","ecosystem":"npm","requirements":"5.1.0","direct":false,"kind":"development","optional":false},{"id":61017700,"package_name":"jsonfile","ecosystem":"npm","requirements":"6.1.0","direct":false,"kind":"development","optional":false},{"id":61017701,"package_name":"loader-utils","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":61017702,"package_name":"postcss","ecosystem":"npm","requirements":"8.3.2","direct":false,"kind":"development","optional":false},{"id":61017703,"package_name":"postcss-modules-extract-imports","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":61017704,"package_name":"postcss-modules-local-by-default","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":61017705,"package_name":"postcss-modules-scope","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":61017706,"package_name":"postcss-modules-values","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":61017707,"package_name":"schema-utils","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":61017708,"package_name":"semver","ecosystem":"npm","requirements":"7.3.5","direct":false,"kind":"development","optional":false},{"id":61017709,"package_name":"style-loader","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":61017710,"package_name":"universalify","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":61017711,"package_name":"@jupyterlab/buildutils","ecosystem":"npm","requirements":"3.0.5","direct":false,"kind":"development","optional":false},{"id":61017712,"package_name":"@jupyterlab/coreutils","ecosystem":"npm","requirements":"5.0.6","direct":false,"kind":"runtime","optional":false},{"id":61017713,"package_name":"@jupyterlab/nbformat","ecosystem":"npm","requirements":"3.0.6","direct":false,"kind":"runtime","optional":false},{"id":61017714,"package_name":"@jupyterlab/observables","ecosystem":"npm","requirements":"4.0.6","direct":false,"kind":"runtime","optional":false},{"id":61017715,"package_name":"@jupyterlab/rendermime-interfaces","ecosystem":"npm","requirements":"3.0.6","direct":false,"kind":"runtime","optional":false},{"id":61017716,"package_name":"@jupyterlab/services","ecosystem":"npm","requirements":"6.0.9","direct":false,"kind":"runtime","optional":false},{"id":61017717,"package_name":"@jupyterlab/settingregistry","ecosystem":"npm","requirements":"3.0.6","direct":false,"kind":"runtime","optional":false},{"id":61017718,"package_name":"@jupyterlab/statedb","ecosystem":"npm","requirements":"3.0.6","direct":false,"kind":"runtime","optional":false},{"id":61017719,"package_name":"@jupyterlab/translation","ecosystem":"npm","requirements":"3.0.9","direct":false,"kind":"runtime","optional":false},{"id":61017720,"package_name":"@lumino/algorithm","ecosystem":"npm","requirements":"1.3.3","direct":false,"kind":"runtime","optional":false},{"id":61017721,"package_name":"@lumino/application","ecosystem":"npm","requirements":"1.17.0","direct":false,"kind":"development","optional":false},{"id":61017722,"package_name":"@lumino/algorithm","ecosystem":"npm","requirements":"1.4.0","direct":false,"kind":"development","optional":false},{"id":61017723,"package_name":"@lumino/commands","ecosystem":"npm","requirements":"1.13.0","direct":false,"kind":"development","optional":false},{"id":61017724,"package_name":"@lumino/coreutils","ecosystem":"npm","requirements":"1.6.0","direct":false,"kind":"development","optional":false},{"id":61017725,"package_name":"@lumino/disposable","ecosystem":"npm","requirements":"1.5.0","direct":false,"kind":"development","optional":false},{"id":61017726,"package_name":"@lumino/domutils","ecosystem":"npm","requirements":"1.3.0","direct":false,"kind":"development","optional":false},{"id":61017727,"package_name":"@lumino/keyboard","ecosystem":"npm","requirements":"1.3.0","direct":false,"kind":"development","optional":false},{"id":61018221,"package_name":"randombytes","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"development","optional":false},{"id":61018222,"package_name":"raw-loader","ecosystem":"npm","requirements":"4.0.2","direct":false,"kind":"development","optional":false},{"id":61018223,"package_name":"rc","ecosystem":"npm","requirements":"1.2.8","direct":false,"kind":"development","optional":false},{"id":61018224,"package_name":"read-pkg","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":61018225,"package_name":"readable-stream","ecosystem":"npm","requirements":"2.3.7","direct":false,"kind":"runtime","optional":false},{"id":61018226,"package_name":"safe-buffer","ecosystem":"npm","requirements":"5.1.2","direct":false,"kind":"runtime","optional":false},{"id":61018227,"package_name":"rechoir","ecosystem":"npm","requirements":"0.7.0","direct":false,"kind":"development","optional":false},{"id":61018228,"package_name":"regex-regex","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"runtime","optional":false},{"id":61018229,"package_name":"registry-auth-token","ecosystem":"npm","requirements":"4.2.1","direct":false,"kind":"development","optional":false},{"id":61018230,"package_name":"registry-url","ecosystem":"npm","requirements":"5.1.0","direct":false,"kind":"development","optional":false},{"id":61018231,"package_name":"regl","ecosystem":"npm","requirements":"2.1.2","direct":false,"kind":"runtime","optional":false},{"id":61018232,"package_name":"regl-error2d","ecosystem":"npm","requirements":"2.0.12","direct":false,"kind":"runtime","optional":false},{"id":61018233,"package_name":"regl-line2d","ecosystem":"npm","requirements":"3.1.2","direct":false,"kind":"runtime","optional":false},{"id":61018234,"package_name":"regl-scatter2d","ecosystem":"npm","requirements":"3.2.8","direct":false,"kind":"runtime","optional":false},{"id":61018235,"package_name":"regl-splom","ecosystem":"npm","requirements":"1.0.14","direct":false,"kind":"runtime","optional":false},{"id":61018236,"package_name":"requires-port","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"runtime","optional":false},{"id":61018237,"package_name":"resolve","ecosystem":"npm","requirements":"1.17.0","direct":false,"kind":"runtime","optional":false},{"id":61018238,"package_name":"resolve-cwd","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":61018239,"package_name":"resolve-from","ecosystem":"npm","requirements":"5.0.0","direct":false,"kind":"development","optional":false},{"id":61018240,"package_name":"resolve-protobuf-schema","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"runtime","optional":false},{"id":61018241,"package_name":"responselike","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"development","optional":false},{"id":61018242,"package_name":"restore-cursor","ecosystem":"npm","requirements":"3.1.0","direct":false,"kind":"development","optional":false},{"id":61018243,"package_name":"reusify","ecosystem":"npm","requirements":"1.0.4","direct":false,"kind":"development","optional":false},{"id":61018244,"package_name":"right-now","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"runtime","optional":false},{"id":61018245,"package_name":"rimraf","ecosystem":"npm","requirements":"2.7.1","direct":false,"kind":"development","optional":false},{"id":61018246,"package_name":"run-async","ecosystem":"npm","requirements":"2.4.1","direct":false,"kind":"development","optional":false},{"id":61018247,"package_name":"run-parallel","ecosystem":"npm","requirements":"1.2.0","direct":false,"kind":"development","optional":false},{"id":61018248,"package_name":"rw","ecosystem":"npm","requirements":"1.3.3","direct":false,"kind":"runtime","optional":false},{"id":61018249,"package_name":"rxjs","ecosystem":"npm","requirements":"6.6.7","direct":false,"kind":"development","optional":false},{"id":61018250,"package_name":"safe-buffer","ecosystem":"npm","requirements":"5.2.1","direct":false,"kind":"runtime","optional":false},{"id":61018251,"package_name":"safer-buffer","ecosystem":"npm","requirements":"2.1.2","direct":false,"kind":"runtime","optional":false},{"id":61018252,"package_name":"sax","ecosystem":"npm","requirements":"1.2.4","direct":false,"kind":"runtime","optional":false},{"id":61018253,"package_name":"schema-utils","ecosystem":"npm","requirements":"2.7.1","direct":false,"kind":"development","optional":false},{"id":61018254,"package_name":"semver","ecosystem":"npm","requirements":"5.7.1","direct":false,"kind":"development","optional":false},{"id":61018255,"package_name":"serialize-javascript","ecosystem":"npm","requirements":"5.0.1","direct":false,"kind":"development","optional":false},{"id":61018256,"package_name":"shallow-clone","ecosystem":"npm","requirements":"3.0.1","direct":false,"kind":"development","optional":false},{"id":61018257,"package_name":"shallow-copy","ecosystem":"npm","requirements":"0.0.1","direct":false,"kind":"runtime","optional":false},{"id":61018258,"package_name":"shebang-command","ecosystem":"npm","requirements":"1.2.0","direct":false,"kind":"development","optional":false},{"id":61018259,"package_name":"shebang-regex","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":61018260,"package_name":"shell-quote","ecosystem":"npm","requirements":"1.7.2","direct":false,"kind":"development","optional":false},{"id":61018261,"package_name":"signal-exit","ecosystem":"npm","requirements":"3.0.3","direct":false,"kind":"development","optional":false},{"id":61018262,"package_name":"signum","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"runtime","optional":false},{"id":61018263,"package_name":"slash","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":61018264,"package_name":"sort-object-keys","ecosystem":"npm","requirements":"1.1.3","direct":false,"kind":"development","optional":false},{"id":61018265,"package_name":"sort-package-json","ecosystem":"npm","requirements":"1.44.0","direct":false,"kind":"development","optional":false},{"id":61018266,"package_name":"is-plain-obj","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"development","optional":false},{"id":61018267,"package_name":"source-list-map","ecosystem":"npm","requirements":"2.0.1","direct":false,"kind":"development","optional":false},{"id":61018268,"package_name":"source-map","ecosystem":"npm","requirements":"0.6.1","direct":false,"kind":"runtime","optional":false},{"id":61018269,"package_name":"source-map-js","ecosystem":"npm","requirements":"0.6.2","direct":false,"kind":"development","optional":false},{"id":61018270,"package_name":"source-map-loader","ecosystem":"npm","requirements":"1.1.3","direct":false,"kind":"development","optional":false},{"id":61018271,"package_name":"iconv-lite","ecosystem":"npm","requirements":"0.6.2","direct":false,"kind":"development","optional":false},{"id":61018272,"package_name":"source-map-support","ecosystem":"npm","requirements":"0.5.19","direct":false,"kind":"development","optional":false},{"id":61018273,"package_name":"spdx-correct","ecosystem":"npm","requirements":"3.1.1","direct":false,"kind":"development","optional":false},{"id":61018274,"package_name":"spdx-exceptions","ecosystem":"npm","requirements":"2.3.0","direct":false,"kind":"development","optional":false},{"id":61018275,"package_name":"spdx-expression-parse","ecosystem":"npm","requirements":"3.0.1","direct":false,"kind":"development","optional":false},{"id":61018276,"package_name":"spdx-license-ids","ecosystem":"npm","requirements":"3.0.5","direct":false,"kind":"development","optional":false},{"id":61018277,"package_name":"ssri","ecosystem":"npm","requirements":"8.0.1","direct":false,"kind":"development","optional":false},{"id":61018278,"package_name":"stack-trace","ecosystem":"npm","requirements":"0.0.9","direct":false,"kind":"runtime","optional":false},{"id":61018279,"package_name":"static-eval","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"runtime","optional":false},{"id":61018280,"package_name":"stream-parser","ecosystem":"npm","requirements":"0.3.1","direct":false,"kind":"runtime","optional":false},{"id":61018281,"package_name":"debug","ecosystem":"npm","requirements":"2.6.9","direct":false,"kind":"runtime","optional":false},{"id":61018282,"package_name":"ms","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"runtime","optional":false},{"id":61018283,"package_name":"stream-shift","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"runtime","optional":false},{"id":61018284,"package_name":"string-split-by","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"runtime","optional":false},{"id":61018285,"package_name":"string-to-arraybuffer","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"runtime","optional":false},{"id":61018286,"package_name":"string-width","ecosystem":"npm","requirements":"4.2.2","direct":false,"kind":"development","optional":false},{"id":61018287,"package_name":"string.prototype.padend","ecosystem":"npm","requirements":"3.1.2","direct":false,"kind":"development","optional":false},{"id":61018288,"package_name":"string.prototype.trimend","ecosystem":"npm","requirements":"1.0.4","direct":false,"kind":"development","optional":false},{"id":61018289,"package_name":"string.prototype.trimstart","ecosystem":"npm","requirements":"1.0.4","direct":false,"kind":"development","optional":false},{"id":61018290,"package_name":"string_decoder","ecosystem":"npm","requirements":"1.1.1","direct":false,"kind":"runtime","optional":false},{"id":61018291,"package_name":"strip-ansi","ecosystem":"npm","requirements":"6.0.0","direct":false,"kind":"development","optional":false},{"id":61018292,"package_name":"strip-bom","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":61018293,"package_name":"strip-final-newline","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":61018294,"package_name":"strip-json-comments","ecosystem":"npm","requirements":"2.0.1","direct":false,"kind":"development","optional":false},{"id":61018295,"package_name":"strongly-connected-components","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"runtime","optional":false},{"id":61018296,"package_name":"style-loader","ecosystem":"npm","requirements":"1.3.0","direct":false,"kind":"development","optional":false},{"id":61018297,"package_name":"supercluster","ecosystem":"npm","requirements":"7.1.5","direct":false,"kind":"runtime","optional":false},{"id":61018298,"package_name":"superscript-text","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"runtime","optional":false},{"id":61018299,"package_name":"supports-color","ecosystem":"npm","requirements":"7.2.0","direct":false,"kind":"development","optional":false},{"id":61018300,"package_name":"svg-arc-to-cubic-bezier","ecosystem":"npm","requirements":"3.2.0","direct":false,"kind":"runtime","optional":false},{"id":61018301,"package_name":"svg-path-bounds","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"runtime","optional":false},{"id":61018302,"package_name":"normalize-svg-path","ecosystem":"npm","requirements":"1.1.0","direct":false,"kind":"runtime","optional":false},{"id":61018303,"package_name":"svg-path-sdf","ecosystem":"npm","requirements":"1.1.3","direct":false,"kind":"runtime","optional":false},{"id":61018304,"package_name":"svg-url-loader","ecosystem":"npm","requirements":"6.0.0","direct":false,"kind":"development","optional":false},{"id":61018305,"package_name":"tapable","ecosystem":"npm","requirements":"1.1.3","direct":false,"kind":"development","optional":false},{"id":61018306,"package_name":"tar","ecosystem":"npm","requirements":"6.1.11","direct":false,"kind":"development","optional":false},{"id":61018307,"package_name":"terser","ecosystem":"npm","requirements":"5.6.1","direct":false,"kind":"development","optional":false},{"id":61018308,"package_name":"source-map","ecosystem":"npm","requirements":"0.7.3","direct":false,"kind":"development","optional":false},{"id":61018309,"package_name":"terser-webpack-plugin","ecosystem":"npm","requirements":"4.2.3","direct":false,"kind":"development","optional":false},{"id":61018310,"package_name":"through","ecosystem":"npm","requirements":"2.3.8","direct":false,"kind":"development","optional":false},{"id":61018311,"package_name":"through2","ecosystem":"npm","requirements":"2.0.5","direct":false,"kind":"runtime","optional":false},{"id":61018312,"package_name":"tinycolor2","ecosystem":"npm","requirements":"1.4.2","direct":false,"kind":"runtime","optional":false},{"id":61018313,"package_name":"tinyqueue","ecosystem":"npm","requirements":"2.0.3","direct":false,"kind":"runtime","optional":false},{"id":61018314,"package_name":"tmp","ecosystem":"npm","requirements":"0.0.33","direct":false,"kind":"development","optional":false},{"id":61018315,"package_name":"to-array-buffer","ecosystem":"npm","requirements":"3.2.0","direct":false,"kind":"runtime","optional":false},{"id":61018316,"package_name":"to-float32","ecosystem":"npm","requirements":"1.1.0","direct":false,"kind":"runtime","optional":false},{"id":61018317,"package_name":"to-px","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"runtime","optional":false},{"id":61018318,"package_name":"to-readable-stream","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":61018319,"package_name":"to-regex-range","ecosystem":"npm","requirements":"5.0.1","direct":false,"kind":"development","optional":false},{"id":61018320,"package_name":"to-string-loader","ecosystem":"npm","requirements":"1.1.6","direct":false,"kind":"development","optional":false},{"id":61018321,"package_name":"to-uint8","ecosystem":"npm","requirements":"1.4.1","direct":false,"kind":"runtime","optional":false},{"id":61018322,"package_name":"topojson-client","ecosystem":"npm","requirements":"3.1.0","direct":false,"kind":"runtime","optional":false},{"id":61018323,"package_name":"tr46","ecosystem":"npm","requirements":"0.0.3","direct":false,"kind":"runtime","optional":false},{"id":61018324,"package_name":"ts-loader","ecosystem":"npm","requirements":"8.1.0","direct":false,"kind":"development","optional":false},{"id":61018325,"package_name":"tslib","ecosystem":"npm","requirements":"1.14.1","direct":false,"kind":"development","optional":false},{"id":61018326,"package_name":"type","ecosystem":"npm","requirements":"1.2.0","direct":false,"kind":"runtime","optional":false},{"id":61018327,"package_name":"type-check","ecosystem":"npm","requirements":"0.3.2","direct":false,"kind":"runtime","optional":false},{"id":61018328,"package_name":"type-fest","ecosystem":"npm","requirements":"0.21.3","direct":false,"kind":"development","optional":false},{"id":61018329,"package_name":"type-name","ecosystem":"npm","requirements":"2.0.2","direct":false,"kind":"runtime","optional":false},{"id":61018330,"package_name":"typedarray","ecosystem":"npm","requirements":"0.0.6","direct":false,"kind":"runtime","optional":false},{"id":61018331,"package_name":"typedarray-pool","ecosystem":"npm","requirements":"1.2.0","direct":false,"kind":"runtime","optional":false},{"id":61018332,"package_name":"typescript","ecosystem":"npm","requirements":"4.1.5","direct":false,"kind":"development","optional":false},{"id":61018333,"package_name":"unbox-primitive","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":61018334,"package_name":"underscore","ecosystem":"npm","requirements":"1.12.1","direct":false,"kind":"runtime","optional":false},{"id":61018335,"package_name":"uniq","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":61018336,"package_name":"unique-filename","ecosystem":"npm","requirements":"1.1.1","direct":false,"kind":"development","optional":false},{"id":61018337,"package_name":"unique-slug","ecosystem":"npm","requirements":"2.0.2","direct":false,"kind":"development","optional":false},{"id":61018338,"package_name":"universalify","ecosystem":"npm","requirements":"0.1.2","direct":false,"kind":"development","optional":false},{"id":61018339,"package_name":"unquote","ecosystem":"npm","requirements":"1.1.1","direct":false,"kind":"runtime","optional":false},{"id":61018340,"package_name":"update-diff","ecosystem":"npm","requirements":"1.1.0","direct":false,"kind":"runtime","optional":false},{"id":61017728,"package_name":"@lumino/signaling","ecosystem":"npm","requirements":"1.5.0","direct":false,"kind":"development","optional":false},{"id":61017729,"package_name":"@lumino/virtualdom","ecosystem":"npm","requirements":"1.9.0","direct":false,"kind":"development","optional":false},{"id":61017730,"package_name":"@lumino/collections","ecosystem":"npm","requirements":"1.4.0","direct":false,"kind":"runtime","optional":false},{"id":61017731,"package_name":"@lumino/algorithm","ecosystem":"npm","requirements":"1.4.0","direct":false,"kind":"runtime","optional":false},{"id":61017732,"package_name":"@lumino/commands","ecosystem":"npm","requirements":"1.12.0","direct":false,"kind":"runtime","optional":false},{"id":61017733,"package_name":"@lumino/coreutils","ecosystem":"npm","requirements":"1.5.3","direct":false,"kind":"runtime","optional":false},{"id":61017734,"package_name":"@lumino/disposable","ecosystem":"npm","requirements":"1.4.3","direct":false,"kind":"runtime","optional":false},{"id":61017735,"package_name":"@lumino/domutils","ecosystem":"npm","requirements":"1.2.3","direct":false,"kind":"runtime","optional":false},{"id":61017736,"package_name":"@lumino/dragdrop","ecosystem":"npm","requirements":"1.7.1","direct":false,"kind":"development","optional":false},{"id":61017737,"package_name":"@lumino/keyboard","ecosystem":"npm","requirements":"1.2.3","direct":false,"kind":"runtime","optional":false},{"id":61017738,"package_name":"@lumino/messaging","ecosystem":"npm","requirements":"1.5.0","direct":false,"kind":"runtime","optional":false},{"id":61017739,"package_name":"@lumino/polling","ecosystem":"npm","requirements":"1.3.3","direct":false,"kind":"runtime","optional":false},{"id":61017740,"package_name":"@lumino/properties","ecosystem":"npm","requirements":"1.2.3","direct":false,"kind":"runtime","optional":false},{"id":61017741,"package_name":"@lumino/signaling","ecosystem":"npm","requirements":"1.4.3","direct":false,"kind":"runtime","optional":false},{"id":61017742,"package_name":"@lumino/virtualdom","ecosystem":"npm","requirements":"1.8.0","direct":false,"kind":"runtime","optional":false},{"id":61017743,"package_name":"@lumino/widgets","ecosystem":"npm","requirements":"1.20.0","direct":false,"kind":"runtime","optional":false},{"id":61017744,"package_name":"@lumino/commands","ecosystem":"npm","requirements":"1.13.0","direct":false,"kind":"runtime","optional":false},{"id":61017745,"package_name":"@lumino/coreutils","ecosystem":"npm","requirements":"1.6.0","direct":false,"kind":"runtime","optional":false},{"id":61017746,"package_name":"@lumino/disposable","ecosystem":"npm","requirements":"1.5.0","direct":false,"kind":"runtime","optional":false},{"id":61017747,"package_name":"@lumino/domutils","ecosystem":"npm","requirements":"1.3.0","direct":false,"kind":"runtime","optional":false},{"id":61017748,"package_name":"@lumino/dragdrop","ecosystem":"npm","requirements":"1.8.0","direct":false,"kind":"runtime","optional":false},{"id":61017749,"package_name":"@lumino/keyboard","ecosystem":"npm","requirements":"1.3.0","direct":false,"kind":"runtime","optional":false},{"id":61017750,"package_name":"@lumino/properties","ecosystem":"npm","requirements":"1.3.0","direct":false,"kind":"runtime","optional":false},{"id":61017751,"package_name":"@lumino/signaling","ecosystem":"npm","requirements":"1.5.0","direct":false,"kind":"runtime","optional":false},{"id":61017752,"package_name":"@lumino/virtualdom","ecosystem":"npm","requirements":"1.9.0","direct":false,"kind":"runtime","optional":false},{"id":61017753,"package_name":"@mapbox/geojson-rewind","ecosystem":"npm","requirements":"0.5.1","direct":false,"kind":"runtime","optional":false},{"id":61017754,"package_name":"get-stream","ecosystem":"npm","requirements":"6.0.1","direct":false,"kind":"runtime","optional":false},{"id":61017755,"package_name":"@mapbox/geojson-types","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"runtime","optional":false},{"id":61017756,"package_name":"@mapbox/jsonlint-lines-primitives","ecosystem":"npm","requirements":"2.0.2","direct":false,"kind":"runtime","optional":false},{"id":61017757,"package_name":"@mapbox/mapbox-gl-supported","ecosystem":"npm","requirements":"1.5.0","direct":false,"kind":"runtime","optional":false},{"id":61017758,"package_name":"@mapbox/point-geometry","ecosystem":"npm","requirements":"0.1.0","direct":false,"kind":"runtime","optional":false},{"id":61017759,"package_name":"@mapbox/tiny-sdf","ecosystem":"npm","requirements":"1.2.5","direct":false,"kind":"runtime","optional":false},{"id":61017760,"package_name":"@mapbox/unitbezier","ecosystem":"npm","requirements":"0.0.0","direct":false,"kind":"runtime","optional":false},{"id":61017761,"package_name":"@mapbox/vector-tile","ecosystem":"npm","requirements":"1.3.1","direct":false,"kind":"runtime","optional":false},{"id":61017762,"package_name":"@mapbox/whoots-js","ecosystem":"npm","requirements":"3.1.0","direct":false,"kind":"runtime","optional":false},{"id":61017763,"package_name":"@nodelib/fs.scandir","ecosystem":"npm","requirements":"2.1.4","direct":false,"kind":"development","optional":false},{"id":61017764,"package_name":"@nodelib/fs.stat","ecosystem":"npm","requirements":"2.0.4","direct":false,"kind":"development","optional":false},{"id":61017765,"package_name":"@nodelib/fs.walk","ecosystem":"npm","requirements":"1.2.6","direct":false,"kind":"development","optional":false},{"id":61017766,"package_name":"@npmcli/move-file","ecosystem":"npm","requirements":"1.1.2","direct":false,"kind":"development","optional":false},{"id":61017767,"package_name":"mkdirp","ecosystem":"npm","requirements":"1.0.4","direct":false,"kind":"development","optional":false},{"id":61017768,"package_name":"rimraf","ecosystem":"npm","requirements":"3.0.2","direct":false,"kind":"development","optional":false},{"id":61017769,"package_name":"@plotly/d3","ecosystem":"npm","requirements":"3.8.0","direct":false,"kind":"runtime","optional":false},{"id":61017770,"package_name":"@plotly/d3-sankey","ecosystem":"npm","requirements":"0.7.2","direct":false,"kind":"runtime","optional":false},{"id":61017771,"package_name":"@plotly/d3-sankey-circular","ecosystem":"npm","requirements":"0.33.1","direct":false,"kind":"runtime","optional":false},{"id":61017772,"package_name":"@plotly/point-cluster","ecosystem":"npm","requirements":"3.1.9","direct":false,"kind":"runtime","optional":false},{"id":61017773,"package_name":"@sindresorhus/is","ecosystem":"npm","requirements":"0.14.0","direct":false,"kind":"development","optional":false},{"id":61017774,"package_name":"@szmarczak/http-timer","ecosystem":"npm","requirements":"1.1.2","direct":false,"kind":"development","optional":false},{"id":61017775,"package_name":"@turf/area","ecosystem":"npm","requirements":"6.5.0","direct":false,"kind":"runtime","optional":false},{"id":61017776,"package_name":"@turf/bbox","ecosystem":"npm","requirements":"6.5.0","direct":false,"kind":"runtime","optional":false},{"id":61017777,"package_name":"@turf/centroid","ecosystem":"npm","requirements":"6.5.0","direct":false,"kind":"runtime","optional":false},{"id":61017778,"package_name":"@turf/helpers","ecosystem":"npm","requirements":"6.5.0","direct":false,"kind":"runtime","optional":false},{"id":61017779,"package_name":"@turf/meta","ecosystem":"npm","requirements":"6.5.0","direct":false,"kind":"runtime","optional":false},{"id":61017780,"package_name":"@types/backbone","ecosystem":"npm","requirements":"1.4.10","direct":false,"kind":"runtime","optional":false},{"id":61017781,"package_name":"@types/d3","ecosystem":"npm","requirements":"3.5.44","direct":false,"kind":"development","optional":false},{"id":61017782,"package_name":"@types/eslint","ecosystem":"npm","requirements":"7.2.8","direct":false,"kind":"development","optional":false},{"id":61017783,"package_name":"@types/eslint-scope","ecosystem":"npm","requirements":"3.7.0","direct":false,"kind":"development","optional":false},{"id":61017784,"package_name":"@types/estree","ecosystem":"npm","requirements":"0.0.46","direct":false,"kind":"development","optional":false},{"id":61017785,"package_name":"@types/glob","ecosystem":"npm","requirements":"7.1.3","direct":false,"kind":"development","optional":false},{"id":61017786,"package_name":"@types/jquery","ecosystem":"npm","requirements":"3.5.5","direct":false,"kind":"runtime","optional":false},{"id":61017787,"package_name":"@types/json-schema","ecosystem":"npm","requirements":"7.0.7","direct":false,"kind":"development","optional":false},{"id":61017788,"package_name":"@types/lodash","ecosystem":"npm","requirements":"4.14.168","direct":false,"kind":"runtime","optional":false},{"id":61017789,"package_name":"@types/minimatch","ecosystem":"npm","requirements":"3.0.4","direct":false,"kind":"development","optional":false},{"id":61017790,"package_name":"@types/node","ecosystem":"npm","requirements":"14.14.37","direct":false,"kind":"development","optional":false},{"id":61017791,"package_name":"@types/plotly.js","ecosystem":"npm","requirements":"1.54.10","direct":false,"kind":"development","optional":false},{"id":61017792,"package_name":"@types/sizzle","ecosystem":"npm","requirements":"2.3.2","direct":false,"kind":"runtime","optional":false},{"id":61017793,"package_name":"@types/underscore","ecosystem":"npm","requirements":"1.11.1","direct":false,"kind":"runtime","optional":false},{"id":61017794,"package_name":"@types/webpack-env","ecosystem":"npm","requirements":"1.16.0","direct":false,"kind":"development","optional":false},{"id":61017795,"package_name":"@webassemblyjs/ast","ecosystem":"npm","requirements":"1.11.0","direct":false,"kind":"development","optional":false},{"id":61017796,"package_name":"@webassemblyjs/floating-point-hex-parser","ecosystem":"npm","requirements":"1.11.0","direct":false,"kind":"development","optional":false},{"id":61017797,"package_name":"@webassemblyjs/helper-api-error","ecosystem":"npm","requirements":"1.11.0","direct":false,"kind":"development","optional":false},{"id":61017798,"package_name":"@webassemblyjs/helper-buffer","ecosystem":"npm","requirements":"1.11.0","direct":false,"kind":"development","optional":false},{"id":61017799,"package_name":"@webassemblyjs/helper-numbers","ecosystem":"npm","requirements":"1.11.0","direct":false,"kind":"development","optional":false},{"id":61017800,"package_name":"@webassemblyjs/helper-wasm-bytecode","ecosystem":"npm","requirements":"1.11.0","direct":false,"kind":"development","optional":false},{"id":61017801,"package_name":"@webassemblyjs/helper-wasm-section","ecosystem":"npm","requirements":"1.11.0","direct":false,"kind":"development","optional":false},{"id":61017802,"package_name":"@webassemblyjs/ieee754","ecosystem":"npm","requirements":"1.11.0","direct":false,"kind":"development","optional":false},{"id":61017803,"package_name":"@webassemblyjs/leb128","ecosystem":"npm","requirements":"1.11.0","direct":false,"kind":"development","optional":false},{"id":61017804,"package_name":"@webassemblyjs/utf8","ecosystem":"npm","requirements":"1.11.0","direct":false,"kind":"development","optional":false},{"id":61017805,"package_name":"@webassemblyjs/wasm-edit","ecosystem":"npm","requirements":"1.11.0","direct":false,"kind":"development","optional":false},{"id":61017806,"package_name":"@webassemblyjs/wasm-gen","ecosystem":"npm","requirements":"1.11.0","direct":false,"kind":"development","optional":false},{"id":61017807,"package_name":"@webassemblyjs/wasm-opt","ecosystem":"npm","requirements":"1.11.0","direct":false,"kind":"development","optional":false},{"id":61017808,"package_name":"@webassemblyjs/wasm-parser","ecosystem":"npm","requirements":"1.11.0","direct":false,"kind":"development","optional":false},{"id":61017809,"package_name":"@webassemblyjs/wast-printer","ecosystem":"npm","requirements":"1.11.0","direct":false,"kind":"development","optional":false},{"id":61017810,"package_name":"@webpack-cli/configtest","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"development","optional":false},{"id":61017811,"package_name":"@webpack-cli/info","ecosystem":"npm","requirements":"1.2.3","direct":false,"kind":"development","optional":false},{"id":61017812,"package_name":"@webpack-cli/serve","ecosystem":"npm","requirements":"1.3.1","direct":false,"kind":"development","optional":false},{"id":61017813,"package_name":"@xtuc/ieee754","ecosystem":"npm","requirements":"1.2.0","direct":false,"kind":"development","optional":false},{"id":61017814,"package_name":"@xtuc/long","ecosystem":"npm","requirements":"4.2.2","direct":false,"kind":"development","optional":false},{"id":61017815,"package_name":"@yarnpkg/lockfile","ecosystem":"npm","requirements":"1.1.0","direct":false,"kind":"development","optional":false},{"id":61017816,"package_name":"abab","ecosystem":"npm","requirements":"2.0.5","direct":false,"kind":"development","optional":false},{"id":61017817,"package_name":"abs-svg-path","ecosystem":"npm","requirements":"0.1.1","direct":false,"kind":"runtime","optional":false},{"id":61017818,"package_name":"acorn","ecosystem":"npm","requirements":"7.4.1","direct":false,"kind":"runtime","optional":false},{"id":61017819,"package_name":"aggregate-error","ecosystem":"npm","requirements":"3.1.0","direct":false,"kind":"development","optional":false},{"id":61017820,"package_name":"ajv","ecosystem":"npm","requirements":"6.12.6","direct":false,"kind":"runtime","optional":false},{"id":61017821,"package_name":"ajv-keywords","ecosystem":"npm","requirements":"3.5.2","direct":false,"kind":"development","optional":false},{"id":61017822,"package_name":"almost-equal","ecosystem":"npm","requirements":"1.1.0","direct":false,"kind":"runtime","optional":false},{"id":61017823,"package_name":"ansi-colors","ecosystem":"npm","requirements":"4.1.1","direct":false,"kind":"development","optional":false},{"id":61017824,"package_name":"ansi-escapes","ecosystem":"npm","requirements":"4.3.2","direct":false,"kind":"development","optional":false},{"id":61017825,"package_name":"ansi-regex","ecosystem":"npm","requirements":"5.0.1","direct":false,"kind":"development","optional":false},{"id":61017826,"package_name":"ansi-styles","ecosystem":"npm","requirements":"3.2.1","direct":false,"kind":"development","optional":false},{"id":61017827,"package_name":"arr-flatten","ecosystem":"npm","requirements":"1.1.0","direct":false,"kind":"runtime","optional":false},{"id":61017828,"package_name":"array-bounds","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"runtime","optional":false},{"id":61017829,"package_name":"array-find-index","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"runtime","optional":false},{"id":61017830,"package_name":"array-normalize","ecosystem":"npm","requirements":"1.1.4","direct":false,"kind":"runtime","optional":false},{"id":61017831,"package_name":"array-range","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"runtime","optional":false},{"id":61017832,"package_name":"array-rearrange","ecosystem":"npm","requirements":"2.2.2","direct":false,"kind":"runtime","optional":false},{"id":61017833,"package_name":"array-union","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"development","optional":false},{"id":61017834,"package_name":"at-least-node","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":61017835,"package_name":"atob-lite","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"runtime","optional":false},{"id":61017836,"package_name":"backbone","ecosystem":"npm","requirements":"1.2.3","direct":false,"kind":"runtime","optional":false},{"id":61017837,"package_name":"balanced-match","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":61017838,"package_name":"base64-js","ecosystem":"npm","requirements":"1.5.1","direct":false,"kind":"runtime","optional":false},{"id":61017839,"package_name":"big.js","ecosystem":"npm","requirements":"5.2.2","direct":false,"kind":"development","optional":false},{"id":61017840,"package_name":"binary-search-bounds","ecosystem":"npm","requirements":"2.0.5","direct":false,"kind":"runtime","optional":false},{"id":61017841,"package_name":"bit-twiddle","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"runtime","optional":false},{"id":61017842,"package_name":"bitmap-sdf","ecosystem":"npm","requirements":"1.0.4","direct":false,"kind":"runtime","optional":false},{"id":61017843,"package_name":"bl","ecosystem":"npm","requirements":"2.2.1","direct":false,"kind":"runtime","optional":false},{"id":61017844,"package_name":"brace-expansion","ecosystem":"npm","requirements":"1.1.11","direct":false,"kind":"development","optional":false},{"id":61017845,"package_name":"braces","ecosystem":"npm","requirements":"3.0.2","direct":false,"kind":"development","optional":false},{"id":61017846,"package_name":"browserslist","ecosystem":"npm","requirements":"4.16.6","direct":false,"kind":"development","optional":false},{"id":61017847,"package_name":"caniuse-lite","ecosystem":"npm","requirements":"1.0.30001231","direct":false,"kind":"development","optional":false},{"id":61017848,"package_name":"electron-to-chromium","ecosystem":"npm","requirements":"1.3.742","direct":false,"kind":"development","optional":false},{"id":61017849,"package_name":"buffer-from","ecosystem":"npm","requirements":"1.1.1","direct":false,"kind":"runtime","optional":false},{"id":61017850,"package_name":"cacache","ecosystem":"npm","requirements":"15.0.6","direct":false,"kind":"development","optional":false},{"id":61017851,"package_name":"cacheable-request","ecosystem":"npm","requirements":"6.1.0","direct":false,"kind":"development","optional":false},{"id":61017852,"package_name":"get-stream","ecosystem":"npm","requirements":"5.2.0","direct":false,"kind":"development","optional":false},{"id":61017853,"package_name":"lowercase-keys","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":61017854,"package_name":"call-bind","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"development","optional":false},{"id":61017855,"package_name":"canvas-fit","ecosystem":"npm","requirements":"1.5.0","direct":false,"kind":"runtime","optional":false},{"id":61017856,"package_name":"chalk","ecosystem":"npm","requirements":"2.4.2","direct":false,"kind":"development","optional":false},{"id":61017857,"package_name":"has-flag","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":61017858,"package_name":"supports-color","ecosystem":"npm","requirements":"5.5.0","direct":false,"kind":"development","optional":false},{"id":61017859,"package_name":"chardet","ecosystem":"npm","requirements":"0.7.0","direct":false,"kind":"development","optional":false},{"id":61017860,"package_name":"child_process","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"development","optional":false},{"id":61017861,"package_name":"chownr","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":61017862,"package_name":"chrome-trace-event","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"development","optional":false},{"id":61017863,"package_name":"clamp","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"runtime","optional":false},{"id":61017864,"package_name":"clean-stack","ecosystem":"npm","requirements":"2.2.0","direct":false,"kind":"development","optional":false},{"id":61017865,"package_name":"cli-cursor","ecosystem":"npm","requirements":"3.1.0","direct":false,"kind":"development","optional":false},{"id":61017866,"package_name":"cli-width","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":61017867,"package_name":"clone-deep","ecosystem":"npm","requirements":"4.0.1","direct":false,"kind":"development","optional":false},{"id":61017868,"package_name":"clone-response","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"development","optional":false},{"id":61017869,"package_name":"color-alpha","ecosystem":"npm","requirements":"1.0.4","direct":false,"kind":"runtime","optional":false},{"id":61017870,"package_name":"color-convert","ecosystem":"npm","requirements":"1.9.3","direct":false,"kind":"development","optional":false},{"id":61017871,"package_name":"color-name","ecosystem":"npm","requirements":"1.1.3","direct":false,"kind":"development","optional":false},{"id":61017872,"package_name":"color-id","ecosystem":"npm","requirements":"1.1.0","direct":false,"kind":"runtime","optional":false},{"id":61017873,"package_name":"color-name","ecosystem":"npm","requirements":"1.1.4","direct":false,"kind":"runtime","optional":false},{"id":61017874,"package_name":"color-normalize","ecosystem":"npm","requirements":"1.5.0","direct":false,"kind":"runtime","optional":false},{"id":61017875,"package_name":"color-parse","ecosystem":"npm","requirements":"1.3.8","direct":false,"kind":"runtime","optional":false},{"id":61017876,"package_name":"color-rgba","ecosystem":"npm","requirements":"2.1.1","direct":false,"kind":"runtime","optional":false},{"id":61017877,"package_name":"color-space","ecosystem":"npm","requirements":"1.16.0","direct":false,"kind":"runtime","optional":false},{"id":61017878,"package_name":"colorette","ecosystem":"npm","requirements":"1.2.2","direct":false,"kind":"development","optional":false},{"id":61017879,"package_name":"commander","ecosystem":"npm","requirements":"2.20.3","direct":false,"kind":"runtime","optional":false},{"id":61017880,"package_name":"commondir","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":61017881,"package_name":"compute-dims","ecosystem":"npm","requirements":"1.1.0","direct":false,"kind":"runtime","optional":false},{"id":61017882,"package_name":"concat-map","ecosystem":"npm","requirements":"0.0.1","direct":false,"kind":"development","optional":false},{"id":61017883,"package_name":"concat-stream","ecosystem":"npm","requirements":"1.6.2","direct":false,"kind":"runtime","optional":false},{"id":61017884,"package_name":"const-max-uint32","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"runtime","optional":false},{"id":61017885,"package_name":"const-pinf-float64","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"runtime","optional":false},{"id":61017886,"package_name":"core-util-is","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"runtime","optional":false},{"id":61017887,"package_name":"country-regex","ecosystem":"npm","requirements":"1.1.0","direct":false,"kind":"runtime","optional":false},{"id":61017888,"package_name":"cross-spawn","ecosystem":"npm","requirements":"6.0.5","direct":false,"kind":"development","optional":false},{"id":61017889,"package_name":"crypto","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":61017890,"package_name":"css-font","ecosystem":"npm","requirements":"1.2.0","direct":false,"kind":"runtime","optional":false},{"id":61017891,"package_name":"css-font-size-keywords","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"runtime","optional":false},{"id":61017892,"package_name":"css-font-stretch-keywords","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"runtime","optional":false},{"id":61017893,"package_name":"css-font-style-keywords","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"runtime","optional":false},{"id":61017894,"package_name":"css-font-weight-keywords","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"runtime","optional":false},{"id":61017895,"package_name":"css-global-keywords","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"runtime","optional":false},{"id":61017896,"package_name":"css-loader","ecosystem":"npm","requirements":"5.2.6","direct":false,"kind":"development","optional":false},{"id":61017897,"package_name":"css-system-font-keywords","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"runtime","optional":false},{"id":61017898,"package_name":"csscolorparser","ecosystem":"npm","requirements":"1.0.3","direct":false,"kind":"runtime","optional":false},{"id":61017899,"package_name":"cssesc","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":61017900,"package_name":"d","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"runtime","optional":false},{"id":61017901,"package_name":"d3-array","ecosystem":"npm","requirements":"1.2.4","direct":false,"kind":"runtime","optional":false},{"id":61017902,"package_name":"d3-collection","ecosystem":"npm","requirements":"1.0.7","direct":false,"kind":"runtime","optional":false},{"id":61017903,"package_name":"d3-color","ecosystem":"npm","requirements":"1.4.1","direct":false,"kind":"runtime","optional":false},{"id":61017904,"package_name":"d3-dispatch","ecosystem":"npm","requirements":"1.0.6","direct":false,"kind":"runtime","optional":false},{"id":61017905,"package_name":"d3-force","ecosystem":"npm","requirements":"1.2.1","direct":false,"kind":"runtime","optional":false},{"id":61017906,"package_name":"d3-format","ecosystem":"npm","requirements":"1.4.5","direct":false,"kind":"runtime","optional":false},{"id":61017907,"package_name":"d3-geo","ecosystem":"npm","requirements":"1.12.1","direct":false,"kind":"runtime","optional":false},{"id":61017908,"package_name":"d3-geo-projection","ecosystem":"npm","requirements":"2.9.0","direct":false,"kind":"runtime","optional":false},{"id":61017909,"package_name":"d3-hierarchy","ecosystem":"npm","requirements":"1.1.9","direct":false,"kind":"runtime","optional":false},{"id":61017910,"package_name":"d3-interpolate","ecosystem":"npm","requirements":"1.4.0","direct":false,"kind":"runtime","optional":false},{"id":61017911,"package_name":"d3-path","ecosystem":"npm","requirements":"1.0.9","direct":false,"kind":"runtime","optional":false},{"id":61017912,"package_name":"d3-quadtree","ecosystem":"npm","requirements":"1.0.7","direct":false,"kind":"runtime","optional":false},{"id":61017913,"package_name":"d3-shape","ecosystem":"npm","requirements":"1.3.7","direct":false,"kind":"runtime","optional":false},{"id":61017914,"package_name":"d3-time","ecosystem":"npm","requirements":"1.1.0","direct":false,"kind":"runtime","optional":false},{"id":61017915,"package_name":"d3-time-format","ecosystem":"npm","requirements":"2.3.0","direct":false,"kind":"runtime","optional":false},{"id":61017916,"package_name":"d3-timer","ecosystem":"npm","requirements":"1.0.10","direct":false,"kind":"runtime","optional":false},{"id":61017917,"package_name":"debug","ecosystem":"npm","requirements":"3.2.7","direct":false,"kind":"runtime","optional":false},{"id":61017918,"package_name":"decompress-response","ecosystem":"npm","requirements":"3.3.0","direct":false,"kind":"development","optional":false},{"id":61017919,"package_name":"deep-extend","ecosystem":"npm","requirements":"0.6.0","direct":false,"kind":"development","optional":false},{"id":61017920,"package_name":"deep-is","ecosystem":"npm","requirements":"0.1.4","direct":false,"kind":"runtime","optional":false},{"id":61017921,"package_name":"defer-to-connect","ecosystem":"npm","requirements":"1.1.3","direct":false,"kind":"development","optional":false},{"id":61017922,"package_name":"define-properties","ecosystem":"npm","requirements":"1.1.3","direct":false,"kind":"development","optional":false},{"id":61017923,"package_name":"defined","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"runtime","optional":false},{"id":61017924,"package_name":"dependency-graph","ecosystem":"npm","requirements":"0.9.0","direct":false,"kind":"development","optional":false},{"id":61017925,"package_name":"detect-indent","ecosystem":"npm","requirements":"6.0.0","direct":false,"kind":"development","optional":false},{"id":61017926,"package_name":"detect-kerning","ecosystem":"npm","requirements":"2.1.2","direct":false,"kind":"runtime","optional":false},{"id":61017927,"package_name":"detect-newline","ecosystem":"npm","requirements":"3.1.0","direct":false,"kind":"development","optional":false},{"id":61017928,"package_name":"dir-glob","ecosystem":"npm","requirements":"3.0.1","direct":false,"kind":"development","optional":false},{"id":61017929,"package_name":"path-type","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":61017930,"package_name":"draw-svg-path","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"runtime","optional":false},{"id":61017931,"package_name":"dtype","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"runtime","optional":false},{"id":61017932,"package_name":"dup","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"runtime","optional":false},{"id":61017933,"package_name":"duplexer3","ecosystem":"npm","requirements":"0.1.4","direct":false,"kind":"development","optional":false},{"id":61017934,"package_name":"duplexify","ecosystem":"npm","requirements":"3.7.1","direct":false,"kind":"runtime","optional":false},{"id":61017935,"package_name":"duplicate-package-checker-webpack-plugin","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":61017936,"package_name":"earcut","ecosystem":"npm","requirements":"2.2.3","direct":false,"kind":"runtime","optional":false},{"id":61017937,"package_name":"element-size","ecosystem":"npm","requirements":"1.1.1","direct":false,"kind":"runtime","optional":false},{"id":61017938,"package_name":"elementary-circuits-directed-graph","ecosystem":"npm","requirements":"1.3.1","direct":false,"kind":"runtime","optional":false},{"id":61017939,"package_name":"emoji-regex","ecosystem":"npm","requirements":"8.0.0","direct":false,"kind":"development","optional":false},{"id":61017940,"package_name":"emojis-list","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":61017941,"package_name":"end-of-stream","ecosystem":"npm","requirements":"1.4.4","direct":false,"kind":"runtime","optional":false},{"id":61017942,"package_name":"enhanced-resolve","ecosystem":"npm","requirements":"4.5.0","direct":false,"kind":"development","optional":false},{"id":61017943,"package_name":"enquirer","ecosystem":"npm","requirements":"2.3.6","direct":false,"kind":"development","optional":false},{"id":61017944,"package_name":"envinfo","ecosystem":"npm","requirements":"7.8.1","direct":false,"kind":"development","optional":false},{"id":61017945,"package_name":"errno","ecosystem":"npm","requirements":"0.1.8","direct":false,"kind":"development","optional":false},{"id":61017946,"package_name":"error-ex","ecosystem":"npm","requirements":"1.3.2","direct":false,"kind":"development","optional":false},{"id":61017947,"package_name":"es-abstract","ecosystem":"npm","requirements":"1.18.0","direct":false,"kind":"development","optional":false},{"id":61017948,"package_name":"es-module-lexer","ecosystem":"npm","requirements":"0.4.1","direct":false,"kind":"development","optional":false},{"id":61017949,"package_name":"es-to-primitive","ecosystem":"npm","requirements":"1.2.1","direct":false,"kind":"development","optional":false},{"id":61017950,"package_name":"es5-ext","ecosystem":"npm","requirements":"0.10.61","direct":false,"kind":"runtime","optional":false},{"id":61017951,"package_name":"es6-iterator","ecosystem":"npm","requirements":"2.0.3","direct":false,"kind":"runtime","optional":false},{"id":61017952,"package_name":"es6-symbol","ecosystem":"npm","requirements":"3.1.3","direct":false,"kind":"runtime","optional":false},{"id":61017953,"package_name":"es6-weak-map","ecosystem":"npm","requirements":"2.0.3","direct":false,"kind":"runtime","optional":false},{"id":61017954,"package_name":"escalade","ecosystem":"npm","requirements":"3.1.1","direct":false,"kind":"development","optional":false},{"id":61017955,"package_name":"escape-string-regexp","ecosystem":"npm","requirements":"1.0.5","direct":false,"kind":"development","optional":false},{"id":61017956,"package_name":"escodegen","ecosystem":"npm","requirements":"1.14.3","direct":false,"kind":"runtime","optional":false},{"id":61017957,"package_name":"eslint-scope","ecosystem":"npm","requirements":"5.1.1","direct":false,"kind":"development","optional":false},{"id":61017958,"package_name":"esprima","ecosystem":"npm","requirements":"4.0.1","direct":false,"kind":"runtime","optional":false},{"id":61017959,"package_name":"esrecurse","ecosystem":"npm","requirements":"4.3.0","direct":false,"kind":"development","optional":false},{"id":61017960,"package_name":"estraverse","ecosystem":"npm","requirements":"5.2.0","direct":false,"kind":"development","optional":false},{"id":61017961,"package_name":"estraverse","ecosystem":"npm","requirements":"4.3.0","direct":false,"kind":"runtime","optional":false},{"id":61017962,"package_name":"esutils","ecosystem":"npm","requirements":"2.0.3","direct":false,"kind":"runtime","optional":false},{"id":61017963,"package_name":"events","ecosystem":"npm","requirements":"3.2.0","direct":false,"kind":"runtime","optional":false},{"id":61017964,"package_name":"execa","ecosystem":"npm","requirements":"5.0.0","direct":false,"kind":"development","optional":false},{"id":61017965,"package_name":"cross-spawn","ecosystem":"npm","requirements":"7.0.3","direct":false,"kind":"development","optional":false},{"id":61017966,"package_name":"get-stream","ecosystem":"npm","requirements":"6.0.0","direct":false,"kind":"development","optional":false},{"id":61017967,"package_name":"path-key","ecosystem":"npm","requirements":"3.1.1","direct":false,"kind":"development","optional":false},{"id":61017968,"package_name":"shebang-command","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":61017969,"package_name":"shebang-regex","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":61017970,"package_name":"which","ecosystem":"npm","requirements":"2.0.2","direct":false,"kind":"development","optional":false},{"id":61017971,"package_name":"ext","ecosystem":"npm","requirements":"1.6.0","direct":false,"kind":"runtime","optional":false},{"id":61017972,"package_name":"type","ecosystem":"npm","requirements":"2.6.0","direct":false,"kind":"runtime","optional":false},{"id":61017973,"package_name":"external-editor","ecosystem":"npm","requirements":"3.1.0","direct":false,"kind":"development","optional":false},{"id":61017974,"package_name":"falafel","ecosystem":"npm","requirements":"2.2.4","direct":false,"kind":"runtime","optional":false},{"id":61017975,"package_name":"isarray","ecosystem":"npm","requirements":"2.0.5","direct":false,"kind":"runtime","optional":false},{"id":61017976,"package_name":"fast-deep-equal","ecosystem":"npm","requirements":"3.1.3","direct":false,"kind":"runtime","optional":false},{"id":61017977,"package_name":"fast-glob","ecosystem":"npm","requirements":"3.2.5","direct":false,"kind":"development","optional":false},{"id":61017978,"package_name":"fast-isnumeric","ecosystem":"npm","requirements":"1.1.4","direct":false,"kind":"runtime","optional":false},{"id":61017979,"package_name":"fast-json-stable-stringify","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"runtime","optional":false},{"id":61017980,"package_name":"fast-levenshtein","ecosystem":"npm","requirements":"2.0.6","direct":false,"kind":"runtime","optional":false},{"id":61017981,"package_name":"fastest-levenshtein","ecosystem":"npm","requirements":"1.0.12","direct":false,"kind":"development","optional":false},{"id":61017982,"package_name":"fastq","ecosystem":"npm","requirements":"1.11.0","direct":false,"kind":"development","optional":false},{"id":61017983,"package_name":"figures","ecosystem":"npm","requirements":"3.2.0","direct":false,"kind":"development","optional":false},{"id":61017984,"package_name":"file-loader","ecosystem":"npm","requirements":"6.0.0","direct":false,"kind":"development","optional":false},{"id":61017985,"package_name":"fill-range","ecosystem":"npm","requirements":"7.0.1","direct":false,"kind":"development","optional":false},{"id":61017986,"package_name":"find-cache-dir","ecosystem":"npm","requirements":"3.3.1","direct":false,"kind":"development","optional":false},{"id":61017987,"package_name":"find-root","ecosystem":"npm","requirements":"1.1.0","direct":false,"kind":"development","optional":false},{"id":61017988,"package_name":"find-up","ecosystem":"npm","requirements":"4.1.0","direct":false,"kind":"development","optional":false},{"id":61017989,"package_name":"flatten-vertex-data","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"runtime","optional":false},{"id":61017990,"package_name":"flip-pixels","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"runtime","optional":false},{"id":61017991,"package_name":"font-atlas","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"runtime","optional":false},{"id":61017992,"package_name":"font-measure","ecosystem":"npm","requirements":"1.2.2","direct":false,"kind":"runtime","optional":false},{"id":61017993,"package_name":"foreach","ecosystem":"npm","requirements":"2.0.5","direct":false,"kind":"runtime","optional":false},{"id":61017994,"package_name":"from2","ecosystem":"npm","requirements":"2.3.0","direct":false,"kind":"runtime","optional":false},{"id":61017995,"package_name":"fs-extra","ecosystem":"npm","requirements":"7.0.1","direct":false,"kind":"development","optional":false},{"id":61017996,"package_name":"fs-minipass","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"development","optional":false},{"id":61017997,"package_name":"fs.realpath","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":61017998,"package_name":"function-bind","ecosystem":"npm","requirements":"1.1.1","direct":false,"kind":"development","optional":false},{"id":61017999,"package_name":"geojson-vt","ecosystem":"npm","requirements":"3.2.1","direct":false,"kind":"runtime","optional":false},{"id":61018000,"package_name":"get-canvas-context","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"runtime","optional":false},{"id":61018001,"package_name":"get-intrinsic","ecosystem":"npm","requirements":"1.1.1","direct":false,"kind":"development","optional":false},{"id":61018002,"package_name":"get-stream","ecosystem":"npm","requirements":"4.1.0","direct":false,"kind":"development","optional":false},{"id":61018003,"package_name":"git-hooks-list","ecosystem":"npm","requirements":"1.0.3","direct":false,"kind":"development","optional":false},{"id":61018004,"package_name":"gl-mat4","ecosystem":"npm","requirements":"1.2.0","direct":false,"kind":"runtime","optional":false},{"id":61018005,"package_name":"gl-matrix","ecosystem":"npm","requirements":"3.4.3","direct":false,"kind":"runtime","optional":false},{"id":61018006,"package_name":"gl-text","ecosystem":"npm","requirements":"1.3.1","direct":false,"kind":"runtime","optional":false},{"id":61018007,"package_name":"gl-util","ecosystem":"npm","requirements":"3.1.3","direct":false,"kind":"runtime","optional":false},{"id":61018008,"package_name":"glob","ecosystem":"npm","requirements":"7.1.6","direct":false,"kind":"development","optional":false},{"id":61018009,"package_name":"glob-parent","ecosystem":"npm","requirements":"5.1.2","direct":false,"kind":"development","optional":false},{"id":61018010,"package_name":"glob-to-regexp","ecosystem":"npm","requirements":"0.4.1","direct":false,"kind":"development","optional":false},{"id":61018011,"package_name":"globby","ecosystem":"npm","requirements":"10.0.0","direct":false,"kind":"development","optional":false},{"id":61018012,"package_name":"glsl-inject-defines","ecosystem":"npm","requirements":"1.0.3","direct":false,"kind":"runtime","optional":false},{"id":61018013,"package_name":"glsl-resolve","ecosystem":"npm","requirements":"0.0.1","direct":false,"kind":"runtime","optional":false},{"id":61018014,"package_name":"resolve","ecosystem":"npm","requirements":"0.6.3","direct":false,"kind":"runtime","optional":false},{"id":61018015,"package_name":"xtend","ecosystem":"npm","requirements":"2.2.0","direct":false,"kind":"runtime","optional":false},{"id":61018016,"package_name":"glsl-token-assignments","ecosystem":"npm","requirements":"2.0.2","direct":false,"kind":"runtime","optional":false},{"id":61018017,"package_name":"glsl-token-defines","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"runtime","optional":false},{"id":61018018,"package_name":"glsl-token-depth","ecosystem":"npm","requirements":"1.1.2","direct":false,"kind":"runtime","optional":false},{"id":61018019,"package_name":"glsl-token-descope","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"runtime","optional":false},{"id":61018020,"package_name":"glsl-token-inject-block","ecosystem":"npm","requirements":"1.1.0","direct":false,"kind":"runtime","optional":false},{"id":61018021,"package_name":"glsl-token-properties","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"runtime","optional":false},{"id":61018022,"package_name":"glsl-token-scope","ecosystem":"npm","requirements":"1.1.2","direct":false,"kind":"runtime","optional":false},{"id":61018023,"package_name":"glsl-token-string","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"runtime","optional":false},{"id":61018024,"package_name":"glsl-token-whitespace-trim","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"runtime","optional":false},{"id":61018025,"package_name":"glsl-tokenizer","ecosystem":"npm","requirements":"2.1.5","direct":false,"kind":"runtime","optional":false},{"id":61018026,"package_name":"isarray","ecosystem":"npm","requirements":"0.0.1","direct":false,"kind":"runtime","optional":false},{"id":61018027,"package_name":"readable-stream","ecosystem":"npm","requirements":"1.0.34","direct":false,"kind":"runtime","optional":false},{"id":61018028,"package_name":"string_decoder","ecosystem":"npm","requirements":"0.10.31","direct":false,"kind":"runtime","optional":false},{"id":61018029,"package_name":"through2","ecosystem":"npm","requirements":"0.6.5","direct":false,"kind":"runtime","optional":false},{"id":61018030,"package_name":"glslify","ecosystem":"npm","requirements":"7.1.1","direct":false,"kind":"runtime","optional":false},{"id":61018031,"package_name":"glslify-bundle","ecosystem":"npm","requirements":"5.1.1","direct":false,"kind":"runtime","optional":false},{"id":61018032,"package_name":"glslify-deps","ecosystem":"npm","requirements":"1.3.2","direct":false,"kind":"runtime","optional":false},{"id":61018033,"package_name":"got","ecosystem":"npm","requirements":"9.6.0","direct":false,"kind":"development","optional":false},{"id":61018034,"package_name":"graceful-fs","ecosystem":"npm","requirements":"4.2.4","direct":false,"kind":"runtime","optional":false},{"id":61018035,"package_name":"grid-index","ecosystem":"npm","requirements":"1.1.0","direct":false,"kind":"runtime","optional":false},{"id":61018036,"package_name":"has","ecosystem":"npm","requirements":"1.0.3","direct":false,"kind":"development","optional":false},{"id":61018037,"package_name":"has-bigints","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":61018038,"package_name":"has-flag","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":61018039,"package_name":"has-hover","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"runtime","optional":false},{"id":61018040,"package_name":"has-passive-events","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"runtime","optional":false},{"id":61018041,"package_name":"has-symbols","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"development","optional":false},{"id":61018042,"package_name":"hosted-git-info","ecosystem":"npm","requirements":"2.8.9","direct":false,"kind":"development","optional":false},{"id":61018043,"package_name":"hsluv","ecosystem":"npm","requirements":"0.0.3","direct":false,"kind":"runtime","optional":false},{"id":61018044,"package_name":"http-cache-semantics","ecosystem":"npm","requirements":"4.1.0","direct":false,"kind":"development","optional":false},{"id":61018045,"package_name":"human-signals","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"development","optional":false},{"id":61018046,"package_name":"iconv-lite","ecosystem":"npm","requirements":"0.4.24","direct":false,"kind":"runtime","optional":false},{"id":61018047,"package_name":"ieee754","ecosystem":"npm","requirements":"1.2.1","direct":false,"kind":"runtime","optional":false},{"id":61018048,"package_name":"ignore","ecosystem":"npm","requirements":"5.1.8","direct":false,"kind":"development","optional":false},{"id":61018049,"package_name":"image-palette","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"runtime","optional":false},{"id":61018050,"package_name":"import-local","ecosystem":"npm","requirements":"3.0.2","direct":false,"kind":"development","optional":false},{"id":61018051,"package_name":"imurmurhash","ecosystem":"npm","requirements":"0.1.4","direct":false,"kind":"development","optional":false},{"id":61018052,"package_name":"indent-string","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":61018053,"package_name":"indexes-of","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":61018054,"package_name":"infer-owner","ecosystem":"npm","requirements":"1.0.4","direct":false,"kind":"development","optional":false},{"id":61018055,"package_name":"inflight","ecosystem":"npm","requirements":"1.0.6","direct":false,"kind":"development","optional":false},{"id":61018056,"package_name":"inherits","ecosystem":"npm","requirements":"2.0.4","direct":false,"kind":"runtime","optional":false},{"id":61018057,"package_name":"ini","ecosystem":"npm","requirements":"1.3.8","direct":false,"kind":"development","optional":false},{"id":61018058,"package_name":"inquirer","ecosystem":"npm","requirements":"7.3.3","direct":false,"kind":"development","optional":false},{"id":61018059,"package_name":"ansi-styles","ecosystem":"npm","requirements":"4.3.0","direct":false,"kind":"development","optional":false},{"id":61018060,"package_name":"chalk","ecosystem":"npm","requirements":"4.1.0","direct":false,"kind":"development","optional":false},{"id":61018061,"package_name":"color-convert","ecosystem":"npm","requirements":"2.0.1","direct":false,"kind":"development","optional":false},{"id":61018062,"package_name":"interpret","ecosystem":"npm","requirements":"2.2.0","direct":false,"kind":"development","optional":false},{"id":61018063,"package_name":"is-arrayish","ecosystem":"npm","requirements":"0.2.1","direct":false,"kind":"development","optional":false},{"id":61018064,"package_name":"is-base64","ecosystem":"npm","requirements":"0.1.0","direct":false,"kind":"runtime","optional":false},{"id":61018065,"package_name":"is-bigint","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":61018066,"package_name":"is-blob","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"runtime","optional":false},{"id":61018067,"package_name":"is-boolean-object","ecosystem":"npm","requirements":"1.1.0","direct":false,"kind":"development","optional":false},{"id":61018068,"package_name":"is-browser","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"runtime","optional":false},{"id":61018069,"package_name":"is-buffer","ecosystem":"npm","requirements":"2.0.5","direct":false,"kind":"runtime","optional":false},{"id":61018070,"package_name":"is-callable","ecosystem":"npm","requirements":"1.2.3","direct":false,"kind":"development","optional":false},{"id":61018071,"package_name":"is-date-object","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"development","optional":false},{"id":61018072,"package_name":"is-extglob","ecosystem":"npm","requirements":"2.1.1","direct":false,"kind":"development","optional":false},{"id":61018073,"package_name":"is-finite","ecosystem":"npm","requirements":"1.1.0","direct":false,"kind":"runtime","optional":false},{"id":61018074,"package_name":"is-firefox","ecosystem":"npm","requirements":"1.0.3","direct":false,"kind":"runtime","optional":false},{"id":61018075,"package_name":"is-float-array","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"runtime","optional":false},{"id":61018076,"package_name":"is-fullwidth-code-point","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":61018077,"package_name":"is-glob","ecosystem":"npm","requirements":"4.0.1","direct":false,"kind":"development","optional":false},{"id":61018078,"package_name":"is-iexplorer","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"runtime","optional":false},{"id":61018079,"package_name":"is-mobile","ecosystem":"npm","requirements":"2.2.2","direct":false,"kind":"runtime","optional":false},{"id":61018080,"package_name":"is-negative-zero","ecosystem":"npm","requirements":"2.0.1","direct":false,"kind":"development","optional":false},{"id":61018081,"package_name":"is-number","ecosystem":"npm","requirements":"7.0.0","direct":false,"kind":"development","optional":false},{"id":61018082,"package_name":"is-number-object","ecosystem":"npm","requirements":"1.0.4","direct":false,"kind":"development","optional":false},{"id":61018083,"package_name":"is-obj","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"runtime","optional":false},{"id":61018084,"package_name":"is-plain-obj","ecosystem":"npm","requirements":"1.1.0","direct":false,"kind":"runtime","optional":false},{"id":61018085,"package_name":"is-plain-object","ecosystem":"npm","requirements":"2.0.4","direct":false,"kind":"development","optional":false},{"id":61018086,"package_name":"is-regex","ecosystem":"npm","requirements":"1.1.2","direct":false,"kind":"development","optional":false},{"id":61018087,"package_name":"is-stream","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":61018088,"package_name":"is-string","ecosystem":"npm","requirements":"1.0.5","direct":false,"kind":"development","optional":false},{"id":61018089,"package_name":"is-string-blank","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"runtime","optional":false},{"id":61018090,"package_name":"is-svg-path","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"runtime","optional":false},{"id":61018091,"package_name":"is-symbol","ecosystem":"npm","requirements":"1.0.3","direct":false,"kind":"development","optional":false},{"id":61018092,"package_name":"isarray","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"runtime","optional":false},{"id":61018093,"package_name":"isexe","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":61018094,"package_name":"isobject","ecosystem":"npm","requirements":"3.0.1","direct":false,"kind":"development","optional":false},{"id":61018095,"package_name":"jest-worker","ecosystem":"npm","requirements":"26.6.2","direct":false,"kind":"development","optional":false},{"id":61018096,"package_name":"jquery","ecosystem":"npm","requirements":"3.6.0","direct":false,"kind":"runtime","optional":false},{"id":61018097,"package_name":"json-buffer","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":61018098,"package_name":"json-parse-better-errors","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"development","optional":false},{"id":61018099,"package_name":"json-schema-traverse","ecosystem":"npm","requirements":"0.4.1","direct":false,"kind":"runtime","optional":false},{"id":61018100,"package_name":"json5","ecosystem":"npm","requirements":"2.1.3","direct":false,"kind":"runtime","optional":false},{"id":61018101,"package_name":"jsonfile","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":61018102,"package_name":"kdbush","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"runtime","optional":false},{"id":61018103,"package_name":"keyv","ecosystem":"npm","requirements":"3.1.0","direct":false,"kind":"development","optional":false},{"id":61018104,"package_name":"kind-of","ecosystem":"npm","requirements":"6.0.3","direct":false,"kind":"development","optional":false},{"id":61018105,"package_name":"levn","ecosystem":"npm","requirements":"0.3.0","direct":false,"kind":"runtime","optional":false},{"id":61018106,"package_name":"load-json-file","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":61018107,"package_name":"loader-runner","ecosystem":"npm","requirements":"4.2.0","direct":false,"kind":"development","optional":false},{"id":61018108,"package_name":"loader-utils","ecosystem":"npm","requirements":"1.4.0","direct":false,"kind":"development","optional":false},{"id":61018109,"package_name":"json5","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":61018110,"package_name":"locate-path","ecosystem":"npm","requirements":"5.0.0","direct":false,"kind":"development","optional":false},{"id":61018111,"package_name":"lodash","ecosystem":"npm","requirements":"4.17.21","direct":false,"kind":"runtime","optional":false},{"id":61018112,"package_name":"lodash.merge","ecosystem":"npm","requirements":"4.6.2","direct":false,"kind":"runtime","optional":false},{"id":61018113,"package_name":"lowercase-keys","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":61018114,"package_name":"lru-cache","ecosystem":"npm","requirements":"6.0.0","direct":false,"kind":"development","optional":false},{"id":61018115,"package_name":"make-dir","ecosystem":"npm","requirements":"3.1.0","direct":false,"kind":"development","optional":false},{"id":61018116,"package_name":"semver","ecosystem":"npm","requirements":"6.3.0","direct":false,"kind":"development","optional":false},{"id":61018117,"package_name":"map-limit","ecosystem":"npm","requirements":"0.0.1","direct":false,"kind":"runtime","optional":false},{"id":61018118,"package_name":"once","ecosystem":"npm","requirements":"1.3.3","direct":false,"kind":"runtime","optional":false},{"id":61018119,"package_name":"mapbox-gl","ecosystem":"npm","requirements":"1.10.1","direct":false,"kind":"runtime","optional":false},{"id":61018120,"package_name":"math-log2","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"runtime","optional":false},{"id":61018121,"package_name":"memory-fs","ecosystem":"npm","requirements":"0.5.0","direct":false,"kind":"development","optional":false},{"id":61018122,"package_name":"isarray","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":61018123,"package_name":"readable-stream","ecosystem":"npm","requirements":"2.3.7","direct":false,"kind":"development","optional":false},{"id":61018124,"package_name":"safe-buffer","ecosystem":"npm","requirements":"5.1.2","direct":false,"kind":"development","optional":false},{"id":61018125,"package_name":"string_decoder","ecosystem":"npm","requirements":"1.1.1","direct":false,"kind":"development","optional":false},{"id":61018126,"package_name":"memorystream","ecosystem":"npm","requirements":"0.3.1","direct":false,"kind":"development","optional":false},{"id":61018127,"package_name":"merge-stream","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":61018128,"package_name":"merge2","ecosystem":"npm","requirements":"1.4.1","direct":false,"kind":"development","optional":false},{"id":61018129,"package_name":"micromatch","ecosystem":"npm","requirements":"4.0.2","direct":false,"kind":"development","optional":false},{"id":61018130,"package_name":"mime-db","ecosystem":"npm","requirements":"1.47.0","direct":false,"kind":"development","optional":false},{"id":61018131,"package_name":"mime-types","ecosystem":"npm","requirements":"2.1.30","direct":false,"kind":"development","optional":false},{"id":61018132,"package_name":"mimic-fn","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"development","optional":false},{"id":61018133,"package_name":"mimic-response","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":61018134,"package_name":"mini-css-extract-plugin","ecosystem":"npm","requirements":"1.3.9","direct":false,"kind":"development","optional":false},{"id":61018135,"package_name":"minimatch","ecosystem":"npm","requirements":"3.0.4","direct":false,"kind":"development","optional":false},{"id":61018136,"package_name":"minimist","ecosystem":"npm","requirements":"1.2.6","direct":false,"kind":"runtime","optional":false},{"id":61018137,"package_name":"minipass","ecosystem":"npm","requirements":"3.1.3","direct":false,"kind":"development","optional":false},{"id":61018138,"package_name":"minipass-collect","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"development","optional":false},{"id":61018139,"package_name":"minipass-flush","ecosystem":"npm","requirements":"1.0.5","direct":false,"kind":"development","optional":false},{"id":61018140,"package_name":"minipass-pipeline","ecosystem":"npm","requirements":"1.2.4","direct":false,"kind":"development","optional":false},{"id":61018141,"package_name":"minizlib","ecosystem":"npm","requirements":"2.1.2","direct":false,"kind":"development","optional":false},{"id":61018142,"package_name":"mkdirp","ecosystem":"npm","requirements":"0.5.5","direct":false,"kind":"development","optional":false},{"id":61018143,"package_name":"moment","ecosystem":"npm","requirements":"2.29.2","direct":false,"kind":"runtime","optional":false},{"id":61018144,"package_name":"mouse-change","ecosystem":"npm","requirements":"1.4.0","direct":false,"kind":"runtime","optional":false},{"id":61018145,"package_name":"mouse-event","ecosystem":"npm","requirements":"1.0.5","direct":false,"kind":"runtime","optional":false},{"id":61018146,"package_name":"mouse-event-offset","ecosystem":"npm","requirements":"3.0.2","direct":false,"kind":"runtime","optional":false},{"id":61018147,"package_name":"mouse-wheel","ecosystem":"npm","requirements":"1.2.0","direct":false,"kind":"runtime","optional":false},{"id":61018148,"package_name":"ms","ecosystem":"npm","requirements":"2.1.3","direct":false,"kind":"runtime","optional":false},{"id":61018149,"package_name":"mumath","ecosystem":"npm","requirements":"3.3.4","direct":false,"kind":"runtime","optional":false},{"id":61018150,"package_name":"murmurhash-js","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"runtime","optional":false},{"id":61018151,"package_name":"mute-stream","ecosystem":"npm","requirements":"0.0.8","direct":false,"kind":"development","optional":false},{"id":61018152,"package_name":"nanoid","ecosystem":"npm","requirements":"3.3.2","direct":false,"kind":"development","optional":false},{"id":61018153,"package_name":"native-promise-only","ecosystem":"npm","requirements":"0.8.1","direct":false,"kind":"runtime","optional":false},{"id":61018154,"package_name":"needle","ecosystem":"npm","requirements":"2.9.1","direct":false,"kind":"runtime","optional":false},{"id":61018155,"package_name":"neo-async","ecosystem":"npm","requirements":"2.6.2","direct":false,"kind":"development","optional":false},{"id":61018156,"package_name":"next-tick","ecosystem":"npm","requirements":"1.1.0","direct":false,"kind":"runtime","optional":false},{"id":61018157,"package_name":"nice-try","ecosystem":"npm","requirements":"1.0.5","direct":false,"kind":"development","optional":false},{"id":61018158,"package_name":"node-fetch","ecosystem":"npm","requirements":"2.6.7","direct":false,"kind":"runtime","optional":false},{"id":61018159,"package_name":"node-releases","ecosystem":"npm","requirements":"1.1.71","direct":false,"kind":"development","optional":false},{"id":61018160,"package_name":"normalize-package-data","ecosystem":"npm","requirements":"2.5.0","direct":false,"kind":"development","optional":false},{"id":61018161,"package_name":"normalize-svg-path","ecosystem":"npm","requirements":"0.1.0","direct":false,"kind":"runtime","optional":false},{"id":61018162,"package_name":"normalize-url","ecosystem":"npm","requirements":"4.5.1","direct":false,"kind":"development","optional":false},{"id":61018163,"package_name":"npm-run-all","ecosystem":"npm","requirements":"4.1.5","direct":false,"kind":"development","optional":false},{"id":61018164,"package_name":"npm-run-path","ecosystem":"npm","requirements":"4.0.1","direct":false,"kind":"development","optional":false},{"id":61018165,"package_name":"number-is-integer","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"runtime","optional":false},{"id":61018166,"package_name":"object-assign","ecosystem":"npm","requirements":"4.1.1","direct":false,"kind":"runtime","optional":false},{"id":61018167,"package_name":"object-inspect","ecosystem":"npm","requirements":"1.9.0","direct":false,"kind":"development","optional":false},{"id":61018168,"package_name":"object-keys","ecosystem":"npm","requirements":"1.1.1","direct":false,"kind":"runtime","optional":false},{"id":61018169,"package_name":"object.assign","ecosystem":"npm","requirements":"4.1.2","direct":false,"kind":"development","optional":false},{"id":61018170,"package_name":"once","ecosystem":"npm","requirements":"1.4.0","direct":false,"kind":"runtime","optional":false},{"id":61018171,"package_name":"onetime","ecosystem":"npm","requirements":"5.1.2","direct":false,"kind":"development","optional":false},{"id":61018172,"package_name":"optionator","ecosystem":"npm","requirements":"0.8.3","direct":false,"kind":"runtime","optional":false},{"id":61018173,"package_name":"os-tmpdir","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"development","optional":false},{"id":61018174,"package_name":"p-cancelable","ecosystem":"npm","requirements":"1.1.0","direct":false,"kind":"development","optional":false},{"id":61018175,"package_name":"p-limit","ecosystem":"npm","requirements":"3.1.0","direct":false,"kind":"development","optional":false},{"id":61018176,"package_name":"p-locate","ecosystem":"npm","requirements":"4.1.0","direct":false,"kind":"development","optional":false},{"id":61018177,"package_name":"p-limit","ecosystem":"npm","requirements":"2.3.0","direct":false,"kind":"development","optional":false},{"id":61018178,"package_name":"p-map","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":61018179,"package_name":"p-try","ecosystem":"npm","requirements":"2.2.0","direct":false,"kind":"development","optional":false},{"id":61018180,"package_name":"package-json","ecosystem":"npm","requirements":"6.5.0","direct":false,"kind":"development","optional":false},{"id":61018181,"package_name":"parenthesis","ecosystem":"npm","requirements":"3.1.8","direct":false,"kind":"runtime","optional":false},{"id":61018182,"package_name":"parse-json","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":61018183,"package_name":"parse-rect","ecosystem":"npm","requirements":"1.2.0","direct":false,"kind":"runtime","optional":false},{"id":61018184,"package_name":"parse-svg-path","ecosystem":"npm","requirements":"0.1.2","direct":false,"kind":"runtime","optional":false},{"id":61018185,"package_name":"parse-unit","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"runtime","optional":false},{"id":61018186,"package_name":"path-browserify","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"runtime","optional":false},{"id":61018187,"package_name":"path-exists","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":61018188,"package_name":"path-is-absolute","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":61018189,"package_name":"path-key","ecosystem":"npm","requirements":"2.0.1","direct":false,"kind":"development","optional":false},{"id":61018190,"package_name":"path-parse","ecosystem":"npm","requirements":"1.0.7","direct":false,"kind":"runtime","optional":false},{"id":61018191,"package_name":"path-type","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":61018192,"package_name":"pbf","ecosystem":"npm","requirements":"3.2.1","direct":false,"kind":"runtime","optional":false},{"id":61018193,"package_name":"performance-now","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"runtime","optional":false},{"id":61018194,"package_name":"pick-by-alias","ecosystem":"npm","requirements":"1.2.0","direct":false,"kind":"runtime","optional":false},{"id":61018195,"package_name":"picomatch","ecosystem":"npm","requirements":"2.2.2","direct":false,"kind":"development","optional":false},{"id":61018196,"package_name":"pidtree","ecosystem":"npm","requirements":"0.3.1","direct":false,"kind":"development","optional":false},{"id":61018197,"package_name":"pify","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":61018198,"package_name":"pkg-dir","ecosystem":"npm","requirements":"4.2.0","direct":false,"kind":"development","optional":false},{"id":61018199,"package_name":"plotly.js","ecosystem":"npm","requirements":"2.12.1","direct":false,"kind":"runtime","optional":false},{"id":61018200,"package_name":"polybooljs","ecosystem":"npm","requirements":"1.2.0","direct":false,"kind":"runtime","optional":false},{"id":61018201,"package_name":"postcss-selector-parser","ecosystem":"npm","requirements":"6.0.4","direct":false,"kind":"development","optional":false},{"id":61018202,"package_name":"postcss-value-parser","ecosystem":"npm","requirements":"4.1.0","direct":false,"kind":"development","optional":false},{"id":61018203,"package_name":"potpack","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"runtime","optional":false},{"id":61018204,"package_name":"prelude-ls","ecosystem":"npm","requirements":"1.1.2","direct":false,"kind":"runtime","optional":false},{"id":61018205,"package_name":"prepend-http","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":61018206,"package_name":"prettier","ecosystem":"npm","requirements":"2.2.1","direct":false,"kind":"development","optional":false},{"id":61018207,"package_name":"probe-image-size","ecosystem":"npm","requirements":"7.2.3","direct":false,"kind":"runtime","optional":false},{"id":61018208,"package_name":"process","ecosystem":"npm","requirements":"0.11.10","direct":false,"kind":"development","optional":false},{"id":61018209,"package_name":"process-nextick-args","ecosystem":"npm","requirements":"2.0.1","direct":false,"kind":"runtime","optional":false},{"id":61018210,"package_name":"promise-inflight","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":61018211,"package_name":"protocol-buffers-schema","ecosystem":"npm","requirements":"3.6.0","direct":false,"kind":"runtime","optional":false},{"id":61018212,"package_name":"prr","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":61018213,"package_name":"pump","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":61018214,"package_name":"punycode","ecosystem":"npm","requirements":"2.1.1","direct":false,"kind":"runtime","optional":false},{"id":61018215,"package_name":"pxls","ecosystem":"npm","requirements":"2.3.2","direct":false,"kind":"runtime","optional":false},{"id":61018216,"package_name":"quantize","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"runtime","optional":false},{"id":61018217,"package_name":"querystringify","ecosystem":"npm","requirements":"2.1.1","direct":false,"kind":"runtime","optional":false},{"id":61018218,"package_name":"queue-microtask","ecosystem":"npm","requirements":"1.2.3","direct":false,"kind":"development","optional":false},{"id":61018219,"package_name":"quickselect","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"runtime","optional":false},{"id":61018220,"package_name":"raf","ecosystem":"npm","requirements":"3.4.1","direct":false,"kind":"runtime","optional":false},{"id":61018341,"package_name":"uri-js","ecosystem":"npm","requirements":"4.2.2","direct":false,"kind":"runtime","optional":false},{"id":61018342,"package_name":"url-loader","ecosystem":"npm","requirements":"4.1.1","direct":false,"kind":"development","optional":false},{"id":61018343,"package_name":"url-parse","ecosystem":"npm","requirements":"1.5.10","direct":false,"kind":"runtime","optional":false},{"id":61018344,"package_name":"url-parse-lax","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":61018345,"package_name":"util-deprecate","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"runtime","optional":false},{"id":61018346,"package_name":"utils-copy","ecosystem":"npm","requirements":"1.1.1","direct":false,"kind":"runtime","optional":false},{"id":61018347,"package_name":"utils-copy-error","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"runtime","optional":false},{"id":61018348,"package_name":"utils-indexof","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"runtime","optional":false},{"id":61018349,"package_name":"utils-regex-from-string","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"runtime","optional":false},{"id":61018350,"package_name":"v8-compile-cache","ecosystem":"npm","requirements":"2.3.0","direct":false,"kind":"development","optional":false},{"id":61018351,"package_name":"validate-npm-package-license","ecosystem":"npm","requirements":"3.0.4","direct":false,"kind":"development","optional":false},{"id":61018352,"package_name":"validate.io-array","ecosystem":"npm","requirements":"1.0.6","direct":false,"kind":"runtime","optional":false},{"id":61018353,"package_name":"validate.io-array-like","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"runtime","optional":false},{"id":61018354,"package_name":"validate.io-buffer","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"runtime","optional":false},{"id":61018355,"package_name":"validate.io-integer","ecosystem":"npm","requirements":"1.0.5","direct":false,"kind":"runtime","optional":false},{"id":61018356,"package_name":"validate.io-integer-primitive","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"runtime","optional":false},{"id":61018357,"package_name":"validate.io-matrix-like","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"runtime","optional":false},{"id":61018358,"package_name":"validate.io-ndarray-like","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"runtime","optional":false},{"id":61018359,"package_name":"validate.io-nonnegative-integer","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"runtime","optional":false},{"id":61018360,"package_name":"validate.io-number","ecosystem":"npm","requirements":"1.0.3","direct":false,"kind":"runtime","optional":false},{"id":61018361,"package_name":"validate.io-number-primitive","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"runtime","optional":false},{"id":61018362,"package_name":"validate.io-positive-integer","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"runtime","optional":false},{"id":61018363,"package_name":"validate.io-string-primitive","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"runtime","optional":false},{"id":61018364,"package_name":"vt-pbf","ecosystem":"npm","requirements":"3.1.3","direct":false,"kind":"runtime","optional":false},{"id":61018365,"package_name":"watchpack","ecosystem":"npm","requirements":"2.1.1","direct":false,"kind":"development","optional":false},{"id":61018366,"package_name":"weak-map","ecosystem":"npm","requirements":"1.0.8","direct":false,"kind":"runtime","optional":false},{"id":61018367,"package_name":"webgl-context","ecosystem":"npm","requirements":"2.2.0","direct":false,"kind":"runtime","optional":false},{"id":61018368,"package_name":"webidl-conversions","ecosystem":"npm","requirements":"3.0.1","direct":false,"kind":"runtime","optional":false},{"id":61018369,"package_name":"webpack","ecosystem":"npm","requirements":"5.31.0","direct":false,"kind":"development","optional":false},{"id":61018370,"package_name":"acorn","ecosystem":"npm","requirements":"8.1.0","direct":false,"kind":"development","optional":false},{"id":61018371,"package_name":"enhanced-resolve","ecosystem":"npm","requirements":"5.7.0","direct":false,"kind":"development","optional":false},{"id":61018372,"package_name":"tapable","ecosystem":"npm","requirements":"2.2.0","direct":false,"kind":"development","optional":false},{"id":61018373,"package_name":"terser-webpack-plugin","ecosystem":"npm","requirements":"5.1.1","direct":false,"kind":"development","optional":false},{"id":61018374,"package_name":"webpack-sources","ecosystem":"npm","requirements":"2.2.0","direct":false,"kind":"development","optional":false},{"id":61018375,"package_name":"webpack-cli","ecosystem":"npm","requirements":"4.6.0","direct":false,"kind":"development","optional":false},{"id":61018376,"package_name":"commander","ecosystem":"npm","requirements":"7.2.0","direct":false,"kind":"development","optional":false},{"id":61018377,"package_name":"webpack-merge","ecosystem":"npm","requirements":"5.7.3","direct":false,"kind":"development","optional":false},{"id":61018378,"package_name":"webpack-sources","ecosystem":"npm","requirements":"1.4.3","direct":false,"kind":"development","optional":false},{"id":61018379,"package_name":"whatwg-mimetype","ecosystem":"npm","requirements":"2.3.0","direct":false,"kind":"development","optional":false},{"id":61018380,"package_name":"whatwg-url","ecosystem":"npm","requirements":"5.0.0","direct":false,"kind":"runtime","optional":false},{"id":61018381,"package_name":"which","ecosystem":"npm","requirements":"1.3.1","direct":false,"kind":"development","optional":false},{"id":61018382,"package_name":"which-boxed-primitive","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"development","optional":false},{"id":61018383,"package_name":"wildcard","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":61018384,"package_name":"word-wrap","ecosystem":"npm","requirements":"1.2.3","direct":false,"kind":"runtime","optional":false},{"id":61018385,"package_name":"worker-loader","ecosystem":"npm","requirements":"3.0.8","direct":false,"kind":"development","optional":false},{"id":61018386,"package_name":"world-calendars","ecosystem":"npm","requirements":"1.0.3","direct":false,"kind":"runtime","optional":false},{"id":61018387,"package_name":"wrappy","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"runtime","optional":false},{"id":61018388,"package_name":"ws","ecosystem":"npm","requirements":"7.4.6","direct":false,"kind":"runtime","optional":false},{"id":61018389,"package_name":"xtend","ecosystem":"npm","requirements":"4.0.2","direct":false,"kind":"runtime","optional":false},{"id":61018390,"package_name":"yallist","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":61018391,"package_name":"yocto-queue","ecosystem":"npm","requirements":"0.1.0","direct":false,"kind":"development","optional":false}]},{"ecosystem":"npm","filepath":"packages/javascript/jupyterlab-plotly/package.json","sha":null,"kind":"manifest","created_at":"2022-06-26T01:36:54.009Z","updated_at":"2022-06-26T01:36:54.009Z","repository_link":"https://github.com/plotly/plotly.py/blob/main/packages/javascript/jupyterlab-plotly/package.json","dependencies":[{"id":61018471,"package_name":"@jupyter-widgets/base","ecosystem":"npm","requirements":"^2.0.0 || ^3.0.0 || ^4.0.0","direct":true,"kind":"runtime","optional":false},{"id":61018472,"package_name":"@jupyterlab/rendermime-interfaces","ecosystem":"npm","requirements":"^1.3.0 || ^2.0.0 || ^3.0.0","direct":true,"kind":"runtime","optional":false},{"id":61018473,"package_name":"@lumino/messaging","ecosystem":"npm","requirements":"^1.2.3","direct":true,"kind":"runtime","optional":false},{"id":61018474,"package_name":"@lumino/widgets","ecosystem":"npm","requirements":"^1.8.1","direct":true,"kind":"runtime","optional":false},{"id":61018475,"package_name":"lodash","ecosystem":"npm","requirements":"^4.17.4","direct":true,"kind":"runtime","optional":false},{"id":61018476,"package_name":"plotly.js","ecosystem":"npm","requirements":"^2.12.1","direct":true,"kind":"runtime","optional":false},{"id":61018477,"package_name":"@jupyterlab/builder","ecosystem":"npm","requirements":"^3.0.0","direct":true,"kind":"development","optional":false},{"id":61018478,"package_name":"@lumino/application","ecosystem":"npm","requirements":"^1.6.0","direct":true,"kind":"development","optional":false},{"id":61018479,"package_name":"@types/plotly.js","ecosystem":"npm","requirements":"^1.54.10","direct":true,"kind":"development","optional":false},{"id":61018480,"package_name":"@types/webpack-env","ecosystem":"npm","requirements":"^1.13.6","direct":true,"kind":"development","optional":false},{"id":61018481,"package_name":"acorn","ecosystem":"npm","requirements":"^7.2.0","direct":true,"kind":"development","optional":false},{"id":61018482,"package_name":"css-loader","ecosystem":"npm","requirements":"^5.2.6","direct":true,"kind":"development","optional":false},{"id":61018483,"package_name":"fs-extra","ecosystem":"npm","requirements":"^7.0.0","direct":true,"kind":"development","optional":false},{"id":61018484,"package_name":"mkdirp","ecosystem":"npm","requirements":"^0.5.1","direct":true,"kind":"development","optional":false},{"id":61018485,"package_name":"npm-run-all","ecosystem":"npm","requirements":"^4.1.3","direct":true,"kind":"development","optional":false},{"id":61018486,"package_name":"prettier","ecosystem":"npm","requirements":"^2.0.5","direct":true,"kind":"development","optional":false},{"id":61018487,"package_name":"rimraf","ecosystem":"npm","requirements":"^2.6.2","direct":true,"kind":"development","optional":false},{"id":61018488,"package_name":"source-map-loader","ecosystem":"npm","requirements":"^1.1.3","direct":true,"kind":"development","optional":false},{"id":61018489,"package_name":"style-loader","ecosystem":"npm","requirements":"^1.0.0","direct":true,"kind":"development","optional":false},{"id":61018490,"package_name":"ts-loader","ecosystem":"npm","requirements":"^8.0.0","direct":true,"kind":"development","optional":false},{"id":61018491,"package_name":"typescript","ecosystem":"npm","requirements":"~4.1.3","direct":true,"kind":"development","optional":false},{"id":61018492,"package_name":"webpack","ecosystem":"npm","requirements":"^5.0.0","direct":true,"kind":"development","optional":false},{"id":61018493,"package_name":"webpack-cli","ecosystem":"npm","requirements":"^4.0.0","direct":true,"kind":"development","optional":false}]},{"ecosystem":"pypi","filepath":"binder/requirements.txt","sha":null,"kind":"manifest","created_at":"2022-06-26T01:36:54.917Z","updated_at":"2022-06-26T01:36:54.917Z","repository_link":"https://github.com/plotly/plotly.py/blob/main/binder/requirements.txt","dependencies":[{"id":61019846,"package_name":"jupytext","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":61019847,"package_name":"plotly","ecosystem":"pypi","requirements":"==5.9.0","direct":true,"kind":"runtime","optional":false},{"id":61019848,"package_name":"jupyter","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":61019849,"package_name":"notebook","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":61019850,"package_name":"pandas","ecosystem":"pypi","requirements":"==1.0.3","direct":true,"kind":"runtime","optional":false},{"id":61019851,"package_name":"statsmodels","ecosystem":"pypi","requirements":"==0.11.1","direct":true,"kind":"runtime","optional":false},{"id":61019852,"package_name":"scipy","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":61019853,"package_name":"patsy","ecosystem":"pypi","requirements":"==0.5.1","direct":true,"kind":"runtime","optional":false},{"id":61019854,"package_name":"numpy","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":61019855,"package_name":"plotly-geo","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":61019856,"package_name":"psutil","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":61019857,"package_name":"requests","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":61019858,"package_name":"networkx","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":61019859,"package_name":"scikit-image","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":61019860,"package_name":"datashader","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":61019861,"package_name":"pyarrow","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":61019862,"package_name":"cufflinks","ecosystem":"pypi","requirements":"==0.17.3","direct":true,"kind":"runtime","optional":false},{"id":61019863,"package_name":"kaleido","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":61019864,"package_name":"scikit-learn","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":61019865,"package_name":"umap-learn","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":61019866,"package_name":"wget","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"pypi","filepath":"doc/requirements.txt","sha":null,"kind":"manifest","created_at":"2022-06-26T01:36:55.882Z","updated_at":"2022-06-26T01:36:55.882Z","repository_link":"https://github.com/plotly/plotly.py/blob/main/doc/requirements.txt","dependencies":[{"id":61019877,"package_name":"plotly","ecosystem":"pypi","requirements":"==5.9.0","direct":true,"kind":"runtime","optional":false},{"id":61019878,"package_name":"jupytext","ecosystem":"pypi","requirements":"==1.1.1","direct":true,"kind":"runtime","optional":false},{"id":61019879,"package_name":"jupyter-client","ecosystem":"pypi","requirements":"\u003c7","direct":true,"kind":"runtime","optional":false},{"id":61019880,"package_name":"jupyter","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":61019881,"package_name":"notebook","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":61019882,"package_name":"pandas","ecosystem":"pypi","requirements":"==1.0.3","direct":true,"kind":"runtime","optional":false},{"id":61019883,"package_name":"statsmodels","ecosystem":"pypi","requirements":"==0.11.1","direct":true,"kind":"runtime","optional":false},{"id":61019884,"package_name":"scipy","ecosystem":"pypi","requirements":"==1.3.1","direct":true,"kind":"runtime","optional":false},{"id":61019885,"package_name":"patsy","ecosystem":"pypi","requirements":"==0.5.1","direct":true,"kind":"runtime","optional":false},{"id":61019886,"package_name":"numpy","ecosystem":"pypi","requirements":"==1.19.5","direct":true,"kind":"runtime","optional":false},{"id":61019887,"package_name":"plotly-geo","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":61019888,"package_name":"python-igraph","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":61019889,"package_name":"geopandas","ecosystem":"pypi","requirements":"==0.8.1","direct":true,"kind":"runtime","optional":false},{"id":61019890,"package_name":"pyshp","ecosystem":"pypi","requirements":"==2.1.2","direct":true,"kind":"runtime","optional":false},{"id":61019891,"package_name":"shapely","ecosystem":"pypi","requirements":"==1.7.1","direct":true,"kind":"runtime","optional":false},{"id":61019892,"package_name":"psutil","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":61019893,"package_name":"requests","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":61019894,"package_name":"networkx","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":61019895,"package_name":"squarify","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":61019896,"package_name":"scikit-image","ecosystem":"pypi","requirements":"==0.18.1","direct":true,"kind":"runtime","optional":false},{"id":61019897,"package_name":"scikit-learn","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":61019898,"package_name":"sphinx","ecosystem":"pypi","requirements":"==3.5.4","direct":true,"kind":"runtime","optional":false},{"id":61019899,"package_name":"sphinx_bootstrap_theme","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":61019900,"package_name":"recommonmark","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":61019901,"package_name":"pathlib","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":61019902,"package_name":"python-frontmatter","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":61019903,"package_name":"datashader","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":61019904,"package_name":"pyarrow","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":61019905,"package_name":"cufflinks","ecosystem":"pypi","requirements":"==0.17.3","direct":true,"kind":"runtime","optional":false},{"id":61019906,"package_name":"kaleido","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":61019907,"package_name":"umap-learn","ecosystem":"pypi","requirements":"==0.5.1","direct":true,"kind":"runtime","optional":false},{"id":61019908,"package_name":"pooch","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":61019909,"package_name":"wget","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":61019910,"package_name":"nbconvert","ecosystem":"pypi","requirements":"==5.6.1","direct":true,"kind":"runtime","optional":false},{"id":61019911,"package_name":"orjson","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":61019912,"package_name":"dash-bio","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":61019913,"package_name":"jinja2","ecosystem":"pypi","requirements":"\u003c3.1","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"pypi","filepath":"packages/python/chart-studio/setup.py","sha":null,"kind":"manifest","created_at":"2022-06-26T01:36:57.082Z","updated_at":"2022-06-26T01:36:57.082Z","repository_link":"https://github.com/plotly/plotly.py/blob/main/packages/python/chart-studio/setup.py","dependencies":[{"id":61021241,"package_name":"plotly","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"pypi","filepath":"packages/python/chart-studio/test_requirements/requirements_37.txt","sha":null,"kind":"manifest","created_at":"2022-06-26T01:36:57.713Z","updated_at":"2022-06-26T01:36:57.713Z","repository_link":"https://github.com/plotly/plotly.py/blob/main/packages/python/chart-studio/test_requirements/requirements_37.txt","dependencies":[{"id":61021654,"package_name":"decorator","ecosystem":"pypi","requirements":"==4.0.9","direct":true,"kind":"runtime","optional":false},{"id":61021655,"package_name":"nose","ecosystem":"pypi","requirements":"==1.3.7","direct":true,"kind":"runtime","optional":false},{"id":61021656,"package_name":"requests","ecosystem":"pypi","requirements":"==2.12.4","direct":true,"kind":"runtime","optional":false},{"id":61021657,"package_name":"pytz","ecosystem":"pypi","requirements":"==2016.10","direct":true,"kind":"runtime","optional":false},{"id":61021658,"package_name":"retrying","ecosystem":"pypi","requirements":"==1.3.3","direct":true,"kind":"runtime","optional":false},{"id":61021659,"package_name":"pytest","ecosystem":"pypi","requirements":"==3.5.1","direct":true,"kind":"runtime","optional":false},{"id":61021660,"package_name":"pandas","ecosystem":"pypi","requirements":"==0.23.2","direct":true,"kind":"runtime","optional":false},{"id":61021661,"package_name":"numpy","ecosystem":"pypi","requirements":"==1.14.3","direct":true,"kind":"runtime","optional":false},{"id":61021662,"package_name":"ipywidgets","ecosystem":"pypi","requirements":"==7.2.0","direct":true,"kind":"runtime","optional":false},{"id":61021663,"package_name":"matplotlib","ecosystem":"pypi","requirements":"==2.2.3","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"pypi","filepath":"packages/python/plotly/optional-requirements.txt","sha":null,"kind":"manifest","created_at":"2022-06-26T01:36:58.280Z","updated_at":"2022-06-26T01:36:58.280Z","repository_link":"https://github.com/plotly/plotly.py/blob/main/packages/python/plotly/optional-requirements.txt","dependencies":[{"id":61021681,"package_name":"numpy","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":61021682,"package_name":"coverage","ecosystem":"pypi","requirements":"==4.3.1","direct":true,"kind":"runtime","optional":false},{"id":61021683,"package_name":"mock","ecosystem":"pypi","requirements":"==2.0.0","direct":true,"kind":"runtime","optional":false},{"id":61021684,"package_name":"pytest","ecosystem":"pypi","requirements":"==3.5.1","direct":true,"kind":"runtime","optional":false},{"id":61021685,"package_name":"backports.tempfile","ecosystem":"pypi","requirements":"==1.0","direct":true,"kind":"runtime","optional":false},{"id":61021686,"package_name":"xarray","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":61021687,"package_name":"pytz","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":61021688,"package_name":"requests","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":61021689,"package_name":"psutil","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":61021690,"package_name":"pre-commit","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":61021691,"package_name":"black","ecosystem":"pypi","requirements":"==22.3.0","direct":true,"kind":"runtime","optional":false},{"id":61021692,"package_name":"inflect","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":61021693,"package_name":"colorcet","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":61021694,"package_name":"ipython","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":61021695,"package_name":"pandas","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":61021696,"package_name":"scipy","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":61021697,"package_name":"jupyter","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":61021698,"package_name":"jupyterlab","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":61021699,"package_name":"ipykernel","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":61021700,"package_name":"pyshp","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":61021701,"package_name":"geopandas","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":61021702,"package_name":"shapely","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":61021703,"package_name":"pillow","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"conda","filepath":"environment.yml","sha":null,"kind":"manifest","created_at":"2023-10-14T18:05:26.576Z","updated_at":"2023-10-14T18:05:26.576Z","repository_link":"https://github.com/plotly/plotly.py/blob/main/environment.yml","dependencies":[{"id":14201551271,"package_name":"anaconda-client","ecosystem":"conda","requirements":"","direct":true,"kind":"runtime","optional":false},{"id":14201551272,"package_name":"black","ecosystem":"conda","requirements":"","direct":true,"kind":"runtime","optional":false},{"id":14201551273,"package_name":"inflect","ecosystem":"conda","requirements":"","direct":true,"kind":"runtime","optional":false},{"id":14201552154,"package_name":"ipywidgets","ecosystem":"conda","requirements":"","direct":true,"kind":"runtime","optional":false},{"id":14201552157,"package_name":"jupyterlab","ecosystem":"conda","requirements":"","direct":true,"kind":"runtime","optional":false},{"id":14201552161,"package_name":"nodejs","ecosystem":"conda","requirements":"18.*","direct":true,"kind":"runtime","optional":false},{"id":14201552165,"package_name":"numpy","ecosystem":"conda","requirements":"","direct":true,"kind":"runtime","optional":false},{"id":14201552168,"package_name":"pandas","ecosystem":"conda","requirements":"","direct":true,"kind":"runtime","optional":false},{"id":14201552171,"package_name":"pip","ecosystem":"conda","requirements":"22.3.1.*","direct":true,"kind":"runtime","optional":false},{"id":14201552174,"package_name":"pytest","ecosystem":"conda","requirements":"","direct":true,"kind":"runtime","optional":false},{"id":14201552179,"package_name":"python","ecosystem":"conda","requirements":"3.10.*","direct":true,"kind":"runtime","optional":false},{"id":14201552182,"package_name":"python-frontmatter","ecosystem":"conda","requirements":"","direct":true,"kind":"runtime","optional":false},{"id":14201552522,"package_name":"requests","ecosystem":"conda","requirements":"","direct":true,"kind":"runtime","optional":false},{"id":14201552524,"package_name":"statsmodels","ecosystem":"conda","requirements":"","direct":true,"kind":"runtime","optional":false},{"id":14201552528,"package_name":"tenacity","ecosystem":"conda","requirements":"","direct":true,"kind":"runtime","optional":false},{"id":14201552724,"package_name":"twine","ecosystem":"conda","requirements":"","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"pypi","filepath":"packages/python/plotly-geo/setup.py","sha":null,"kind":"manifest","created_at":"2023-10-14T18:05:28.754Z","updated_at":"2023-10-14T18:05:28.754Z","repository_link":"https://github.com/plotly/plotly.py/blob/main/packages/python/plotly-geo/setup.py","dependencies":[]}],"score":34.38867636234434,"created_at":"2025-09-04T15:51:12.839Z","updated_at":"2025-10-07T08:15:53.958Z","avatar_url":"https://github.com/plotly.png","language":"Python","category":null,"sub_category":null,"monthly_downloads":31507704,"funding_links":["https://github.com/sponsors/plotly","https://plot.ly/products/consulting-and-oem/"],"readme_doi_urls":[],"works":{},"citation_counts":{},"total_citations":0,"keywords_from_contributors":["charts","charting-library","web-app","bioinformatics","closember","technical-computing","productivity","gui-framework","dash","wx"],"project_url":"https://science.ecosyste.ms/api/v1/projects/38781","html_url":"https://science.ecosyste.ms/projects/38781","bibtex_url":"https://science.ecosyste.ms/projects/38781/export.bibtex","apalike_url":"https://science.ecosyste.ms/projects/38781/export.apalike"}