{"id":358297,"url":"https://github.com/AndrewAnnex/SpiceyPy","last_synced_at":"2026-08-13T02:00:42.042Z","repository":{"id":13195382,"uuid":"15879082","full_name":"AndrewAnnex/SpiceyPy","owner":"AndrewAnnex","description":"SpiceyPy: a Pythonic Wrapper for the SPICE Toolkit.","archived":false,"fork":false,"pushed_at":"2026-08-02T15:25:53.000Z","size":5464,"stargazers_count":484,"open_issues_count":12,"forks_count":95,"subscribers_count":24,"default_branch":"main","last_synced_at":"2026-08-05T23:52:01.390Z","etag":null,"topics":["ephemeris","nasa","navigation","python","space","spice","toolkit"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AndrewAnnex.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":".zenodo.json","notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null},"funding":{"github":["andrewannex"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2014-01-13T19:29:09.000Z","updated_at":"2026-08-05T09:31:39.000Z","dependencies_parsed_at":"2026-08-05T21:36:26.574Z","dependency_job_id":null,"html_url":"https://github.com/AndrewAnnex/SpiceyPy","commit_stats":{"total_commits":536,"total_committers":25,"mean_commits":21.44,"dds":0.07649253731343286,"last_synced_commit":"bcf2a5a7b77bc12da50523d7589edf2c7a6e58e4"},"previous_names":[],"tags_count":44,"template":false,"template_full_name":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AndrewAnnex","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/sbom","scorecard":{"id":13649,"data":{"date":"2025-08-11","repo":{"name":"github.com/AndrewAnnex/SpiceyPy","commit":"cb0f2e8152574a8beaf105e26c42ae5cbc6f0e8e"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.2,"checks":[{"name":"Maintained","score":10,"reason":"19 commit(s) and 6 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":"Code-Review","score":1,"reason":"Found 3/30 approved changesets -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"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":"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":"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":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'contents' permission set to 'read': .github/workflows/ci-build.yml:247","Info: jobLevel 'contents' permission set to 'read': .github/workflows/ci-build.yml:74","Info: jobLevel 'contents' permission set to 'read': .github/workflows/ci-build.yml:187","Info: jobLevel 'contents' permission set to 'read': .github/workflows/publish-to-test-and-live-pypi.yml:62","Info: jobLevel 'contents' permission set to 'read': .github/workflows/publish-to-test-and-live-pypi.yml:177","Warn: no topLevel permission defined: .github/workflows/cff-validator.yml:1","Warn: no topLevel permission defined: .github/workflows/ci-build.yml:1","Warn: no topLevel permission defined: .github/workflows/publish-to-test-and-live-pypi.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/cff-validator.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/cff-validator.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cff-validator.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/cff-validator.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci-build.yml:190: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/ci-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci-build.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/ci-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci-build.yml:207: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/ci-build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci-build.yml:238: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/ci-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci-build.yml:250: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/ci-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci-build.yml:254: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/ci-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci-build.yml:267: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/ci-build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci-build.yml:293: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/ci-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci-build.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/ci-build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci-build.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/ci-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci-build.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/ci-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci-build.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/ci-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci-build.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/ci-build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci-build.yml:82: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/ci-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci-build.yml:84: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/ci-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci-build.yml:88: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/ci-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci-build.yml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/ci-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci-build.yml:129: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/ci-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci-build.yml:137: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/ci-build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci-build.yml:178: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/ci-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-test-and-live-pypi.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/publish-to-test-and-live-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-test-and-live-pypi.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/publish-to-test-and-live-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-test-and-live-pypi.yml:48: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/publish-to-test-and-live-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-test-and-live-pypi.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/publish-to-test-and-live-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-test-and-live-pypi.yml:66: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/publish-to-test-and-live-pypi.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish-to-test-and-live-pypi.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/publish-to-test-and-live-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-test-and-live-pypi.yml:76: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/publish-to-test-and-live-pypi.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish-to-test-and-live-pypi.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/publish-to-test-and-live-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-test-and-live-pypi.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/publish-to-test-and-live-pypi.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish-to-test-and-live-pypi.yml:128: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/publish-to-test-and-live-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-test-and-live-pypi.yml:148: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/publish-to-test-and-live-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-test-and-live-pypi.yml:167: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/publish-to-test-and-live-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-test-and-live-pypi.yml:179: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/publish-to-test-and-live-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-test-and-live-pypi.yml:185: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/publish-to-test-and-live-pypi.yml/main?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/ci-build.yml:54","Warn: pipCommand not pinned by hash: .github/workflows/ci-build.yml:115","Warn: pipCommand not pinned by hash: .github/workflows/ci-build.yml:145","Warn: pipCommand not pinned by hash: .github/workflows/ci-build.yml:169","Warn: pipCommand not pinned by hash: .github/workflows/ci-build.yml:201","Warn: pipCommand not pinned by hash: .github/workflows/ci-build.yml:215","Warn: pipCommand not pinned by hash: .github/workflows/ci-build.yml:233","Warn: pipCommand not pinned by hash: .github/workflows/ci-build.yml:261","Warn: pipCommand not pinned by hash: .github/workflows/ci-build.yml:275","Warn: pipCommand not pinned by hash: .github/workflows/ci-build.yml:288","Warn: pipCommand not pinned by hash: .github/workflows/publish-to-test-and-live-pypi.yml:155","Warn: pipCommand not pinned by hash: .github/workflows/publish-to-test-and-live-pypi.yml:156","Warn: pipCommand not pinned by hash: .github/workflows/publish-to-test-and-live-pypi.yml:192","Warn: pipCommand not pinned by hash: .github/workflows/publish-to-test-and-live-pypi.yml:193","Warn: pipCommand not pinned by hash: .github/workflows/publish-to-test-and-live-pypi.yml:26","Warn: pipCommand not pinned by hash: .github/workflows/publish-to-test-and-live-pypi.yml:29","Warn: pipCommand not pinned by hash: .github/workflows/publish-to-test-and-live-pypi.yml:83","Warn: pipCommand not pinned by hash: .github/workflows/publish-to-test-and-live-pypi.yml:86","Warn: pipCommand not pinned by hash: .github/workflows/publish-to-test-and-live-pypi.yml:92","Info:   0 out of  27 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   9 third-party GitHubAction dependencies pinned","Info:   0 out of  19 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":3,"reason":"7 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: PYSEC-2018-34 / GHSA-2fc2-6r4j-p65h","Warn: Project is vulnerable to: PYSEC-2021-856 / GHSA-5545-2q6w-2gh6","Warn: Project is vulnerable to: PYSEC-2019-108 / GHSA-9fq2-x9r6-wfmf","Warn: Project is vulnerable to: PYSEC-2018-33 / GHSA-cw6w-4rcx-xphc","Warn: Project is vulnerable to: PYSEC-2021-857 / GHSA-f7c7-j99h-c22f","Warn: Project is vulnerable to: GHSA-fpfv-jqm9-f5jm","Warn: Project is vulnerable to: PYSEC-2017-1 / GHSA-frgw-fgh6-9g52"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 15 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-14T15:11:49.085Z","repository_id":13195382,"created_at":"2025-08-14T15:11:49.088Z","updated_at":"2025-08-14T15:11:49.088Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36327365,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-08-06T02:00:07.852Z","response_time":54,"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":"AndrewAnnex","name":"Dr. Andrew Annex","uuid":"2126916","kind":"user","description":"Coder and Planetary Science PhD @ JHU. Fmr Postdoc @ Caltech, Current Senior Software Engineer @planetlabs \r\n\r\n\r\n","email":"","website":"http://andrewannex.com","location":"Pasadena, CA","twitter":"AndrewAnnex","company":"Planet Labs","icon_url":"https://avatars.githubusercontent.com/u/2126916?u=5f10541483547fe74d55b5ba40e2fd08ad2efdd5\u0026v=4","repositories_count":179,"last_synced_at":"2026-08-12T02:55:23.580Z","metadata":{"has_sponsors_listing":true,"funding":null},"html_url":"https://github.com/AndrewAnnex","funding_links":["https://github.com/sponsors/AndrewAnnex"],"total_stars":474,"followers":193,"following":0,"created_at":"2022-11-06T14:10:20.390Z","updated_at":"2026-08-12T02:55:23.632Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AndrewAnnex","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AndrewAnnex/repositories"},"packages":[{"id":2928718,"name":"spiceypy","ecosystem":"pypi","description":"A Python Wrapper for the NAIF CSPICE Toolkit","homepage":"https://github.com/AndrewAnnex/SpiceyPy","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/AndrewAnnex/SpiceyPy","keywords_array":["spiceypy","spice","cspice","naif","jpl","space","geometry","ephemeris"],"namespace":null,"versions_count":38,"first_release_published_at":"2016-03-27T20:21:04.000Z","latest_release_published_at":"2026-07-24T21:37:59.000Z","latest_release_number":"8.2.0","last_synced_at":"2026-08-12T01:32:41.299Z","created_at":"2022-04-10T12:41:18.042Z","updated_at":"2026-08-12T01:32:56.128Z","registry_url":"https://pypi.org/project/spiceypy/","install_command":"pip install spiceypy --index-url https://pypi.org/simple","documentation_url":"https://spiceypy.readthedocs.io","metadata":{"funding":null,"documentation":"https://spiceypy.readthedocs.io","classifiers":["Development Status :: 5 - Production/Stable","Natural Language :: English","Operating System :: MacOS :: MacOS X","Operating System :: Microsoft :: Windows","Operating System :: POSIX :: BSD :: FreeBSD","Operating System :: POSIX :: Linux","Programming Language :: Cython","Programming Language :: Python :: 3 :: Only","Programming Language :: Python :: 3.10","Programming Language :: Python :: 3.11","Programming Language :: Python :: 3.12","Programming Language :: Python :: 3.13","Programming Language :: Python :: 3.14","Topic :: Scientific/Engineering","Topic :: Scientific/Engineering :: Astronomy"],"normalized_name":"spiceypy","project_status":null},"repo_metadata":{"id":13195382,"uuid":"15879082","full_name":"AndrewAnnex/SpiceyPy","owner":"AndrewAnnex","description":"SpiceyPy: a Pythonic Wrapper for the SPICE Toolkit.","archived":false,"fork":false,"pushed_at":"2026-08-02T15:25:53.000Z","size":5464,"stargazers_count":484,"open_issues_count":12,"forks_count":95,"subscribers_count":24,"default_branch":"main","last_synced_at":"2026-08-05T23:52:01.390Z","etag":null,"topics":["ephemeris","nasa","navigation","python","space","spice","toolkit"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AndrewAnnex.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":".zenodo.json","notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null},"funding":{"github":["andrewannex"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2014-01-13T19:29:09.000Z","updated_at":"2026-08-05T09:31:39.000Z","dependencies_parsed_at":"2026-08-05T21:36:26.574Z","dependency_job_id":null,"html_url":"https://github.com/AndrewAnnex/SpiceyPy","commit_stats":{"total_commits":536,"total_committers":25,"mean_commits":21.44,"dds":0.07649253731343286,"last_synced_commit":"bcf2a5a7b77bc12da50523d7589edf2c7a6e58e4"},"previous_names":[],"tags_count":44,"template":false,"template_full_name":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AndrewAnnex","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/sbom","scorecard":{"id":13649,"data":{"date":"2025-08-11","repo":{"name":"github.com/AndrewAnnex/SpiceyPy","commit":"cb0f2e8152574a8beaf105e26c42ae5cbc6f0e8e"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.2,"checks":[{"name":"Maintained","score":10,"reason":"19 commit(s) and 6 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":"Code-Review","score":1,"reason":"Found 3/30 approved changesets -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"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":"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":"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":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'contents' permission set to 'read': .github/workflows/ci-build.yml:247","Info: jobLevel 'contents' permission set to 'read': .github/workflows/ci-build.yml:74","Info: jobLevel 'contents' permission set to 'read': .github/workflows/ci-build.yml:187","Info: jobLevel 'contents' permission set to 'read': .github/workflows/publish-to-test-and-live-pypi.yml:62","Info: jobLevel 'contents' permission set to 'read': .github/workflows/publish-to-test-and-live-pypi.yml:177","Warn: no topLevel permission defined: .github/workflows/cff-validator.yml:1","Warn: no topLevel permission defined: .github/workflows/ci-build.yml:1","Warn: no topLevel permission defined: .github/workflows/publish-to-test-and-live-pypi.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/cff-validator.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/cff-validator.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cff-validator.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/cff-validator.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci-build.yml:190: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/ci-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci-build.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/ci-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci-build.yml:207: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/ci-build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci-build.yml:238: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/ci-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci-build.yml:250: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/ci-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci-build.yml:254: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/ci-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci-build.yml:267: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/ci-build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci-build.yml:293: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/ci-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci-build.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/ci-build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci-build.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/ci-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci-build.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/ci-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci-build.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/ci-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci-build.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/ci-build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci-build.yml:82: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/ci-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci-build.yml:84: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/ci-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci-build.yml:88: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/ci-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci-build.yml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/ci-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci-build.yml:129: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/ci-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci-build.yml:137: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/ci-build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci-build.yml:178: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/ci-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-test-and-live-pypi.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/publish-to-test-and-live-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-test-and-live-pypi.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/publish-to-test-and-live-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-test-and-live-pypi.yml:48: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/publish-to-test-and-live-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-test-and-live-pypi.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/publish-to-test-and-live-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-test-and-live-pypi.yml:66: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/publish-to-test-and-live-pypi.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish-to-test-and-live-pypi.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/publish-to-test-and-live-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-test-and-live-pypi.yml:76: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/publish-to-test-and-live-pypi.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish-to-test-and-live-pypi.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/publish-to-test-and-live-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-test-and-live-pypi.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/publish-to-test-and-live-pypi.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish-to-test-and-live-pypi.yml:128: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/publish-to-test-and-live-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-test-and-live-pypi.yml:148: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/publish-to-test-and-live-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-test-and-live-pypi.yml:167: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/publish-to-test-and-live-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-test-and-live-pypi.yml:179: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/publish-to-test-and-live-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-test-and-live-pypi.yml:185: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/publish-to-test-and-live-pypi.yml/main?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/ci-build.yml:54","Warn: pipCommand not pinned by hash: .github/workflows/ci-build.yml:115","Warn: pipCommand not pinned by hash: .github/workflows/ci-build.yml:145","Warn: pipCommand not pinned by hash: .github/workflows/ci-build.yml:169","Warn: pipCommand not pinned by hash: .github/workflows/ci-build.yml:201","Warn: pipCommand not pinned by hash: .github/workflows/ci-build.yml:215","Warn: pipCommand not pinned by hash: .github/workflows/ci-build.yml:233","Warn: pipCommand not pinned by hash: .github/workflows/ci-build.yml:261","Warn: pipCommand not pinned by hash: .github/workflows/ci-build.yml:275","Warn: pipCommand not pinned by hash: .github/workflows/ci-build.yml:288","Warn: pipCommand not pinned by hash: .github/workflows/publish-to-test-and-live-pypi.yml:155","Warn: pipCommand not pinned by hash: .github/workflows/publish-to-test-and-live-pypi.yml:156","Warn: pipCommand not pinned by hash: .github/workflows/publish-to-test-and-live-pypi.yml:192","Warn: pipCommand not pinned by hash: .github/workflows/publish-to-test-and-live-pypi.yml:193","Warn: pipCommand not pinned by hash: .github/workflows/publish-to-test-and-live-pypi.yml:26","Warn: pipCommand not pinned by hash: .github/workflows/publish-to-test-and-live-pypi.yml:29","Warn: pipCommand not pinned by hash: .github/workflows/publish-to-test-and-live-pypi.yml:83","Warn: pipCommand not pinned by hash: .github/workflows/publish-to-test-and-live-pypi.yml:86","Warn: pipCommand not pinned by hash: .github/workflows/publish-to-test-and-live-pypi.yml:92","Info:   0 out of  27 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   9 third-party GitHubAction dependencies pinned","Info:   0 out of  19 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":3,"reason":"7 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: PYSEC-2018-34 / GHSA-2fc2-6r4j-p65h","Warn: Project is vulnerable to: PYSEC-2021-856 / GHSA-5545-2q6w-2gh6","Warn: Project is vulnerable to: PYSEC-2019-108 / GHSA-9fq2-x9r6-wfmf","Warn: Project is vulnerable to: PYSEC-2018-33 / GHSA-cw6w-4rcx-xphc","Warn: Project is vulnerable to: PYSEC-2021-857 / GHSA-f7c7-j99h-c22f","Warn: Project is vulnerable to: GHSA-fpfv-jqm9-f5jm","Warn: Project is vulnerable to: PYSEC-2017-1 / GHSA-frgw-fgh6-9g52"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 15 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-14T15:11:49.085Z","repository_id":13195382,"created_at":"2025-08-14T15:11:49.088Z","updated_at":"2025-08-14T15:11:49.088Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36327365,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-08-06T02:00:07.852Z","response_time":54,"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":"AndrewAnnex","name":"Dr. Andrew Annex","uuid":"2126916","kind":"user","description":"Coder and Planetary Science PhD @ JHU. Fmr Postdoc @ Caltech, Current Senior Software Engineer @planetlabs \r\n\r\n\r\n","email":"","website":"http://andrewannex.com","location":"Pasadena, CA","twitter":"AndrewAnnex","company":"Planet Labs","icon_url":"https://avatars.githubusercontent.com/u/2126916?u=5f10541483547fe74d55b5ba40e2fd08ad2efdd5\u0026v=4","repositories_count":179,"last_synced_at":"2026-08-09T13:55:52.904Z","metadata":{"has_sponsors_listing":true,"funding":null},"html_url":"https://github.com/AndrewAnnex","funding_links":["https://github.com/sponsors/AndrewAnnex"],"total_stars":474,"followers":193,"following":0,"created_at":"2022-11-06T14:10:20.390Z","updated_at":"2026-08-09T13:55:53.004Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AndrewAnnex","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AndrewAnnex/repositories"},"tags":[{"name":"v8.2.0","sha":"c8b6da4f1370ba7b5cf9ad06829143f7fc055f2a","kind":"commit","published_at":"2026-07-24T20:30:34.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v8.2.0","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v8.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v8.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v8.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v8.2.0/manifests"},{"name":"v8.1.2","sha":"464e29f51ecf745bb6e3651377dd835dc5bebd59","kind":"commit","published_at":"2026-06-14T22:24:17.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v8.1.2","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v8.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v8.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v8.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v8.1.2/manifests"},{"name":"v8.1.1","sha":"2f54e7e964b6482457fba2dab867e670bce151f3","kind":"commit","published_at":"2026-06-14T18:32:39.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v8.1.1","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v8.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v8.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v8.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v8.1.1/manifests"},{"name":"v8.1.0","sha":"d8a136f1c8b776ec0a8d1c73a41e5aabda0298af","kind":"commit","published_at":"2026-04-05T03:55:39.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v8.1.0","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v8.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v8.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v8.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v8.1.0/manifests"},{"name":"v8.0.3-dev.1","sha":"7bb3d9d554e50c3c8d6f8f9505f3049174d9b445","kind":"commit","published_at":"2026-02-22T18:14:07.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v8.0.3-dev.1","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v8.0.3-dev.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v8.0.3-dev.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v8.0.3-dev.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v8.0.3-dev.1/manifests"},{"name":"v8.0.2","sha":"e90292f8478f044e4e588f9179a22b38d243c4a3","kind":"commit","published_at":"2026-02-17T00:15:34.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v8.0.2","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v8.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v8.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v8.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v8.0.2/manifests"},{"name":"v8.0.1","sha":"ba29c80d6e92d5e2fd6da40d4c8c944a6c87718c","kind":"commit","published_at":"2026-01-08T02:18:03.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v8.0.1","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v8.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v8.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v8.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v8.0.1/manifests"},{"name":"v8.0.0","sha":"e0f1a2409d8295819061703893442ad9bb0d3856","kind":"commit","published_at":"2025-10-27T21:58:35.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v8.0.0","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v8.0.0/manifests"},{"name":"v7.0.0","sha":"f3c08958bd3c92931c3eb1795e26b422afba3cd0","kind":"commit","published_at":"2025-09-22T23:55:03.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v7.0.0","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v7.0.0/manifests"},{"name":"v7.0.0-alpha","sha":"1f659be3c0fcfc989451343a858703242beefab9","kind":"commit","published_at":"2025-08-29T22:53:20.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v7.0.0-alpha","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v7.0.0-alpha","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v7.0.0-alpha","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v7.0.0-alpha","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v7.0.0-alpha/manifests"},{"name":"v6.0.3","sha":"8587ddccf42ed2842ab2a5fc9e4f755dbf058a1c","kind":"commit","published_at":"2025-07-17T23:02:15.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v6.0.3","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v6.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v6.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v6.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v6.0.3/manifests"},{"name":"v6.0.2","sha":"db1594b3aa5aabdc2c0632681c14ca538af78690","kind":"commit","published_at":"2025-07-12T19:12:32.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v6.0.2","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v6.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v6.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v6.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v6.0.2/manifests"},{"name":"v6.0.1","sha":"8af939db8f3832cad23c33259dc0242d2d908e93","kind":"commit","published_at":"2025-06-24T23:20:54.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v6.0.1","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v6.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v6.0.1/manifests"},{"name":"v6.0.0","sha":"81941f6568f2beceac8dc298805344924d74409f","kind":"commit","published_at":"2023-08-31T20:22:04.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v6.0.0","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v6.0.0/manifests"},{"name":"v5.1.2","sha":"cc000147bbf0060832a1cf3a3a88a6751ebfbf16","kind":"commit","published_at":"2022-10-15T06:00:02.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v5.1.2","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v5.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v5.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v5.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v5.1.2/manifests"},{"name":"v5.1.1","sha":"75f6c799ae364371b5c4dfa5965eb2bd860a92a5","kind":"commit","published_at":"2022-07-31T04:24:32.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v5.1.1","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v5.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v5.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v5.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v5.1.1/manifests"},{"name":"v5.1.0","sha":"2ebcd09021ff87be00856fd150ad55455df809b4","kind":"commit","published_at":"2022-07-09T22:38:34.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v5.1.0","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v5.1.0/manifests"},{"name":"v5.0.1","sha":"a9d71115491f6955c8f466e9fc58d44829549452","kind":"commit","published_at":"2022-03-24T03:29:00.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v5.0.1","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v5.0.1/manifests"},{"name":"v5.0.0","sha":"82b93c6fef07981a3c5d8628fe82968984d782d5","kind":"commit","published_at":"2022-02-18T07:09:39.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v5.0.0","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v5.0.0/manifests"},{"name":"v4.0.3","sha":"9f8b626338f119bacd39ef2ba94a6f71bd6341c0","kind":"commit","published_at":"2021-11-14T23:07:39.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v4.0.3","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v4.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v4.0.3/manifests"},{"name":"v4.0.2","sha":"7d7954d7182beb2ae4d0ffeef76dd32edbd4670c","kind":"commit","published_at":"2021-08-13T13:57:44.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v4.0.2","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v4.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v4.0.2/manifests"},{"name":"v4.0.1","sha":"8232fc9f1cbb9d3f5c22f779686710b917ebda41","kind":"commit","published_at":"2021-05-31T15:43:55.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v4.0.1","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v4.0.1/manifests"},{"name":"v4.0.0","sha":"cd64b4c1c6da7c7a3863fd40b2b58f748532012d","kind":"commit","published_at":"2020-12-08T02:42:05.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v4.0.0","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v4.0.0/manifests"},{"name":"v3.1.1","sha":"d895bcd933e7f1b5c2dc066939a3bb686ce006c8","kind":"commit","published_at":"2020-05-25T23:16:11.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v3.1.1","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v3.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v3.1.1/manifests"},{"name":"v3.1.0","sha":"9d0cae2cd4f0110fd326373a99c9ddbfda92d8d7","kind":"commit","published_at":"2020-05-25T20:00:16.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v3.1.0","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v3.1.0/manifests"},{"name":"v3.0.2","sha":"40b1ad6d32175fadd5b65d2bdfd8247af5e94270","kind":"commit","published_at":"2020-02-20T03:12:13.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v3.0.2","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v3.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v3.0.2/manifests"},{"name":"v3.0.1","sha":"bba46aa678af810687ef793eb1d64c47ad49b705","kind":"commit","published_at":"2020-01-10T17:41:13.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v3.0.1","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v3.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v3.0.1/manifests"},{"name":"v3.0.0","sha":"d924a2c7a0753922eb557e3d1e042c6f689b0bb5","kind":"commit","published_at":"2020-01-10T01:26:18.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v3.0.0","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v3.0.0/manifests"},{"name":"v2.3.2","sha":"1e4b81933ca6786d54617f08698b93487d199c16","kind":"commit","published_at":"2019-12-20T00:22:25.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v2.3.2","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v2.3.2/manifests"},{"name":"v2.3.1","sha":"aa345e42170b24298aa8a7dba09f1dac5a7b2058","kind":"commit","published_at":"2019-10-18T20:11:06.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v2.3.1","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"01e5a4245fa03fa6237bf6010624b91f056731c8","kind":"commit","published_at":"2019-09-25T17:30:20.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v2.3.0","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v2.3.0/manifests"},{"name":"v2.2.1","sha":"e6434c18159f25e622ee2d1b69da1e31302b689c","kind":"commit","published_at":"2019-08-19T22:17:01.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v2.2.1","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"4b02846e6332e483cc548bd6933d9a4bc5da8e7c","kind":"commit","published_at":"2019-02-24T16:13:13.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v2.2.0","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v2.2.0/manifests"},{"name":"v2.1.2","sha":"13514758b7cb5f8b8dc327aca29f968fba34f54f","kind":"commit","published_at":"2018-06-17T17:48:42.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v2.1.2","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"86c1ddbc6d7d984aee664ab33671afdcc7a3e1bc","kind":"commit","published_at":"2018-04-25T01:22:29.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v2.1.1","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v2.1.1/manifests"},{"name":"wheel_fix_2","sha":"12b6a255596ee3a365855b98d3a42cab74bad160","kind":"commit","published_at":"2018-04-18T01:27:13.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/wheel_fix_2","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/wheel_fix_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@wheel_fix_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/wheel_fix_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/wheel_fix_2/manifests"},{"name":"v2.1.0","sha":"6e4d9739108d3731f62db941469390082e9c1601","kind":"commit","published_at":"2017-11-09T21:30:07.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v2.1.0","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"53affee0108ce69f832dad0b3c62172be817a169","kind":"commit","published_at":"2017-06-10T00:50:21.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v2.0.0","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v2.0.0/manifests"},{"name":"v1.1.1","sha":"d8d1167bd968ac9f0a46a3915d8bd6f47503dbc7","kind":"commit","published_at":"2017-04-23T23:56:02.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v1.1.1","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v1.1.1/manifests"},{"name":"v1.1.0-py36","sha":"b5d9c43e3f68427b5907d20420340f2624ded567","kind":"commit","published_at":"2017-03-26T00:53:03.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v1.1.0-py36","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v1.1.0-py36","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v1.1.0-py36","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v1.1.0-py36","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v1.1.0-py36/manifests"},{"name":"v1.1.0-py34","sha":"a8cc6eb83613f78d095a5b53a09f27ce3b23e842","kind":"tag","published_at":"2017-02-04T22:58:06.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v1.1.0-py34","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v1.1.0-py34","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v1.1.0-py34","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v1.1.0-py34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v1.1.0-py34/manifests"},{"name":"v1.1.0","sha":"52b4d65d45fb7d81afb02f6d8686f2ae60d265ee","kind":"commit","published_at":"2016-10-19T04:04:06.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v1.1.0","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"05fe8eda90f7db63efdb141700fed9e8e26fca34","kind":"commit","published_at":"2016-03-27T19:41:35.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v1.0.0","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v1.0.0/manifests"},{"name":"v0.7.0","sha":"b2e23b22d3f7c5a7e151616135b004a8ec78b4fc","kind":"commit","published_at":"2016-03-27T02:10:20.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v0.7.0","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v0.7.0/manifests"}]},"repo_metadata_updated_at":"2026-08-12T01:32:56.128Z","dependent_packages_count":42,"downloads":201820,"downloads_period":"last-month","dependent_repos_count":63,"rankings":{"downloads":2.386810489575338,"dependent_repos_count":1.8605339781868429,"dependent_packages_count":0.4265836003182104,"stargazers_count":3.4281608231060328,"forks_count":4.812392087218194,"docker_downloads_count":2.8210579510169116,"average":2.622589821570255},"purl":"pkg:pypi/spiceypy","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/spiceypy","docker_dependents_count":3,"docker_downloads_count":122,"usage_url":"https://repos.ecosyste.ms/usage/pypi/spiceypy","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/spiceypy/dependencies","status":null,"funding_links":["https://github.com/sponsors/andrewannex","https://github.com/sponsors/AndrewAnnex"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-11T01:01:07.747Z","issues_count":62,"pull_requests_count":153,"avg_time_to_close_issue":15323365.98076923,"avg_time_to_close_pull_request":1143994.86013986,"issues_closed_count":52,"pull_requests_closed_count":143,"pull_request_authors_count":18,"issue_authors_count":44,"avg_comments_per_issue":3.5806451612903225,"avg_comments_per_pull_request":1.4444444444444444,"merged_pull_requests_count":126,"bot_issues_count":0,"bot_pull_requests_count":12,"past_year_issues_count":13,"past_year_pull_requests_count":54,"past_year_avg_time_to_close_issue":409584.28571428574,"past_year_avg_time_to_close_pull_request":494400.42553191487,"past_year_issues_closed_count":7,"past_year_pull_requests_closed_count":47,"past_year_pull_request_authors_count":6,"past_year_issue_authors_count":9,"past_year_avg_comments_per_issue":2.1538461538461537,"past_year_avg_comments_per_pull_request":1.1296296296296295,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":12,"past_year_merged_pull_requests_count":45,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/issues","maintainers":[{"login":"AndrewAnnex","count":130,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/AndrewAnnex"}],"active_maintainers":[{"login":"AndrewAnnex","count":42,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/AndrewAnnex"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/spiceypy/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/spiceypy/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/spiceypy/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/spiceypy/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/spiceypy/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/spiceypy/codemeta","maintainers":[{"uuid":"andrewannex","login":"andrewannex","name":null,"email":null,"url":null,"packages_count":11,"html_url":"https://pypi.org/user/andrewannex/","role":null,"created_at":"2023-02-22T18:56:12.499Z","updated_at":"2023-02-22T18:56:12.499Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/andrewannex/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":927830,"maintainers_count":398349,"namespaces_count":0,"keywords_count":309778,"github":"pypi","metadata":{"funded_packages_count":57398,"rate_limit":1},"icon_url":"https://github.com/pypi.png","created_at":"2022-04-04T15:19:23.364Z","updated_at":"2026-08-12T11:14:47.060Z","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":5303622,"name":"spiceypy","ecosystem":"conda","description":"SpiceyPy is a python wrapper for the SPICE Toolkit. SPICE is an essential tool for scientists and engineers alike in the planetary science field for Solar System Geometry.","homepage":"https://github.com/AndrewAnnex/SpiceyPy","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/AndrewAnnex/SpiceyPy","keywords_array":[],"namespace":null,"versions_count":21,"first_release_published_at":"2022-10-03T16:15:18.177Z","latest_release_published_at":"2022-10-15T10:06:20.000Z","latest_release_number":"5.1.2","last_synced_at":"2026-08-05T12:03:19.160Z","created_at":"2022-10-03T16:15:18.165Z","updated_at":"2026-08-06T04:18:45.124Z","registry_url":"https://anaconda.org/conda-forge/spiceypy","install_command":"conda install -c conda-forge spiceypy","documentation_url":null,"metadata":{},"repo_metadata":{"id":13195382,"uuid":"15879082","full_name":"AndrewAnnex/SpiceyPy","owner":"AndrewAnnex","description":"SpiceyPy: a Pythonic Wrapper for the SPICE Toolkit.","archived":false,"fork":false,"pushed_at":"2026-08-02T15:25:53.000Z","size":5464,"stargazers_count":484,"open_issues_count":12,"forks_count":95,"subscribers_count":24,"default_branch":"main","last_synced_at":"2026-08-05T23:52:01.390Z","etag":null,"topics":["ephemeris","nasa","navigation","python","space","spice","toolkit"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AndrewAnnex.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":".zenodo.json","notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null},"funding":{"github":["andrewannex"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2014-01-13T19:29:09.000Z","updated_at":"2026-08-05T09:31:39.000Z","dependencies_parsed_at":"2026-08-05T21:36:26.574Z","dependency_job_id":null,"html_url":"https://github.com/AndrewAnnex/SpiceyPy","commit_stats":{"total_commits":536,"total_committers":25,"mean_commits":21.44,"dds":0.07649253731343286,"last_synced_commit":"bcf2a5a7b77bc12da50523d7589edf2c7a6e58e4"},"previous_names":[],"tags_count":44,"template":false,"template_full_name":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AndrewAnnex","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/sbom","scorecard":{"id":13649,"data":{"date":"2025-08-11","repo":{"name":"github.com/AndrewAnnex/SpiceyPy","commit":"cb0f2e8152574a8beaf105e26c42ae5cbc6f0e8e"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.2,"checks":[{"name":"Maintained","score":10,"reason":"19 commit(s) and 6 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":"Code-Review","score":1,"reason":"Found 3/30 approved changesets -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"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":"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":"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":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'contents' permission set to 'read': .github/workflows/ci-build.yml:247","Info: jobLevel 'contents' permission set to 'read': .github/workflows/ci-build.yml:74","Info: jobLevel 'contents' permission set to 'read': .github/workflows/ci-build.yml:187","Info: jobLevel 'contents' permission set to 'read': .github/workflows/publish-to-test-and-live-pypi.yml:62","Info: jobLevel 'contents' permission set to 'read': .github/workflows/publish-to-test-and-live-pypi.yml:177","Warn: no topLevel permission defined: .github/workflows/cff-validator.yml:1","Warn: no topLevel permission defined: .github/workflows/ci-build.yml:1","Warn: no topLevel permission defined: .github/workflows/publish-to-test-and-live-pypi.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/cff-validator.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/cff-validator.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cff-validator.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/cff-validator.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci-build.yml:190: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/ci-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci-build.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/ci-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci-build.yml:207: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/ci-build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci-build.yml:238: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/ci-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci-build.yml:250: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/ci-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci-build.yml:254: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/ci-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci-build.yml:267: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/ci-build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci-build.yml:293: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/ci-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci-build.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/ci-build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci-build.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/ci-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci-build.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/ci-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci-build.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/ci-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci-build.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/ci-build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci-build.yml:82: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/ci-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci-build.yml:84: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/ci-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci-build.yml:88: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/ci-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci-build.yml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/ci-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci-build.yml:129: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/ci-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci-build.yml:137: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/ci-build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci-build.yml:178: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/ci-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-test-and-live-pypi.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/publish-to-test-and-live-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-test-and-live-pypi.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/publish-to-test-and-live-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-test-and-live-pypi.yml:48: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/publish-to-test-and-live-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-test-and-live-pypi.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/publish-to-test-and-live-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-test-and-live-pypi.yml:66: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/publish-to-test-and-live-pypi.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish-to-test-and-live-pypi.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/publish-to-test-and-live-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-test-and-live-pypi.yml:76: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/publish-to-test-and-live-pypi.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish-to-test-and-live-pypi.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/publish-to-test-and-live-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-test-and-live-pypi.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/publish-to-test-and-live-pypi.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish-to-test-and-live-pypi.yml:128: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/publish-to-test-and-live-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-test-and-live-pypi.yml:148: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/publish-to-test-and-live-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-test-and-live-pypi.yml:167: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/publish-to-test-and-live-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-test-and-live-pypi.yml:179: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/publish-to-test-and-live-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-test-and-live-pypi.yml:185: update your workflow using https://app.stepsecurity.io/secureworkflow/AndrewAnnex/SpiceyPy/publish-to-test-and-live-pypi.yml/main?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/ci-build.yml:54","Warn: pipCommand not pinned by hash: .github/workflows/ci-build.yml:115","Warn: pipCommand not pinned by hash: .github/workflows/ci-build.yml:145","Warn: pipCommand not pinned by hash: .github/workflows/ci-build.yml:169","Warn: pipCommand not pinned by hash: .github/workflows/ci-build.yml:201","Warn: pipCommand not pinned by hash: .github/workflows/ci-build.yml:215","Warn: pipCommand not pinned by hash: .github/workflows/ci-build.yml:233","Warn: pipCommand not pinned by hash: .github/workflows/ci-build.yml:261","Warn: pipCommand not pinned by hash: .github/workflows/ci-build.yml:275","Warn: pipCommand not pinned by hash: .github/workflows/ci-build.yml:288","Warn: pipCommand not pinned by hash: .github/workflows/publish-to-test-and-live-pypi.yml:155","Warn: pipCommand not pinned by hash: .github/workflows/publish-to-test-and-live-pypi.yml:156","Warn: pipCommand not pinned by hash: .github/workflows/publish-to-test-and-live-pypi.yml:192","Warn: pipCommand not pinned by hash: .github/workflows/publish-to-test-and-live-pypi.yml:193","Warn: pipCommand not pinned by hash: .github/workflows/publish-to-test-and-live-pypi.yml:26","Warn: pipCommand not pinned by hash: .github/workflows/publish-to-test-and-live-pypi.yml:29","Warn: pipCommand not pinned by hash: .github/workflows/publish-to-test-and-live-pypi.yml:83","Warn: pipCommand not pinned by hash: .github/workflows/publish-to-test-and-live-pypi.yml:86","Warn: pipCommand not pinned by hash: .github/workflows/publish-to-test-and-live-pypi.yml:92","Info:   0 out of  27 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   9 third-party GitHubAction dependencies pinned","Info:   0 out of  19 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":3,"reason":"7 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: PYSEC-2018-34 / GHSA-2fc2-6r4j-p65h","Warn: Project is vulnerable to: PYSEC-2021-856 / GHSA-5545-2q6w-2gh6","Warn: Project is vulnerable to: PYSEC-2019-108 / GHSA-9fq2-x9r6-wfmf","Warn: Project is vulnerable to: PYSEC-2018-33 / GHSA-cw6w-4rcx-xphc","Warn: Project is vulnerable to: PYSEC-2021-857 / GHSA-f7c7-j99h-c22f","Warn: Project is vulnerable to: GHSA-fpfv-jqm9-f5jm","Warn: Project is vulnerable to: PYSEC-2017-1 / GHSA-frgw-fgh6-9g52"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 15 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-14T15:11:49.085Z","repository_id":13195382,"created_at":"2025-08-14T15:11:49.088Z","updated_at":"2025-08-14T15:11:49.088Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36327365,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-08-06T02:00:07.852Z","response_time":54,"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":"AndrewAnnex","name":"Dr. Andrew Annex","uuid":"2126916","kind":"user","description":"Coder and Planetary Science PhD @ JHU. Fmr Postdoc @ Caltech, Current Senior Software Engineer @planetlabs \r\n\r\n\r\n","email":"","website":"http://andrewannex.com","location":"Pasadena, CA","twitter":"AndrewAnnex","company":"Planet Labs","icon_url":"https://avatars.githubusercontent.com/u/2126916?u=5f10541483547fe74d55b5ba40e2fd08ad2efdd5\u0026v=4","repositories_count":179,"last_synced_at":"2026-03-28T10:52:48.246Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/AndrewAnnex","funding_links":["https://github.com/sponsors/AndrewAnnex"],"total_stars":474,"followers":189,"following":0,"created_at":"2022-11-06T14:10:20.390Z","updated_at":"2026-03-28T10:52:48.246Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AndrewAnnex","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AndrewAnnex/repositories"},"tags":[{"name":"v8.2.0","sha":"c8b6da4f1370ba7b5cf9ad06829143f7fc055f2a","kind":"commit","published_at":"2026-07-24T20:30:34.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v8.2.0","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v8.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v8.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v8.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v8.2.0/manifests"},{"name":"v8.1.2","sha":"464e29f51ecf745bb6e3651377dd835dc5bebd59","kind":"commit","published_at":"2026-06-14T22:24:17.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v8.1.2","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v8.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v8.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v8.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v8.1.2/manifests"},{"name":"v8.1.1","sha":"2f54e7e964b6482457fba2dab867e670bce151f3","kind":"commit","published_at":"2026-06-14T18:32:39.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v8.1.1","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v8.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v8.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v8.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v8.1.1/manifests"},{"name":"v8.1.0","sha":"d8a136f1c8b776ec0a8d1c73a41e5aabda0298af","kind":"commit","published_at":"2026-04-05T03:55:39.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v8.1.0","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v8.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v8.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v8.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v8.1.0/manifests"},{"name":"v8.0.3-dev.1","sha":"7bb3d9d554e50c3c8d6f8f9505f3049174d9b445","kind":"commit","published_at":"2026-02-22T18:14:07.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v8.0.3-dev.1","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v8.0.3-dev.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v8.0.3-dev.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v8.0.3-dev.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v8.0.3-dev.1/manifests"},{"name":"v8.0.2","sha":"e90292f8478f044e4e588f9179a22b38d243c4a3","kind":"commit","published_at":"2026-02-17T00:15:34.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v8.0.2","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v8.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v8.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v8.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v8.0.2/manifests"},{"name":"v8.0.1","sha":"ba29c80d6e92d5e2fd6da40d4c8c944a6c87718c","kind":"commit","published_at":"2026-01-08T02:18:03.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v8.0.1","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v8.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v8.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v8.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v8.0.1/manifests"},{"name":"v8.0.0","sha":"e0f1a2409d8295819061703893442ad9bb0d3856","kind":"commit","published_at":"2025-10-27T21:58:35.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v8.0.0","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v8.0.0/manifests"},{"name":"v7.0.0","sha":"f3c08958bd3c92931c3eb1795e26b422afba3cd0","kind":"commit","published_at":"2025-09-22T23:55:03.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v7.0.0","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v7.0.0/manifests"},{"name":"v7.0.0-alpha","sha":"1f659be3c0fcfc989451343a858703242beefab9","kind":"commit","published_at":"2025-08-29T22:53:20.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v7.0.0-alpha","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v7.0.0-alpha","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v7.0.0-alpha","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v7.0.0-alpha","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v7.0.0-alpha/manifests"},{"name":"v6.0.3","sha":"8587ddccf42ed2842ab2a5fc9e4f755dbf058a1c","kind":"commit","published_at":"2025-07-17T23:02:15.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v6.0.3","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v6.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v6.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v6.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v6.0.3/manifests"},{"name":"v6.0.2","sha":"db1594b3aa5aabdc2c0632681c14ca538af78690","kind":"commit","published_at":"2025-07-12T19:12:32.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v6.0.2","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v6.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v6.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v6.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v6.0.2/manifests"},{"name":"v6.0.1","sha":"8af939db8f3832cad23c33259dc0242d2d908e93","kind":"commit","published_at":"2025-06-24T23:20:54.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v6.0.1","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v6.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v6.0.1/manifests"},{"name":"v6.0.0","sha":"81941f6568f2beceac8dc298805344924d74409f","kind":"commit","published_at":"2023-08-31T20:22:04.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v6.0.0","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v6.0.0/manifests"},{"name":"v5.1.2","sha":"cc000147bbf0060832a1cf3a3a88a6751ebfbf16","kind":"commit","published_at":"2022-10-15T06:00:02.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v5.1.2","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v5.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v5.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v5.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v5.1.2/manifests"},{"name":"v5.1.1","sha":"75f6c799ae364371b5c4dfa5965eb2bd860a92a5","kind":"commit","published_at":"2022-07-31T04:24:32.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v5.1.1","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v5.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v5.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v5.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v5.1.1/manifests"},{"name":"v5.1.0","sha":"2ebcd09021ff87be00856fd150ad55455df809b4","kind":"commit","published_at":"2022-07-09T22:38:34.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v5.1.0","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v5.1.0/manifests"},{"name":"v5.0.1","sha":"a9d71115491f6955c8f466e9fc58d44829549452","kind":"commit","published_at":"2022-03-24T03:29:00.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v5.0.1","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v5.0.1/manifests"},{"name":"v5.0.0","sha":"82b93c6fef07981a3c5d8628fe82968984d782d5","kind":"commit","published_at":"2022-02-18T07:09:39.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v5.0.0","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v5.0.0/manifests"},{"name":"v4.0.3","sha":"9f8b626338f119bacd39ef2ba94a6f71bd6341c0","kind":"commit","published_at":"2021-11-14T23:07:39.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v4.0.3","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v4.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v4.0.3/manifests"},{"name":"v4.0.2","sha":"7d7954d7182beb2ae4d0ffeef76dd32edbd4670c","kind":"commit","published_at":"2021-08-13T13:57:44.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v4.0.2","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v4.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v4.0.2/manifests"},{"name":"v4.0.1","sha":"8232fc9f1cbb9d3f5c22f779686710b917ebda41","kind":"commit","published_at":"2021-05-31T15:43:55.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v4.0.1","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v4.0.1/manifests"},{"name":"v4.0.0","sha":"cd64b4c1c6da7c7a3863fd40b2b58f748532012d","kind":"commit","published_at":"2020-12-08T02:42:05.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v4.0.0","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v4.0.0/manifests"},{"name":"v3.1.1","sha":"d895bcd933e7f1b5c2dc066939a3bb686ce006c8","kind":"commit","published_at":"2020-05-25T23:16:11.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v3.1.1","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v3.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v3.1.1/manifests"},{"name":"v3.1.0","sha":"9d0cae2cd4f0110fd326373a99c9ddbfda92d8d7","kind":"commit","published_at":"2020-05-25T20:00:16.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v3.1.0","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v3.1.0/manifests"},{"name":"v3.0.2","sha":"40b1ad6d32175fadd5b65d2bdfd8247af5e94270","kind":"commit","published_at":"2020-02-20T03:12:13.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v3.0.2","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v3.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v3.0.2/manifests"},{"name":"v3.0.1","sha":"bba46aa678af810687ef793eb1d64c47ad49b705","kind":"commit","published_at":"2020-01-10T17:41:13.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v3.0.1","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v3.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v3.0.1/manifests"},{"name":"v3.0.0","sha":"d924a2c7a0753922eb557e3d1e042c6f689b0bb5","kind":"commit","published_at":"2020-01-10T01:26:18.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v3.0.0","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v3.0.0/manifests"},{"name":"v2.3.2","sha":"1e4b81933ca6786d54617f08698b93487d199c16","kind":"commit","published_at":"2019-12-20T00:22:25.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v2.3.2","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v2.3.2/manifests"},{"name":"v2.3.1","sha":"aa345e42170b24298aa8a7dba09f1dac5a7b2058","kind":"commit","published_at":"2019-10-18T20:11:06.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v2.3.1","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"01e5a4245fa03fa6237bf6010624b91f056731c8","kind":"commit","published_at":"2019-09-25T17:30:20.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v2.3.0","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v2.3.0/manifests"},{"name":"v2.2.1","sha":"e6434c18159f25e622ee2d1b69da1e31302b689c","kind":"commit","published_at":"2019-08-19T22:17:01.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v2.2.1","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"4b02846e6332e483cc548bd6933d9a4bc5da8e7c","kind":"commit","published_at":"2019-02-24T16:13:13.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v2.2.0","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v2.2.0/manifests"},{"name":"v2.1.2","sha":"13514758b7cb5f8b8dc327aca29f968fba34f54f","kind":"commit","published_at":"2018-06-17T17:48:42.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v2.1.2","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"86c1ddbc6d7d984aee664ab33671afdcc7a3e1bc","kind":"commit","published_at":"2018-04-25T01:22:29.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v2.1.1","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v2.1.1/manifests"},{"name":"wheel_fix_2","sha":"12b6a255596ee3a365855b98d3a42cab74bad160","kind":"commit","published_at":"2018-04-18T01:27:13.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/wheel_fix_2","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/wheel_fix_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@wheel_fix_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/wheel_fix_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/wheel_fix_2/manifests"},{"name":"v2.1.0","sha":"6e4d9739108d3731f62db941469390082e9c1601","kind":"commit","published_at":"2017-11-09T21:30:07.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v2.1.0","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"53affee0108ce69f832dad0b3c62172be817a169","kind":"commit","published_at":"2017-06-10T00:50:21.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v2.0.0","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v2.0.0/manifests"},{"name":"v1.1.1","sha":"d8d1167bd968ac9f0a46a3915d8bd6f47503dbc7","kind":"commit","published_at":"2017-04-23T23:56:02.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v1.1.1","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v1.1.1/manifests"},{"name":"v1.1.0-py36","sha":"b5d9c43e3f68427b5907d20420340f2624ded567","kind":"commit","published_at":"2017-03-26T00:53:03.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v1.1.0-py36","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v1.1.0-py36","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v1.1.0-py36","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v1.1.0-py36","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v1.1.0-py36/manifests"},{"name":"v1.1.0-py34","sha":"a8cc6eb83613f78d095a5b53a09f27ce3b23e842","kind":"tag","published_at":"2017-02-04T22:58:06.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v1.1.0-py34","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v1.1.0-py34","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v1.1.0-py34","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v1.1.0-py34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v1.1.0-py34/manifests"},{"name":"v1.1.0","sha":"52b4d65d45fb7d81afb02f6d8686f2ae60d265ee","kind":"commit","published_at":"2016-10-19T04:04:06.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v1.1.0","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"05fe8eda90f7db63efdb141700fed9e8e26fca34","kind":"commit","published_at":"2016-03-27T19:41:35.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v1.0.0","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v1.0.0/manifests"},{"name":"v0.7.0","sha":"b2e23b22d3f7c5a7e151616135b004a8ec78b4fc","kind":"commit","published_at":"2016-03-27T02:10:20.000Z","download_url":"https://codeload.github.com/AndrewAnnex/SpiceyPy/tar.gz/v0.7.0","html_url":"https://github.com/AndrewAnnex/SpiceyPy/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AndrewAnnex/SpiceyPy@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/tags/v0.7.0/manifests"}]},"repo_metadata_updated_at":"2026-08-06T04:18:45.124Z","dependent_packages_count":2,"downloads":null,"downloads_period":null,"dependent_repos_count":7,"rankings":{"downloads":null,"dependent_repos_count":12.82755178437734,"dependent_packages_count":19.560768654854005,"stargazers_count":21.55228350386823,"forks_count":19.630646368854503,"docker_downloads_count":null,"average":18.39281257798852},"purl":"pkg:conda/spiceypy?repository_url=https://conda-forge.org","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/conda/spiceypy","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/conda/spiceypy","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/conda/spiceypy/dependencies","status":null,"funding_links":["https://github.com/sponsors/andrewannex","https://github.com/sponsors/AndrewAnnex"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-05T21:02:58.311Z","issues_count":61,"pull_requests_count":152,"avg_time_to_close_issue":15323365.98076923,"avg_time_to_close_pull_request":1151637.3450704226,"issues_closed_count":52,"pull_requests_closed_count":142,"pull_request_authors_count":18,"issue_authors_count":43,"avg_comments_per_issue":3.639344262295082,"avg_comments_per_pull_request":1.4473684210526316,"merged_pull_requests_count":125,"bot_issues_count":0,"bot_pull_requests_count":11,"past_year_issues_count":12,"past_year_pull_requests_count":53,"past_year_avg_time_to_close_issue":409584.28571428574,"past_year_avg_time_to_close_pull_request":503870.82608695654,"past_year_issues_closed_count":7,"past_year_pull_requests_closed_count":46,"past_year_pull_request_authors_count":6,"past_year_issue_authors_count":8,"past_year_avg_comments_per_issue":2.3333333333333335,"past_year_avg_comments_per_pull_request":1.1320754716981132,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":11,"past_year_merged_pull_requests_count":44,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/issues","maintainers":[{"login":"AndrewAnnex","count":130,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/AndrewAnnex"}],"active_maintainers":[{"login":"AndrewAnnex","count":42,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/AndrewAnnex"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/spiceypy/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/spiceypy/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/spiceypy/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/spiceypy/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/spiceypy/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/spiceypy/codemeta","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":13549,"github":"conda-forge","metadata":{"kind":"conda-forge","key":"CondaForge","api":"https://conda.anaconda.org","funded_packages_count":2318},"icon_url":"https://github.com/conda-forge.png","created_at":"2022-10-03T15:37:08.743Z","updated_at":"2026-08-10T05:08:21.105Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/namespaces"}}],"commits":{"id":35100,"full_name":"AndrewAnnex/SpiceyPy","default_branch":"main","total_commits":661,"total_committers":31,"total_bot_commits":11,"total_bot_committers":1,"mean_commits":21.322580645161292,"dds":0.09228441754916794,"past_year_total_commits":73,"past_year_total_committers":5,"past_year_total_bot_commits":11,"past_year_total_bot_committers":1,"past_year_mean_commits":14.6,"past_year_dds":0.1917808219178082,"last_synced_at":"2026-08-09T00:02:26.633Z","last_synced_commit":"ada2f28d27cc009e989653b6076f60d735615800","created_at":"2023-03-07T16:58:39.415Z","updated_at":"2026-08-09T00:02:24.650Z","committers":[{"name":"Andrew Annex","email":"ama6fy@virginia.edu","login":"AndrewAnnex","count":600},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]","login":"dependabot[bot]","count":11},{"name":"Miguel de Val-Borro","email":"miguel.deval@gmail.com","login":"migueldvb","count":5},{"name":"Brian Carcich","email":"drbitboy@gmail.com","login":"drbitboy","count":5},{"name":"kd7uiy","email":"tuvas21@gmail.com","login":"kd7uiy","count":4},{"name":"Caden Gobat","email":"36030084+cgobat","login":"cgobat","count":3},{"name":"Johan von Forstner","email":"johan.forstner@gmail.com","login":"johan12345","count":3},{"name":"K.-Michael Aye","email":"michaelaye","login":"michaelaye","count":3},{"name":"Jonathan McAuliffe","email":"watch.n.learn@gmail.com","login":null,"count":2},{"name":"Kyle Niemeyer","email":"kyleniemeyer@fastmail.com","login":"kyleniemeyer","count":2},{"name":"Marc Costa Sitjà","email":"marcsit@gmail.com","login":"marcsit","count":2},{"name":"fyellin","email":"fy@fyellin.com","login":"fyellin","count":2},{"name":"Alfonso","email":"86886965+alfonsoSR","login":"alfonsoSR","count":1},{"name":"B. Seignovert","email":"seignovert","login":"seignovert","count":1},{"name":"Bryan Harter","email":"41062454+bryan-harter","login":"bryan-harter","count":1},{"name":"Casey Doran","email":"caseyd.doran@gmail.com","login":"elementc","count":1},{"name":"Gavin Medley","email":"7018964+medley56","login":"medley56","count":1},{"name":"Helge Eichhorn","email":"git@helgeeichhorn.de","login":"helgee","count":1},{"name":"Jean-Luc Margot","email":"jlm@epss.ucla.edu","login":"jeanlucmargot","count":1},{"name":"Jesse Mapel","email":"jam826@nau.edu","login":"jessemapel","count":1},{"name":"Jorge Diaz del Rio","email":"31512704+jdiazdelrio","login":"jdiazdelrio","count":1},{"name":"Kristin","email":"kberry@usgs.gov","login":"krlberry","count":1},{"name":"Lars Hinüber","email":"105521415+larshinueber","login":"larshinueber","count":1},{"name":"Marcel Stefko","email":"marcel.stefko1@gmail.com","login":"MStefko","count":1},{"name":"Mark Mentovai","email":"mark@mentovai.com","login":"markmentovai","count":1},{"name":"Shankar Kulumani","email":"skulumani","login":"skulumani","count":1},{"name":"Shin-ya Murakami","email":"murashinln@gmail.com","login":"murashin","count":1},{"name":"The Gitter Badger","email":"badger@gitter.im","login":"gitter-badger","count":1},{"name":"kwan3217","email":"kwan3217@gmail.com","login":"kwan3217","count":1},{"name":"pyup.io bot","email":"github-bot@pyup.io","login":"pyup-bot","count":1},{"name":"thandal","email":"than@timbrel.org","login":"thandal","count":1}],"past_year_committers":[{"name":"Dr. Andrew Annex","email":"2126916+AndrewAnnex","login":"AndrewAnnex","count":59},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]","login":"dependabot[bot]","count":11},{"name":"thandal","email":"than@timbrel.org","login":"thandal","count":1},{"name":"Mark Mentovai","email":"mark@mentovai.com","login":"markmentovai","count":1},{"name":"Bryan Harter","email":"41062454+bryan-harter","login":"bryan-harter","count":1}],"commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-08-10T00:00:10.517Z","repositories_count":6622903,"commits_count":917342117,"contributors_count":38939340,"owners_count":1329452,"committers_count":3288555,"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":{"table":{"full_name":"AndrewAnnex/SpiceyPy","html_url":"https://github.com/AndrewAnnex/SpiceyPy","last_synced_at":"2026-08-11T01:01:07.747Z","status":null,"issues_count":62,"pull_requests_count":153,"avg_time_to_close_issue":15323365.98076923,"avg_time_to_close_pull_request":1143994.86013986,"issues_closed_count":52,"pull_requests_closed_count":143,"pull_request_authors_count":18,"issue_authors_count":44,"avg_comments_per_issue":3.5806451612903225,"avg_comments_per_pull_request":1.4444444444444444,"merged_pull_requests_count":126,"bot_issues_count":0,"bot_pull_requests_count":12,"past_year_issues_count":13,"past_year_pull_requests_count":54,"past_year_avg_time_to_close_issue":409584.28571428574,"past_year_avg_time_to_close_pull_request":494400.42553191487,"past_year_issues_closed_count":7,"past_year_pull_requests_closed_count":47,"past_year_pull_request_authors_count":6,"past_year_issue_authors_count":9,"past_year_avg_comments_per_issue":2.1538461538461537,"past_year_avg_comments_per_pull_request":1.1296296296296295,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":12,"past_year_merged_pull_requests_count":45,"created_at":"2023-05-10T22:03:16.326Z","updated_at":"2026-08-12T10:58:59.012Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewAnnex%2FSpiceyPy/issues","issue_labels_count":{"table":{"not a bug":19,"spice question":6,"support":5,"question":5,"installation":5,"beginners welcome":5,"enhancement":5,"documentation":4,"bug":3,"help wanted":2,"resolved":1}},"pull_request_labels_count":{"table":{"github_actions":12,"dependencies":12,"not a bug":1,"bug":1,"hacktoberfest-accepted":1}},"issue_author_associations_count":{"table":{"NONE":39,"OWNER":15,"CONTRIBUTOR":8}},"pull_request_author_associations_count":{"table":{"OWNER":115,"CONTRIBUTOR":30,"NONE":8}},"issue_authors":{"table":{"AndrewAnnex":15,"fyellin":3,"GeorgeEbberson":2,"mmaclay":2,"OrbitalMechanic":1,"kiefernforst":1,"jlaura":1,"Spo-ck":1,"acpaquette":1,"VitalianoGentile":1,"parkerjon":1,"kconnour":1,"gabrielb09":1,"marcsit":1,"yangyang-studio":1,"DiegoBArruda":1,"TommasoPino":1,"hasanelfalakiy":1,"jeanlucmargot":1,"mdecaro":1,"murashinln":1,"mwatwood-cu":1,"dtamayo":1,"mmebsout":1,"ysBach":1,"salvioli":1,"medley56":1,"c84925":1,"rfrenchseti":1,"geoffreygarrett":1,"alfonsoSR":1,"rjolitz":1,"elastufka":1,"bogpok":1,"0207xander":1,"KDarshan20":1,"sapols":1,"katharinehesse":1,"thomas-nilsson-irfu":1,"kwan3217":1,"juliaastley":1,"gfferran":1,"jessie-dotson":1,"gyillikci":1}},"pull_request_authors":{"table":{"AndrewAnnex":115,"dependabot[bot]":12,"pyup-bot":6,"jeanlucmargot":2,"elementc":2,"marcsit":2,"fyellin":2,"TommasoPino":2,"GregoireHENRY":1,"thandal":1,"johan12345":1,"larshinueber":1,"bryan-harter":1,"GeorgeEbberson":1,"alfonsoSR":1,"Sammy-Dabbas":1,"cgobat":1,"markmentovai":1}},"host":{"table":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-08-13T00:00:06.201Z","repositories_count":16027431,"issues_count":40497448,"pull_requests_count":130958306,"authors_count":11441615,"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":{"table":{"not a bug":1,"spice question":1}},"past_year_pull_request_labels_count":{"table":{"dependencies":12,"github_actions":12,"not a bug":1}},"past_year_issue_author_associations_count":{"table":{"NONE":8,"OWNER":4,"CONTRIBUTOR":1}},"past_year_pull_request_author_associations_count":{"table":{"OWNER":38,"CONTRIBUTOR":13,"NONE":2}},"past_year_issue_authors":{"table":{"AndrewAnnex":4,"mmaclay":2,"acpaquette":1,"c84925":1,"jeanlucmargot":1,"kiefernforst":1,"mmebsout":1,"thomas-nilsson-irfu":1,"ysBach":1}},"past_year_pull_request_authors":{"table":{"AndrewAnnex":38,"dependabot[bot]":12,"bryan-harter":1,"markmentovai":1,"Sammy-Dabbas":1}},"maintainers":[{"table":{"login":"AndrewAnnex","count":130,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/AndrewAnnex"}}],"active_maintainers":[{"table":{"login":"AndrewAnnex","count":42,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/AndrewAnnex"}}]}},"events":{"total":{"ReleaseEvent":6,"DeleteEvent":2,"PullRequestEvent":37,"ForkEvent":4,"IssuesEvent":16,"WatchEvent":61,"IssueCommentEvent":33,"PushEvent":253,"PullRequestReviewEvent":8,"PullRequestReviewCommentEvent":8,"GollumEvent":45,"CreateEvent":38},"last_year":{"ReleaseEvent":5,"DeleteEvent":2,"PullRequestEvent":16,"IssuesEvent":9,"WatchEvent":13,"IssueCommentEvent":20,"PushEvent":108,"PullRequestReviewEvent":4,"PullRequestReviewCommentEvent":4,"CreateEvent":26}},"keywords":["ephemeris","nasa","navigation","python","space","spice","toolkit"],"dependencies":[{"ecosystem":"pypi","filepath":"docs/requirements.txt","sha":null,"kind":"manifest","created_at":"2022-07-15T13:24:34.147Z","updated_at":"2022-07-15T13:24:34.147Z","repository_link":"https://github.com/AndrewAnnex/SpiceyPy/blob/main/docs/requirements.txt","dependencies":[{"id":220405003,"package_name":"numpy","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":220405004,"package_name":"sphinx-copybutton","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":220405005,"package_name":"sphinx_autodoc_typehints","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":220405006,"package_name":"sphinx","ecosystem":"pypi","requirements":"\u003e=3.1.2","direct":true,"kind":"runtime","optional":false},{"id":220405007,"package_name":"myst-parser","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/ci-build.yml","sha":null,"kind":"manifest","created_at":"2023-01-13T17:21:23.205Z","updated_at":"2023-01-13T17:21:23.205Z","repository_link":"https://github.com/AndrewAnnex/SpiceyPy/blob/main/.github/workflows/ci-build.yml","dependencies":[{"id":6890900414,"package_name":"actions/cache","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":6890900415,"package_name":"ilammy/msvc-dev-cmd","ecosystem":"actions","requirements":"v1.12.0","direct":true,"kind":"composite","optional":false},{"id":6890900416,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":6890900417,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false},{"id":6890900418,"package_name":"actions/upload-artifact","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":6890900419,"package_name":"actions/download-artifact","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":6890900420,"package_name":"codecov/codecov-action","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/publish-to-test-and-live-pypi.yml","sha":null,"kind":"manifest","created_at":"2023-01-13T17:21:23.231Z","updated_at":"2023-01-13T17:21:23.231Z","repository_link":"https://github.com/AndrewAnnex/SpiceyPy/blob/main/.github/workflows/publish-to-test-and-live-pypi.yml","dependencies":[{"id":6890900421,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":6890900422,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false},{"id":6890900423,"package_name":"codecov/codecov-action","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":6890900424,"package_name":"actions/upload-artifact","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":6890900425,"package_name":"ilammy/msvc-dev-cmd","ecosystem":"actions","requirements":"v1.12.0","direct":true,"kind":"composite","optional":false},{"id":6890900426,"package_name":"docker/setup-qemu-action","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":6890900427,"package_name":"actions/cache","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":6890900428,"package_name":"actions/download-artifact","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"conda","filepath":"docs/environment.yml","sha":null,"kind":"manifest","created_at":"2023-01-13T17:21:23.255Z","updated_at":"2023-01-13T17:21:23.255Z","repository_link":"https://github.com/AndrewAnnex/SpiceyPy/blob/main/docs/environment.yml","dependencies":[{"id":6890900429,"package_name":"myst-parser","ecosystem":"conda","requirements":"","direct":true,"kind":"runtime","optional":false},{"id":6890900430,"package_name":"numpy","ecosystem":"conda","requirements":"","direct":true,"kind":"runtime","optional":false},{"id":6890900431,"package_name":"pip","ecosystem":"conda","requirements":"","direct":true,"kind":"runtime","optional":false},{"id":6890900432,"package_name":"python","ecosystem":"conda","requirements":"3.9.*","direct":true,"kind":"runtime","optional":false},{"id":6890900433,"package_name":"sphinx","ecosystem":"conda","requirements":"\u003e=3.1.2","direct":true,"kind":"runtime","optional":false},{"id":6890900434,"package_name":"sphinx-copybutton","ecosystem":"conda","requirements":"","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"pypi","filepath":"pyproject.toml","sha":null,"kind":"manifest","created_at":"2026-08-05T21:36:26.056Z","updated_at":"2026-08-05T21:36:26.056Z","repository_link":"https://github.com/AndrewAnnex/SpiceyPy/blob/main/pyproject.toml","dependencies":[{"id":25895281356,"package_name":"numpy","ecosystem":"pypi","requirements":"\u003e=1.23.5","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/cff-validator.yml","sha":null,"kind":"manifest","created_at":"2026-08-05T21:36:25.343Z","updated_at":"2026-08-05T21:36:25.343Z","repository_link":"https://github.com/AndrewAnnex/SpiceyPy/blob/main/.github/workflows/cff-validator.yml","dependencies":[{"id":25895279957,"package_name":"actions/checkout","ecosystem":"actions","requirements":"3d3c42e5aac5ba805825da76410c181273ba90b1","direct":true,"kind":"composite","optional":false},{"id":25895279958,"package_name":"dieghernan/cff-validator","ecosystem":"actions","requirements":"d8f85828214016ce6976e740b6e0504c0fdc4dbb","direct":true,"kind":"composite","optional":false}]}],"score":21.856883093191797,"created_at":"2025-04-11T10:22:22.454Z","updated_at":"2026-08-13T02:00:42.058Z","avatar_url":"https://github.com/AndrewAnnex.png","language":"Python","codemeta":null,"publiccode":null,"project_url":"https://summary.ecosyste.ms/api/v1/projects/358297","html_url":"https://summary.ecosyste.ms/projects/358297"}