{"id":37064626,"url":"https://github.com/lincc-frameworks/jump-starter","last_synced_at":"2026-01-14T07:33:14.203Z","repository":{"id":314327915,"uuid":"1055096396","full_name":"lincc-frameworks/jump-starter","owner":"lincc-frameworks","description":"The JuMP-Starter interactive Jupyter code generating questionnaire","archived":false,"fork":false,"pushed_at":"2025-12-16T20:39:11.000Z","size":65,"stargazers_count":0,"open_issues_count":8,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-20T10:59:25.574Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/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-09-11T19:02:28.000Z","updated_at":"2025-12-16T20:38:38.000Z","dependencies_parsed_at":"2025-09-11T22:25:43.071Z","dependency_job_id":null,"html_url":"https://github.com/lincc-frameworks/jump-starter","commit_stats":null,"previous_names":["lincc-frameworks/jump-starter"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/lincc-frameworks/jump-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lincc-frameworks%2Fjump-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lincc-frameworks%2Fjump-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lincc-frameworks%2Fjump-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lincc-frameworks%2Fjump-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lincc-frameworks","download_url":"https://codeload.github.com/lincc-frameworks/jump-starter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lincc-frameworks%2Fjump-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28413402,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T05:26:33.345Z","status":"ssl_error","status_checked_at":"2026-01-14T05:21:57.251Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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-14T07:33:13.703Z","updated_at":"2026-01-14T07:33:14.181Z","avatar_url":"https://github.com/lincc-frameworks.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# JuMP-Starter\n\nThe Jupyter Managed Project Starter allows you to create an interactive jupyter questionnaire to help users\nquickly get started with your package.\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/lf-jump-starter?color=blue\u0026logo=pypi\u0026logoColor=white)](https://pypi.org/project/lf-jump-starter/)\n[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/lincc-frameworks/jump-starter/smoke-test.yml)](https://github.com/lincc-frameworks/jump-starter/actions/workflows/smoke-test.yml)\n[![Codecov](https://codecov.io/gh/lincc-frameworks/jump-starter/branch/main/graph/badge.svg)](https://codecov.io/gh/lincc-frameworks/jump-starter)\n[![Read The Docs](https://img.shields.io/readthedocs/jump-starter)](https://jump-starter.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.11\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%2Fjump-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flincc-frameworks%2Fjump-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flincc-frameworks%2Fjump-starter/lists"}