{"id":38508222,"url":"https://github.com/lincc-frameworks/external_hyrax_example","last_synced_at":"2026-01-17T06:18:09.007Z","repository":{"id":317637977,"uuid":"1068007970","full_name":"lincc-frameworks/external_hyrax_example","owner":"lincc-frameworks","description":null,"archived":false,"fork":false,"pushed_at":"2025-10-02T03:53:07.000Z","size":31,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-02T05:38:29.885Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/lincc-frameworks.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-01T18:02:06.000Z","updated_at":"2025-10-01T19:23:51.000Z","dependencies_parsed_at":"2025-10-02T05:38:31.981Z","dependency_job_id":"4f65fbe8-db74-4b44-923f-68db08dc0071","html_url":"https://github.com/lincc-frameworks/external_hyrax_example","commit_stats":null,"previous_names":["lincc-frameworks/external_hyrax_example"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/lincc-frameworks/external_hyrax_example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lincc-frameworks%2Fexternal_hyrax_example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lincc-frameworks%2Fexternal_hyrax_example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lincc-frameworks%2Fexternal_hyrax_example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lincc-frameworks%2Fexternal_hyrax_example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lincc-frameworks","download_url":"https://codeload.github.com/lincc-frameworks/external_hyrax_example/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lincc-frameworks%2Fexternal_hyrax_example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28502150,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T04:31:57.058Z","status":"ssl_error","status_checked_at":"2026-01-17T04:31:45.816Z","response_time":85,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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"}},"keywords":[],"created_at":"2026-01-17T06:18:06.221Z","updated_at":"2026-01-17T06:18:08.993Z","avatar_url":"https://github.com/lincc-frameworks.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# external_hyrax_example\n\n[![Template](https://img.shields.io/badge/Template-LINCC%20Frameworks%20Python%20Project%20Template-brightgreen)](https://lincc-ppt.readthedocs.io/en/latest/)\n\n[![PyPI](https://img.shields.io/pypi/v/external_hyrax_example?color=blue\u0026logo=pypi\u0026logoColor=white)](https://pypi.org/project/external_hyrax_example/)\n[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/lincc-frameworks/external_hyrax_example/smoke-test.yml)](https://github.com/lincc-frameworks/external_hyrax_example/actions/workflows/smoke-test.yml)\n[![Codecov](https://codecov.io/gh/lincc-frameworks/external_hyrax_example/branch/main/graph/badge.svg)](https://codecov.io/gh/lincc-frameworks/external_hyrax_example)\n[![Read The Docs](https://img.shields.io/readthedocs/external-hyrax-example)](https://external-hyrax-example.readthedocs.io/)\n\nThis project was automatically generated using the LINCC-Frameworks \n[python-project-template](https://github.com/lincc-frameworks/python-project-template).\n\nA repository badge was added to show that this project uses the python-project-template, however it's up to\nyou whether or not you'd like to display it!\n\nFor more information about the project template see the \n[documentation](https://lincc-ppt.readthedocs.io/en/latest/).\n\n## Dev Guide - Getting Started\n\nBefore installing any dependencies or writing code, it's a great idea to create a\nvirtual environment. LINCC-Frameworks engineers primarily use `conda` to manage virtual\nenvironments. If you have conda installed locally, you can run the following to\ncreate and activate a new environment.\n\n```\n\u003e\u003e conda create -n \u003cenv_name\u003e python=3.12\n\u003e\u003e conda activate \u003cenv_name\u003e\n```\n\nOnce you have created a new environment, you can install this project for local\ndevelopment using the following commands:\n\n```\n\u003e\u003e ./.setup_dev.sh\n\u003e\u003e conda install pandoc\n```\n\nNotes:\n1. `./.setup_dev.sh` will initialize pre-commit for this local repository, so\n   that a set of tests will be run prior to completing a local commit. For more\n   information, see the Python Project Template documentation on \n   [pre-commit](https://lincc-ppt.readthedocs.io/en/latest/practices/precommit.html)\n2. Install `pandoc` allows you to verify that automatic rendering of Jupyter notebooks\n   into documentation for ReadTheDocs works as expected. For more information, see\n   the Python Project Template documentation on\n   [Sphinx and Python Notebooks](https://lincc-ppt.readthedocs.io/en/latest/practices/sphinx.html#python-notebooks)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flincc-frameworks%2Fexternal_hyrax_example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flincc-frameworks%2Fexternal_hyrax_example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flincc-frameworks%2Fexternal_hyrax_example/lists"}